/* XXL: 1400px and up start*/
@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }


}

/* XXL: 1400px and up end */

/* XL: 1200px - 1399.98px start*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container {
        max-width: 1260px;
    }


}

/* XL: 1200px - 1399.98px end*/

/* LG: 992px - 1199.98px start*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 1260px;
    }



}

/* LG: 992px - 1199.98px end*/


/* MD: 768px - 991.98px start*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .phone_section_bn {
        display: block;
    }

    .desktop_section_bn {
        display: none;
    }

    .four_point_main_div {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .about_counter_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .counter_item {
        margin-bottom: 30px;
        justify-content: unset !important;
    }

    .counter_item:not(:last-child)::after {
        background-color: unset !important;
    }

    .footer_navbar_fixed_div {
        display: block !important;
    }

    .desktop_fixed_btn {
        display: none !important;
    }


    .copy_right_section {
        padding: 18px 0px 120px 0px;
        text-align: center;

    }

    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }

    .reference_steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }


    .reference_step_item:not(:last-child) {
        border-bottom: 1px solid #d8d0c3 !important;
    }

    .reference_step_item {
        padding: 30px !important;
    }

}

/* MD: 768px - 991.98px end*/


/* SM: 576px - 767.98px start*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .phone_section_bn {
        display: block;
    }

    .desktop_section_bn {
        display: none;
    }

    .reference_steps {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }


    .reference_step_item:not(:last-child) {
        border-bottom: 1px solid #d8d0c3 !important;
    }



    .reference_step_item {
        padding: 30px !important;
    }

    .counter_item {
        margin-bottom: 30px;
        justify-content: unset !important;
    }

    .counter_item:not(:last-child)::after {
        background-color: unset !important;
    }

    .four_point_main_div {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }


    .about_counter_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }


    .footer_navbar_fixed_div {
        display: block !important;
    }


    .desktop_fixed_btn {
        display: none !important;
    }


    .copy_right_section {
        padding: 18px 0px 120px 0px;
        text-align: center;

    }

    .slider_left_side_content_div {
        margin-bottom: 35px !important;
    }

    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }

    .blog_item_main_div {
        flex-direction: column-reverse !important;
    }

    .blog_content_div {
        width: 90%;
        padding: 25px 35px !important;
    }

    .blog_image_div {
        width: 100%;
        height: 250px;
    }

    .title_blogs_div>h4 {
        font-size: 30px;
        line-height: 42px;
    }

    .blog_content_div>h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .diy_feature_item {
        width: calc(100% - 13px) !important;
    }

    .counter_main_div_flex {
        justify-content: start !important;
    }

    .order_sld1 {
        order: 1 !important;
    }

    .order_sld2 {
        order: 2 !important;
    }

    .slider_btns>a {
        width: 100% !important;
        margin: 10px 0px !important;
    }

    .slider_left_side_content_div {
        padding: 50px 0px 0px 0px !important;
    }

    .whatis_content_div {
        max-height: unset !important;
    }

    .main_product_data_div {
        max-height: unset !important;
    }

    .why_choose_us_list_main_div {
        padding-left: unset !important;
    }


    .slider_section2 {
        display: block !important;
    }


    .slider_section {
        display: none !important;
    }

    .why_choose_us_list_main_div::before {
        left: 94px !important;

    }

    .footer_cta {
        display: none !important;
    }

    .footer_bottom_inner {
        display: flex;
        flex-direction: column !important;
    }

    .adr-trust-bar {
        display: none !important;
    }

    .about_us_main_div>h1 {
        font-size: 33px !important;
        line-height: 37px !important;
    }

    .notice_item>a {
        position: relative;
        display: grid;
        grid-template-columns: 45px 1fr;
        gap: 8px 15px;
        padding: 18px 15px;
    }

    .notice_icon {
        grid-row: 1 / 3;

        width: 44px;
        height: 44px;
    }

    .notice_date {
        padding: 0;
        border: 0;
        font-size: 11px;
    }

    .notice_title {
        padding-right: 25px;
        font-size: 14px;
    }

    .notice_arrow {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    .notice_item>a:hover .notice_arrow {
        transform: translate(4px, -50%);
    }
}

/* SM: 576px - 767.98px end*/


/* XS: <576px start*/
@media (max-width: 575.98px) {
    .phone_section_bn {
        display: block;
    }

    .desktop_section_bn {
        display: none;
    }

    .reference_steps {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }


    .reference_step_item:not(:last-child) {
        border-bottom: 1px solid #d8d0c3 !important;
    }

    .reference_step_item {
        padding: 30px !important;
    }

    .about_us_main_div>h1 {
        font-size: 33px !important;
        line-height: 37px !important;
    }

    .adr-trust-bar {
        display: none !important;
    }

    .footer_bottom_inner {
        display: flex;
        flex-direction: column !important;
    }

    .footer_cta {
        display: none !important;
    }

    .counter_item {
        margin-bottom: 30px;
        justify-content: unset !important;
    }

    .counter_item:not(:last-child)::after {
        background-color: unset !important;
    }

    .four_point_main_div {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }


    .about_counter_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }


    .why_choose_us_list_main_div::before {

        left: 94px !important;

    }


    .slider_section2 {
        display: block !important;
    }


    .slider_section {
        display: none !important;
    }

    .why_choose_us_list_main_div {
        padding-left: unset !important;
    }

    .footer_navbar_fixed_div {
        display: block !important;
    }


    .desktop_fixed_btn {
        display: none !important;
    }


    .copy_right_section {
        padding: 18px 0px 120px 0px;
        text-align: center;

    }

    .whatis_content_div {
        max-height: unset !important;
    }


    .main_product_data_div {
        max-height: unset !important;
    }

    .slider_left_side_content_div {
        padding: 50px 0px 0px 0px !important;
    }

    .slider_btns>a {
        width: 100% !important;
        margin: 10px 0px !important;
    }

    .order_sld1 {
        order: 1 !important;
    }

    .order_sld2 {
        order: 2 !important;
    }

    .counter_main_div_flex {
        justify-content: start !important;
    }

    .diy_feature_item {
        width: calc(100% - 13px) !important;
    }


    .blog_item_main_div {
        flex-direction: column-reverse !important;
    }

    .blog_content_div {
        width: 90%;
        padding: 25px 35px !important;
    }

    .blog_image_div {
        width: 100%;
        height: 250px;
    }

    .title_blogs_div>h4 {
        font-size: 30px;
        line-height: 42px;
    }

    .blog_content_div>h3 {
        font-size: 22px;
        line-height: 34px;
    }

    .slider_left_side_content_div {
        margin-bottom: 35px !important;
    }

    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }

    .notice_item>a {
        position: relative;
        display: grid;
        grid-template-columns: 45px 1fr;
        gap: 8px 15px;
        padding: 18px 15px;
    }

    .notice_icon {
        grid-row: 1 / 3;

        width: 44px;
        height: 44px;
    }

    .notice_date {
        padding: 0;
        border: 0;
        font-size: 11px;
    }

    .notice_title {
        padding-right: 25px;
        font-size: 14px;
    }

    .notice_arrow {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    .notice_item>a:hover .notice_arrow {
        transform: translate(4px, -50%);
    }

}

/* XS: <576px end*/
