
@media(min-width : 320px){
    /* header {
        height: 60px !important;
    } */
    .logo {
        width: 100%;
    }
    .headermenu {
        width: 86%;
    }
    .menu-hide{
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 9;
        transition: all 0.6s ease-in-out;
        right: -100%;
        background-color: #1E1E1E;
        top: 0;
    }
    .menuicon{
        position: relative;
        /* width: 40px; */
        /* height: 40px; */
        display: inline-block;
        top: 0px;
    }
    .menuicon:after {
        background: url('../images/togle-icon.webp') no-repeat;
        content: "";
        /* color: #03898a; */
        position: absolute;
        display: inline-block;
        width: 35px;
        height: 40px;
        top: -50px;
        right: 10px;
        /* font: 31px/1 FontAwesome!important;
        text-rendering: auto; */
    }
    .header-menu{
        width: 40px !important;
    }
    .show{
        right: 0 !important;
        transition: all 0.6s ease-in-out;
        overflow-y: scroll;
        background-color: #1E1E1E;
        width: 450px;
        z-index: 99;
    }
    ul.sidemenu li{
            width: 100%;

        text-align: left;
        border-bottom: 1px solid #616161;
        padding: 8px 0px;
        position: relative;
    }
    ul.sidemenu li:nth-child(6) {
        border-bottom: none;
        padding: 10px 17px 10px 16px !important;
    }
    
    ul.sidemenu{
        margin-top: 52px;
        padding-left: 0;
        text-align: left;

    }
    ul.sidemenu li:last-child {
        border-bottom: 0!important;
    }
    li.menu-dropdown-iconh:after {
        position: absolute;
        display: inline-block;
        /* float: right; */
        right: 5px;
        font: 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        content: "\f0d7";
        right: 12px;
        top: 10px;
        color: #fff!important;
        margin-right: 10px;
    }
    li.menu-dropdown-iconh.of-dwn:after {
        content: "\f0d8"!important;
    }
    .menuicon.active:after {
        background: url('../images/close.png') no-repeat;
        /* content: "\f00d";
        color: #fff;
        font: 31px/1 FontAwesome!important;
        font-size: inherit;
        -webkit-font-smoothing: antialiased; */
        z-index: 999 !important;
        /* position: fixed; */
        right: 0px;
        top: -60px;
    }
    ul.sidemenu li ul {
        display: none;
        width: 100%;
        margin-top: 10px;
        padding: 7px 15px;
    }
    ul.sidemenu li a{
        color: #fff !important;
        font-size: 14px !important;
    }
    .pre-header {
        display: none;
    }
    /* ul.sidemenu li:nth-child(6) {
        display: none;
    } */
    /* ul.sidemenu li:nth-child(5) {
        border-bottom: none;
    } */
    ul.exp-dwnrr {
        background: #000000;
    }
    .logo {
        padding: 6px 0;
    }
    .menuholders {
        position: relative;
    }
    
}


@media(max-width:767px){
    .show{
        right: 0 !important;
        transition: all 0.6s ease-in-out;
        overflow-y: scroll;
        background-color: #1E1E1E;
        width: 100%;
        z-index: 99;
    }
}
@media(min-width:991px){
    .logo {
        width: 200px;
        padding: 16px 0;
        float: left;
        position: relative;
        top: 12px;
    }
}

.menu-buttons a:nth-child(2) {
    background: #E30000;
    padding: 8px 8px;
    border: 1px solid #E30000;
    border-radius: 5px;
    color: #ffffff !important;
    text-decoration: none;
}
.menu-buttons a:hover {
    background: #E30000;
    padding: 8px 8px;
    border: 1px solid #E30000;
    border-radius: 5px;
    color: #ffffff !important;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}




/* new css  */

@media(max-width:991px){
    .menu-buttons .req-btns{
        display: none;
    }
    .call-btn{
        display: block !important;
    }
}
.call-btn{
    display: none;
}
.call-btn a {
    color: #ffffff !important;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    background: transparent !important;
    padding: 2px 3px !important;
    border: 1px solid #ffffff !important;
    border-radius: 30px !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    gap: 3px;
    position: relative;
    right: -11px;
}
.call-btn a :hover {
    color: #000000!important;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    background: #ffffff !important;
    padding: 2px 3px !important;
    border: 1px solid #ffffff !important;
    border-radius: 30px !important;
}
@media(max-width:991px){
    .menu-buttons {
        position: absolute;
        top: -42px;
        bottom: 0;
        right: 18%;
    }
}
@media(min-width:991px){
     .menu-buttons {
        position: absolute;
        top: -37px;
        bottom: 0;
        right: 10%;
    }
   
}
@media(min-width:991px){
    .menu-buttons a:nth-child(1) {
        background: #ffffff;
        padding: 8px 8px;
        border: 1px solid #ffffff;
        border-radius: 5px;
        color: #e30000 !important;
        text-decoration: none;
    }
}
.red-logo{
    display: block;
}
.white-logo{
    display: none;
}
.call-btn a img {
    max-width: 100% !important;
}





@media(max-width:575px){
    .red-logo{
        display: none;
    }
    .white-logo{
        display: block;
    } 
}
@media(max-width:360px){
    .logo {
        width: 140px;
        padding: 20px 0;
    }
    .call-btn a {
        font-size: 12px;
    }
    .call-btn a img {
        max-width: 15% !important;
    }
    .menuicon:after {
        top: -55px;
        left: -28px;
    }
}
@media(min-width:360px) and (max-width:575px){
    .logo {
        width: 190px;
        padding: 17px 0;
    }
    .menuicon:after {
        top: -55px;
        left: -30px;
    }
}
.header-reviw{
    display: none;
    text-align: -webkit-center;
    background: #1e1e1e;
}
@media(min-width:575px) and (max-width:991px){
    .header-reviw {
        display: block;
        position: fixed;
        top: 82px;
        padding: 0px 0px 10px 0px;
        width: 100%;
        z-index: 9 !important;
    }
    header, section#header {
        box-shadow:unset;
    }
    section#on-road-price-details {
        margin-top: 95px !important;
    }
}
@media(max-width:575px){
    .header-reviw {
        display: block;
        position: fixed;
        top: 60px;
        padding: 0px 0px 10px 0px;
        width: 100%;
        z-index: 9 !important;
    }
    header, section#header {
        box-shadow:unset;
    }
}
@media(min-width:575px) and (max-width: 767px) {
    section#banner-mob {
        margin-top: 143px !important;
    }
}
@media (max-width: 575px) {
    .head-mob {
        margin-top: 13px !important;
    }
}
.header-reviw img {
    z-index: 99999 !important;
    width: 200px !important;
}
.head {
    display: block;
}
@media(max-width:768px){
    .head {
        display: none;
    }
}
@media(max-width:575px){
    header {
        height: 60px !important;
    }
}
@media(min-width:576px){
    header {
        height: 90px !important;
    }
}
.mob-key-features{
    display: none !important;
}
@media(max-width:768px){
    .mob-key-features {
        display: block !important;
        background: #ffffff;
        padding: 10px 0px 0px 0px;
    }
}
.mob-key-features-head {
    text-align: center;
}
.mob-key-features-head h5 {
    font-size: 24px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 2px;
    color:#000000
}
.mob-key-features-head h6 {
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
    color: #FF0000;
    margin-bottom: 0px;
}
.mob-key-features-head-box {
    background: #0DA300;
    text-align: center;
    color: #ffffff;
    padding: 5px 5px 2px 5px;
    margin: 5px;
}
.mob-key-features-head-box p {
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 5px;
    color: #ffffff;
}
.mob-key-features-cont {
    text-align: center;
}
.mob-key-features-cont ul li {
    display: flex;
    align-items: center;
    padding: 3px 0px;
    gap: 5px;
}
.mob-key-features-cont ul {
    padding-left: 0px;
    margin-bottom: 0px !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 70% !important;
}
.mob-key-features-cont ul li p {
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0px;
    line-height: 1.3;
}
.mob-key-features-cont ul li p span {
    font-family: 'Montserrat-SemiBold';
}
.mb-info-section{
    display: none !important;
}
.mob-min-head h1 {
    font-size: 24px !important;
    font-family: 'Montserrat-Bold' !important;
    margin-bottom: 2px;
    color: #000000;
}
@media(max-width:767px){
    .mb-book-test-drive-btn{
        text-align:center;
    }
    .mb-info-section{
        display: block !important;
    }
}
.mb-book-test-drive-btn a {
    text-decoration: none;
    font-size: 16px;
    background: #FF0000;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 30px;
    font-family: 'Montserrat-Medium';
}
@media(max-width:767px){
    .form-sec-mob iframe {
        height: 525px !important;
    }
}
.mb-book-test-drive-btn p {
    font-size: 13px;
    font-family: 'Montserrat-Medium';
    text-align: left !important;
    margin: 12px 10px;
}
.mb-info {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 10px;
}
.mb-info h6 {
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 5px;
}
.mb-info h5 {
    font-size: 24px;
    font-family: 'Montserrat-Bold';
    margin-bottom: 5px;
    color: #FF0000;
}
.mb-info p {
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0px;
}
.mb-info-flx-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-box {
    text-align: center;
}
.info-box h6 {
    font-size: 16px;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 0px;
}
.info-box p {
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0px;
}
.info-box:nth-child(1) {
    border-right: 1px solid #000000;
}
.info-box:nth-child(2) {
    border-right: 1px solid #000000;
}
@media(max-width:575px){
    section#mobile-banner-amaze, section#mobile-banner-ehev {
        margin-top: 80px !important;
    }
    section#exchange-banner {
        margin-top: 90px !important;
    }
    .location-image {
        /* margin-top: 135px !important; */
        margin-top: 119px !important;
    }
    section#thank-you {
        margin-top: 100px !important;
    }
}
@media(min-width:576px) and (max-width: 767px) {
    .location-image {
        /* margin-top: 91px !important; */
        margin-top: 137px !important;
    }
    section#finance-banner, section#thank-you {
        margin-top: 100px !important;
    }
    
}
@media (min-width: 768px) and (max-width: 782px) {
    .location-image {
        margin-top: 91px !important;
    }
}
@media(min-width:767px) and (max-width:991px){
    .banner {
        margin-top: 71px !important;
    }
}
/* @media(min-width:992px){
    .banner {
        margin-top: 20px !important;
    }
} */
@media(min-width:576px) and (max-width: 767px) {
    .banner {
        margin-top: 117px !important;
    }
}
@media(min-width:575px){
    .mb-info {
        text-align: center !important;
    }
    .mb-info-flx-box {
        justify-content: space-around;
    }
    .info-box {
        border:unset !important;
    }
    .mb-book-test-drive-btn p {
        text-align: center !important;
    }
}
@media (max-width: 575px) {
    .banner {
        margin-top: 88px !important;
    }
}
/* @media (min-width: 1328px) and (max-width: 1399px) {
    .form-body-seperate {
        top: 25% !important;
    }
} */
.form-body-seperate iframe {
    /* height: 565px !important; */
    /* height: 500px !important; */
    height: 620px !important;
}

@media(max-width:768px){
    .form-body-mob {
        padding: 0px 0px 0px !important;
        text-align: center;
    }
}
.mob-key-features-head h1 {
    font-size: 24px !important;
    font-family: 'Montserrat-Bold' !important;
    margin-bottom: 2px;
    color: #000000;
}
.form-body-seperate iframe #form-builder{
    padding-top: 0px !important;
}
img.g-review {
    width: 250px !important;
}
@media(min-width:991px) and (max-width:1050px){
    img.g-review {
        width: 200px !important;
    }
}
a.dt-call {
    background: #E30000;
    padding: 8px 8px;
    border: 1px solid #E30000;
    border-radius: 5px;
    color: #ffffff !important;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    display: flex;
    gap: 5px;
    align-items: center;
}

