@media only screen and (min-width: 0px) and (max-width: 991px) {
    .bannerSlider{
        height: 200px;
    }
    .bannerSlider .slick-slide {
        position: relative;
    }
    .bannerSlider .slide__image img {
        width: 100%;
        height: 200px;
        object-fit:cover;
    }
    .bannerSlider .slide__text h2 {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }
    .abt_us_img_box {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 10;
        transform: translateX(0px) translateY(0px);
    }
    .section {
        float: left;
        width: 100%;
        padding: 25px 0px;
        position: relative;
    }
    .abt_us_content_box {
        float: left;
        width: 100%;
        padding: 15px;
        margin-bottom: 60px;
    }
    .heading {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 800;
    }
    .no-padding {
        padding: auto !important;
    }
    .abt_us_content_box {
        float: left;
        width: 100%;
        padding: 15px;
        margin-bottom: 0;
    }
    .abt_us_content_box p {
        font-size: 14px;
        line-height: 23px;
        color: #4c4c4c;
        font-weight: 300;
    }
    .bg1 {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        object-fit: cover;
    }
    .find_pkg h1 {
        font-size: 37px;
        margin-top: 0px;
        color: #0b6696;
        line-height: 42px;
        font-weight: 900;
    }
    .find_pkg h4 {
        font-size: 25px;
        font-weight: 700;
        line-height: 25px;
    }
    .sm-space {
        margin-bottom: 15px;
    }
    .find_pkg p {
        font-size: 14px;
        line-height: 22px;
        color: #222;
    }
    .buy_now_box h1 {
        margin-top: 0px;
        color: #fff;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
    }
    .buy_now_box p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 22px;
        color: #fff;
        font-weight: 100;
    }
    .fill_deatil_box {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .page_banner {
        float: left;
        width: 100%;
        padding: 0 0px;
        background: linear-gradient(#3fbf0842, #3fbf0840), url(../images/slider1.jpg) top;
        background-size: cover;
        text-align: center;
    }
    
}