/* 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) {



    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }

    .cta_content>h4 {
        font-size: 20px !important;
    }

    .cta_btn_div {
        text-align: left !important;
        margin-top: 30px !important;
    }

}

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


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


    .slider_section2 {
        display: block !important;
    }

    .blog-deatisl-left-sidebar {
        position: relative;
        margin-bottom: 20px;
        padding: 0px;
        border-radius: 0px;
        background: none;
        box-shadow: unset;
        overflow: unset;
        margin-bottom: 0px;
        margin-right: 0px;
    }
 .contact-form-box{
        margin-top: 30px;
    }

    .slider_section {
        display: none !important;
    }


    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }


    .whatsapp_btn {
        display: none !important;
    }

    .mobile_whatsapp_btn {
        display: block !important;
    }

    .cta_content>h4 {
        font-size: 20px !important;
    }

    .cta_btn_div {
        text-align: left !important;
        margin-top: 30px !important;
    }

    .slider_section2 {
        display: block !important;
    }


    .slider_section {
        display: none !important;
    }

}

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

/* XS: <576px start*/
@media (max-width: 575.98px) {


    .slider_section2 {
        display: block !important;
    }

    .blog-deatisl-left-sidebar {
        position: relative;
        margin-bottom: 20px;
        padding: 0px;
        border-radius: 0px;
        background: none;
        box-shadow: unset;
        overflow: unset;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .contact-form-box{
        margin-top: 30px;
    }

    .slider_section {
        display: none !important;
    }


    .mobile_view_header_div_main {
        display: block;
    }

    .header {
        display: none !important;
    }


    .whatsapp_btn {
        display: none !important;
    }

    .mobile_whatsapp_btn {
        display: block !important;
    }

    .cta_content>h4 {
        font-size: 20px !important;
    }

    .cta_btn_div {
        text-align: left !important;
        margin-top: 30px !important;
    }

    .slider_section2 {
        display: block !important;
    }


    .slider_section {
        display: none !important;
    }

}

/* XS: <576px end*/