.owl-carousel{
    display: block !important;
}
.row.QueryFm {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    margin: 10px 0;
}
.img_hotel {
    display: block;
    margin: auto auto;
    width: 100%;
    max-width: 100%;
}
.Htl_booking h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

.Htl_booking p {
    font-size: 16px;
    color: #fff;
}

.col-md-8.Htl_booking {
    margin: auto;
    text-align: right;
}
.section-titl {
    font-size: 22px;
    color: #28406c;
    font-weight: 500;
}
ul.lo_lst {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.lo_lst li {
    display: block;
    text-align: center;
    width: 25%;
}

ul.lo_lst li img {
    width: 50px;
    margin: 50px 0 4px 0;
}

ul.lo_lst li h6 {
      font-size: 20px;
    font-weight: 500;
    margin: 2px 0 10px 0;
    color: #28406c;
}
img.locto {
    width: 22px;
    margin-right: 10px;
}
.item.thumb {
    box-shadow: 0 0 4px #ccc;
    padding: 10px;
    margin: 2px;
}
.item.play {
    background: #fff;
    /* border: 1px solid #ccc; */
    margin: 1px;
    width: 100%;
    height: 220px;
    box-shadow: 0 0 6px #ccc;
    border-radius: 10px;
    overflow: hidden;
}
 .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont h3 {
    font-size: 22px;
    font-weight: 500;
    color: #0e2c62;
}
.cont_about h3 {
    font-size: 21px;
    font-weight: 500;
    color: #0e2c62;
    margin-top: 50px;
    margin-bottom: 5px;
}
ul.lo_lst li p {
    font-size: 14px;
    margin: 0;
}
section.abouts.section-padding {
    background-size: contain;
    width: 100%;
    background-position: center;
    width: 100%;
    height: auto;
}
.item.thumb p {
    font-size: 18px;
    margin: 0;
    display: block;
    position: relative;
    background: #28406ced;
    padding: 10px;
    margin-top: -48px;
    color: #fff;
}
label span {
    color: #ff0000;
}
.reviewBox {
    background: #28406cd9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 4px #000;
}
.testimonials .section-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0 20px 0;
    background: linear-gradient(270deg, rgb(255 255 255) 67%, rgb(255 255 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
label {
    font-size: 14px;
    color: #28406c;
    margin: 0px;
    display: block;
}
img.img-fluid.Manoj-saluja {
    border: 1px solid #28406c;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    margin-top: 30px;
}
header.headerslider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px) {

ul.lo_lst li {
    width: 50%;
}
 .video-fullscreen-wrap .owl-item img{
height: 100% !important;
max-height: 100% !important;
width: 100%;
}
.header,.video-fullscreen-video, .video-fullscreen-wrap{
    height: 28vh;
}
.video-fullscreen-wrap .overlay{
    top: 20%;
    height: auto;
    left: 0;
    text-align: center;
    width: 100%;
}
.rooms1-content {
    padding: 10px;
    margin-top: -43px;
    margin-left: 10px;
    margin-right: 10px;
}
p, ul li{
    font-size: 14px !important;
}
.rooms1-tagline{
     white-space: nowrap;  
  overflow: hidden;
  text-overflow: ellipsis; 
}
.butn-dark2{
    font-size: 12px;
    padding: 10px 20px;
}
.rooms1-title, .rooms1-title a{
    font-size: 16px;
}
.section-padding {
    padding: 30px 0;
}
.Htl_booking h3 {
    font-size: 26px;
    margin-top: 0px;
}
.col-md-8.Htl_booking {
    padding-bottom: 20px;
}
.rooms2 .content{
    margin-bottom: 0px;
}
.mb-90 {
    margin-bottom: 30px !important;
}
.footer .item img{
    max-width: 120px;
        margin-bottom: 30px;
}
.footer{
    padding: 30px 0;
}
.testimonials .section-title{
    font-size: 26px;
}
.banner-header {
    height: 40vh;
}
.footer .top .item h3 {
    position: relative;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.room-details1 h6{
    font-size: 20px;
    margin-bottom: 10px;
}
header.headerslider {
    width: 100%;
    height: auto;
}
.rooms5 .item {
    margin-bottom: 10px;
}


}