.ftr_col1 {
    width: 41% !important;
    padding-right: 245px;
}

.ftr_col2 {
    width: 40% !important;
    padding-right: 145px;
}

.ftr_col3 {
    width: 19% !important;
}

.ftr_lg img {
    width: 100% !important;
    height: 110px;
    object-fit: contain;
    object-position: left;
}

.myclass {
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
}

.myclass li a {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 400;
    position: relative;
    transition: 0.6s !important;
}

.myclass li a:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../../../../uploads/2024/10/wc_aftr_img.png);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% 100%;
    transition: 0.6s !important;
    opacity: 0;
}

.myclass li a:hover {
    padding-left: 20px !important;
    color: #E6001D;
}

.myclass li a:hover::after {
    opacity: 1;
}

.myclass li {
    width: 50%;
    padding: 5px 0;
}

.ftr_lg {
    padding-bottom: 25px;
}

.site_ttl_pd.ftr_ttl_con_inr {
    padding-bottom: 15px;
}

.ftr_col:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 260px;
    background: #005087;
    right: 115px;
    left: auto;
    top: 0;
    bottom: auto;
    margin: auto;
}

.ftr_col:last-child:before {
    display: none;
}

.ftr_cp_sec {
    padding: 10px 0 !important;
}

/*----------------------- popup css --------------- */
.ppup_sec {
    max-width: 750px !important;
    background: #d9e5ed;
    padding: 50px 0 !important;
}

.ppup_row {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 30px !important;
}

.ppup_sec .get_in_touch_box.btn_df {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.da-close.evr-close {
    width: 35px !important;
    height: 35px !important;
    background: #E6001D !important;
    color: #fff !important;
    font-size: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    top: 5px !important;
    right: 5px !important;
}

.with-close {
    /* right: -100%; */
    transition: 0.6s !important;
    transform: scale(0);
}

.is-open {
    /* right: 0; */
    transition: 0.6s !important;
    transform: scale(1);
}

.da-popup-visible .sfm-rollback {
    display: none !important;
}

.ftr_sec {
    padding-bottom: 25px !important;
}

.srvc_form_car_svg_con_inner:after,
.srvc_form_car_svg_con_inner:before {
    content: '';
    position: absolute;
    bottom: -6px;
    width: 85px;
    height: 85px;
    background-size: 100% 100% !important;
    animation: rotate_tyre 1.5s infinite linear;
}

.srvc_form_car_svg_con_inner:after {
    background: url('../../../../uploads/2024/11/car2_tyre1.png');
    left: 70px;
}

.srvc_form_car_svg_con_inner:before {
    background: url('../../../../uploads/2024/11/car2_tyre2.png');
    right: 40px;
}

.srvc_form_car_svg_con_inner {
    width: fit-content;
    position: relative;
}

footer {
    overflow: hidden;
    z-index: 0;
}

@keyframes building2 {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}

.srvc_form_car_svg_con_inner img {
    width: 100% !important;
    height: 108px;
    object-fit: contain;
}

.da-popup-visible .sfm-navicon-button.x.sf_label_default {
    display: none;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .ppup_row {
        padding: 10px !important;
    }

    .ftr_col1 {
        width: 100% !important;
        padding-right: 0px;
        padding-bottom: 30px !important;
    }

    .ftr_desc_con_inr {
        text-align: center;
    }

    .ftr_lg {
        padding-bottom: 15px;
    }

    .ftr_col2 {
        width: 100% !important;
        padding-right: 0;
        padding-bottom: 30px !important;
    }

    .ftr_lg img {
        height: 65px;
        object-position: center;
    }

    .ftr_col3 {
        width: 100% !important;
    }

    .ftr_col:before {
        height: 1px;
        width: 100%;
        top: auto;
        bottom: 15px;
        right: 0;
    }

    .site_ttl_pd.ftr_ttl_con_inr {
        padding-bottom: 6px;
    }

    .ftr_cp_sec {
        padding: 5px 0 !important;
    }

    .myclass li a {
        font-size: 14px;
    }

    .myclass li {
        padding: 0px 0;
    }

    .site_desc {
        font-size: 14px;
    }

    #menu-quick-links li {
        width: 100%;
    }

    .ppup_sec {
        padding: 20px 0 !important;
    }

    .cr_row {
        display: none;
    }

    .ftr_sec {
        padding-bottom: 0 !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    #menu-quick-links li {
        width: 50%;
    }

    .ppup_sec {
        max-width: 540px !important;
        padding: 40px 0 !important;
    }

    .ppup_row {
        padding: 0 30px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .ppup_sec {
        max-width: 600px !important;
        padding: 40px 0 !important;
    }

    .ftr_col1 {
        width: 100% !important;
        padding-right: 0px;
        padding-bottom: 30px !important;
    }

    .ftr_desc_con_inr {
        text-align: center;
    }

    .ftr_lg {
        padding-bottom: 15px;
    }

    .ftr_col2 {
        width: 60% !important;
        padding-right: 45px;
    }

    .ftr_lg img {
        height: 75px;
        object-position: center;
    }

    .ftr_col3 {
        width: 40% !important;
    }

    .ftr_col:before {
        right: 25px;
        height: 190px;
    }

    .ftr_col1:before {
        height: 1px;
        width: 100%;
        top: auto;
        bottom: 15px;
        right: 0;
    }

    .site_ttl_pd.ftr_ttl_con_inr {
        padding-bottom: 6px;
    }

    .ftr_cp_sec {
        padding: 5px 0 !important;
    }

    .myclass li a {
        font-size: 15px;
    }

    .myclass li {
        padding: 0px 0;
    }

    .srvc_form_car_svg_con_inner img {
        height: 85px;
    }

    .srvc_form_car_svg_con_inner:after,
    .srvc_form_car_svg_con_inner:before {
        bottom: -1px;
        width: 70px;
        height: 70px;
    }

    .srvc_form_car_svg_con_inner:after {
        left: 55px;
    }

    .srvc_form_car_svg_con_inner:before {
        right: 33px;
    }

    .cr_row {
        display: none;
    }

    .ftr_sec {
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .ppup_sec {
        max-width: 700px !important;
    }

    .ftr_col1 {
        width: 29% !important;
        padding-right: 20px;
    }

    .ftr_lg {
        padding-bottom: 15px;
    }

    .ftr_col2 {
        width: 44% !important;
        padding-right: 20px;
    }

    .ftr_lg img {
        height: 85px;
    }

    .ftr_col3 {
        width: 27% !important;
    }

    .ftr_col:before {
        right: 11px;
        height: 240px;
    }

    .site_ttl_pd.ftr_ttl_con_inr {
        padding-bottom: 6px;
    }

    .ftr_cp_sec {
        padding: 5px 0 !important;
    }

    .myclass li a {
        font-size: 15px;
    }

    .srvc_form_car_svg_con_inner img {
        height: 85px;
    }

    .srvc_form_car_svg_con_inner:after,
    .srvc_form_car_svg_con_inner:before {
        bottom: -1px;
        width: 70px;
        height: 70px;
    }

    .srvc_form_car_svg_con_inner:after {
        left: 55px;
    }

    .srvc_form_car_svg_con_inner:before {
        right: 33px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .ftr_col1 {
        width: 29% !important;
        padding-right: 35px;
    }

    .ftr_lg {
        padding-bottom: 15px;
    }

    .ftr_col2 {
        width: 44% !important;
        padding-right: 40px;
    }

    .ftr_lg img {
        height: 90px;
    }

    .ftr_col3 {
        width: 27% !important;
    }

    .ftr_col:before {
        right: 25px;
        height: 240px;
    }

    .site_ttl_pd.ftr_ttl_con_inr {
        padding-bottom: 6px;
    }

    .srvc_form_car_svg_con_inner img {
        height: 90px;
    }

    .srvc_form_car_svg_con_inner:after,
    .srvc_form_car_svg_con_inner:before {
        bottom: -1px;
        width: 70px;
        height: 70px;
    }

    .srvc_form_car_svg_con_inner:after {
        left: 60px;
    }

    .srvc_form_car_svg_con_inner:before {
        right: 36px;
    }

    .myclass li a {
        font-size: 15px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .ftr_col1 {
        width: 31% !important;
        padding-right: 50px;
    }

    .ftr_col2 {
        width: 44% !important;
        padding-right: 60px;
    }

    .ftr_lg img {
        height: 100px;
    }

    .ftr_col3 {
        width: 25% !important;
    }

    .ftr_col:before {
        right: 35px;
    }

    .myclass li a {
        font-size: 15px;
    }

    .srvc_form_car_svg_con_inner img {
        height: 88px;
    }

    .srvc_form_car_svg_con_inner:after,
    .srvc_form_car_svg_con_inner:before {
        bottom: -1px;
        width: 68px;
        height: 68px;
    }

    .srvc_form_car_svg_con_inner:after {
        left: 59px;
    }

    .srvc_form_car_svg_con_inner:before {
        right: 36px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .ftr_col1 {
        width: 35% !important;
        padding-right: 110px;
    }

    .ftr_col2 {
        width: 43% !important;
        padding-right: 110px;
    }

    .ftr_lg img {
        height: 100px;
    }

    .ftr_col3 {
        width: 22% !important;
    }

    .ftr_col:before {
        right: 65px;
    }


    .srvc_form_car_svg_con_inner img {
        height: 88px;
    }

    .srvc_form_car_svg_con_inner:after,
    .srvc_form_car_svg_con_inner:before {
        bottom: 0;
        width: 68px;
        height: 68px;
    }

    .srvc_form_car_svg_con_inner:after {
        left: 60px;
    }

    .srvc_form_car_svg_con_inner:before {
        right: 36px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .ftr_col1 {
        width: 38% !important;
        padding-right: 165px;
    }

    .ftr_col2 {
        width: 43% !important;
        padding-right: 165px;
    }

    .ftr_col3 {
        width: 19% !important;
    }

    .ftr_col:before {
        right: 95px;
    }

    .srvc_form_car_svg_con_inner img {
        height: 88px;
    }

    .srvc_form_car_svg_con_inner:after,
    .srvc_form_car_svg_con_inner:before {
        bottom: 0;
        width: 68px;
        height: 68px;
    }

    .srvc_form_car_svg_con_inner:after {
        left: 60px;
    }

    .srvc_form_car_svg_con_inner:before {
        right: 36px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}