@media screen and (min-width: 1200px) {
    ul.nav.navbar-nav {
        margin-left: 55px;
    }
    .otherSection ul.nav.navbar-nav {
        margin-top: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    ul.nav.navbar-nav {
        margin-left: 0px;
    }
    ul.nav.navbar-nav a {
        font-size: 14px;
        margin-top: 19px;
    }
    
}

@media screen and (min-width: 992px) and (max-width: 1680px) {
    .rotateBoxsearch {
        width: 300px;
        height: 300px;
    }
    .titleBoxsearch p {
        line-height: 30px;
        text-transform: uppercase;
        margin-top: 25px;
        font-size: 20px;
    }
    .rotateBtn {
        background: rgba(255, 115, 0, 0.7);
        width: 90px;
        height: 90px;
        position: absolute;
        right: 30px;
        top: 35px;
    }
    .btnBook {
        transform: rotateZ(-45deg);
        position: relative;
        left: 5px;
        top: 30px;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .contentAccom {
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .bhtBoxsearch {
        transform: rotateZ(0deg);
        left: 0;
        top: 40%;
        position: relative;
    }
ul.nav.navbar-nav li {
    text-align: left;
    border-bottom: 1px solid #785b8d;
}
    .navbar-nav>li>a::after {
        content: '' !important;
    }
    .footerAddress h1 {
        text-align: center;
    }
    .rotateBoxsearch {
        position: absolute;
        transform: rotateZ(0deg);
        z-index: 99;
        transition: top ease-in-out 0.5s;
    }
    .rotateBoxsearch {
        position: relative;
        margin: 0 auto;
        text-align: center;
    }
    .facilitiesImgHome {
        margin: 0 auto;
        position: static;
    }
    .facilitiesImgShadow {
        position: absolute;
        margin: 10px auto;
        left: 0;
        right: 0;
    }
    .rotateBoxsearch {
        width: 100% !important;
        text-align: center;
        margin: 0 auto;
    }
    .rotateBoxsearch {
        top: 100px;
    }
    a.navbar-brand img {
        width: 60px;
        top: -23px;
    }
    .circleBorder {
        display: none;
    }
    .aboutCard {
        padding: 40px 20px;
    }
    .tabAccom {
        transform: rotateZ(0deg);
        position: static;
        width: 100%;
        background: rgba(91, 66, 0, 0.78);
        height: 100%;
        padding: 20px;
    }
    .contentAccom {
        transform: rotateZ(0deg);
        top: 0;
        position: static;
        z-index: 99;
        color: #fff;
        padding-left: 0;
    }
    .contentAccom ul {
        list-style: none;
        margin-top: 20px;
        margin-left: 0;
    }
    .contentAccom p {
        padding: 0 !important;
    }
    .titleRoomHomepage {
        text-align: center;
    }
    .facilitiesImgHome {
        -webkit-clip-path: polygon(50% 0%, 100% 65%, 70% 100%, 30% 100%, 0 65%);
        clip-path: polygon(50% 0%, 100% 65%, 70% 100%, 30% 100%, 0 65%);
        background-size: cover;
        background-position: bottom center;
        width: 300px;
        height: 260px;
    }
    .facilitiesImgShadow {
        -webkit-clip-path: polygon(50% 0%, 100% 65%, 70% 100%, 30% 100%, 0 65%);
        clip-path: polygon(50% 0%, 100% 65%, 70% 100%, 30% 100%, 0 65%);
        margin-top: 10px;
        background: #a7a7a7;
        width: 300px;
        height: 260px;
        position: absolute;
    }
    .footerAddress {
        padding: 0;
        text-align: center;
    }
}
