

.contact_us_form h3{
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 17px;
    letter-spacing: normal;
    text-transform: none;
}

.contact_us_form h4 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 33px;
    text-transform: none;
}

.contact_us_form h1 {
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 600;
    line-height: 33px;
    text-transform: capitalize;
}

#contactus #enquiry_form label{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: var(--primary-color);
    line-height: normal;
    margin-bottom: 5px;
}

#contactus .contact-image-part {
    height: 508px;
    background-image: url("/images/common/contact-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_us_page-top .container{
    grid-template-columns: 100%;
    padding-left: 0;
    padding-right: 0;
    grid-gap: 0;
}

.opening-hours-section_mobile__title{
    color: #000000;
    font-size: 24px;
}

.contact-header-row__grid-part-content h2{
    line-height: 22px;    
    font-weight: 500;

}

.contact_us_page .search-button{
    background: #000000 !important;
}

.contact-header-row__grid-part-content-maps{
    margin-bottom: 0;
    justify-content: flex-start;
}

.opening-hours-section_mobile__title{
    margin-bottom: 17px;
}

.contact_us_page-top__grid-part h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 39px;
    font-style: normal;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 24px;
}

.contact_us_page-top__grid h2{
    color: #000000;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

.contact_us_page-top__grid{
    display: inline-block;
    padding-left: 64px;
}

.contact_us_page-top__grid-part-flex p, .contact_us_page-top__grid-part-flex-table table{
    /* text-transform: uppercase; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.contact_us_page-top__grid-part{
    margin-bottom: 50px;
}

.contact_us_page-top__grid-part-flex:first-child{
    margin-bottom: 6px;
}

.contact_us_page-top__grid-part-flex-table table tr td:first-child{
    padding-right: 31px;
}

#contactus .contact_us_form__wrapper{
    padding: 30px 35px 39px 36px;
    border-radius: 2px;
    background: var(--white);
    border: 1px solid #B7B7B7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.contact_us_page-top .contact-information-grid{
    padding-left: 32px;
}
#contactus .contact_us_page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 87px;
}

#contactus .contact_us_page {
    grid-template-columns: 444px auto;
}


#contactus .welcome-to-part h2 {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 600;
    line-height: 33px; 
    margin-bottom: 22px;
}

#contactus .welcome-to-part h6 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 20px;
    margin-left: 5px;
}

#contactus .welcome-to-part p {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 5px;
}

#contactus .contact_us_main .container{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#contactus .contact-header-row__grid-part-content-maps .input-search{
    margin-right: 0px;
}

#contactus .contact-header-row__grid-part-content-maps .form-control{
    width: 210px;
}


#contactus .location-contact-form-search{
   justify-content: start;
}

#contactus .contact_us_page .search-button{
    width: 52px;
    border-radius: 0px 2px 2px 0px;
    background:#B1072D !important;
    border: none;
    margin-top: 0;
    padding: 0;
}

#contactus .contact_us_page-top__grid{
    padding-left: 0;
}

#contactus .contact_us_page-top__grid-part{
    margin-bottom: 0;
}

#contactus .contact_us_page-top__grid-part-location{
    display:flex ;
    align-items: flex-start;
}

#contactus .contact_us_page-top__grid-part-phone a{
    display: inline-block;
    width: 259px;
    height: 60px;
    border-radius: 2px;
    background: linear-gradient(355deg, #C09B42 0%, #DCC053 100%);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.32px;
    cursor: pointer;
    padding: 18px;
}

#contactus .contact_us_page-top__grid-part-phone a img{
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 3px;
}

#contactus .contact_us_page-top__grid-part-flex{
    justify-content: space-between;
    margin-bottom: 0;
    margin-right: 20px;
}

#contactus .contact_us_page .btn_contact_us{
    height: 55px !important;
    border-radius: 0 !important;
}

#contactus .header-top-section__contact-address{
    margin: 0;
    display: flex;
    align-items: start;
}

#contactus .header-top-section__contact-address img{
    margin-left: -1px;
    margin-right: 12px;
}

#contactus .row_medium_screen .main-paragraph{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
}

#contactus .contact-header-row__grid-part-content-maps h2{
    font-weight: 400;
    line-height: 30px;
}

#contactus .contact-header-row__grid-part-content-maps .form-control{
    border-radius: 2px;
    border: 1px solid #222 !important;
    background:#FFF;
    border-right: none !important;
}

#contactus .opening-hours-gmap iframe{
    height: 372px;
    border: none !important;
    border-radius: 0px;
}

#contactus .contactus-wrapper{
    padding-bottom: 0;
    margin-top: -316px;
}

#contactus .contact_us_page .form-control{
    border-radius: 2px; 
    border:1px solid #B7B7B7 !important;
    background: #FFF;
    margin-bottom: 7px;
    margin-left: 0;
    font-weight: 500;
}

.welcome-to-part .logo-flex img.ford-logo {
    width: 159px;
}
.welcome-to-part .logo-flex img.hyundai-logo {
    width: 147px;
}
.welcome-to-part .logo-flex img.volvo-logo {
    width: 87px;
}

#contactus #contact-bg-wrapper {
    background-image: url("/images/common/bgrnd-search-top.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 413px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#contactus .contact-bg {
    position: relative;
}

#contactus #enquiry_form label {
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: var(--primary-color);
    margin-left: 2px;
    margin-bottom: 9px;
    margin-top: 12px;
}

.contact-header-row__grid-part-content-maps .contact-header-row-location{
    width: 19px;
    margin-right: 18px;
    margin-top: 5px;
}

.contact-header-row__grid-part-content-maps h2{
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
}

.contact-header-row__grid-part-content-maps .contact-header-row__grid-part-find-us{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#contactus .contact-header-row__grid-part-content-maps .form-control{
    border: 1px solid #BCBCBC !important;
}

#contactus .contact_us_page-top .opening-hours-section_mobile {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

#contactus .zero-col-footer-flex-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
#contactus .contact-header-row__grid-part-content-maps .form-control {
    border: 1px solid #B7B7B7 !important;
}
#contactus .contact-header-row__grid-part-content-maps .form-control {
    width: 269px;
}
#contactus .since-logo-wrapper img.since-year {
    margin-top: 6px;
}

#contactus .contact_us_main-bottom-contact-section {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 0;
}

#contactus a.evt-phone {
    color: var(--primary-color);
    font-family: var(--vwhead-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px; 
    text-transform: capitalize;
}

#contactus .contact-information-grid {
    display: grid;
}

#contactus .call-information a.evt-phone {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px; 
    text-transform: capitalize;
}

#contactus .contact_us_page-top .container .image-wrapper {
    margin-bottom: 28px;
}

#contactus .contact_us_main-bottom-contact-opening-hours {
    padding-left: 8px;
    padding-right: 15px;
}

/* START OF NEW CONTACT STYLING */

#contactus .col-footer__contact-flex img {
    margin-top: 3px;
    margin-left: 1px;
    margin-right: 15px;
}
#contactus .col-footer__contact-flex.col-footer__contact-flex-address img {
    margin-top: 2px;
    margin-right: 11px;
}

#contactus .contact-information-grid.first .contact_us_main-bottom-contact-section {
    padding-top: 38px;
    margin-bottom: 45px;
    padding-left: 0;
}

#contactus .contact-information-grid.first .contact_us_page-top {
    padding-top: 11px;
}


#contactus .col-footer__top-logos img {
    margin-right: 7px;
} 

#contactus .col-footer__top-logos img:nth-child(2) {
    margin-top: 2px;
} 

#contactus .col-footer__top-logos {
    margin-top: 13px;
    margin-bottom: 33px;
}

.contact_us_main-bottom-contact-opening-hours table, .contact_us_main-bottom-contact-section .col-footer__opening-hours table {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    padding-right: 15px;
    font-family: var(--body-font);
    padding-right: 15px;
}

.contact_us_main-bottom-contact-opening-hours table tr td:first-child, .contact_us_main-bottom-contact-section .col-footer__opening-hours table tr td:first-child {
    padding-right: 38px;
}

#contactus hr {
    background: #B7B7B7;
    width: 100%;
    margin-top: 21px;
    margin-bottom: 50px;
}

#contactus .contact_us_main-bottom-contact-section p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--primary-color);
    text-transform: capitalize;
    margin-bottom: 0;
    padding-right: 15px;
}

@media screen and (min-width: 992px) {
    #contactus .contact-information-grid.second, #contactus .contact-information-grid.third {
        padding-left: 1px;
    }
    #contactus .contact-information-grid.first .col-footer__contact-flex img {
        margin-right: 14px;
    }
    #contactus .contact-information-grid.first .col-footer__contact-flex.col-footer__contact-flex-address img {
        margin-right: 12px;
    }
    
    #contactus .contact-information-grid.second .col-footer__top-logos {
        margin-top: 13px;
        margin-bottom: 33px;
    }
    #contactus .contact-information-grid.third .col-footer__top-logos {
        margin-bottom: 33px;
    }
    
    #contactus .contact-information-grid.second .col-footer__contact {
        margin-bottom: 24px;
    }
    
    #contactus .contact-information-grid.third  .col-footer__contact {
        margin-bottom: 11px;
    }
    
    #contactus .contact-information-grid.third .col-footer__top-logos img {
        width: 109px;
        margin-left: 3px;
    }
    
}
@media screen and (max-width: 1500px) {
    #contactus .contact-information-grid {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    #contactus hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1100px) {
    .col-footer__opening-hours {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    #contactus .col-footer__top-logos {
        margin-bottom: 15px;
    }
    #contactus .contact_us_main-bottom-contact-section p, #contactus a.evt-phone, .contact_us_main-bottom-contact-opening-hours table, .contact_us_main-bottom-contact-section .col-footer__opening-hours table, #contactus .contact-header-row__grid-part-find-us-flex p {
        font-size: 14px;
        line-height: 20px;
    }
    #contactus .contact-information-grid {
        gap: 5px;
    }
    #contactus .col-footer__top h3 {
        font-size: 19px;
        margin-bottom: 13px;
    }

    #contactus .third-col-footer {
        padding: 0;
    }

    #contactus hr {
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

/* END OF NEW CONTACT STYLING */


@media screen and (min-width:1700px){
    .contact-header-row__grid-part-content-maps h2{
        margin-right: 0;
    }
}

#contactus .contact_us_page {
    grid-template-columns:auto 469px ;
    gap:117px;
}

@media screen and (min-width:1700px){
    #contactus .contact_us_page.container {
        max-width: 1652px;  
        padding: 0;
        padding-right:5px;
    } 
    #contactus .contactus-wrapper {
        max-width: 1640px;  
        padding: 0;
    } 
}

#contactus .contact_us_page.container{
    padding-top: 0;
    padding-bottom: 60px;
    background: transparent;
} 
#contactus .contactus-wrapper {
    margin: auto;
    position: relative;
    z-index: 5;
}


@media screen and (min-width:992px){
    .contact_us_form {
        margin-top: -167px;
    }
}


@media screen and (min-width: 1400px) and (max-width: 1699px){
    .opening-hours-section_mobile .row_medium_screen {
        padding-right: 0;
    }
}


@media screen and (max-width: 1699px){
    .opening-hours-section_mobile .row_medium_screen {
        padding-right: 0;
    }
    #contactus .contact_us_main-bottom-contact-section {
        grid-template-columns: repeat(2, 1fr);
    }
    #contactus .contact_us_page-top .opening-hours-section_mobile {
        grid-template-columns: 57% auto;
    }
}


@media screen and (max-width: 1400px) {
    #contactus .contact_us_page-top .opening-hours-section_mobile {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .contact_us_page h4 {
        margin-top: 0;
    }
    #contactus .contact_us_page-top .container .image-wrapper img {
        width: 100%;
    }
}


@media (min-width:1200px) and (max-width:1399px){
    .contact_us_page-top__grid{
        padding-left: 30px;
    }
}

@media screen and (max-width: 1200px) {
    
    #contactus .contact-image-part {
        height: 300px;
    }
}
@media screen and (max-width: 992px) {
    #contactus .contact_us_page.container {
        padding-bottom: 30px;
        padding-top: 25px;
    }
    #contactus .contact_us_page {
        margin-top: 20px;
    }
    #contactus .contactus-wrapper {
        max-width: 80%;
        margin: auto;
        margin-top: 0;
    }
}

@media (min-width:992px) and (max-width:1199px){
    #contactus .contact_us_page{
        grid-gap: 20px;
    }
    #contactus .contact_us_page-top__grid-part-location{
        padding-right: 20px;
    }

    #contactus .contact-header-row__grid-part-content-maps .input-search{
		margin-left: 0;
        display: flex;
        gap: 20px;
	}
    #contactus .contact-header-row__grid-part-content-maps h2{
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (min-width:768px) and (max-width: 991px){
    #contactus .contact_us_page{
        grid-template-columns: 100%;
        grid-gap: 0px;
    }
    #contactus .contact_us_page.container{
        grid-row-gap: 0 !important;
    }
    .contact-header-row__grid-part-content-maps {
        margin-left: 0;
    }
    .opening-hours-section_mobile .row_medium_screen {
        margin-left: 0;
        margin-right: 0;
    }
    #contactus .contact_us_page-top__grid-part-flex{
        margin-right: 0;
    }
    
    #contactus .opening-hours-section_mobile{
        display: inline-block;
        padding-left: 0;
    }
    #contactus .opening-hours-gmap iframe{
        width: 100%;
    }
    #contactus .opening-hours-gmap{
        padding-left: 0;
    }
    .contact_us_page-top .container {
        grid-template-columns: 1fr;
    }

    .contact_us_page-top__grid{
        padding-left: 15px;
    }
    .contact-header-row__grid-part-find-us-flex{
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
    #contactus .contact-header-row__grid-part-content-maps .input-search{
        margin-left: 0;
    }
    .location-contact-form-search{
        justify-content: end;
    }
    #contactus .contact-header-row__grid-part-content-maps h2{
        width: 100%;
    }
    #contactus .common-hero-section,
    #contactus .contact-information-grid.first .contact_us_main-bottom-contact-section{
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px){
    #contactus .location-contact-form-search {
        width: 100%;
    }
    .contact-opening-hours-flex{
        flex-direction: column;
        row-gap: 25px;
        margin-bottom: 20px !important;
    }
    #contactus .contactus-wrapper {
        max-width: 100%;
        margin: auto;
        margin-top: 0;
        padding-top: 5px;
    }
    .contact_us_page-top .contact-information-grid {
        padding-left: 0;
    }
    #contactus .header-top-section__contact-address img{
        margin-left: 0;
        margin-top: 2px;
        width: 15px;
    }
    #contactus .contact_us_page {
        margin-top: -336px;
    }
    #contactus .contact_us_page{
        grid-template-columns: 100%;
        grid-gap: 15px;
        padding: 15px !important;
        margin-top: 0;
    }
    .contact_us_page h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .contact_us_form h1 {
        text-align: left;
        font-size: 28px;
    }
    .contact_us_form h4 {
        font-size: 16px;
        line-height: 25px;
        margin-top: 8px;
        margin-bottom: 13px;
    }
    #contactus .contact_us_page-top__grid-part-flex{
        flex-direction: column;
        margin-right: 0;
    }
    .contact-header-row__grid-part-content-maps{
        margin-top: 0px;
        margin-bottom: 10px;
        align-items: flex-start;
    }
    .contact-header-row__grid-part-content-maps .contact-header-row__grid-part-find-us{
        margin-bottom: 20px;
    }
    #contactus .contact_us_form__wrapper{
        margin-top: 5px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
    }
    #contactus .contact_us_page-top__grid-part-location{
        margin-bottom: 20px;
    }
    #contactus .contact_us_form h3, #contactus .contact_us_page-top__grid-part h3{
        text-align: left;
        margin-bottom: 6px;
    }
    .contact_us_page .hdbtn {
        margin-top: 20px;
    }
    #contactus .row_medium_screen .main-paragraph,
    #contactus .contact-header-row__grid-part-content-maps h2{
        text-align: left;
        margin-bottom: 0;
        text-transform: none;

    }
    #contactus .contact_us_page-top .container{
        grid-gap: 0;
    }
    #contactus .contact_us_page-top{
        padding-top: 0;
    }
    #contactus .row{
        margin-left: 0;
        margin-right: 0;
    }
    #contactus .opening-hours-gmap{
        padding: 0;
    }
    #contactus .contact-header-row__grid-part-content-maps .input-search{
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    #contactus .contact_us_page-top__grid-part h3{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .contact_us_page-top__grid-part-flex p, .contact_us_page-top__grid-part-flex-table table{
        font-size: 14px;
    }
    #contactus .contact_us_page-top__grid-part-phone a{
        width: 230px;
        height: 55px;
        padding: 15px;
    }
    #contactus .row_medium_screen .main-paragraph{
        line-height: 24px;
        font-size: 14px;
    }
    #contactus #enquiry_form label{
        font-size: 14px;
    }

    #contactus .contact-information-grid.first .contact_us_main-bottom-contact-section {
        padding-top: 30px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    #contactus .contact-header-row__grid-part-content-maps h2{
        width: 69px;
        margin-right: 0;
    }
}
#contactus .header-top-section__contact table{
	margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.contact-header-row__grid-part-find-us-location{
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
}

.contact-header-row__grid-part-find-us-location p{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

#contactus .contact-header-row__grid-part-find-us-contact a{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

#contactus .contact_us_main-bottom-contact-section h1 {
    color: #501B4A;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 30px;
}

.contact_follow img{
    padding-left: 14px;
}


.flex-column-get-directions {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-left: 0;
}

.contact-header-row__grid-part-find-us-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding-right: 0;
}

.contact-header-row__grid-part-find-us-flex p{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-top: -5px;
}

#contactus .simi-logo-part img {
    width: 74px;
}

#contactus .contact-header-row__grid-part-content-maps .form-control::placeholder{
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: unset;
    padding-left: 0;
}

#contactus .third-col-footer {
    gap: 0;
}

@media screen and (min-width: 1300px) and (max-width: 1399px){
    .contact_us_page-top .contact-information-grid {
        margin-top: -180px !important;
    }
}

@media screen and (max-width: 1200px) {
    #contactus h5 {
        margin-top: 2px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px){
    #contactus .contact_us_page{
        grid-gap: 20px;
    }
    .contact-header-row__grid-part-find-us-flex p{
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .contact_us_main-bottom-contact-section h3{
        text-align: start;
        font-size: 18px;
    }
    .contact_us_main-bottom-contact-section{
        margin-top: 20px;
        grid-template-columns: 100% !important;
        gap: 30px;
        margin-left: 0;
    }
    .contact_follow{
        text-align: left;
    }
}

.header-top-section__contact-address{
    margin-bottom: 0;
    margin-top:13px ;
}



.contact_us_main-bottom-contact-opening-hours p{
    margin-top: 6px;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-left: 1px;
    text-transform: capitalize;
}

#contactus .contact-address{
    padding-top: 5px;
}

#contactus .header-top-section__contact-address {
    margin-top: 2px;
}

.contact-address .header-top-section__contact img, .contact-address .header-top-section__contact svg{
    margin-right: 12px;
    margin-top: 3px;

}
.contact-information .header-top-section__contact-flex img, .contact-information .header-top-section__contact-flex svg{
    margin-right: 12px;
    margin-top: 6px;
}

.contact-address .header-top-section__contact{
    align-items: start;
    margin-bottom: 10px;

}

.contact-address .header-top-section__contact-address p{
    font-weight: 400;
}


.contact-information .header-top-section__contacts{
    display: flex;
    gap: 20px;
    
    align-items: center;
}

.contact-information .header-top-section__contact-flex img.mobile{
	margin-right: 16px;
}

.contact-information .header-top-section__contacts a{
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-information .header-top-section__contact-flex{
    margin-bottom: 10px;
}
.contact-opening-hours-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}
.contact_timing{
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 16px;
}

.contact_timing img{
    margin-top: 3px;

}

.contact_us_page-top h3.find_us{
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
}

#contactus .col-footer__contact-flex {
    margin-bottom: 0px;
    margin-top: 20px;
}
#contactus .col-footer__contact-flex-address{
    margin-top: 12px;
}

@media screen and (max-width: 1700px) {
    #contactus .contact_us_page.container {
        max-width: 95%;
        grid-gap: 40px;
    }
    .contact_us_main-right-grid-section {
        grid-gap: 30px;
    }
    #contactus .image-part img {
        width: 100%;
    }
    .contact_us_main-bottom-contact-section {
        grid-gap: 5px;
        grid-row-gap: 0px;
    }
}

@media screen and (min-width:1400px) and (max-width:1650px){
    #contactus .contact_us_page{
        max-width: 95%;
        grid-gap: 30px;
    }
    .contact_us_main-right-grid-section {
        grid-row-gap: 30px;
    }
    .welcome-to-part .logo-flex {
        grid-gap: 20px;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .welcome-to-part .logo-flex img.volvo-logo {
        margin: auto;
    }
    /* .contact_us_main-bottom-contact-section{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0;
        margin-bottom: 0;
        padding-top: 0;
    } */
    /* .contact-header-row__grid-part-find-us-flex{
        flex-direction: column;
        align-items: start;
    } */
    .contact-address{
        margin-top: 0;
        margin-bottom: 0;
    }
    .contact-information {
        margin-bottom: 0px;
    }
}


@media screen and (min-width:1500px) and (max-width:1599px){
    #contactus .contact_us_page.container {
        grid-gap: 30px;
        max-width: 97%;
    }
}
@media screen and (min-width:992px) and (max-width:1499px){
    #contactus .contact_us_page{
        max-width: 95%;
        grid-gap: 30px;
        grid-template-columns: auto 427px;
    }
    .contact_us_main-right-grid-section {
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 30px;
    }

    .contact_us_page-top {
        grid-column-start: 2;
    }
    .contact_us_page-top .contact-information-grid {
        padding-left: 0;
        margin-top: -200px;
    }
    .contact_us_main-bottom-contact-section{
        display: grid;
        grid-template-columns: 36% 63%;
    }
    .contact-address{
        margin-top: 0;
        margin-bottom: 0;
    }

    #contactus .image-part {
        grid-column-start: 1;
    }
    .contact-information {
        margin-bottom: 0;
    }
}

@media screen and (min-width:992px) and (max-width:1299px){
    .contact_us_main-bottom-contact-section {
        display: grid;
        grid-template-columns: 100%;
        
    }
    .contact_us_page-top .contact-information-grid {
        padding-left: 0;
        margin-top: -50px;
    }
    #contactus .contact_us_page.container{
        grid-row-gap: 0;
    }

    .contact-header-row__grid-part-find-us-flex{
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
}
@media screen and (max-width: 992px) {
    #contactus h5 {
        margin-top: 0;
    }
    .contact-header-row__grid-part-find-us-flex{
        flex-direction: column;
        align-items: start;
        gap: 12px;
    }
    #contactus .contact_us_page.container {
        margin-top: 0;
    }
    #contactus .contact_us_main-bottom-contact-section h1 {
        margin-bottom: 12px;
    }
    
    #contactus .contact_us_main-bottom-contact-opening-hours, #contactus .contact-address {
        padding-left: 0;
        padding-bottom: 0;
    }
    #contactus .header-top-section__contact-address {
        margin-top: 0;
    }
    #contactus .contact_us_main-bottom-contact-section {
        padding-left: 7px;
    }
}
@media screen and (max-width: 767px) {
    #contactus .contact-address img.contact-image {
        width: 100%;
    }
    #contactus .contact-information-grid {
        gap: 5px;
    }
    #contactus .contact_us_main-bottom-contact-section h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
        }
    .contact_us_main-bottom-contact-opening-hours table {
        margin-top: 0;
    }
    #contactus .contact_us_main-bottom-contact-section {
        padding-left: 7px;
    }
    .contact_us_page {
        text-align: left;
    }
    #contactus h5 {
        margin-top: 0;
    }
    #contactus .contact-header-row__grid-part-find-us-flex p {
        margin-top: 0;
        margin-bottom: 0;
    }
    #contactus .contact_us_page-top .container .image-wrapper {
        margin-bottom: 15px;
    }
    #contactus .contact_us_page-top .opening-hours-section_mobile {
        gap: 12px;
    }
}


@media screen and (min-width:992px) and (max-width:1199px){
    #contactus .contact_us_page.container {
        grid-template-columns: auto 420px;
        grid-gap: 30px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .contact_us_form {
        margin-top: -167px;
    }
    .contact_us_page-top .contact-information-grid {
        padding-left: 0;
    }
    .contact_us_main-right-grid-section{
        grid-template-columns: 100%;
        margin-top: 20px;
        grid-row-gap: 30px;
    }
    .contact_us_main-bottom-contact-section{
        display: grid;
        gap: 15px;
        margin-top: 0;
    }
    .contact-information-grid {
        grid-column-start: 1;
        grid-row-start: unset;
    }
    #contactus .contact_us_page .contact_us_main {
        grid-row-start: 1;
        grid-row-end: unset;
    }

    .contact_us_page-top {
        grid-row-start: unset;
    }
    #contactus .welcome-to-part .logo-flex {
        padding-bottom: 30px;
    }

    #contactus .contact-information-grid .first-col-footer{
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 30px;
    }
}

@media screen and (max-width:767px){
    #contactus .contact_us_page.container {
        max-width: 100%;
        grid-gap: 15px;
    }
    .contact-information-grid {
        grid-column-start: unset;
    }
    .contact_us_main-bottom-contact-opening-hours{
        text-align: left;
    }
    .contact_us_main-right-grid-section{
        grid-template-columns: 100%;
        margin-top: 0;
        grid-row-gap: 15px;
    }
    .contact_us_main-bottom-contact-opening-hours p{
        text-align: start;
    }
    .contact_us_main-bottom-contact-section {
        /* gap: 15px; */
        flex-direction: column;
        align-items: start;
        margin-top: 0;
    }
    #contactus .contact_us_page .contact_us_main {
        grid-column-start: unset;
        grid-row-end: unset;
        grid-row-start: 1;
    }
    #contactus .welcome-to-part h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    #contactus .welcome-to-part h6 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
        margin-left: 0;
    }
    #contactus .welcome-to-part p {
        font-size: 14px;
        line-height: 19px;
        margin-left: 0;
    }
    #contactus .contact_us_page-top {
        grid-row-start: unset;
    }
    .contact_timing {
        margin-bottom: 0;
    }
    .contact-information{
        margin-bottom: 0px;
    }
    #contactus .simi-logo-part img {
        width: 65px;
    }
    .contact-header-row__grid-part-find-us-flex p{
        text-align: start;
        line-height: 19px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .contact_us_main-bottom-contact-opening-hours table tr td:first-child, .contact_us_main-bottom-contact-section .col-footer__opening-hours table tr td:first-child {
        padding-right: 20px;
    }
    #contactus .contact-header-row__grid-part-content-maps .form-control{
        width: 100%;
    }

    .welcome-to-part .logo-flex img.ford-logo {
		width: 93px;
	}
	.welcome-to-part .logo-flex img.hyundai-logo {
		width: 86px;
	}
	.welcome-to-part .logo-flex img.volvo-logo {
		width: 51px;
	}
}
@media screen and (max-width: 330px) {
    #contactus .contactus-wrapper {
        max-width: 100%;
        }
        .welcome-to-part .logo-flex img.ford-logo {
            width: 83px;
        }
        .welcome-to-part .logo-flex img.hyundai-logo {
            width: 80px;
        }
        .welcome-to-part .logo-flex img.volvo-logo {
            width: 48px;
        }
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
    #contactus .contact-information-grid .first-col-footer{
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 30px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1499px) {
    #contactus .contact-information-grid .first-col-footer {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 30px;
    }
}