@media(min-width: 992px) and (max-width: 1199px){
    
}

/*max width 991px*/
@media(max-width: 991px){
    .common-title h3{
        font-size: 30px;
    }
    /* header css start */

    .main-menu .navbar .navbar-toggler{
        border: 1px solid #000;
        color: #000;
        border-radius: 0px;
        padding: 10px 15px;
    }
    .main-menu .navbar .navbar-collapse {
        position: absolute;
        top: 105%;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 20px 10px;
        border-radius: 5px;
        box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
        z-index: 1;
    }
    /* header css end */
    /*### Banner css start ###*/
    .banner-wrapper img{
        height: 400px;
        object-fit: cover;
    }
    .banner-wrapper .banner-content-wrap .banner-content h3{
        font-size: 40px;
    }
    .banner-wrapper .banner-content-wrap .banner-content h5{
        font-size: 22px;
    }
    /*### Banner css end ###*/
    .amenities-list{
        margin-bottom: 20px;
    }
    .amenities-list:nth-child(odd){
        margin-top: 0;
        
    }
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px){

}

/*max width 767px*/
@media(max-width: 767px){
	.header-wrapper .top-header .social-icon{
        justify-content: end;
    }

    .about-left-content{
        padding: 5% 5%;
    }

    .footer-inner-wrap h3{
        font-size: 30px;
    }

    .footer-contact-list h4{
        font-size: 18px;
    }
    .footer-contact-list p{
        font-size: 16px;
    }

    .footer-logo{
        position: relative;
        width: 100%;
        text-align: center;
    }
}

/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px){

}

/*max with 575px*/
@media(max-width: 575px){
	.main-menu .logo-wrap img{
        width: 80px;
    }
    .main-menu .navbar .navbar-toggler {
        margin-right: 10px;
    }
}