.booking-header {
    min-height: 0;
}
.booking-header.no-pad{
    padding-bottom: 0;
}

.hide-section.no-pad{
    padding-bottom: 0;
    min-height: 0
}

.hide-section .home-search-wrapper{
    display: none;
}


.mybooking-header {
    width: 100%;
    min-height: 240px;
    background: url(../images/booking-hero.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.confirmation-wrapper {
    padding: 40px 130px;
    padding-top: 0px;
    margin-top: -40px;
    font-family: "Roboto", sans-serif;
    color: black;
    transform: scale(0.85);
}

/* styling added by rohan for new pages */
.booking-header.header-custom {
    min-height: 580px;
    background-position: top;
}

.confirmation-wrapper.custom-style-1{
    transform: scale(1);
    max-width: 994px;
    width: 100%;
    margin: 0 auto;
    margin-top: -394px;
}
.confirmation-wrapper.custom-style-1.booking{
    margin-top: -347px;
}

.confirmation-wrapper.custom-style-1 h1{
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 100px;
}

.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .booking-number{
    float: unset;
    width: 100%;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .booking-number.right-fix{
    text-align: right;
    padding-right: 20px;
    border: none;
    position: relative;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .booking-number.right-fix::before{
   position: absolute;
   width: 1px;
   height: 53px;
   background-color: #5579C7;
   content: "";
   right: -18px;
   top: 7px;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .booking-number.left-fix{
    text-align: left;
    padding-left: 20px;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .booking-number.center-fix{
    text-align: center;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .viewText{
    border-radius: 0px 0px 10px 10px;
    background: #FEF9E8;
    padding: 30px 50px;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content table td{
    border-color: #ddd;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head{
    padding: 50px 40px;
}

.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .row .col-md-4{
   flex: 0 0 33%;
   max-width: 33%;
}
@media screen and (max-width: 768px) {
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .row .col-md-4{
       flex: 0 0 100%;
       max-width: 100%;
       margin-bottom: 20px;
    }
}


.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .row .sec-wrap {
    border-left: 1px solid #5579C7;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .row .sec-wrap:last-child::before {
    display: none !important;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info{
    padding: 30px 50px;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .innerWrap{
    display: flex;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .row .sec-wrap:first-child{
    border-left: none;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 8px;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .custom-tooltip span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    background: rgba(60, 124, 134, 0.40);
    color: #12272b;
    text-align: center;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .custom-tooltip .tooltiptext {
    visibility: hidden;
    width: 290px;
    background-color: #Fff;
    border: 1px solid #F5C218;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 0%;
    left: 670%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .custom-tooltip .tooltiptext::before {
    position: absolute;
    left: -10px;
    bottom: 19px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #F5C218 transparent;
    transform: rotate(270deg);
    content: '';
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .custom-tooltip .tooltiptext::after {
    position: absolute;
    bottom: 0px;
    width: 17px;
    height: 100%;
    left: -17px;
    content: "";
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .custom-tooltip .tooltiptext p {
    color: #333;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 133.333% */
    margin: 0;
    padding: 10px;
    text-align: left;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .custom-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info span{
    color: #333;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .charged {
    display: flex;
    padding-left: 45px;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .charged p{
    color: #333;
    font-size: 15px;
    font-style: normal;
    line-height: 25px;
    font-weight: 400;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .charged p:last-child{
    padding-left: 72px;
    position: relative;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .charged p:last-child::before{
    width: 50px;
    height: 1px;
    position: absolute;
    content: "";
    left: 11px;
    top: 11px;
    background-image: url(../images/dotted-line.png);

}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .viewText p{
    color: #333;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content table h2{
    background: #5579C7;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; /* 150% */
    text-transform: capitalize;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content table p{
    color: #5579C7;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px; /* 173.333% */
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content table p.black{
    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.confirmation-wrapper.custom-style-1 .booking-ads img{
    width: 100%;
    border-radius: 10px;
}
.confirmation-wrapper.custom-style-1 .booking-ads{
    margin-bottom: 90px;
}
.confirmation-wrapper.custom-style-1 .contactSec {
    text-align: center;
    padding-top: 70px;
    position: relative;
}
.confirmation-wrapper.custom-style-1 .contactSec h2{
    font-size: 20px;
    margin-bottom: 3px;
}
.confirmation-wrapper.custom-style-1 .contactSec::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 1px;
}
.confirmation-wrapper.custom-style-1 .contactSec .booking-number {
    display: flex;
    float: unset;
    text-align: center;
    margin-right: 0;
}
.confirmation-wrapper.custom-style-1 .contactSec .booking-number a{
    background-color: #f5c218;
    text-decoration: none;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 60px;
    border-radius: 2px;
    font-size: 15px;
    letter-spacing: 0.8px;
    margin: 0 auto;
    display: inline-block;
    margin-top: 27px;
}

/* for booking confirmation */
.confirmation-wrapper.custom-style-1{
    max-width: 1056px;
    padding-left: 0;
    padding-right: 0;
}
.confirmation-wrapper.custom-style-1.booking{
    max-width: 1056px;
    padding-left: 0;
    padding-right: 0;
}
.confirmation-wrapper.custom-style-1.receipt{
    max-width: 1056px;
    padding-left: 0;
    padding-right: 0;
    margin-top: -347px;

}
.confirmation-wrapper.custom-style-1.booking h1{
    margin-bottom: 15px;
}
.confirmation-wrapper.custom-style-1.booking p.banner-text{
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content table td.with-bg{
    background: #FEF9E8;
    border: none;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content table td.with-bg p{
    color: #333333;
}
.confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info p.font-400{
    font-weight: 400;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-head{
    background: #EEF9F5;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-head .booking-number.right-fix::before{
    background-color: #55C79E;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content table h2{
    background: #55C79E;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content table p{
    color: #55C79E;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content table p.black{
    color: #333333;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content .viewText{
    background: #EEF9F5;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content table td.with-bg{
    background: #EEF9F5;
    border: none;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content table td.with-bg p{
   color: #333333;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content .booking-hotel-info.sty2{
    width: 60%;
    text-align: left;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content .booking-hotel-info.sty3{
   padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content .booking-hotel-info.sty2{
        width: 100%;
        text-align: center;
    }
    .confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content .booking-hotel-info.sty3{
        padding-bottom: 30px;
     }
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content .booking-hotel-info p.font-400{
    font-weight: 400;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content .booking-hotel-info span.font-400{
    font-weight: 400;
}
.confirmation-wrapper.custom-style-1.booking .booking-confirmation .booking-content .booking-hotel-info span{
    color: #333;
}
.booking-header.header-custom.booking{
    background: url(../images/flipped-booking-confirmation.png)
}
/* for booking confirmation end*/

/* for booking recipt */
.confirmation-wrapper.custom-style-1.receipt h1{
    margin-bottom: 15px;
}
.confirmation-wrapper.custom-style-1.receipt p.banner-text{
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.confirmation-wrapper.custom-style-1.receipt .booking-confirmation .booking-head{
    background: #E9E9E9;
}
.confirmation-wrapper.custom-style-1.receipt .booking-confirmation .booking-head .booking-number.right-fix::before{
    background-color: #002480;
}
.confirmation-wrapper.custom-style-1.receipt .booking-confirmation .booking-content table h2{
    background: #002480;
}
.confirmation-wrapper.custom-style-1.receipt .booking-confirmation .booking-content table p{
    color: #002480;
}
.confirmation-wrapper.custom-style-1.receipt .booking-confirmation .booking-content table p.black{
    color: #333333;
}
.confirmation-wrapper.custom-style-1.receipt .booking-confirmation .booking-content .viewText{
    background: #E9E9E9;
}
.confirmation-wrapper.custom-style-1.receipt .booking-confirmation .booking-content table td.with-bg{
    background: #E9E9E9;
    border: none;
}
.confirmation-wrapper.custom-style-1.receipt .booking-confirmation .booking-content table td.with-bg p{
   color: #333333;
}
.confirmation-wrapper.custom-style-1.receipt .booking-confirmation .booking-content .booking-hotel-info p.font-400{
    font-weight: 400;
}
.confirmation-wrapper.custom-style-1.receipt .booking-confirmation .booking-content .booking-hotel-info span.font-400{
    font-weight: 400;
}
.confirmation-wrapper.custom-style-1.receipt .booking-confirmation .booking-content .booking-hotel-info span{
    color: #333;
}
.booking-header.header-custom.booking{
    background: url(../images/booking-receipt.jpg)
}
/* for booking recipt end*/

@media screen and (max-width: 992px) {
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .innerWrap{
       justify-content: center;
    }
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .charged {
        justify-content: center;
        padding-left: 0;
    }
    .booking-header.header-custom {
        min-height: 450px;
    }
    .confirmation-wrapper.custom-style-1 h1{
        font-size: 40px;
        margin-bottom: 60px;
    }
    .confirmation-wrapper.custom-style-1{
        padding-top: 140px;
    }
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head {
        padding: 30px 0px;
    }
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head a{
        width: 100%;
        padding: 10px 0px;
    }
    .booking-header.header-custom .navbar{
        z-index: 9999;
    }
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .booking-number.right-fix{
        text-align: center;
        padding-right: 0;
        border: none;
    }
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .booking-number.right-fix::before{
       display: none;
    }
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .booking-number.left-fix{
        text-align: center;
        padding-left: 0px;
    }
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-head .booking-number.center-fix{
        text-align: center;
    }
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .custom-tooltip .tooltiptext {
        bottom: 140%;
        left: -500%;
    }
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .custom-tooltip .tooltiptext::before {
        bottom: -9px;
        transform: rotate(180deg);
        left: 55%;
    }
    .confirmation-wrapper.custom-style-1 .booking-confirmation .booking-content .booking-hotel-info .custom-tooltip .tooltiptext::after {
        bottom: -13px;
        width: 100%;
        height: 13px;
        left: 0;
    }
}
@media screen and (max-width: 768px) {
   
    .confirmation-wrapper.custom-style-1 h1{
        font-size: 30px;
    }
    .confirmation-wrapper.custom-style-1.receipt p.banner-text{
        margin-bottom: 50px;
    }
    .confirmation-wrapper.custom-style-1.booking p.banner-text{
        margin-bottom: 50px;
    }
    .confirmation-wrapper.custom-style-1{
        padding-top: 140px;
    }
    .confirmation-wrapper.custom-style-1.booking{
        padding-top: 40px;
    }
    .confirmation-wrapper.custom-style-1.receipt{
        padding-top: 40px;
    }
}
/* styling end rohan for new pages */

.confirmation-wrapper h1 {
    text-align: center;
    color: black;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 700;
}

.booking-confirmation {
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 3px 8px 2px #eee;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.booking-head {
    padding: 30px 40px;
    padding-bottom: 25px;
    border-radius: 8px 8px 0 0;
    background-color: #fbf7e6;
    font-size: 17px;
    color: #333;
    text-align: center;
}

.booking-head .br-right {
    border-right: solid 1px #ccc;
}

.booking-head p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    color: #333333;
}
.booking-head span {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #333333;
}

.booking-head a {
    background-color: #f5c218;
    text-decoration: none;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30.5px;
    border-radius: 3px;
    font-size: 15px;
    margin: 0 auto;
    display: inline-block;
    margin-top: 50px;
}

.booking-add-btn {
    background-color: #F05B40 !important;
    text-decoration: none;
    font-weight: 600;
    color: white !important;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 60px;
    border-radius: 2px;
    font-size: 15px;
    letter-spacing: 0.8px;        
    margin: 0 auto;
    display: inline-block;
    margin-top: 27px;
}

.booking-content {
    /* padding: 20px 40px; */
}

.hotel-booking-content td{
    width: 50%;
}

.booking-hotel-detail {
    color: #333333 !important;
}

.booking-content table {
    width: 100%;
}

.booking-content table h2 {
    padding: 20px 30px;
    margin: 0;
    font-size: 27px;
    background-color: #eef2f5;
    border-radius: 0;
    /* border: solid 1px #ccc; */
    border-bottom: 0;
    margin-right: -1px;
    color: black;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}

.booking-content table td {
    border: solid 1px #ccc;
    border-left: 0;
}

.booking-hotel-info {
    font-size: 15px;
    padding: 20px 40px;
    color: black;
}

.booking-hotel-info span {
    font-size: 17px;
    font-weight: 500;
}

.booking-ads {
    margin-top: 70px;
}

.booking-ads img {
}

.f-17 {
    font-size: 17px;
}

/* Listing */

.listing-views {
    margin: 20px 0;
}

.listing-views .view{
    display: inline-block;
    float: left;
    margin-right: 12px;
    border-radius: 4px;
    border: solid 1px #ccc;
    padding: 8px;
    font-size: 13px;
    color:#717171;
    cursor: pointer;
}

.listing-views .view.sty2{
    min-width: 45px;
    display: flex;
    justify-content: center;
    min-height: 45px;
    align-items: center;
    border-color: #DDDDDD;
}

.listing-views .view.sty2.active{
    border-color: #F5C2181A;
    background: #F5C2181A;
}

.listing-views .map-pin-icon svg {
    float: left;
    margin-right: 10px;
}

.listing-views svg {
    fill: #717171;
}

.listing-views .view svg:hover,  .listing-views .active svg {
    fill: #F5C218;
}

.price-sorting{
    width: 310px;
    float: right;
}

.price-sorting.sty2{
    width: 263px;
    float: right;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    min-height: 45px;
}

.price-sorting.sty2 label{
    margin-top: 14px;
}
.price-sorting.sty2 .btn-default{
  border: none !important;
  height: 45px !important;
}

.price-sorting .col-md-3{
    padding: 0;
}
.price-sorting label{
    text-align: right;
    margin-top: 7px;
    display: inline-block;
    font-weight: 400;
    color: #999;
}

.price-sorting .dropdown-menu{
    background-color: #fff !important;
}

.load_more{
    background: #5579C7;
    color: white;
    letter-spacing: 1px;
    margin: 0 auto;
    display: inline-block;
    padding-right: 0;
    padding-top: 0;
    padding-left: 14px;
    font-size: 15px;
    border-radius: 4px 0px 0 4px;
    text-transform: uppercase;
}

.load_more span{
    background: #5173BD;
    display: inline-block;
    padding: 14px;
    margin-left: 5px;
    border-radius: 4px;
    margin-right: -4px;
}

.load_more:hover{text-decoration: none; color: white;}


.modal-logo{
    z-index: 9022;
margin: 0 auto;
text-align: center;
display: block;
width: 100%;
margin-top: -5px;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-backdrop.in.customShadow {
    filter: alpha(opacity=80);
    opacity: .8;
}

.search-modal{
    margin-top: 0px;
    height: 110%;
}

.search-modal h4{
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    color: #333333;
    text-transform: capitalize;
}

.search-modal h4 span{
    display: block;
    font-weight: normal;
    font-size: 15px;
    margin-top: 25px;
}

.search-modal .modal-content{
    padding: 30px 0px;
    height: 82vh !important;
    width: 600px;
    margin: 0 auto;
    box-shadow: none;
    border: 0;
}

.search-modal.customHeight .modal-content{
    height: fit-content !important;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .search-modal.customHeight .modal-content{
        height: 82vh !important;
        padding: 0;
    }
}

.search-modal.customHeight .modal-dialog{
    padding: 70px 0;
}
.search-modal.customHeight .close{
        top: -60px;
        right: -144px;
}


.search-modal.customStyle .modal-content{
    width: 100%;
}
.search-modal.customStyle .modal-content .modal-body .booking-confirmation .booking-head .booking-number{
    float: none;
}
.search-modal.customStyle .modal-content .modal-header .close{
    right: 15px;
}

@media screen and (min-width: 992px) {
    .search-modal.customStyle .modal-lg {
        width: 1000px;
    }
}

.search-modal .modal-body {
    position: relative;
    margin-top: 10px;
    padding: 10px 43px;
    padding-bottom: 0;
    height: 83% !important;
    overflow-y: auto;
    direction: ltr;
    scrollbar-color: #999 #e4e4e4;
    scrollbar-width: thin;
}

.search-modal .modal-body::-webkit-scrollbar {
    width: 8px;
  }
  
  .search-modal .modal-body::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 0px;
  }
  
  .search-modal .modal-body::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-image: linear-gradient(180deg, #999 0%, #999 99%);
    
  }

.search-modal .modal-dialog{
    width: 940px;
    margin: 30px auto;
    border-radius: 6px;
    background: white;
}


.search-modal .modal-header{
    border-bottom: 0;
    padding: 0;
}

.search-modal .modal-body h1{
    margin-top: 0;
    text-align: center;
    color: #000;
    font-size: 30px;
}

.search-modal .modal-header h1{
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    font-size: 30px;
}

.search-modal .form-group{
    /* background: #F6F8F8; */
    padding: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.search-modal .form-group .search-modal-icon{
    position: absolute;
    left: 20px;
    top: 59px;
}

.search-modal .form-group  .search-calander-icon{
    position: absolute;
    right: 25px;
    top: 51px;
}

.search-modal .form-group label{
    font-size: 15px;
    color: #333333;
    font-weight: 400;
}

.search-modal .form-group input{
    height: 45px;
    width: 100%;
    background: none;
    border: solid 1px #DDDDDD;
    outline: none;
}

.search-modal .form-group .bootstrap-select{
    height: 45px;
    width: 100%;
    background: none;
    border: solid 1px #DDDDDD;
    outline: none;
    padding-top: 5px;
}

.search-modal .form-group .btn-default.active.focus, .search-modal .form-group .btn-default.active:focus, .search-modal .form-group .btn-default.active:hover, .search-modal .form-group .btn-default:active.focus, .search-modal .form-group .btn-default:active:focus, .search-modal .form-group .btn-default:active:hover, .search-modal .form-group .open>.dropdown-toggle.btn-default.focus, .search-modal .form-group .open>.dropdown-toggle.btn-default:focus, .search-modal .form-group .open>.dropdown-toggle.btn-default:hover{
    background-color: #fff;
    border-color: #fff;
}

.search-modal .form-group span{
    display: inline-block;
    margin-left: 11px;
    margin-top: 3px;
}


.search-modal .modal-footer{
    border-top: 0;
    padding-top: 0;
}

.search-modal .btn-default{
    background: none;
    border: none;
    outline: none;
}

.search-modal .btn{
    padding: 5px 0;
    font-size: 13px;
}

.search-modal .modify-btn{
    padding: 10px 20px;
    letter-spacing: 0;
    display: block;
    width: 100%;
    margin-top: 30px;
    height: 45px;
    font-size: 15px;
}

.search-modal .close {
    float: right;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    color: #333333;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    right: -154px;
    top: 1px;
}

.search-modal .dropdown-menu{
    background-color: white !important;
}

.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}

.listing-page .detail-head-wrapper {
    padding: 0 0px;
    transform: scale(1);
}

.form-group-date{
    margin-bottom: 15px;
    background: #fff;
    padding: 5px;
    border: solid 1px blue;
}
.form-group-date input{
    width: 84% !important;
    float: left !important;
    border: 0;
}

.date-arrow .date-text{
    background: white;
    padding: 5px 10px;
    font-size: 9px;
    margin-top: -20px;
    width: 116px;
    margin-left: -45px;
    margin-bottom: 8px;
}

@media screen and (min-width: 992px) {
    .search-modal .modal-lg {
        width: 965px;
    }
}

@media screen and (max-width: 991px) {
    .date-arrow .date-text {
        padding: 25px 0px !important;
        font-size: 11px !important;
        margin-top: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 8px !important;
    }
    .date-arrow svg{
        display: none;
    }

    
}

@media screen and (max-width: 767px) {

}
/*===========Checkout Page================*/
.auth-alert {
    background-color: #fbf7e6;
    padding: 22px;
}
.auth-orange {
    background-color: #f05b40;
}
.auth-alert .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.auth-alert h5 {
    font-size: 20px;
    font-weight: 400;
    color: #2f2f2f;
    line-height: 1.2;
}
.auth-alert h5 a {
    font-size: 22px;
    font-weight: 600;
    color: #2f2f2f;
}
.auth-orange h5 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
}
.auth-orange h5 a {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}
.btn-theme-yellow {
    background-color: #f5c218;
    border-color: #f5c218;
    color: #333;
    font-weight: 700;
    padding: 12px 15px;
    text-transform: uppercase;
}
.btn-theme-yellow:hover,
.btn-theme-yellow:focus {
    background-color: #d9aa0e;
    border-color: #d9aa0e;
    color: #333;
    outline: none;
}
.btn-theme-yellow:active {
    background-color: #d9aa0e;
    transform: translateY(4px);
}
.btn-theme-red {
    background-color: #F05B40;
    border-color: #F05B40;
    color: #fff;
    font-weight: 700;
    padding: 12px 15px;
    text-transform: uppercase;
}
.btn-theme-red:hover,
.btn-theme-red:focus {
    background-color: #F34A2B;
    border-color: #F34A2B;
    color: #fff;
    outline: none;
}
.btn-theme-red:active {
    background-color: #F34A2B;
    transform: translateY(4px);
}
.btn-theme-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #f05b40;
    font-weight: 700;
    padding: 12px 15px;
    text-transform: uppercase;
}
.btn-theme-white:hover,
.btn-theme-white:focus {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #f05b40;
    outline: none;
}
.btn-theme-white:active {
    background-color: #f3f3f3;
    transform: translateY(4px);
}
.text-theme-yellow {
    color: #f5c218 !important;
}
.btn-theme-blue {
    background-color: #5579C7;
    border-color: #5579C7;
    color: #fff;
    font-weight: 700;
    padding: 12px 15px;
    text-transform: uppercase;
}
.btn-theme-blue:hover,
.btn-theme-blue:focus {
    background-color: #4268BB;
    border-color: #4268BB;
    color: #fff;
    outline: none;
}
.btn-theme-blue:active {
    background-color: #4268BB;
    transform: translateY(4px);
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.p-0 {
    padding:0px;
}
.opacity-1 {
    opacity: 0.1;
}
.checkout-sec {
    background-image: url(../images/checkout-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.bill-information {
    background-color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 30px;
    margin: 20px;
    transform: scale(0.85);
}
.bill-information h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
    margin: 0;
}
.featured-facilities {
    position: relative;
    padding-left: 15px;
    margin-bottom: 2rem;
}
.featured-facilities:before {
    content: "";
    width: 3px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #f5c218;
}
.featured-facilities h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #333;
}
.featured-facilities p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #979797;
}
.featured-facilities span {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
    display: inline-block;
    margin-bottom: 1rem;
}
.featured-facilities i {
    color: #f05b40;
}
.facility-icons {
    margin: 1rem 0;
}
.facility-icons .btn {
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #e1ebff;
    border: 0.5px solid #5579c7;
    border-radius: 2px;
    margin-right: 2px;
    padding: 2px;
    margin-bottom: 2px;
}
.facility-icons .btn:hover {
    background: #ffffff;
}
.facility-icons .btn img {
    margin: auto;
}
.facility-icons .btn:focus {
    outline: none;
    background: transparent;
}
.featured-facilities a {
    font-size: 13px;
    line-height: 1.2;
    color: #5579c7;
}
.popover {
    max-width: 210px;
}
.popover.top {
    text-align: center;
    background: #e1ebff;
}
.popover-title {
    background: #e1ebff;
}
.popover.top > .arrow:after {
    border-top-color: #e1ebff;
}
.panel-container {
    margin-bottom: 1.5rem;
}
.panel-container h6 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.panel-container .panel > .panel-heading {
    background: #e1ebff;
    border-radius: 5px 5px 0px 0px;
    height: 45px;
    padding-top: 14px;
}
.panel-container .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    background: #f1f6ff;
    border-radius: 0px 0px 5px 5px;
}
#price-table {
    max-height: 150px;
    margin-bottom: 0;
    overflow-y: scroll;
    display: block;
    border: 0;
}
/* width */
#price-table::-webkit-scrollbar,
#scroll-body::-webkit-scrollbar {
    width: 3px;
}

/* Track */
#price-table::-webkit-scrollbar-track,
#scroll-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#price-table::-webkit-scrollbar-thumb,
#scroll-body::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
#price-table::-webkit-scrollbar-thumb:hover,
#scroll-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}
#price-table .table {
    margin-bottom: 0;
}
#price-table .table > tbody > tr > td {
    border-top: 0;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.panel-title {
    color: #333;
    font-weight: 500;
}

.dashed-hr {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.g-total {
    border-top: 1px solid #333;
    padding: 10px 0;
}
.g-total h2 {
    font-size: 18px;
    color: #333;
    line-height: 1.3;
    font-weight: 700;
    margin: 0;
}
.g-total h2 span {
    color: #5579c7;
}
.p-detail-box {
    padding: 25px;
    background-color: #ffffff;
}
.p-detail-box h3 {
    border-left: 3px solid #f5c218;
    padding-left: 15px;
    font-size: 25px;
    line-height: 1;
    color: #333;
    margin-bottom: 2rem;
}
.p-detail-box h5 {
    font-size: 15px;
    line-height: 1;
    color: #333;
    margin: 1.5rem 0;
}
#detail-form,
#billing-form,
#credit-form {
    margin: 2rem -15px;
}
.input-field {
    position: relative;
    margin: 1.5rem 0;
}
.input-field .form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    height: 42px;
    background: transparent;
    padding: 6px 0;
    color: #333;
}
.input-field .form-control:focus {
    border-bottom: 1px solid #2f2f2f;
}

.input-field .form-control-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 0 0 0;
    transition: all 200ms;
    font-weight: 400;
    color: #a7a7a7;
    pointer-events: none;
    display: inline-block;
}

.input-field .form-control:focus + .form-control-placeholder,
.input-field .form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}
.payment-card .btn {
    padding: 0;
    margin-right: 12px;
    margin-bottom: 3px;
}
.payment-card .btn img {
    /* width: 40px; */
}
.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label-container a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
/* Hide the browser's default checkbox */
.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
    background-color: #efefef;
    border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .checkmark {
    background-color: #efefef;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.label-container .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 14px;
    border: solid #5579c7;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wrapper {
    display: inline-flex;
    width: 100%;
    margin-bottom: 1.5rem;
}
.wrapper .option {
    background: #f4f4f4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 10px;
    border: 1px solid #f4f4f4 !important;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}
.wrapper .option-1 {
    position: relative;
}
.wrapper .option-1:after {
    position: absolute;
    content: "or";
    top: 11px;
    right: -20px;
    text-transform: initial;
    color: #979797;
    font-weight: 400;
    font-size: 11px;
}
input[type="radio"] {
    display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
    border: 1px solid #5579c7;
    background: #e1ebff;
    /* transform: translateY(4px); */
}

#option-1:checked:checked ~ .option-1:hover,
#option-2:checked:checked ~ .option-2:hover{
    background-color: #CBDAF8;
    border-color: #CBDAF8;
    border: 1px solid #5579c7;
    color: #333;
    outline: none;
}

.wrapper .option:hover{
    background-color: #ECEAEA;
    border-color: #ECEAEA;
}

.wrapper .option span {
    font-size: 13px;
    color: #808080;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
    color: #5579c7;
}
#scroll-body {
    max-height: 450px;
    overflow-y: auto;
    padding: 30px;
}
.summary-sec {
    padding: 3rem 0;
}
.summary-box h3 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #333;
}
.summary-box h5 {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    margin: 20px 0;
    color: #5579c7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}
.no-border {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.summary-form label {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
    color: #333;
}
.summary-form .form-control {
    height: 45px;
    border: 1px solid rgba(51, 51, 51, 0.2);
    box-shadow: none;
    color: rgba(51, 51, 51, 0.5);
}
.summary-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.bill-summary {
    padding: 0 1.5rem;
}
.bill-summary .panel {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: 7px;
    margin-bottom: 40px;
}
.bill-summary .panel-heading {
    font-size: 25px;
    padding: 20px;
    font-weight: 500;
    background: #eef2f5;
    border-radius: 7px 7px 0 0;
    border: 0;
}
.bill-summary .panel-body {
    padding: 20px 35px;
}
.bill-summary .panel-body h6 {
    font-weight: normal;
    font-size: 18px;
}
.bill-summary .panel-body h6 span {
    font-weight: 500;
}
.bill-summary p {
    font-size: 13px;
}
.bill-summary p span {
    font-weight: 500;
}
.table-light {
    background: rgba(219, 171, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
}
.bill-summary .panel-body .media-body,
.bill-summary .panel-body .media-left,
.bill-summary .panel-body .media-right {
    vertical-align: inherit;
}
.bill-summary .panel-body .media .media-left i {
    color: rgba(219, 171, 0, 1);
    font-size: 18px;
}
.bill-summary .panel-body .media i {
    color: #f05b40;
    font-size: 13px;
}
.bill-summary .panel-body .media .media-body h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 10px 0;
}
.bill-summary .panel-body .media .media-body p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #979797;
}
.bill-summary .panel-body .media .media-body span {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
    display: inline-block;
    margin-bottom: 1rem;
}

/* Detail Page */
.detail-head-wrapper{
    padding: 0 70px;
    transform: scale(0.9);
}

.detail-head-wrapper .detail-head {
    font-size: 15px;
    color: black;
    font-weight: 600;
    border-right: solid 1px #ccc;
}

.detail-head span{
    display: block;
    font-weight: normal;
    margin-top: 7px;
}
.detail-head.fix span{
    margin-top: 0px;
}
.detail-head.fix label{
    margin-bottom: 3px;
}
.detail-head span{
    display: block;
    font-weight: normal;
    margin-top: 7px;
}

.brdr-right-zero{
    border-right: 0 !important;
}

.details-container{    
    width: 924px;
    margin: 0 auto;
    margin-top: 40px;    
    font-size: 15px;
}

.detail-slide-wrapper{
    margin-bottom: 55px;
    color: #717171;
}

.detail-slide-wrapper img{
    border-radius: 8px;
}

.detail-info-wrapper h1{
    margin: 0;
    color: #333;
    font-size: 30px;
    margin-bottom: 15px;
}

.sub-title{
    margin-bottom: 12px;
}

.detail-ratings{
    color: black;
    margin-bottom: 25px;
}

.star-checked{color: #F05B40;}
.star-unchecked{color: #FFE1DC;}

.detail-discription{
    line-height: 1.6;
}

.discription-listing{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
}

.discription-listing li{
   width: 49%;
   display: inline-block;
   list-style: none;
   margin-top: 10px;
   position: relative;
   padding-left: 18px;
}

.discription-listing li::before{
    content: "";
    background-color: #F5C218;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
    position: absolute;
    top: 7px;
    left: 0;
}

.hotel-feautres-wrapper{
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
}

.hotel-feautres-wrapper h2{
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.hotel-feautres-wrapper ul{
    margin: 0;
    padding: 0;
}

.hotel-feautres-wrapper ul li{
    display: inline-block;
    margin-right: 45px;
}

.hotel-feautres-wrapper img{
    display: inline-block;
    margin-right: 5px;
    margin-top: -5px;
}

.ac-icon{
    margin-top: 4px !important;
}

.book-share{
    float: right;
}

.book-share a{
    margin-left: 12px;
}


.hotel-feautres-wrapper a{
    font-size: 13px;
    color: black;
    display: inline-block;
    margin-top: 25px;
    text-decoration: underline;
}

.facility-wrapper{
    margin-top: 30px;
    padding-bottom: 40px;
    padding-top: 35px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    position: relative;
}

.facility-wrapper .facility-content{
    position: absolute;
    padding-top: 53px;
    width: 87%;
    text-align: center;
}

.facility-wrapper .facility-content h3{
    font-size: 20px;
    color: #fff;
}

.facility-wrapper .facility-content a{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}
.facility-wrapper .facility-content a:hover{
    text-decoration: underline;
}

.facility-wrapper img{
    border-radius: 8px;
}

.map-wrapper{
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
}

.map-wrapper h2{
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.room-cat-wrapepr{
    margin-top: 30px;
}

.room-cat-wrapepr h2{
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.price-group-conianer{
    width: 974px;
    margin: 0 auto;
    margin-top: 40px;    
    font-size: 15px;
}

.price-group-conianer h3{
    font-size: 20;
    margin-top: 0;
    margin-bottom: 30px;
}

.price-names-wrapper{
    padding: 35px;
    border: solid 1px #ccc;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.price-group-item{
    display: block;
    font-weight: 600;
    background: #F6F8F8;
    font-size: 15px;
    border-radius: 6px 6px 0 0;
    margin-bottom: 20px;
}

.price-group-item:hover, .price-group-item.selected{
    text-decoration: none;
    background: #F1F6FF;
}

.price-group-item:hover span, .price-group-item.selected span{
    background: #5579C7;
    color: white;
}

.price-group-item p{
    margin: 0;
    color: #333333;
    padding: 12px 15px;    
    min-height: 68px;
}

.price-group-item span{
    background: #F1F1F1;
    font-weight: 400;
    font-size: 12px;
    display: block;
    border-radius: 0 0 6px 6px;
    color: #333333;
}

.price-group-item span ul{
    margin: 0;
    padding: 0;
    padding: 12px 15px;
}

.price-group-item span ul li{
    list-style: none;
    display: inline-block;
    padding: 0 7px;
    position: relative;
}

.price-group-item span ul li:first-child{
    padding-left: 0;
}


.price-group-item span ul li:last-child{
    padding-right: 0;
}

.price-group-item span ul li::after{
    content: "";
    border-right: solid 1px #ccc;
    position: absolute;
    right: -2px;
    height: 16px;
}

.price-group-item span ul li:last-child:after{
    content: "";
    border: 0;
}

.detail-result-wrapper{
    width: 974px;
    margin: 0 auto;
    padding: 35px;
    border: solid 2px #5579C7;
    border-radius: 0 0 8px 8px;
    margin-bottom: 40px;
    position: relative;
    font-size: 15px;
}

.detail-result-wrapper .down-arrow{
    text-align: center;
    margin-top: -37px;
}

.detail-result-wrapper h3{
    color: #333;
    font-size: 20px;
    margin-bottom: 30px;
}

.price-block {
    border-top: 4px solid #5579C7;
    padding: 30px 12px 12px 12px;
    border-radius: 6px 6px 0 0;
    text-align: center;
}

.price-block:hover {
    box-shadow: 0 0 4px 4px #eee;
}

.price-block:hover h2, .price-block:hover h3{
    color: #5579C7;
}

.price-block h2{
    margin: 0;
    margin-bottom: 25px;
    color: #333;
    font-weight: 700;
}

.price-block h3{
    min-height: 55px;
}

.price-block .room-disc{
    min-height: 130px;
    line-height: 1.6;
}

.price-block .more-dots{
    margin: 30px 0;
    cursor: pointer;
}

.price-block:hover .book-btn{
    background-color: #5579C7;
    border-color: #5579C7;
    color: #fff;
    outline: none;
    text-decoration: none
}

.price-block h4{
    color: #333;
    font-size: 15px;
    margin-top: 26px;
}

.price-block p{
    margin-bottom: 20px;
    color: #717171;
    line-height: 1.5;
}

.price-block .book-btn{
    background-color: #fff;
    border: solid 1px #5579C7;
    color: #5579C7;
    font-weight: 700;
    padding: 12px 15px;
    text-transform: uppercase;
    display: block;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.price-block .book-btn:hover,
.price-block .book-btn:focus {
    background-color: #5579C7;
    border-color: #5579C7;
    color: #fff;
    outline: none;
    text-decoration: none
}
.price-block .book-btn:active {
    background-color: #5579C7;
    transform: translateY(4px);
    text-decoration: none;
}



.get-in-touch{
    width: 924px;
    margin: 0 auto;
    border-top: solid 1px #ccc;
    padding-top: 20px;
}

.get-in-touch h3{
    font-size: 20px;
    color: #333333;
    margin-bottom: 30px;
}

.get-in-touch .btn{
    letter-spacing: 2px;
    padding-left: 30px;
    padding-right: 30px;
}

.page-zoom{
transform: scale(0.9);
transform-origin: top;
}

/* End */

/*=======Responsiveness=========*/
@media (max-width: 769px) {
    .p-detail-box {
        padding: 1rem;
    }
    .bill-information {
        margin: 20px 0;
        padding: 25px 15px;
    }
}
@media (min-width: 1600px) {
    .checkout-sec {
        background-size: cover;
    }
}
@media (min-width: 992px) {
    .d-flex{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
    .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}
.align-items-stretch {-ms-flex-align: stretch!important; align-items: stretch!important; }
    .checkout-sec {
        display: table;
    }
    .checkout-sec .left-col,
    .checkout-sec .right-col {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 992px) {
    .details-container, .price-group-conianer, .detail-result-wrapper, .get-in-touch{
        width: 100%;
    }

    .detail-head-wrapper{
        padding: 0 20px;
    }

    .detail-head{
        margin-bottom: 20px;
    }

    .book-share{
        display: block;
        float: none;
    }

    .book-share a{
        margin-left: 0;
        margin-right: 12px;
    }

    .discription-listing li{
        display: block;
        width: 100%;
    }

    .hotel-feautres-wrapper ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (min-width: 769px) {
    .p-detail-box {
        width: 80%;
        margin: 0 auto;
    }
    .bill-information {
        max-width: 85%;
        margin: auto;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    .bill-information {
        max-width: 100%;
        padding: 25px 15px;
    }
    .checkout-sec {
        background-size: cover;
    }
}
.tip {
    display: inline-block;
    cursor: pointer;
}
.tooltip > .tooltip-inner {
    background-color: #e1ebff;
    color: #333;
    opacity:1;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #e1ebff;
    bottom: -11px;
    border-width: 15px 15px 0;
}
.tooltip {
    padding: 20px 10px;
    background-color: #e1ebff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
.tooltip h2 {
    white-space: nowrap;
    color: #2f2f2f;
    font-size: 12px;
    margin: 0;
    margin-bottom: 10px;
}
.tooltip p {
    color: #2f2f2f;
    font-size: 12px;
}

.logged-user{
    float: left;
    font-size: 16px;
    color: #333333;
    margin-right: 11px;
    font-weight: 600;
    text-align: right;
    padding-top: 5px;
}
.logged-user span{
    display: block;
    color: #989898;
    font-size: 10px;
    font-weight: 400;
}
.logged-user-img img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
}

.brdr-r-zero{
    border-right: 0 !important;
}

/* scroll */

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-open .modal.center-align{
    display: flex;
    justify-content: center;
    align-items: center;
}

.facility-listing-wrapper ul{
    margin:0;
    padding:0;
}

#facilityModal h1{
    text-align: left !important;
    border-left: 3px solid #F5C218;
    padding-left: 22px;
    margin-left: 16px;
}

.facility-listing-wrapper ul li{
    font-size: 16px;
    margin-bottom: 6px;
}

#moreModal h1{
    text-align: left !important;
    border-left: 3px solid #F5C218;
    padding-left: 22px;
    margin-left: 16px;
}

#moreModal .modal-body {
    height: auto !important;
}

#moreModal .modal-content{
    height: auto !important;
}

.table-btm{
    background: #5579C7;
    border-radius: 0 0 12px 12px;
}

.table-btm td{
    border: 0 !important;
}

.table-btm .booking-hotel-info{
    color: white !important;
}

.grand-total{background: none !important;}


.card-type img{
    width: 32px;
    height: 33px;
    position: absolute;
    top: 6px;
    left: 0px;
    cursor: pointer;
}
.creditCardNum
{
    width: 100%;
    position: relative;
    padding-left: 50px !important
}

.input-field .creditCardNum-placeholder {
    padding: 7px 0 0 48px!important;
}



/* List Grid View */

.grid-view{
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 1px 8px #eee;
}
.grid-content{
    padding: 1rem 1.8rem;
}
.grid-view img{
    /* border-radius: 5px 5px 0 0; */
    min-height: 178px;
}

.grid-view h3{
    font-weight: 500;
    font-size: 20px;
    color: #5579C7;
    margin-top: 10px;
}


.grid-view h3 a{
    font-weight: 500;
    font-size: 20px;
    min-height: 45px;
    display: block;
}

.grid-view h2{
    font-weight: 600;
    font-size: 17px;
    color: #000;
    margin-bottom: 15px;
}


.grid-view h2 span{
    font-size: 14px;
    font-weight: 400;
}

.grid-view p{
    font-weight: 400;
    font-size: 13px;
    margin: 2px 0;
}

.grid-view .book-btn{
    font-weight: 500;
    font-size: 15px;
    background-color: #F5C218;
    text-align: center;
    display: block;
    padding: 10px 0;
    color: #000;
    border-radius: 0 0 5px 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.grid-view .book-btn:hover{
    text-decoration: none;
}

/* List End */

/* My Bookings */

.mybookings-title{
    margin-top: 100px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: white;
}
.mybookings{
    width: 766px;
    margin: 0 auto;
    min-height: 330px;
}

.booking-number{
    display: inline-block; 
    float: right; 
    margin-right: 32px; 
    /* text-align:left; */
    
}

.mybookings h1{
    color: #333 !important;
    text-align: center;
    margin-top: 55px;
    font-weight: 700;
}
.mybookings form label {
    font-weight: normal;
    color: #000;
    font-size: 15px;
    margin-top: 8px;
    position: relative;
}
.mybookings form input {
    width: 100%;
    height: 40px;
    border: solid 1px #d7d7d7;
    padding: 0 10px;
    display: block;
    font-weight: 400;
    color: #181818;
    margin-bottom: 10px;
    position: relative !important;
}
.mybookings form .form-field:focus {
    outline: solid 2px blue;
 }
.mybookings form .input-group{
    width: 100%;
    height: 40px;
    border: solid 1px #d7d7d7;
    padding: 0 0px;
    display: block;
    font-weight: 400;
    color: #181818;
    margin-bottom: 10px;
    padding-top: 4px;
    position: relative !important;
}
.mybookings form .input-group input{
    border:none !important;
    border-left: solid 1px #ccc !important;
    padding-left: 19px;
    /*height: 30px;
    margin-left: -26px;*/
    height: 35px;
    margin-left: 0px;
    width: 100%;
    margin-top: -2px;
    
}
.mybookings form .input-group input:focus,
.mybookings form .input-group input:visited {
    border-color: #fff;
    color: #333;
    /*outline: none;*/
}

.mybookings form .input-group .btn-default{
    border:none;
}
.mybookings form .input-group .btn-default:hover {
    color: #333;
    background-color: white;
}
.mybookings form .input-group .btn-default.focus, .mybookings form .input-group .btn-default:focus {
    color: #333;
    background-color: white;
    border-color: #8c8c8c;
}
.mybookings form .input-group .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
    background-color: white;
}

.mybookings form .btn.active, .btn:active{
    box-shadow:none !important;
}

.mybookings form .input-group .bootstrap-select .dropdown-toggle:focus{
    outline:none !important;
}

.mybookings form .input-group  .dropdown-menu > li > a{
    font-size:14px;
}
.btn-group.open .dropdown-toggle{
    box-shadow:none !important;
}

.booking-dd{
    width: 100%;
    text-align: left;
    height: 30px;
    background: white;
    border-right: 1px solid #ccc;
}
.booking-dd:focus{
    outline: none;
}

.dropdown-menu{
    background: white !important;
    padding: 17px 5px;
    position: absolute;
    right: -25px;
    top: 30px;
    border-radius: 10px;
    width: 200px;
}

.dropdown-menu li{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu li a{
    display: flex;
    align-items: center;
}
.dropdown-menu li:last-child{
    padding-top: 15px;
    padding-bottom: 0px;
    border-bottom: none
}

.dropdown-menu li a img{
    margin: 0 20px 0 11px;
}
.dropdown-menu li a{
    color: #333;
    font-family: Arvo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; 
}

.dropdown-menu::before {
    content: "";
    width: 20px;
    position: absolute;
    height: 19px;
    top: -10px;
    background-image: url(../images/dropdown-tooltip-arrow.png);
    right: 19px;
}

@media screen and (max-width: 990px) {
    .dropdown-menu::before {
        display: none;
    }
}
.dropdown-item{
    background: white !important;
    border: white !important;
    display: block !important;
    border-bottom: solid 1px #f2f2f2 !important;
    width: 100% !important;
    text-align: left !important;
    padding-bottom:3px;
}

.booking-dd .fa{
    float:right;
    margin-top:2px;
}
.mybookings form .btn-search {
    background-color: #f5c218;
    border-color: #f5c218;
    color: #333;
    font-weight: 700;
    padding: 12px 45px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
}
.mybookings form  .custom-input-error{
    outline: solid 2px red;
}
.mybookings form .btn-search:hover, .mybookings form .btn-search:focus {
    background-color: #d9aa0e;
    border-color: #d9aa0e;
    color: #333;
    outline: none;
}
.error{
    color:red !important;
    position: initial;
    top: 0;
}   

/* My Bookings End */


/* margins */

.mb-1{margin-bottom: 10px;}
.mb-2{margin-bottom: 20px;}
.mb-3{margin-bottom: 30px;}
.mb-4{margin-bottom: 40px;}
.mb-5{margin-bottom: 50px;}


.mt-1{margin-top: 10px;}
.mt-3{margin-top: 30px;}
.mt-4{margin-top: 40px;}
.mt-5{margin-top: 50px;}
.mt-2{margin-top: 20px;}


.p-0{padding: 0px !important;}
.pl-4{padding-left: 48px;}
.hotel-features-list p{
    display: list-item;
	list-style: disc outside none;
}

/* About The Hotel Text Read More Start */
.box {
    input {
        opacity: 0;
        position: absolute;
        pointer-events: none;
    }
    p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
    input:focus ~ .abouthotel {
        outline: -webkit-focus-ring-color auto 5px;
    }
    input:checked + p {
        -webkit-line-clamp: unset;
    }
    
    input:checked ~ .abouthotel,p:not(.truncated) ~ .abouthotel{
        display: none;
    }
}
.about-content .box .abouthotel {
    color: #55C79E;
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
}
/* About The Hotel Text Read More End */

.no-bg-image{
    background-image: none;
}