/* media 14000 */

@media (max-width:1400px) {
    .container {
        max-width: 1400px !important;
        padding: 0px 20px;
    }
}

/* media 1400 end */


/* media 991px s */
@media (max-width:991px) {
    .top_bar_aastha_section {
        display: none;
    }

    .newslatter_aastha_main_div {
        margin-bottom: 110px;
    }

    .offcanvas_btn {
        display: block !important;
    }

    .phone-d-none-topbar {
        display: none !important;
    }

    .aastha_left_side_top {
        text-align: center !important;
    }


    .about_aastha_head_ti h1 {
        font-size: 30px !important;
    }

}

/* media 991px end */


/* 767 media */
@media (max-width:767px) {
    .desktop_whatsapp {
        display: none !important;
    }

    .mobile_whatsapp {
        display: block !important;
    }

    .top_bar_aastha_section {
        display: none;
    }

    .slider_section_phone {
        display: block !important;
    }

    .slider_section {
        display: none !important;
    }

    .overya_inner_dt_icons_left {
        position: absolute;
        bottom: 15% !important;
        left: 2%;
        transition: .4s ease-in-out;
        text-align: center;
    }

    .overya_inner_dt_icons_right {
        position: absolute;
        bottom: 15% !important;
        right: 2%;
        transition: .4s ease-in-out;
        text-align: center;
    }

    .copyright-wrap {
        padding-bottom: 45px !important;
    }


    .why_choose_us_section {
        padding-top: 45px;
        padding-bottom: 130px;
        background-color: var(--background-color);
        margin-bottom: 40px;
    }

    .why_us_img_div {
        margin-top: 80px;
    }

    .why_overlay_div img {
        width: 150px !important;
    }

    .why_overlay_div2 img {
        width: 100px !important;
    }

    .about_us_img_ovr,
    .about_us_img_ovr2 {
        display: none;
    }

    .navbar-brand {
        width: 220px !important;
    }

    .aastha_left_side_top a:nth-child(3) {
        padding: 0px 5px 0px 5px;
        border-right: 1px double var(--lightgray-color);
        display: inline-block !important;
    }

    .aastha_left_side_top a:nth-child(1) {
        border-right: 1px double var(--lightgray-color);
        padding: 0px 5px 0px 0px !important;
    }

    .aastha_left_side_top a:nth-child(2) {
        padding: 0px 5px 0px 5px !important;
        border-right: 1px double var(--lightgray-color);
    }

    .aastha_left_side_top a:nth-child(3) {
        padding: 0px 5px 0px 5px;
        border-right: 1px double var(--lightgray-color);
        display: inline-block !important;
    }


    .aastha_ph_none {
        display: none !important;
    }

    .aastha-right_side_top {
        display: none !important;
    }

}

/* 767 media */