/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
   
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about1_icon_wrap {
        justify-content: space-between;
    }    
    
    .about1__button-block {
        text-align: center;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    
}

@media (max-width: 1199px) {
    .topbar-one__left {
        display: flex;
        transform: translate(0);
        position: absolute;
        padding: 0;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 10;
        text-align: center;
        width: 250px;
        margin: 0 auto;
        padding: 9px 0 10px;
    }
    
    .topbar-one .container {
        min-height: 66px;
    }
    
    .topbar-one__middle {
        display: none;
    }
    
    .main-nav__left {
        margin-left: auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;    
    }
    
    .main-nav__left {
        margin-right: 40px;
    }
    
    .about_img_2 {
        display: none;
    }
    
    .main-nav__left {
        padding: 20px 0 15px;
    } 
    
    .mfp-content {
        width: 70% !important;
    }
}

@media (max-width: 767px) {
    .main-nav__search {
        display: block;
    }
    
    .main-nav__left .side-menu__toggler {
        margin-left: 30px;
    }
    
    .banner-carousel .content-box .sub-title {
        font-size: 38px;
        line-height: 38px;
    }
    
    .about_one .block-title h3, .block-title h3 {
        font-size: 40px;
    }
    
    .about1_icon_wrap {
        justify-content: space-between;
    }
    
    .about1__button-block {
        text-align: center;
    }
    
    .service_1_single .content {
        height: auto;
        max-height: 145px;
    }
    
    .about_social .buy-button {
        text-align: center;
    }
    
    .about_social {
        flex-direction: column;
        gap: 50px;
    }
    
    .mfp-content {
        width: 90% !important;
    }
}

@media (max-width: 480px) {
    
}

@media (max-width: 375px) {
    
}

