
/* =========================================================
   XXL — 1400px AND UP
========================================================= */

@media (min-width: 1400px) {

    .container {
        max-width: 1360px;
    }

}


/* =========================================================
   XL — 1200px TO 1399.98px
========================================================= */

@media (min-width: 1200px) and (max-width: 1399.98px) {

    .container {
        max-width: 1260px;
    }

     .about_us_section {
        padding: 90px 0;
    }

    .about_us_image_div_main {
        margin-right: 28px;
    }

    .about_us_image_div_main > .about_us_img_box > img {
        /* height: 530px; */
    }

    .about_us_content_div {
        padding-left: 10px;
    }

    .about_us_content_div > h1 {
        font-size: 40px;
    }

}


/* =========================================================
   LG — 992px TO 1199.98px
========================================================= */

@media (min-width: 992px) and (max-width: 1199.98px) {

    .container {
        max-width: 960px;
    }


    /* =====================================================
       AUTOMOTIVE PROCESS
    ===================================================== */

    .auto-process-section {
        padding: 70px 0 80px;
    }

    .auto-process-head {
        max-width: 760px;
        margin-bottom: 75px;
    }

    .auto-process-head > h2 {
        font-size: 38px;
        line-height: 1.12;
    }

    .auto-process-head > p {
        max-width: 650px;
        font-size: 14px;
        line-height: 1.75;
    }

    .auto-process {
        max-width: 950px;
    }

    .auto-process-item {
        min-height: 230px;
        padding-right: calc(50% + 52px);
    }

    .auto-process-item.reverse {
        padding-left: calc(50% + 52px);
        padding-right: 0;
    }

    .auto-process-number {
        width: 62px;
        height: 62px;
    }

    .auto-process-card {
        padding: 26px 28px;
    }

    .auto-process-card h3 {
        font-size: 21px;
    }

    .auto-process-card > p {
        font-size: 13px;
        line-height: 1.75;
    }


    /* =====================================================
       BEFORE AFTER
    ===================================================== */

    .before_after_section {
        padding: 65px 0 70px;
    }

    .before_after_visual {
        padding-right: 20px;
    }

    .before_after_img_div,
    .before_after_img_div img {
        height: 440px;
    }

    .before_after_img_div {
        min-height: 440px;
    }

    .before_after_content {
        padding-left: 0;
    }

      .about_us_section {
        padding: 70px 0 75px;
    }

    .about_us_image_div_main {
        margin-right: 15px;

        padding-right: 15px;
        padding-bottom: 15px;
    }

    .about_us_image_div_main > .about_us_img_box > img {
        height: 470px;
    }

    .about_us_content_div {
        padding-left: 0;
    }

    .about_us_content_div > h1 {
        font-size: 33px;
    }

    .about_us_content_div > p {
        font-size: 13px;
        line-height: 1.75;
    }

    .flex_div_about_ser {
        min-height: 80px;

        padding: 10px;

        gap: 10px;
    }

    .about_service_image_div > span {
        width: 50px;
        height: 50px;
    }

    .about_service_image_div > span > img {
        width: 28px;
        height: 28px;
    }

    .about_service_content > h3 {
        font-size: 13px;
    }

    .about_service_content > p {
        font-size: 10px;
    }

     .how_to_work_section {
        padding: 60px 0px 70px 0px;
    }

    .main_div_title_how_to_work {
        padding-bottom: 35px;
    }

    .main_div_title_how_to_work > h3 {
        font-size: 35px;
    }

    .how_to_work_main_box_div {
        min-height: 285px;
        padding: 27px 20px;
    }

    .how_to_work_img_div {
        width: 62px;
        height: 62px;
    }

    .howto_content_div > h4 {
        font-size: 18px;
    }

     .why_choose_us_section {
        padding: 65px 0px 75px 0px;
    }

    .main_div_title_whychoose > h3 {
        font-size: 34px;
    }

    .why_choose_us_content_div > p {
        font-size: 13px;
    }

    .nested_point_div {
        gap: 10px;
        margin-bottom: 17px;
        padding: 8px 5px;
    }

    .nested_point_img_div > span {
        width: 52px;
        height: 52px;
    }

    .nested_point_img_div > span > img {
        width: 28px;
        height: 28px;
    }

    .nested_why_us_cotent > h4 {
        font-size: 15px;
    }

    .nested_why_us_cotent > p {
        font-size: 11.5px;
    }

    .image_overlay_car_whyus {
        min-height: 600px;
        padding: 30px 20px;
    }

    .counter_main_div {
        min-height: 155px;
        padding: 18px 10px;
    }

}


/* =========================================================
   MD — 768px TO 991.98px
========================================================= */

@media (min-width: 768px) and (max-width: 991.98px) {

    /* =====================================================
       HEADER
    ===================================================== */

    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }


    /* =====================================================
       CONTACT
    ===================================================== */

    .contact-content {
        margin-bottom: 30px;
    }

    .main_div_contact_us_numbers > h3 {
        font-size: 30px;
    }

    .contact_page_frm_main_div > h3 {
        font-size: 30px;
    }


    /* =====================================================
       ABOUT
    ===================================================== */

    .about_us_content_div > h1 {
        font-size: 26px;
    }

    .why_choose_us_section.about-us-why-choose {
        margin-bottom: 30px;
    }


    /* =====================================================
       WHATSAPP
    ===================================================== */

    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }


    /* =====================================================
       AUTOMOTIVE PROCESS
    ===================================================== */

    .auto-process-section {
        padding: 65px 0 70px;
        margin-bottom: 25px;
    }

    .auto-process-head {
        max-width: 720px;
        margin: 0 auto 65px;
        padding: 0 20px;
    }

    .auto-process-overline {
        gap: 10px;
        font-size: 10px;
        letter-spacing: 2px;
    }

    .auto-process-overline .line {
        width: 27px;
    }

    .auto-process-head > h2 {
        font-size: 35px;
        line-height: 1.14;
    }

    .auto-process-head > p {
        max-width: 620px;
        margin-top: 18px;
        font-size: 13px;
        line-height: 1.75;
    }


    /* Process Wrapper */

    .auto-process {
        max-width: 820px;
        padding: 0 15px;
    }


    /* Central Spine */

    .auto-process-spine {
        top: 35px;
        bottom: 35px;
        left: 50%;
        width: 1px;
    }


    /* Items */

    .auto-process-item {
        min-height: 220px;
        padding-right: calc(50% + 45px);
        margin-bottom: 18px;
    }

    .auto-process-item.reverse {
        padding-right: 0;
        padding-left: calc(50% + 45px);
    }


    /* Number */

    .auto-process-number {
        width: 58px;
        height: 58px;
    }

    .auto-process-number::before {
        inset: 4px;
    }

    .auto-process-number span {
        font-size: 11px;
    }


    /* Card */

    .auto-process-card {
        padding: 23px 24px;
        border-radius: 6px;
    }

    .auto-process-card-head {
        gap: 14px;
        margin-bottom: 13px;
    }

    .auto-process-card-head small {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .auto-process-card h3 {
        font-size: 19px;
        line-height: 1.3;
    }

    .auto-process-card > p {
        font-size: 12.5px;
        line-height: 1.7;
    }


    /* Icon */

    .auto-process-icon {
        width: 44px;
        height: 44px;
        font-size: 15px;
    }


    /* Meta */

    .auto-process-meta {
        gap: 10px 14px;
        margin-top: 17px;
        padding-top: 13px;
    }

    .auto-process-meta span {
        font-size: 9px;
    }


    /* =====================================================
       BEFORE AFTER
    ===================================================== */

    .before_after_section {
        padding: 60px 0 65px;
    }

    .before_after_visual {
        max-width: 650px;
        margin: 0 auto 15px;
        padding-right: 20px;
    }

    .before_after_img_div,
    .before_after_img_div img {
        height: 430px;
    }

    .before_after_img_div {
        min-height: 430px;
    }

    .before_after_content {
        padding-left: 0;
    }

      .about_us_section {
        padding: 65px 0 70px;
    }

    .about_us_section::before {
        display: none;
    }

    .about_us_image_div_main {
        display: none;

        max-width: 650px;

        margin: 0 auto 40px;

        padding-right: 17px;
        padding-bottom: 17px;
    }

    .about_us_image_div_main > .about_us_img_box > img {
        height: 430px;
    }

    .about_us_content_div {
        padding-left: 0;
    }

    .about_us_content_div > h1 {
        font-size: 33px;
    }

    .about_us_content_div > p {
        font-size: 13px;
        line-height: 1.78;
    }

    .how_to_work_section {
        padding: 55px 0px 65px 0px;
    }

    .main_div_title_how_to_work > h3 {
        font-size: 34px;
    }

    .how_to_work_main_box_div {
        min-height: 260px;
        padding: 25px 20px;
    }

    .how_to_work_img_div {
        width: 62px;
        height: 62px;
        margin-bottom: 22px;
    }

      .why_choose_us_section {
        padding: 55px 0px 65px 0px;
    }

    .main_div_title_whychoose {
        padding-bottom: 10px;
    }

    .main_div_title_whychoose > h3 {
        font-size: 35px;
    }

    .image_overlay_car_whyus {
        min-height: 580px;
        margin-top: 20px;
        padding: 35px 25px;
    }

    .counter_main_div {
        min-height: 160px;
    }


}


/* =========================================================
   SM — 576px TO 767.98px
========================================================= */

@media (min-width: 576px) and (max-width: 767.98px) {

    /* =====================================================
       HEADER
    ===================================================== */

    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }


    /* =====================================================
       SLIDER
    ===================================================== */

    .slider_section2 {
        display: block !important;
    }

    .slider_section {
        display: none !important;
    }


    /* =====================================================
       WHY US IMAGE
    ===================================================== */

    .image_overlay_car_whyus {
        clip-path: unset !important;
    }


    /* =====================================================
       CONTACT
    ===================================================== */

    .contact-content {
        margin-bottom: 30px;
    }

    .main_div_contact_us_numbers > h3 {
        font-size: 30px;
    }

    .contact_page_frm_main_div > h3 {
        font-size: 30px;
    }


    /* =====================================================
       ABOUT
    ===================================================== */

    .about_us_content_div > h1 {
        font-size: 26px;
    }

    .why_choose_us_section.about-us-why-choose {
        margin-bottom: 30px;
    }


    /* =====================================================
       WHATSAPP
    ===================================================== */

    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }


    /* =====================================================
       AUTOMOTIVE PROCESS
       SINGLE COLUMN TIMELINE
    ===================================================== */

    .auto-process-section {
        padding: 60px 0 65px;
        margin-bottom: 20px;
    }


    /* Background */

    .auto-process-section::before {
        width: 400px;
        height: 400px;
        top: -240px;
        right: -210px;
    }

    .auto-process-section::after {
        width: 300px;
        height: 300px;
        bottom: -200px;
        left: -180px;
    }


    /* Heading */

    .auto-process-head {
        max-width: 650px;
        margin: 0 auto 45px;
        padding: 0 18px;
    }

    .auto-process-overline {
        gap: 9px;
        margin-bottom: 14px;

        font-size: 10px;
        letter-spacing: 1.8px;
    }

    .auto-process-overline .line {
        width: 25px;
    }

    .auto-process-head > h2 {
        font-size: 32px;
        line-height: 1.15;
        letter-spacing: 0;
    }

    .auto-process-head > p {
        max-width: 580px;
        margin-top: 16px;

        font-size: 13px;
        line-height: 1.7;
    }


    /* Process */

    .auto-process {
        width: 100%;
        max-width: 100%;
        padding: 0 18px;
    }


    /* Left Spine */

    .auto-process-spine {
        top: 25px;
        bottom: 25px;
        left: 27px;

        width: 1px;
        transform: none;
    }


    /* Items */

    .auto-process-item,
    .auto-process-item.reverse {

        min-height: auto;

        display: block;

        padding: 0 0 0 62px;

        margin-bottom: 24px;
    }

    .auto-process-item:last-child {
        margin-bottom: 0;
    }


    /* Number */

    .auto-process-number {

        top: 24px;
        left: 27px;

        width: 50px;
        height: 50px;

        transform: translate(-50%, 0);

        box-shadow:
            0 0 0 6px var(--white-color),
            0 6px 18px rgba(0, 0, 0, .07);
    }

    .auto-process-number::before {
        inset: 4px;
    }

    .auto-process-number span {
        font-size: 10px;
    }


    /* Card */

    .auto-process-card {

        width: 100%;

        padding: 21px 19px 22px;

        border-radius: 6px;
    }


    /* Always left accent */

    .auto-process-card::before,
    .auto-process-item.reverse .auto-process-card::before {

        left: 0;
        right: auto;

        width: 3px;

        transform: scaleY(1);
    }


    /* Header */

    .auto-process-card-head {
        align-items: center;

        gap: 12px;

        margin-bottom: 13px;
    }

    .auto-process-card-head small {
        margin-bottom: 5px;

        font-size: 9px;
        letter-spacing: 1.4px;
    }

    .auto-process-card h3 {
        font-size: 18px;
        line-height: 1.3;
    }


    /* Icon */

    .auto-process-icon {
        width: 42px;
        height: 42px;

        flex: 0 0 42px;

        border-radius: 6px;

        font-size: 15px;
    }


    /* Description */

    .auto-process-card > p {
        font-size: 12px;
        line-height: 1.7;
    }


    /* Meta */

    .auto-process-meta {
        gap: 9px 15px;

        margin-top: 16px;
        padding-top: 13px;
    }

    .auto-process-meta span {
        font-size: 9px;
    }


    /* Disable hover movement on touch */

    .auto-process-item:hover .auto-process-card {
        transform: none;
    }

    .auto-process-item:hover .auto-process-icon {
        transform: none;
    }


    /* =====================================================
       BEFORE AFTER
    ===================================================== */

    .before_after_section {
        padding: 50px 0 55px;
    }

    .before_after_visual {
        padding: 0 12px 18px 0;
    }

    .before_after_img_div,
    .before_after_img_div img {
        height: 360px;
    }

    .before_after_img_div {
        min-height: 360px;

        clip-path: polygon(
            0 0,
            90% 0,
            100% 8%,
            100% 92%,
            90% 100%,
            0 100%
        );
    }

    .before_after_img_div img {
        clip-path: polygon(
            0 0,
            90% 0,
            100% 8%,
            100% 92%,
            90% 100%,
            0 100%
        );
    }

    .before_after_badge {
        min-width: 195px;
        padding: 12px 15px;
    }

    .before_after_badge_icon {
        width: 38px;
        height: 38px;
    }

    .main_div_title_beforeafter > h3 {
        font-size: 30px;
    }

    .before_after_services_grid {
        grid-template-columns: 1fr !important;
    }

       .about_us_section {
        padding: 55px 0 60px;
    }

    .about_us_section::before {
        display: none;
    }

    .about_us_image_div_main {

        max-width: 600px;

        margin: 0 auto 35px;

        padding-right: 14px;
        padding-bottom: 14px;
    }

    .about_us_image_div_main > .about_us_img_box > img {
        height: 380px;
    }

    .about_us_content_div {
        padding-left: 0;
    }

    .section-title__tagline-box {
        gap: 8px;
    }

    .section-title__tagline-border {
        width: 30px;
    }

    .section-title__tagline {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .about_us_content_div > h1 {
        font-size: 30px;
        line-height: 1.18;
    }

    .about_us_content_div > p {
        font-size: 13px;
        line-height: 1.75;
    }

     .how_to_work_section {
        padding: 50px 0px 60px 0px;
    }

    .main_div_title_how_to_work {
        padding-bottom: 30px;
    }

    .main_div_title_how_to_work > h3 {
        font-size: 31px;
    }

    .how_to_work_main_box_div {
        min-height: 245px;
        padding: 25px 22px;
    }

     .why_choose_us_section {
        padding: 50px 0px 60px 0px;
    }

    .main_div_title_whychoose {
        padding: 0px 0px 10px 0px;
    }

    .main_div_title_whychoose > h3 {
        font-size: 31px;
    }

    .image_overlay_car_whyus {
        min-height: 560px;
        margin-top: 15px;
        padding: 30px 20px;
    }

}


/* =========================================================
   XS — BELOW 576px
========================================================= */

@media (max-width: 575.98px) {

    /* =====================================================
       HEADER
    ===================================================== */

    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }


    /* =====================================================
       SLIDER
    ===================================================== */

    .slider_section2 {
        display: block !important;
    }

    .slider_section {
        display: none !important;
    }


    /* =====================================================
       WHY US IMAGE
    ===================================================== */

    .image_overlay_car_whyus {
        clip-path: unset !important;
    }


    /* =====================================================
       CONTACT
    ===================================================== */

    .contact-content {
        margin-bottom: 30px;
    }

    .main_div_contact_us_numbers > h3 {
        font-size: 30px;
    }

    .contact_page_frm_main_div > h3 {
        font-size: 30px;
    }


    /* =====================================================
       ABOUT
    ===================================================== */

    .about_us_content_div > h1 {
        font-size: 26px;
    }

    .why_choose_us_section.about-us-why-choose {
        margin-bottom: 30px;
    }


    /* =====================================================
       WHATSAPP
    ===================================================== */

    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }


    /* =====================================================
       AUTOMOTIVE PROCESS
    ===================================================== */

    .auto-process-section {
        padding: 45px 0 50px;
        margin-bottom: 20px;
    }


    /* Background */

    .auto-process-section::before {
        width: 350px;
        height: 350px;

        top: -230px;
        right: -200px;
    }

    .auto-process-section::after {
        width: 280px;
        height: 280px;

        bottom: -190px;
        left: -180px;
    }


    /* =====================================================
       HEADING
    ===================================================== */

    .auto-process-head {

        max-width: 100%;

        margin: 0 auto 40px;

        padding: 0 15px;
    }

    .auto-process-overline {

        gap: 8px;

        margin-bottom: 13px;

        font-size: 9px;

        letter-spacing: 1.6px;
    }

    .auto-process-overline .line {
        width: 23px;
    }

    .auto-process-head > h2 {

        font-size: 27px;

        line-height: 1.17;

        letter-spacing: 0;
    }

    .auto-process-head > p {

        margin-top: 15px;

        font-size: 12px;

        line-height: 1.7;
    }


    /* =====================================================
       PROCESS WRAPPER
    ===================================================== */

    .auto-process {

        width: 100%;

        max-width: 100%;

        padding: 0 12px;
    }


    /* =====================================================
       LEFT TIMELINE
    ===================================================== */

    .auto-process-spine {

        top: 22px;

        bottom: 22px;

        left: 23px;

        width: 1px;

        transform: none;
    }


    /* =====================================================
       PROCESS ITEMS
    ===================================================== */

    .auto-process-item,
    .auto-process-item.reverse {

        min-height: auto;

        display: block;

        padding: 0 0 0 53px;

        margin-bottom: 20px;
    }

    .auto-process-item:last-child {
        margin-bottom: 0;
    }


    /* =====================================================
       NUMBER
    ===================================================== */

    .auto-process-number {

        top: 21px;

        left: 23px;

        width: 43px;

        height: 43px;

        transform: translate(-50%, 0);

        box-shadow:
            0 0 0 5px var(--white-color),
            0 5px 15px rgba(0, 0, 0, .07);
    }

    .auto-process-number::before {
        inset: 3px;
    }

    .auto-process-number span {
        font-size: 9px;
    }


    /* =====================================================
       CARD
    ===================================================== */

    .auto-process-card {

        width: 100%;

        padding: 17px 15px 18px;

        border-radius: 7px;

        box-shadow:
            0 7px 22px rgba(0, 0, 0, .055);
    }


    /* Left Accent */

    .auto-process-card::before,
    .auto-process-item.reverse .auto-process-card::before {

        left: 0;

        right: auto;

        width: 3px;

        transform: scaleY(1);
    }


    /* Disable hover movement */

    .auto-process-item:hover .auto-process-card {

        transform: none;

        box-shadow:
            0 7px 22px rgba(0, 0, 0, .055);
    }

    .auto-process-item:hover .auto-process-icon {
        transform: none;
    }


    /* =====================================================
       CARD HEADER
    ===================================================== */

    .auto-process-card-head {

        align-items: center;

        gap: 10px;

        margin-bottom: 11px;
    }

    .auto-process-card-head small {

        margin-bottom: 4px;

        font-size: 8px;

        letter-spacing: 1.3px;
    }

    .auto-process-card h3 {

        font-size: 16px;

        line-height: 1.3;
    }


    /* =====================================================
       ICON
    ===================================================== */

    .auto-process-icon {

        width: 38px;

        height: 38px;

        flex: 0 0 38px;

        border-radius: 6px;

        font-size: 13px;
    }


    /* =====================================================
       DESCRIPTION
    ===================================================== */

    .auto-process-card > p {

        font-size: 11.5px;

        line-height: 1.65;
    }


    /* =====================================================
       META
    ===================================================== */

    .auto-process-meta {

        gap: 7px 11px;

        margin-top: 13px;

        padding-top: 11px;
    }

    .auto-process-meta span {

        font-size: 8.5px;

        letter-spacing: .2px;
    }

    .auto-process-meta i {
        font-size: 8px;
    }


    /* =====================================================
       BEFORE AFTER
    ===================================================== */

    .before_after_section {
        padding: 42px 0 48px;
    }

    .beforeafter-title__tagline-box {
        gap: 8px;
    }

    .beforeafter-title__tagline-border {
        width: 30px;
    }

    .beforeafter-title__tagline {
        font-size: 11px;
        letter-spacing: 1.4px;
    }

    .before_after_img_div,
    .before_after_img_div img {
        height: 300px;
    }

    .before_after_img_div {
        min-height: 300px;
    }

    .main_div_title_beforeafter > h3 {
        font-size: 27px;
        line-height: 1.18;
    }

    .before_after_intro {
        padding: 16px 17px;
    }

    .before_after_quote {
        font-size: 13px;
    }

    .before_after_intro p,
    .before_after_subcontent p {
        font-size: 13px;
        line-height: 1.7;
    }

    .before_after_service_item {
        padding: 13px;
    }

    .before_after_services_grid {
        grid-template-columns: 1fr !important;
    }

      .about_us_section {
        padding: 45px 0 52px;
    }

    .about_us_section::before {
        display: none;
    }

    .about_us_image_div_main {
        margin: 0 8px 32px 0;

        padding-right: 10px;
        padding-bottom: 10px;
    }

    .about_us_image_div_main::before {
        left: 13px;

        width: calc(100% - 20px);
        height: calc(100% - 13px);

        border-radius: 10px;
    }

    .about_us_image_div_main::after {
        width: 4px;
        height: 45px;

        right: 0;
        top: 20px;
    }

    .about_us_image_div_main > .about_us_img_box {
        border-radius: 10px;
    }

    .about_us_image_div_main > .about_us_img_box > img {
        height: 300px;
        border-radius: 10px;
    }

    .about_us_content_div {
        padding-left: 0;
    }

    .section-title__tagline-box {
        gap: 7px;
        margin-bottom: 11px;
    }

    .section-title__tagline-border {
        width: 26px;
    }

    .section-title__tagline {
        font-size: 9px;
        letter-spacing: 1.3px;
    }

    .about_us_content_div > h1 {
        margin-bottom: 16px;

        font-size: 27px;

        line-height: 1.18;

        letter-spacing: -.3px;
    }

    .about_us_content_div > p {
        margin-bottom: 11px;

        font-size: 12px;

        line-height: 1.75;
    }

    .about_services_point {
        margin-top: 5px;
    }

    .main_div_about_service_div {
        gap: 9px;
    }

    .flex_div_about_ser {
        min-height: 75px;

        gap: 10px;

        padding: 9px 10px;

        border-radius: 8px;
    }

    .about_service_image_div > span {
        width: 46px;
        height: 46px;

        border-radius: 8px;
    }

    .about_service_image_div > span > img {
        width: 24px;
        height: 24px;
    }

    .about_service_content > h3 {
        font-size: 12px;
    }

    .about_service_content > p {
        font-size: 9.8px;

        line-height: 1.5;
    }

    .about_us_content_div > strong {
        margin: 17px 0;

        padding: 11px 13px;

        font-size: 10.8px;

        line-height: 1.6;
    }

    .read_more_btn > a {
        padding-left: 18px;

        font-size: 12px;
    }

    .read_more_btn > a > i {
        width: 30px;
        height: 30px;
    }

       .how_to_work_section {
        padding: 45px 0px 50px 0px;
    }

    .main_div_title_how_to_work {
        padding: 0px 10px 30px 10px;
    }

    .how_to_work-title__tagline-border {
        width: 28px;
    }

    .how_to_work-title__tagline {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .main_div_title_how_to_work > h3 {
        font-size: 27px;
        line-height: 1.25;
    }

    .how_to_work_main_box_div {
        min-height: auto;
        margin-bottom: 15px;
        padding: 24px 20px 23px 20px;
        border-radius: 8px;
    }

    .how_to_work_img_div {
        width: 58px;
        height: 58px;
        margin-bottom: 20px;
    }

    .how_to_work_img_div > img {
        width: 34px;
        height: 34px;
    }

    .howto_content_div > h4 {
        font-size: 18px;
    }

    .howto_content_div > p {
        max-width: none;
        font-size: 12.5px;
        line-height: 22px;
    }

    .overlay_how_to_number {
        top: 17px;
        right: 17px;
    }

    .overlay_how_to_number > span {
        width: 44px;
        height: 44px;
        font-size: 11px;
        border-width: 3px;
    }

     .why_choose_us_section {
        padding: 45px 0px 50px 0px;
    }

    .main_div_title_whychoose {
        padding: 0px 0px 8px 0px;
    }

    .whychoose-title__tagline-border {
        width: 28px;
    }

    .whychoose-title__tagline {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .main_div_title_whychoose > h3 {
        font-size: 27px;
        line-height: 1.25;
    }

    .why_choose_us_content_div > p {
        margin-bottom: 22px;
        font-size: 12.5px;
        line-height: 1.75;
    }

    .nested_point_div {
        min-height: auto;
        gap: 10px;
        margin-bottom: 13px;
        padding: 8px 5px;
    }

    .nested_point_img_div > span {
        width: 50px;
        height: 50px;
        border-radius: 6px;
    }

    .nested_point_img_div > span > img {
        width: 27px;
        height: 27px;
    }

    .nested_why_us_cotent > h4 {
        font-size: 15px;
    }

    .nested_why_us_cotent > p {
        font-size: 11.5px;
        line-height: 1.55;
    }

    .image_overlay_car_whyus {
        min-height: auto;
        margin-top: 15px;
        padding: 25px 15px 15px 15px;
        border-radius: 8px;
    }

    .counter_main_div {
        min-height: 145px;
        margin-bottom: 12px;
        padding: 18px 8px;
    }

    .counter_icon_div > img {
        width: 42px;
        height: 42px;
    }

    .counter_number_flex_div > h3 {
        font-size: 25px;
    }

    .counter_number_flex_div > span {
        font-size: 19px;
    }

    .counter_number_div > h4 {
        font-size: 10px;
        letter-spacing: 0.4px;
    }

}


/* =========================================================
   EXTRA SMALL — BELOW 380px
========================================================= */

@media (max-width: 380px) {

    /* =====================================================
       PROCESS
    ===================================================== */

    .auto-process-section {
        padding: 40px 0 45px;
    }

    .auto-process-head {
        margin-bottom: 35px;
    }

    .auto-process-head > h2 {
        font-size: 24px;
    }

    .auto-process-head > p {
        font-size: 11.5px;
    }

    .auto-process {
        padding: 0 10px;
    }


    /* Spine */

    .auto-process-spine {
        left: 21px;
    }


    /* Items */

    .auto-process-item,
    .auto-process-item.reverse {

        padding-left: 47px;

        margin-bottom: 17px;
    }


    /* Number */

    .auto-process-number {

        left: 21px;

        width: 39px;

        height: 39px;

        top: 19px;
    }

    .auto-process-number span {
        font-size: 8px;
    }


    /* Card */

    .auto-process-card {

        padding: 15px 13px 16px;

        border-radius: 6px;
    }

    .auto-process-card h3 {
        font-size: 15px;
    }

    .auto-process-card > p {

        font-size: 11px;

        line-height: 1.6;
    }


    /* Icon */

    .auto-process-icon {

        width: 35px;

        height: 35px;

        flex: 0 0 35px;

        font-size: 12px;
    }


    .auto-process-card-head small {
        font-size: 7.5px;
    }


    /* Meta */

    .auto-process-meta span {
        font-size: 8px;
    }


    /* =====================================================
       BEFORE AFTER
    ===================================================== */

    .main_div_title_beforeafter > h3 {
        font-size: 24px;
    }

    .before_after_img_div,
    .before_after_img_div img {
        height: 270px;
    }

    .before_after_img_div {
        min-height: 270px;
    }

     .about_us_section {
        padding: 40px 0 45px;
    }

    .about_us_image_div_main {
        margin-right: 6px;

        padding-right: 8px;
        padding-bottom: 8px;
    }

    .about_us_image_div_main > .about_us_img_box > img {
        height: 265px;
    }

    .section-title__tagline-border {
        width: 22px;
    }

    .section-title__tagline {
        font-size: 8px;
    }

    .about_us_content_div > h1 {
        font-size: 24px;
    }

    .about_us_content_div > p {
        font-size: 11px;
        line-height: 1.7;
    }

    .flex_div_about_ser {
        min-height: 68px;

        gap: 8px;

        padding: 8px;
    }

    .about_service_image_div > span {
        width: 41px;
        height: 41px;
    }

    .about_service_image_div > span > img {
        width: 21px;
        height: 21px;
    }

    .about_service_content > h3 {
        font-size: 11.3px;
    }

    .about_service_content > p {
        font-size: 8.8px;
    }

    .about_us_content_div > strong {
        font-size: 10px;
    }

     .main_div_title_how_to_work > h3 {
        font-size: 24px;
    }

    .how_to_work_main_box_div {
        padding: 21px 17px;
    }

       .main_div_title_whychoose > h3 {
        font-size: 24px;
    }

    .nested_point_div {
        gap: 8px;
    }

    .nested_point_img_div > span {
        width: 46px;
        height: 46px;
    }

    .nested_point_img_div > span > img {
        width: 24px;
        height: 24px;
    }

    .nested_why_us_cotent > h4 {
        font-size: 14px;
    }

    .image_overlay_car_whyus {
        padding: 20px 10px 10px 10px;
    }

}

