@media screen and (min-width: 1600px){
    html,body{
        font-size: 18px;
    }
    .main_page_slider .slide_image{
        max-width: 85%
    }
    .history-content{
        min-height: 600px;
    }
    .tab_content_wrapper.pdf_wrapper .tab_content{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .testimonial {
        max-width: 22rem;
    }
}
@media screen and (max-width: 1599.98px){
    .facility_image img{
        height: 420px;
    }
    .tab_content_wrapper.image_wrapper img{
        height: 11rem
    }
    .tab_content_wrapper.image_wrapper  .tab_content{
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media screen and (max-width: 1300px) and (orientation: landscape){
    /* .main_page_slider .slide_text{
        top: 15%;
        transform: translateY(0);
    } */
    .main_page_slider .slide_image{
        max-width: 75%
    }
    .fixed-sideContent{
        right:0px;
    }
    .management .image img{
        min-height: 250px;
    }
}
@media screen and (max-width: 1280px) and (orientation: portrait){
    /* .main_page_slider .slide_text{
        top: 15%;
        transform: translateY(0);
    } */
    .main_page_slider .slide_image{
        max-width: 85%
    }
    .fixed-sideContent{
        right:0px;
    }
    .facility_image img{
        height: 400px;
    }
}
@media screen and (max-width: 1100px){
    html,body{
        font-size: 14px;
    }
    .facility_image img{
        height: 400px;
    }
    .tab_content_wrapper.image_wrapper  .tab_content,
    .tab_content_wrapper.video_wrapper .tab_content{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .tab_content_wrapper.pdf_wrapper .tab_content{
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media screen and (min-width: 992px){
    .product_thumb .thumb_back, .product_thumb .thumb_front{
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
    }
    .product_thumb .thumb_back{
        transform: rotateY(180deg);
    }
    .product_thumb:hover .thumb_inner{
        transform: rotateY(180deg);
    }
    .product_thumb.no-flip:hover .thumb_inner{
        transform: rotateY(0deg);
    }
    .product_thumb{
        height: 23rem;
    }
    .product_thumb.no-flip{
        height: auto
    }
    .product_thumb_details{
        padding-bottom: 1.3rem;
    }
    .product_thumb.no-flip .thumb_front{
        position: relative;
    }
    .thumb_back .product_thumb_details{
        display: block
    }
    .product_thumb .thumb_back{
        padding-top: 15px;
        border-radius: 5px 5px 5px 5px;
    }
    .thumb_back .thumb_btns{
        margin-top: 3rem
    }
    .product_thumb_image img{ 
        object-fit: contain;
    }
}

@media screen and (max-width: 991.98px){
    .header_inner .header_inner_logo{
        display: block;
    }
    .header_inner{
        padding-left: 15px;
        justify-content: flex-start;
    }
    .menubar_wrapper{
        position: fixed;
        top:0rem;
        left:0%;
        height: 100vh;
        width:100vw;
        background: rgba(23,23,23,.9);
        z-index: 100;
        display: flex;
        justify-content: center;
        padding-top: 4rem;
        align-items: flex-start;
        transition: .4s all;
        transform: translateX(-100%);
    }
    .header.after .menubar_wrapper{
        top:0px;
    }
    .menubar_wrapper.active{
        transform: translateX(0%);
        /* animation-name: slide_in;
        animation-duration: .3s;
        animation-fill-mode: both;
        animation-timing-function: linear; */
    }
    /* @keyframes slide_in {
        0%{
            transform: translateX(-100%); 
        }
        100%{
            transform: translateX(0%);
        }
    } */
    header .header_top_btn{
        margin-left: auto;
    }
    .menubar_toggler{
        width: 2.2rem;
        height: 1.7rem;
        border: none;
        outline: none;
        position: relative;
    }
    .menubar_toggler span{
        position: absolute;
        right:0;
        height: 4px;
        width: 100%;
        background: #3c4c50;
        border-radius: 5px;
        transition: .4s all;
    }
    .menubar_toggler span.top{
        top:0
    }
    .menubar_toggler span.middle{
        top: 50%;
        margin-top: -2px;
    }
    .menubar_toggler span.bottom{
        bottom:0;
        width: 60%;
    }
    .header_inner_logo{
        margin: 0px auto
    }
    .menubar_toggler:hover span.bottom{
        width:100%
    }
    .btn.menubar-closer{
        display: block;
        position: fixed;
        right: 20px;
        top:20px;
        color: #fff;
        font-size: 1.2rem;
        opacity: 9;
        padding:0px;
    }
    .header.after .btn.menubar-closer{
        top:20px;
    }
    .btn.menubar-closer span{
        width: 20px;
        height: 20px;
        display: block;
    }
    .btn.menubar-closer span:before,.btn.menubar-closer span:after{
        content:'';
        position: absolute;
        left:0;
        width: 100%;
        height: 1px;
        top: 50%;
        background: var(--white);
    }
    .btn.menubar-closer span:before{
        transform: translateY(-50%) rotate(40deg);
    }
    .btn.menubar-closer span:after{
        transform: translateY(-50%) rotate(-40deg);
    }
    .menu_item{
        display: block;
        float: none;
    }
    .menu_link{
        padding: 1rem 0rem;
        color: var(--white8);
        text-align: center;
        font-size: 1.2rem;
        font-family: 'Quicksand-med', sans-serif;
    }
    .menu_link:hover, .menu_item:hover .menu_link{
        color: #fff
    }
    .menu_item .menu_link:hover:after{
        display: none !important;
    }
    .menubar{
        padding-left:0px;
        min-width: 300px;
        max-height: calc(100% - 5rem);
        overflow-y: auto;
    }
    
    .submenu, .submenu.level-2{
        position: relative;
        left:0;
        top:0;
        transform: none;
        filter: none;
        background: var(--white1);
        border-left: none;
        border-top: 3px;
    }
    .submenu.level-2{
        background: rgba(0,0,0,.7);
    }

    .submenu.level-2 ul:before{
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        border-bottom: 10px solid var(--secondary);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: none
    }
    .submenu ul{
        background: var(--white1);
        padding:0px;
        padding-bottom: 0px;
    }
    .submenu ul li:last-child{
        border-bottom: none
    }
    .submenu ul:after{
        display: none;
    }
    .submenu a{
        text-align: center;
        color: var(--white8);
        font-family: 'Quicksand-med', sans-serif;
    }
    .submenu.level-2 a{
        color: var(--white7);
    }
    .submenu a:hover{
        background: var(--secondary3);
        color: var(--white);
    }

    .main_page_slider .slide_text .slide_title{
        font-size: 2.3rem;
    }
    .main_page_slider .slide_text .silde_desc{
        font-size: 1.1rem
    }


    .introduction_article_1 .section_heading{
        padding: 0px 1rem;
        padding-bottom: .5rem;
    }
    .introduction_article_1 .section_heading:after{
        left: 1rem
    }
    .introduction_article_1 .section_text{
        padding: 0px 1rem;
    }

    
    .banner:before{
        background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,1));
    }
    .banner_inner{
        height: auto;
        min-height: 150px;
        max-height: 500px;
        padding-bottom: 0rem;
        padding-top: 3.5rem
    }
    .banner_content{
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--secondary2)
    }
    .banner_inner .banner_heading{
        margin: 0px;
        font-size: 2.3rem;
    }
    
    .banner_description{
        display: none;
    }
    .timeline-wrapper{
        margin-top: 0rem
    }
    .tab_content_wrapper.image_wrapper img{
        height: 10rem
    }
}

@media screen and (min-width: 786px) and (max-width: 991.98px){
    .product_thumb_image img{
        height: 11rem;
    }
}



@media screen and (max-width: 900px) and (orientation: landscape){
    /* .main_page_slider .slide_inner{
        min-height: 400px;
    } */
    /* .main_page_slider .slide_text{
        top: 20%;
        transform: translateY(0);
    } */
    .main_page_slider .slide_image{
        max-width: 75%
    }
}
@media screen and (max-width: 850px) and (orientation: portrait){
    /* .main_page_slider .slide_inner{
        max-height: 600px;
    } */
    /* .main_page_slider .slide_text{
        top: 20%;
        transform: translateY(0);
    } */
    .main_page_slider .slide_image{
        max-width: 85%
    }
}
@media screen and (min-width: 768px){
    .container{
        width: 93%;
        max-width: 1786px;
    }
    .contact-details{
        padding-left: 10px;
        position: relative;
        height: 100%
    }
    .contact-details:before{
        content:'';
        position: absolute;
        left: -10px;
        height: 100%;
        width: 2px;
        background: var(--secondary1)
    }
}

@media screen and (max-width: 767.98px){
    .introduction_article_1 .section_text, .introduction_article_1 .section_heading{
        max-width: 30rem;
        margin:auto
    }
    .introduction_article_1 .section_heading{
        margin-bottom: 2rem;
    }
    .introduction_article_1 .border_box{
        margin-right: auto;
        margin-top: 30px;
        max-width: 30rem;
    }
    .introduction_article_1 .btn-play{
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0px);
        display: inline-flex;
        margin-left: 30px;
    }
    .main_page_slider .slide_text .slide_title{
        font-size: 1.8rem;
        white-space: normal;
    }
    .main_page_slider .slide_text .silde_desc{
        font-size: 1rem;
    }
    .history-content{
        height: auto;
        max-height: 600px;
        padding: 3rem 3rem
    }
    .facility_image{
        max-width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 30px;
    }
    
    .facility_image img{
        height: 350px;
    }
    .award_image img{
        width: 200px;
        height: 10rem;
        object-fit: contain;
    }
    .tab_content_wrapper.image_wrapper  .tab_content,
    .tab_content_wrapper.video_wrapper .tab_content{
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .tab_content_wrapper.pdf_wrapper .tab_content{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
}
    


@media screen and (max-width: 575px){
    .head_top_toggler{
        position: absolute;
        right: 0px;
        top:0px;
        min-width: 1rem;
        z-index: 0;
        padding: 0px;
        font-size: 1.5rem;
        line-height: .8rem;
        width: 3rem;
        height: 3.8rem;
        color: var(--white);
        background: linear-gradient(55deg, rgba(255,255,255,0)50%, var(--secondary)50%)
    }
    .head_top_toggler i{
        margin-right: -1.2rem;
        margin-top: -1rem;
        display: block;
    }
    .top-header{
        padding-top:1rem;
        padding-bottom: .5rem;
        background: var(--secondary);
        display: none;
    }
    .top-header .top-inner{
        justify-content: center;
        flex-direction: column;
    }
    .top_inner_middle{
        width: 100%;
        margin-bottom: 5px;
    }
    .top-header .input-group .form-item{
        color: var(--white9);
        padding: 0.4rem 1rem;
    }
    .top-header .input-group .form-item::placeholder{
        color: var(--white7)
    }
    .top-header .input-group .btn{
        color: var(--white)
    }
    .top_inner_end{
        width:auto;
    }
    .top_inner_end .header_top_btn{
        background: transparent;
        max-width: 300px;
    }
    .top_inner_end .header_top_btn:before{
        display: none;
    }
    .top_inner_end .header_top_btn .icon{
        width: 22px;
        min-width:22px;
        height: 22px;
        padding: 3px;
        border: none;
        border-radius: 0px;
    }
    .top_inner_middle .header_top_btn{

    }
    .top_inner_end .header_top_btn p{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .top_inner_end .header_top_btn p span{
        margin-right: 10px;
        font-size: .9rem;
    }
    .header{
        position: relative;
        top: 0rem;
        transform: translateY(0rem);
        filter: none;
        background: #fff;
        border-bottom: 1px solid var(--secondary);
    }
    /* .header_inner{
        filter: none;
    } */
    header .header_top_btn.with_icon{
        display: none;
    }
    .header .header_inner_logo{
        max-width: 15rem;
        margin-right: 15px
    }
    .header.after{
        top: 1.5rem;
        transform: translateY(-1.5rem);
    }
    .menubar_wrapper{
        top: 0rem
    }

    .banner_inner{
        height: auto;
        min-height: 110px;
        padding-top: 2rem;
    }
    .banner.no-image .banner_inner{
        padding-top: 1rem;
    }
    .banner_inner .banner_heading{
        font-size: 2rem;
    }
    .main_page_slider .slide_text{
        top: 60%;
        transform: translate(-50%,-50%);
        margin-top: 15px;
    }
    .main_page_slider .slide_text .slide_btns{
        margin-top: 1rem
    }
    .main_page_slider .image img{
        min-height: 250px;
        object-fit: cover;
    }
    .banner_inner .banner_heading{
        margin-bottom: 0rem !important;
    }


    .footer_top .btn{
        min-width:auto
    }
    .reach .region_image{
        float: none;
        max-width: 13rem;
    }
    .facilities .article_heading .heading2{
        font-size: 1.6rem;
        margin-right:0px;
    }
    .facilities .article_heading .heading2 span{
        font-size: 2rem;
        text-align: left;
        margin-right:0px;
    }
    .facility_image img{
        height: 300px;
    }
    .awards .facility img{
        width: auto;
    }
    .award_image, .awards .facility:nth-child(odd) .award_image{
        float: none;
        margin-left:auto;
        margin-right: auto;
        display: block;
        margin-bottom: 1.5rem;
    }
    .tab_content_wrapper.image_wrapper  .tab_content, 
    .tab_content_wrapper.video_wrapper .tab_content{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tab_content_wrapper.pdf_wrapper .tab_content{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .thank-you p{
        position: relative;
        left:0;
        transform: translate(0%, 0rem);
        width:80%;
        margin: auto;
        text-align: center;
    }
    .thank-you .heading{
        position: relative;
        top:0;
        left:0;
        text-align: center;
        transform: translateX(0px);
        margin-bottom: 3rem;
    }
    .thank-you .heading .heading1{
        font-size: 4rem;
    }
    .thank-you .image img{
        display: none;
    }

}

@media screen and (max-width: 575px) and (orientation: portrait){
    /* .main_page_slider .slide_inner{
        max-height: 400px;
        min-height: 400px;
    } */
    /* .main_page_slider .slide_text{
        top: 10%;
        transform: translateY(0);
    } */
    .main_page_slider .slide_image{
        max-width: 100%
    }
    .main_page_slider .slide_text .slide_title{
        font-size: 1.8rem;
        white-space: normal;
        filter: none;
        margin-bottom: 1.5rem;
    }
    .main_page_slider .slide_text .silde_desc{
        font-size: 1rem;
        display: none;
    }
    .main_page_slider .swiper-button-prev{
        left: 2%
    }
    .main_page_slider .swiper-button-next{
        right: 2%
    }
    .introduction_article_1 .section_heading, .introduction_article_1 .section_text{
        padding-left:0px;
        padding-right:0px;
    }
    
    .skewd_bg:before{
        transform: perspective(1000px) skewY(-7deg);
        left: 15px;
        top:0;
        right: 15px;
    }

    .history-content{
        padding: 3rem 1.5rem
    }
    .facility_image img{
        height: 250px;
    }
    
    .award_image{
        float: none;
    }
}

@media screen and (max-width: 430px){
    .tab_content_wrapper.image_wrapper img{
        height: 8rem
    }
    .management .image img{
        min-height: 250px;
    }
    .main_page_slider .slide_text .slide_title {
        font-size: 1.3rem;
    }
    .main_page_slider .slide_text .silde_desc {
        font-size: .9rem;
    }
    .slide_btns{
        display: none;
    }
}