@media only screen and (max-width: 1920px) {
    .container {
        width: 1344px;
    }
}

@media only screen and (max-width: 1600px) {
    .top_social {
        top: 1.5%;
    }
}

@media only screen and (max-width: 1400px) {
    .container {
        width: 100%;
    }

    .top_social {
        top: 0.65%;
    }
}

@media only screen and (max-width: 991px) {
    #top_bar img {
        object-fit: cover;
        min-height: 65px;
    }

    .banner_inner {
        flex-direction: column;
    }

    .opc_box {
        flex-direction: column;
        gap: 0;
    }

    .opcb_inner {
        width: calc(100% / 1);
    }

    .opcbi_img img {
        opacity: 1;
    }

    .footer_address_box {
        margin-top: 40px;
    }

    .facility_image {
        width: 100%;
    }

    .facility_box {
        background: rgba(255, 255, 255, 0.8);
        padding: 20px;
    }

    .fl_icon i {
        font-size: 23px;
    }

    .fl_text {
        padding-left: 15px;
    }

    .fl_icon {
        width: 65px;
        min-width: 65px;
        height: 65px;
    }


}

@media only screen and (max-width: 767px) {
    .review_image img {
        margin: auto;
    }

    .review_text {
        padding: 2.5% 30% !important;
    }

    .review_box {
        margin-top: 0;
    }
}

@media only screen and (max-width: 665px) {

    #top_bar {
        background-size: cover;
        min-height: 65px;
    }

    .copyrights {
        background-size: cover;

    }

    .review_text {
        padding-right: 65px;
    }

    .copyrights {
        bottom: 0;
        min-height: 70px;
    }

    .bredcum_top_left {
        left: 0;
        top: 10%;
    }

    .bredcum_bottom_left {
        left: 5%;
        bottom: 10%;
    }

    .bredcum_bottom_rihgt {
        right: 0;
        bottom: 10%;
    }

    .review_text {
        padding: 2.5% 25% !important;
    }
}



@media only screen and (max-width: 640px) {
    .copyrights img {
        min-height: 68px;
        position: absolute;
        bottom: 0;
        object-fit: cover;
    }
    
    .copyrights {
        min-height: 45px;
    }
    
    .top_right {
        top: -30%;
        right: 10%;
    }
    
    .top_img_left {
        top: -12%;
    }
    
    .top_left {
        bottom: 15%;
    }
    
    .bottom_left {
        max-width: 100px;
    }
    
    .review_text {
        padding-right: 25px;
    }
}

@media only screen and (max-width: 450px) {
    .review_text {
        padding: 0% 15% !important;
    }
}

@media only screen and (max-width: 400px) {
    .review_text {
        padding: 0% 12.5% !important;
    }
    .rt_h{
        padding-top: 20px !important;
        font-size: 18px;
    }
    .rt_p{
        text-align: center;
    }
}

