#logo {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}





.room-thumb img {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    height: 230px;
}

.room-thumb {
    width: 100%;
    height: 283px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 2px 0 0 #e0e0e0;
    box-shadow: 0 2px 0 0 #e0e0e0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 5000;
    margin-bottom: 40px;
}

@media (max-width: 767px) {

    .room-thumb,
    .room-thumb .mask {
        width: 100%;
        height: 100%;
    }

    .room-thumb .main .price {
        padding: 14px 25px;
    }

    .parallax-effect .content {
        padding: 20px 0px;
    }

    .parallax-effect .content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .parallax-effect .content p {
        font-size: 18px;
    }
}


#owl-gallery .item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 350px;
    object-fit: cover;
}

header #logo {
    float: left !important;
    padding: 0px !important;
    border-right: none !important;
    max-width: 100%;
}

#logo img {
    height: 85px;
    padding: 0px 0px;
    border-right: 1px solid #dedede;
    padding-right: 16px;
}

.shrink #logo img {
    height: 65px;
}

.about_img img {
    height: 347px;
    width: 100%;
    object-fit: cover;
    margin-top: 11px;
}

.footer_logo img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 25px;
    font-size: 14px;
}

.box-icon {
    margin-top: 30px;
}

/* new css for home page hotel rooms */
.main {
    border: 1px solid #ebebeb;
    height: 55px;
}

.main h5 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 10px 0 0 20px;
    display: inline-block;
}

.content {
    padding: 20px;
    border: 1px solid #ebebeb;
}

.room-thumb:hover img {
    transform: translateY(0px);
}

.content i {
    padding-right: 5px;
}

.content i {
    color: #003366;
}

.room-thumb img {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.room-thumb {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 2px 0 0 #e0e0e0;
    box-shadow: 0 2px 0 0 #e0e0e0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 5000;
    margin-bottom: 0px;
}

.room-thumb img {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    height: 100%;
}

#parallax-image .content {
    /* padding: 20px; */
    border: 0px;
}

#owl-reviews img {
    margin-bottom: 20px;
    border: 1px solid;
    height: 100px;
    width: 100px;
}

@media (max-width: 767px) {

    #top-header {
        display: none;
    }

    .main {
        height: 100%;
    }
}