@media screen and (min-width: 360px) and (max-width:768px){
    nav {
        background: #f6b66c;
        transition: 0.3s all;
        z-index: 99999;
    }
    .navbar{
        padding: 0 !important;
        background: #f6b66c;
    }
    .navbar-brand{
        padding-left: 20px;
    }
    .navbar-toggler{
        margin-right: 20px
    }
    .navbar-nav{
        width: 100%;
    }
    .navbar-nav .nav-item {
        text-align: center;
        padding: 10px 0;
    }
    .navbar-collapse{
        position: absolute;
        top: 90px;
        background: #f6b66c;
        z-index: 99;
        width: 100%;
        left: 0;
    }
    .navbar-collapse .row{
        margin-right: 0;
    }
    .navbar-nav li a.active {
        color: #3c3c3c;
    }
    /* .top-navbar {
        margin-top: -80px;
    } */
    .top-navbar {
        position: absolute !important;
        z-index: 9999;
        width: 100%;
    }
    .carousel-item img {
        height: 377px;
        object-fit: cover;
    }
    .carousel-inner{
        height: 270px;
    }
    .main-slider {
        margin-top: 107px;
    }
    .carousel-caption{
        width: 70%;
        top: 8%;
        text-align: center !important;
        z-index: 0;
    }
    .carousel-caption h2 {
        font-size: 23px;
        line-height: 33px;
    }
    .carousel-caption button{
        padding:10px 20px;
    }
    .carousel-caption h2:before {
        display: none;
    }
    .about-cnt h2 {
        font-size: 34px;
    }
    .left-images {
        width: 125%;
    }
    .facility-sec {
        margin-top: 30px;
    }
    .facility-icon{
        border: none;
    }
    .facility-sec ul {
        padding: 0 65px;
    }
    .speci-head h2 {
        font-size: 34px;
    }
    .right-img img {
        width: 100%;
    }
    .location::before{
        display: none;
    }
    .location:after{
        display: none;
    }
    .location {
        display: block;
        text-align: center;
    }
    .location img {
        width: 55%;
    }
    .location p {
        font-size: 17px;
    }
    .gallery-sec {
        padding: 0px 0 70px;
    }
    .gallery-img-2 {
        width: 50%;
    }
    .gallery-img-3 {
        left: 0;
        width: 50%;
        top: 99%;
        right: unset;
    }
    .gallery-img-4 {
        width: 50%;
        position: absolute;
        left: unset;
        right: 0;
        top: 158%;
    }
    .gallery-img-5 {
        width: 50%;
        position: absolute;
        left: 0;
        top: 257%;
    }
    .gallery-img-6 {
        top: 316%;
    }
    /*.testimonial-section{*/
    /*    margin-top: 150%;*/
    /*}*/
    .testimonial-carousel .owl-nav{
        display: none;
    }
    .form-bg {
        margin: 50px 0;
    }
    .form-img img {
        width: 100%;
        object-fit: cover;
        height: 300px;
        /* margin-left: 30px; */
        border-radius: 0;
    }
    .form-horizontal{
        border-radius: 0;
    }
    .copyright-wrap .text-right{
        text-align: center !important;
    }
    .footer-social{
        margin-top: 10px;
    }
}