﻿ .closepopup{
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

 .closepopup img{
    width: 20px;
    height: 20px;
}
.test-drive-request .title{
    color: #2c9584;
padding: 1px 1px 1px 10px;
}

.radio-button:checked:before {
    background-color: #88b04b !important;
    border: 6px solid white !important;
}
@media only screen and (max-width: 600px) {
    .font-size-header {
        font-size: 16px;
        font-weight: bold;
    }
    .text-container {
        margin-top: 10px;
        opacity: 0.7;
        font-size: 12px;
    }
    .item-container {
        margin-top: 10px !important;
        margin-left: 0 !important;
        width: 100% !important;
    }
    .item-container-2 {
        margin-top: 10px !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    .appointment-container {
        padding: 20px;
    }
    .tab-color-1 {
        background-color: #88b04b;
        height: 105px;
        width: 10px;
    }
}
@media only screen and (min-width: 700px) {
    .font-size-header {
        font-size: 18px;
        font-weight: bold;
    }
    .text-container {
        margin-top: 10px;
        opacity: 0.7;
        font-size: 14px;
    }
    .item-container-2 {
        margin-top: 20px;
    }
    .appointment-container {
        padding: 10px 50px 20px 35px;
    }
    .tab-color-1 {
        background-color: #88b04b;
        height: 75px;
        width: 10px;
    }
}

.main-con-wrap{
    padding: 0px 20px 20px 20px;
    overflow: hidden;
}

.name-input{
    color: #315100;
    font-size: 14px;
    font-weight: 600;
}

.padding10{
    padding: 10px;
}
