@media (min-width: 1200px){

}

@media (min-width: 991.5px) and (max-width: 1199.5px) {
    .home .content .form a.thm-btn.round span{
        display: none;
    }
  
}

@media (min-width: 766px) and (max-width: 991.4px) {
    
}
@media  (min-width: 991.5px) {

    .home .content .form label{
        margin: 10px;
    }


  header .menubar .menu{
    display: none;
  }
  header nav > ul li:hover ul{
    transform: scale(1);
}
header li.sublink > a:after{
    content: "\2b";   
}
header li.sublink:hover > a:after{
    content: "\f068";
}
.home .content .form a span{
    display: none;
}
}
@media  (max-width: 991.4px) {
    .home .content .form label{
        margin: 5px;
    }
    
    header .menu{
        min-width: 30px;
    }
    header .menu i{
        font-size: 20px;
        color: var(--thm-clr1);
    }

    header li.sublink > a:after{
        content: "\2b";   
    }
    header li.open-link > a:after{
        content: "\f068";
    }

    header .menubar .menu.active .open{
       display: none;
    }
    header .menubar .menu .close{
        display: none;
    }
    header .menubar .menu.active .close{
        display: block;
    }

    header .logo{
        margin-left: 5px;
        margin-right: 10px;
    }
    .home .content .form{
        flex-flow: column;
        padding: 20px;
    }
    .home .content .form a.thm-btn.round span{
        display: inline;
    }
    .home .content .form a.thm-btn.round {
        width: fit-content;
        border-radius: 30px;
    }
    .home .content .form a.thm-btn.round i{
        margin: 10px;
    }
    header nav{
        height: 0;
        transform: scale(0);
        opacity: 0;
        transition: all 0.5s;
    }
    header nav.active{
        height: 100%;
        opacity: 1;
        transform: scale(1);
    }
    header nav ul{
        opacity: 0;
    }
    header nav.active ul{
        opacity: 1;
    }
    header  nav.active > ul li.open-link ul{
        transform: scale(1);
    }

    .about-sec .content-box{
        flex-flow: column;
    }
    .about-sec .content-box .box{
        max-width: 100%;
    }
    .b-lt-15 img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;

    }
    .b-rb-15 img {
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;

    }
    footer .quicklinks{
        width: 100%;
    }
}
@media  (max-width: 765.5px) {

    .roomdata .features{
        justify-content: center;
    }

    .room-page .gridbox .grid-item:nth-child(2){
        grid-row: 3;
    }

    header nav > ul{
        flex-flow: column;
        align-items: flex-start;
    }
    header nav > ul li ul{
        position: relative;
        box-shadow: none;
        padding: 0px 5px 0px 30px;
    }
    header nav > ul li ul li:last-child{
        margin-bottom: 0;
    }
    header nav > ul li.sublink  ul{
       max-height: 0;
        transform: scale(0);
        transition: all 0.5s;
    }
    header nav > ul li.open-link ul{
        max-height: 200px;
        transform: scale(1);
    }
    header nav > ul li ul li{
        margin: 0;
    }
    header nav > ul li.open-link ul li{
        margin: 10px auto 0px;
    }
    header nav{
        opacity: 0;
    }
    header nav.active{
        height: auto  !important;
        max-height: 50vh;
        overflow-y: auto;
        padding: 15px 0px;
    }

    .home .content .form label{
        flex-wrap: wrap;
        justify-content: center;
    }
    .home .content h1{
        font-size: 40px;
    }
    .features-sec {
        background-image: linear-gradient(to bottom, #0000 48%,#fff 48%, #fff 52%, var(--lightblue) 52%);
    }
    .features-sec .features .iconbox{
        width: fit-content;
        margin: 10px;
        min-width: calc(50% - 20px);
    }

    .features-sec .features{
        flex-wrap: wrap;
        padding: 10px;
    }
    .home{
        padding-top: 120px;
    }
    .room-page .gridbox{
        grid-template-columns: auto auto;
        grid-template-columns: span 1 !important;
    }
}
@media  (max-width: 400px) {

    .features-sec .features .iconbox{
        width: 100%;
    }
}