/*Listing styles*/
.list-inner-header {
    background-image: url(../images/list-header-bg.png);
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.filter-sec {
    margin-top: -65px;
    z-index: 9999;
    position: relative;
}
.filter-card {
    background: #EEF9F5;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
}
.filter-card .row>*,
.filter-content .row>*{
    padding-left:7px;
    padding-right:7px;
}
.filter-box{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding:25px 20px 15px;
    margin-bottom:10px;
    position:relative;
}
.filter-box.active{
    border:1px solid #55C79E;
}
.filter-box label{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.filter-box .form-control{
    background-color:transparent;
    border:0;
    box-shadow:none;
}
.filter-box .form-control:focus{
    box-shadow:none;
    outline:0;
}
.filter-box .icon-field{
    background-color:transparent;
    display:block;
    width:100%;
    border:0;
    text-align:left;
    display:flex;
    align-items:center;
    padding:0;
}
.filter-box .icon-field:focus-visible{
    border:0;
    outline:0;
}
.filter-box .icon-field span{
    margin-left:15px;
}
.filter-dropdown-content{
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 4;
    margin-top: .2rem;
    display:none;
}
.filter-content {
    padding: 1rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.dropdown_open{
    display: block;
}
.popular-search{
    padding:0 5px;
    border-right:1px solid rgba(0,0,0,0.1);
}
.filter-content h4{
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #000000;
}
.popular-search button{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color:#000;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    padding:12px 0;
    text-align:center;
    display:block;
    width:100%;
    background-color:transparent;
    margin-bottom:1rem;
}
.popular-search button.active{
    background: #55C79E;
    color:#ffffff;
}
.popular-search-list h5{
    font-weight:700;
}
.popular-search-list ul{
    padding-left:0;
    list-style:none;
}
.popular-search-list ul li{
    font-weight:400;
    line-height: 30px;
    color:#000;
}
#scroll-list {
    height: 320px;
    overflow-y: auto;
}
/* width */
#scroll-list::-webkit-scrollbar {
  width: 3px;
}

/* Track */
#scroll-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#scroll-list::-webkit-scrollbar-thumb {
  background: #55C79E;
}

/* Handle on hover */
#scroll-list::-webkit-scrollbar-thumb:hover {
  background: #EEF9F5;
}
.filter-btn {
    background-color: #F05B40;
    border: 0;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    height: 85px;
    border-radius: 4px;
}
.sec-title h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    text-transform: capitalize;
    color: #000000;
    text-align:center;
    margin-bottom:40px;
}
.list-card{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow:hidden;
    margin:15px 0;
}
.list-img {
    height: 180px;
    overflow: hidden;
    width: 160px;
}
.hotel-details{
    padding:20px 0px;
}
.hotel-line{
    border-right:1px solid #dadada;
    padding:0 10px;
}
.hotel-details h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin:0;
    color:#000000;
    margin-bottom:5px;
}
.hotel-details p{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom:0;
}
.review p{
    margin-bottom:20px;
    font-size:12px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
}
.review .rating-txt{
    font-weight: 700;
    margin:0 15px;
}
.review .review-txt{
    color: rgba(0, 0, 0, 0.5);
}
.overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      display: none;
      z-index: 999;
    }
    .overlay.active {
      display: block;
    }
@media(min-width:1200px){
    .custom-container {
        width: 1050px;
    }
}
@media(min-width:768px){
    #location-content{
        min-width:35rem;
    }
    #checkIn-content,
    #checkout-content{
        min-width:55rem;
    }
}
@media (max-width:992px){
    .hotel-line{border:0;}
}
@media (max-width:576px){
    .hotel-info .media-left,
    .hotel-info .media-body{
        display:block;
        width:100%;
        padding-right:0;
    }
    .hotel-line{
        padding:0;
    }
    .hotel-info .media-left .media-object{width:100%;}
    .list-img{
        width:100%;
    }
}
/* Flip detail */
.flip-slider-nav .slick-slide.slick-current.slick-active {
    position: relative;
}
.flip-slider-nav .slick-slide.slick-current.slick-active::after {
    content: '...';
    color: #55c79e;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-45%, -50%);
    line-height: 1;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: middle;
}
.flip-slider-nav .slick-slide.slick-current.slick-active::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    border-radius: 5px;
    opacity: 0.2;
}
.flip-slider-for img {
    border-radius: 5px;
}
.flip-slider-for .slick-slide {
    height: auto;
}
.flip-slider-nav .slick-slide {
    height: auto;
    margin: 0 7px;
    padding: 0;
}
.flip-slider-nav .slick-slide img {
    width: 100%;
    height: 90px;
    border-radius: 5px;
}
.flip-slider-nav {
    margin-left: -15px;
    margin-right: -15px;
}
.hotel-head{
    padding:4rem 0;
}
.hotel-title h1{
    font-weight:700;
    font-size: 40px;
    line-height: 60px;
    color: #000000;
    margin:0;
}
.review p{
    margin-bottom:0px;
    font-size:11px;
}
.review .address-txt{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.review .rating-txt{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin:0 15px;
}
.review .review-txt{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
}
.book-action {
    text-align: right;
}
.book-action h4{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #000000;
    margin:0;
}
.book-action h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #F05B40;
    margin:0;
}
.book-action a {
    padding: 10px 20px;
    color: #ffffff;
    background: #55C79E;
    border-radius: 3px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    margin-top:10px;
}
.book-action.listing {
    background: rgba(85, 199, 158, 0.1);
    border-radius: 0px 5px 5px 0px;
    padding: 30px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}
.book-action.listing h4{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #000000;
    margin:0;
}
.book-action.listing h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #F05B40;
    margin:0;
}
.book-action.listing a {
    padding: 10px 20px;
    color: #ffffff;
    background: #55C79E;
    border-radius: 3px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    margin-top:10px;
}
.about-content {
    padding: 3rem 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 4rem;
}
.about-content h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    
}
.about-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.about-content p a{
    color:#55C79E;
    font-weight:700;
    font-size: 18px;
    text-decoration:underline;
}
.facility-content-u{
    position:relative;
    border-radius:5px;
    overflow:hidden;
    margin-bottom:2rem; 
}
.facility-content-u img{
    width:100%;
    display:block;
}
.facility-content{
    width:100%;
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    text-align:center;
}
.facility-content h3{
    color:#ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.facility-content a{
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #55C79E;
}
.subscribe-footer{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:1rem;
}
.subscribe-footer input{
    background-color:#ffffff;
    border:0;
    padding:10px 15px;
    border-radius:5px;
    flex-grow:1;
}
.subscribe-footer input:focus{
    border:0;
    outline:0;
    box-shadow:none;
}
.subscribe-footer button{
    background-color:transparent;
    border:0;
    color:#ffcb05;
    font-weight:700;
    font-size:14px;
}
/* Checkout page */
.breadcrumb-sec{
    background: rgba(85, 199, 158, 0.1);
    padding:20px 0;
}
.breadcrumb-sec ol.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding:0;
}
.breadcrumb-sec ol.breadcrumb li,
.breadcrumb-sec ol.breadcrumb a{
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color:#000000;
}
.breadcrumb-sec ol.breadcrumb a{
    padding:0 10px;
}
.breadcrumb-sec ol.breadcrumb li svg{
    display:inline-block;
    margin-right:5px;
}
.breadcrumb>li+li:before{
    content:none;
}
.bill-summary-sec{
    padding:4rem 0;
}
.bill-summary-sec h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #000000;
    margin-bottom:2rem;
}
.p-detail-box{
    width:100% !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding:50px !important;
}
.p-detail-box h3{
    border-left:3px solid #55C79E !important;
    margin-bottom:3rem !important;
    color:#000 !important;
    font-weight: 700;
}
.hotal_credit_card{
    overflow-x:auto;
    overflow-y:hidden;
}
.p-detail-box h5{
    color:#55C79E !important;
}
.label-container{
    color:#000;
}
.label-container input:checked ~ .checkmark,
.checkmark {
    background-color: rgba(240, 91, 64, 0.1) !important;
}
.checkmark{
    top: 1px !important;
}
.label-container .checkmark:after{
    border:solid #F05B40 !important;
    border-width:0 3px 3px 0 !important;
    width:7px !important;
    height:12px !important;
    left:7px !important;
    top:2px !important;
}
.btn-theme-orange {
    background-color: #F05B40;
    border-color: #F05B40;
    color: #fff;
    font-weight: 700;
    padding: 12px 15px;
    text-transform: uppercase;
}
.btn-theme-orange:hover,
.btn-theme-orange:focus,
.btn-theme-orange:active{
    opacity:0.8;
    color:#ffffff;
}
.input-field {
    margin: 0 0 1.5rem !important;
}
.bill-information{
    max-width:100% !important;
    box-shadow:none !important;
    transform: scale(1) !important;
    padding:0 30px !important;
}
.loc-img{
    background: rgba(85, 199, 158, 0.1);
    border-radius: 5px;
    padding:10px;
    margin:10px 0 20px;
}
.loc-img img{
    border-radius: 5px;
}
.bill-information h3{
    color:#000 !important;
    font-weight: 700;
    margin-bottom:2rem !important;
}
.featured-facilities h5 {
    font-weight: 700 !important;
    color: #000000 !important;
}
.featured-facilities p{
    color: #000000 !important;
}
.featured-facilities:before {
    background-color: #F05B40 !important;
}
#summary-table.table{
    margin:0 0 1.5rem;
}
#summary-table.table tbody tr td, 
#summary-table.table tbody tr th{
    border: 0 !important;
    font-size:14px;
}
#summary-table.table tbody tr td:first-child{
    padding-left:0;
}
#summary-table.table tbody tr td:last-child{
     padding-right:0;
}
.g-total {
    border-top:1px dashed rgba(0, 0, 0, 0.1) !important;
    padding: 15px 0 !important;
}
.g-total h2 span {
    color: #F05B40 !important;
}

/* styling added for a custom class by rohan */ 

.hotel-sec-carousel .page-zoom .slider.slider-for .slick-track{
    display: flex;
}
.hotel-sec-carousel .page-zoom .slider.slider-for .slick-list{
    overflow: hidden;
}
.hotel-sec-carousel .page-zoom .slider.slider-for .slick-track .slick-slide img{
    width: 100%;
}
.hotel-sec-carousel .page-zoom .slider.slider-nav .slick-list {
   overflow: hidden;
}
.hotel-sec-carousel .page-zoom .slider.slider-nav .slick-track{
    display: flex;
}