.book-room-title a {
   /*    color: #1d1d1d;*/ color: #323232;
}
 
.book-room-title {
    margin: 0;
    font-size: 24px;
    /*font-weight: 500;*/
    /*font-family: "Open Sans";*/
    text-transform: uppercase;
}

.caption-content .price p {
    margin-bottom: 0;
/*    font-weight: 800;*/
    font-size: 20px;
/*    color: #c30000;*/ color: #655845;
}

.caption-content .price p span {
    font-size: 14px;
    /*font-weight: 600;*/
    text-transform: capitalize;
}

.caption-content {
    margin-bottom: 10px;
}    
.reservation-sections {
    padding: 60px 0;
}

.thumbnail-rooms-box {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
}

.caption-detail {
    padding: 20px;
}    
.facilities-items {
    display: flex;
    align-items: center;
}

.facilities-items span {
    margin-left: 15px;
    /*font-weight: 600;*/
}

.facilities-items img {
    max-width: 45px;
}

.facilities-list {
    column-count: 2;
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

.facilities-list li {
    margin-bottom: 10px;
    break-inside: avoid-column;
}
.btn-div a {
    /*background-color: #c30000;*/ background-color: #655845;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    /*font-weight: 600;*/
    padding: 8px 15px;
}

.btn-div a:hover, .btn-div a:focus {
    /*background-color: #1d1d1d;*/
    background-color: #0E2A4F;
    color: #fff;
}
.pd-0{
    padding: 0!important;
}
.book-room-img img {
    transition: 0.35s;
}

.thumbnail-rooms-box:hover .book-room-img img {
    transform: scale(1.1);
}

.thumbnail-rooms-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.book-room-img {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.book-room-img a {
    display: block;
    height: 100%;
}
.book-room-title + p {
    margin-bottom: 2px;
}

.book-room-img img {
    width: 100%;
    min-height: 430px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.reservation-sections .row:last-child .thumbnail-rooms-box {
    margin-bottom: 0;
}
.room-faci-title-section .mg-sec-left-title {
    margin-bottom: 15px;
    margin-left: 20px;
}

.room-faci-title-section {
    padding-top: 10px;
}
.reservation-panel .panel {
    border-color: #ddd;
}

.reservation-panel .panel.panel-default .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-body .facilities-list {
    margin-bottom: 0;
}
.thumbnail-detail-box .caption-detail {
    padding: 20px 0;
}
.reservation-panel .panel-body p {
    margin-bottom: 10px;
}

.reservation-panel .panel-body p:last-child {
    margin-bottom: 0;
}
.reservation-panel .panel.panel-default:last-child {
    margin-bottom: 0;
}
.extra-bed-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviw-address-btn {
    /*background-color: #c30000;*/ background-color: #655845;
    color: #fff;
    display: inline-block;
    font-size: 1.75rem;
    padding: 10px 20px;
}

.reviw-address-btn:hover, .reviw-address-btn:focus {
    background-color: #000;
    color: #fff;
}
.address-edit-btn {
    margin-top: 15px;
}
.pay-with-flex {
    display: flex;
}

.pay-with-flex img {
    max-width: 50px;
    margin-right: 5px;
}

.pay-with-flex img:last-child {
    margin-right: 0;
}

.pay-with-title {
    margin: 0;
    /*font-family: "Open Sans";*/
    /*font-weight: 600;*/
    font-size: 2.5rem;
    margin-right: 15px;
}

.pay-with-content {
    display: flex;
    align-items: center;
}
.payment-book-now {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    /*font-weight: 600;*/
    font-size: 18px;
    border: 0;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    /*background-color: #c30000;*/ background-color: #655845;
}

.payment-book-now:hover, .payment-book-now:focus {
    background-color: #000;
    color: #fff;
}

.payment-form {
    margin: 25px 0;
}
/*******************************************/
/*******BOOKING FORM STYLE START***********/
/******************************************/
.daterangepicker td.in-range {
    background-color: #a3a3a3 !important;
}
.booking_form {
    /*background-color: #1d1d1d; */
    background: url(../images/blue-bg.jpg);
    padding: 25px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 15px auto 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
    .booking_form {
        padding: 0;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .caption-detail .caption-content > div {
        float: none !important;
        text-align: center;
    }
    .book-room-title {
        margin-bottom: 7px;
    }
}
.booking_form input, .booking_form select.form-control {
    border: 0;
    height: 50px;
    padding-left: 15px;
    border-radius: 0;
    background-color: transparent;
    border-right: 1px solid #d9e1e6;
    /*font-weight: 500;*/
    font-size: 15px;
    font-size: 1.5rem;
    color: #000;
}
.booking_form select.form-control {
    background-color: #ffffff;
    appearance: none;
    -webkit-appearance: none;    
}
.booking_form select.form-control + span {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    pointer-events: none;
}
.booking_form select.form-control + span::before {
    font-size: 14px;
}

@media (max-width: 991px) {
    .booking_form input {
        border: none;
        background-color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
}
.booking_form input:focus {
    box-shadow: none;
    border-right: 1px solid #d9e1e6;
}
@media (max-width: 991px) {
    .booking_form input:focus {
        border-right: none;
    }
}
.booking_form .form-group {
    margin: 0;
    position: relative;
}
@media (max-width: 991px) {
    .booking_form .form-group {
        margin-bottom: 5px;
    }
}
.booking_form .form-group i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 21px;
    position: absolute;
    line-height: 50px;
    top: 2px;
    right: 4px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 50px;
    z-index: 1;
    color: #000;
}
.booking_form input[type="submit"], .order-book-now, .proceed-btn{
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    /*font-weight: 600;*/
    font-size: 15px;
    border: 0;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    /*background-color: #c30000;*/ background-color: #655845;
    border: 2px solid #655845;
    margin-right: 5px;
}
.booking_form input[type="submit"]:hover, .order-book-now:hover, .proceed-btn:hover {
    /*background-color: #9b0909;*/
    background-color: #0E2A4F;
    color: #fff;
}
.proceed-btn{
    padding: 0 20px;
}
.order-book-now-btn {
    margin-top: 20px;
}
.booking_form input[type="submit"] {padding: 0;margin: 0 auto;}

@media (max-width: 991px) {
    .booking_form input[type="submit"] {
        margin: 20px 0 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
}
 
.qty-buttons {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #fff;
}
.qty-buttons label {
    position: absolute;
    color: #999;
    left: 15px;
    top: 13px;
    /*font-weight: 500;*/
    color: #000;
    font-size: 15px;
}
.qty-buttons input.qty {
    width: 100%;
    text-align: left;
    padding-left: 80px;
}
.qty-buttons input.qtyminus,
.qty-buttons input.qtyplus {
    position: absolute;
    width: 36px;
    height: 36px;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: 50%;
    top: 8px;
}
.qty-buttons input.qtyplus {
    background: #d8d8d8 url(../img/plus.svg) no-repeat center center;
    right: 15px;
}
.qty-buttons input.qtyminus {
    background: #d8d8d8 url(../img/minus.svg) no-repeat center center;
    right: 55px;
}
.qty-buttons.version_2 .form-control {
    height: 50px;
}
.qty-buttons.version_2 input.qty {
    padding-left: 15px;
}
.qty-buttons.version_2 input.qtyplus {
    background: #fff url(../img/plus.svg) no-repeat center center;
    right: 5px;
}
.qty-buttons.version_2 input.qtyminus {
    background: #fff url(../img/minus.svg) no-repeat center center;
    right: 40px;
}
.booking_form .form-control {
    margin-bottom: 0;
    cursor: pointer;
}
.login-section {
    padding: 60px 0;
}    
.login-section .justify-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.user-image img {
    max-width: 90px;
    margin: 0 auto;
}
.login-title {
    /*font-family: "Open Sans";*/
    text-transform: uppercase;
   /*    color: #1d1d1d;*/ color: #323232;
    text-align: center;
    margin: 5px 0 25px;
    /*font-weight: 600;*/
    font-size: 2.5rem;
} 
.main-form-section {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 10px;
}

.new-user-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.new-user-wrap a {
    /*font-weight: 600;*/
/*    color: #c30000;*/ color: #655845;
    font-size: 1.5rem;
}

.event-btn, .reset-btn {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    /*font-weight: 600;*/
    text-transform: uppercase;
    font-size: 18px;
    border: 0;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    /*background-color: #c30000;*/ background-color: #655845;
}

.event-btn:hover, .event-btn:focus, .reset-btn:hover, .reset-btn:focus {
    background: #1d1d1d;
}

.new-user-wrap a:hover, .new-user-wrap a:focus {
   /*    color: #1d1d1d;*/ color: #323232;
} 
.mt-5 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.d-flex.justify-content-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-btn.send-link {
    display: inline-block;
    width: auto;
    padding: 0 20px;
}

.inner-page-sub-title {
    margin: 0;
    font-size: 2.5rem;
    text-transform: uppercase;
    /*font-family: "Open Sans";*/
    /*font-weight: 600;*/
}

.mb-3 {
    margin-bottom: 15px;
}
.nav-pills>li>.nav-link {
    background-color: #1d1d1d;
    color: #fff;
}

.nav-pills>li>.nav-link.active {
    /*background-color: #c30000;*/ background-color: #655845;
}

.nav-pills>li>.nav-link:hover, .nav-pills>li>.nav-link:focus {
    /*background-color: #c30000;*/ background-color: #655845;
}

.nav-pills>li>.nav-link.active:hover, .nav-pills>li>.nav-link.active:focus {
    background-color: #1d1d1d;
}
/*****************************************/
/*******BOOKING FORM STYLE END***********/
/****************************************/

.your-order-area {
    padding: 30px 20px;
}
.your-order-area {
    padding: 25px 20px 25px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    border: 1px solid #bfbfbf;
    /* background-color: #1d1d1d; */
    background: url(../images/blue-bg.jpg);
}
.your-order-area .edit-wrap {
    padding-bottom: 15px;
    border-bottom: 1px solid #3f3f3f;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*
.your-order-area .edit-wrap .items-cart,  {
    width: 75%;
}
*/
.summery-body{
    padding: 0;
}
.edit-wrap .text-right{
    /* width: 25%; */
}
.your-order-area .edit-wrap .items-cart em {
    font-style: normal;
    /*font-weight: 500;*/
    margin-right: 5px;
}

.your-order-area .edit-wrap .items-cart span {
    font-size: 13px;
    line-height: 1;
}

.btn-gold {
    /*background-color: #c30000;*/ background-color: #655845;
    display: inline-block;
    color: #fff;
    padding: 6px 15px;
    font-size: 14px;
}
a.btn.black-bg-btn, a.btn.gray-bg-btn {
    background: #000;
    border-radius: 4px;
    color: #FFFFFF;
    /*font-weight: 500;*/
    text-decoration: none;
    height: 100%;
    line-height: 1.5;
    padding: 8px 20px;
}
.your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid #3f3f3f;
    padding: 15px 0 15px;
}
.your-order-wrap ul {
    list-style: none;
    padding-left: inherit;
    margin-bottom: 0;
}
.your-order-area .your-order-wrap .your-order-middle ul li {
    font-size: 14px;
    margin: 0 0 11px;
}
.your-order-area .your-order-wrap .your-order-middle ul li:last-child {
    margin-bottom: 0;
}
.your-order-area .your-order-wrap .your-order-middle ul li span {
    float: right;
    font-size: 16px;
}
.your-order-area .your-order-wrap .your-order-middle ul li span {
    float: right;
    font-size: 16px;
}
.your-order-area .your-order-wrap .your-order-middle ul li span.selected-seats-no {
    width: 100%;
    float: none;
    font-size: 14px;
}
.your-order-area .your-order-wrap .your-order-info.order-subtotal {
    padding: 15px 0 10px;
}
.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #3f3f3f;
}
.your-order-area .your-order-wrap .your-order-info ul li {
    padding: 0 0 7px;
}
.your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
    font-size: 16px;
}
.your-order-area .your-order-wrap .your-order-info ul li span {
    float: right;
}
.your-order-area .your-order-wrap .your-order-info.order-total {
    padding: 15px 0 10px;
}
.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #3f3f3f;
}
.your-order-area .your-order-wrap .your-order-info.order-total ul li span {
    font-size: 18px;
}
.your-order-area .your-order-wrap .your-order-info ul li span {
    float: right;
}
.f-right{
    float: right;
}
.your-order-area {
    
    font-size: 16px;
}

.your-order-info.order-total li {
    font-size: 20px;
}
.your-order-info-wrap {
    color: #fff;
}
.extra-bed-section .form-control, .extra-bed-section .form-group {
    margin-bottom: 0;
    padding: 8px;
}

.extra-beds-content p {
    font-size: 14px;
    line-height: 1.4;
}

.extra-beds-content p span {
    display: block;
    font-size: 12px;
}

.extra-bed-section .form-control {
    /* width: 33%; */
    /* right: 0; */
    /* margin: 0 0 0 auto; */
}
.your-order-area .your-order-wrap .your-order-middle ul li em {
    font-style: normal;
    font-size: 12px;
}

.your-order-area .your-order-wrap .your-order-middle ul li {
    line-height: 1.3;
}
.extra-bed-section .form-group {
    width: 40%;
    margin: 0 0 0 auto;
    width: 55px;
    padding: 0;
}

.count-numbers-section {
    width: 50%;
}
.checkout-title-content{
    margin-top: 20px;
}
.history-wrap .booking-card {
    padding: 15px;
    margin-bottom: 20px;
    background: #dddddd;
    border-radius: 5px;
}
.history-wrap .booking-card.cancelled {
    background: #f1f1f1;
}
.history-wrap .booking-card h4.status-title {
    line-height: 1.5;
   /*    color: #1d1d1d;*/ color: #323232;
    font-family: "Styrene A Web";
    font-size: 20px;
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}
.history-wrap .booking-card h4.status-title span {
    font-size: 16px;
/*    padding: 5px 20px;*/
}
.history-wrap .booking-card h4.status-title span.book-date {
    font-size: 14px !important;
}
.history-wrap ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history-wrap ul li p {
    margin: 0;
   /*    color: #1d1d1d;*/ color: #323232;
}
.history-wrap ul span.cancel-cta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.history-wrap ul span.cancel-cta .event-btn {
    min-width: auto;
    padding: 4px 10px;
    margin: 0 5px;
    width: 100px;
    font-size: 1.2em;
    height: auto;
}
.history-wrap ul span.cancel-cta .event-btn:hover {
    background: #1d1d1d;
    color: #fff;
}
.history-wrap .booking-card.booked {
    background: transparent;
}

.history-wrap .booking-card.booked .event-btn {
    padding: 10px 20px;
    display: inline;
}

.history-wrap .booking-card.booked .event-btn:hover {
    color: #fff;
}
.history-wrap .booking-card h4.status-title span.alert {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
    border-radius: 5px;
}
.booking-popup .modal-body, .booking-popup .modal-header {
    background-color: #fff;
}
    .booking-info-title {
    font-size: 2.2rem;
    margin-bottom: 0;
   /*    color: #1d1d1d;*/ color: #323232;
}
.pop-up-info .row [class*="col-"]:first-child {
    border-right: 1px solid #d7d9d2;
}   
.booking-popup .resere-info ul {
    margin-bottom: 0;
    list-style: none;
    padding-inline-start: 5px;
}

.booking-popup .resere-info ul li p {
    margin-bottom: 7px;
   /*    color: #1d1d1d;*/ color: #323232;
}

.booking-popup .resere-info {
    margin-bottom: 30px;
}
.cancel-booking-btn {
    /*background-color: #c30000;*/ background-color: #655845;
    color: #fff;
    border: 1px solid #c30000;
    display: inline-block;
    border-radius: 30px;
    padding: 6px 20px;
    line-height: 1.5;
    text-align: center;
}

.cancel-booking-btn:hover, .cancel-booking-btn:focus {
    background-color: #1d1d1d;
    color: #fff;
    border: 1px solid #1d1d1d;
}
.booking-popup .resere-info h5 {
   /*    color: #1d1d1d;*/ color: #323232;
    /*font-weight: 600;*/
    /*font-family: "Open Sans";*/
}

.booking-popup .resere-info ul .alert {
    padding: 4px 10px;
    border-radius: 3px;
    color: #3c763d;
}

.booking-popup .resere-info ul li {
    color: #c3c3c3;
}

.booking-popup .resere-info ul li p span {
    color: #060606;
}

.float-end {
    text-align: right;
}  
.booking-popup .modal-header .close {
    text-shadow: none;
   /*    color: #1d1d1d;*/ color: #323232;
    opacity: 1;
    font-size: 2.5rem;
}

.booking-popup .modal-header .close:hover, .booking-popup .modal-header .close:focus {
/*    color: #c30000;*/ color: #655845;
}
#card-number-element {
    border: 1px solid #9f9f9f;
    padding: 15px 10px;
    margin-bottom: 10px;
}

#card-expiry-element {
    border: 1px solid #9f9f9f;
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 20%;
    margin-right: 10px;
}

#card-cvc-element {
    border: 1px solid #9f9f9f;
    padding: 15px 10px;
    margin-bottom: 10px;
    width: 20%;
}
.card-flex {
    display: flex;
}
#card-errors {
    display: none;
}
.re-detail-section .event-btn {
    display: inline;
    padding: 6px 25px;
}

.re-detail-section .event-btn:hover, .re-detail-section .event-btn:focus {
    color: #fff;
}
.room-type-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.room-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #9e9e9e;
    padding: 7px 6px;
}

.room-card-title {
    margin: 0;
    /*font-family: "Open Sans";*/
    font-size: 20px;
    /*font-weight: 600;*/
    text-transform: uppercase;
}

.booking-status p {
    margin: 0;
    /*font-weight: 600;*/
    color: #000;
}

.booking-status p span {
    padding: 2px 6px;
    display: inline-block;
    border-radius: 3px;
}
.history-wrap .reserve-details ul {
    display: block;
}

.history-wrap  ul.reserve-details {
    display: block;
}

.history-wrap ul.reserve-details li {
    width: 100%;
    display: block;
}
.history-wrap ul.reserve-details li p span {
    /*font-weight: 600;*/
    position: absolute;
    left: 0;
    margin-left: -90px;
}
.history-wrap ul.reserve-details li p {
    position: relative;
    margin-left: 90px;
    word-break: break-all;
}
.history-wrap .reserve-in-details {
    display: block;
}

.history-wrap .reserve-in-details li {
    width: 100%;
    white-space: break-spaces;
}
.history-wrap .reserve-in-details li p {
    position: relative;
    margin-left: 90px;
}

.history-wrap .reserve-in-details li p span {
    /*font-weight: 600;*/
    position: absolute;
    left: 0;
    margin-left: -90px;
}
.history-wrap .reserve-in-details li p em {
    font-style: normal;
}
.history-wrap .list-action-btn ul {
    display: block;
}

.history-wrap .list-action-btn ul li {
    width: 100%;
}
.rooms-available-content img {
    max-width: 83px;
    margin-right: 15px;
}

.rooms-available-content p {
    font-size: 16px;
    /*font-weight: 600;*/
    color: #29700c;
    margin-bottom: 0;
}

.rooms-available-content {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.already-content p {
    color: #333;
    font-size: 15px;
    /*font-weight: 600;*/
    margin-bottom: 0;
    text-align: center;
}

.already-content {
    padding: 20px 10px;
    background-color: #dadada;
    margin-top: 10px;
}
.register-note p {
    color: #333;
    font-size: 15px;
    /*font-weight: 600;*/
    margin-bottom: 20px;
    text-align: center;
}
.your-order-info-wrap .edit-wrap .text-right a.btn-gold:hover {color: #fff;}
/*********************************************/
/*********************************************/
/*********************************************/
/*************MEDIA QUERY STYLE***************/
/*********************************************/
/*********************************************/
@media (min-width: 768px){
    .history-wrap ul li {
        width: 25%;
    }  
}

@media (max-width:767px){
    .your-order-area .your-order-wrap .your-order-middle ul li em {
        font-style: normal;
        font-size: 12px;
    }

    .your-order-area .your-order-wrap .your-order-middle ul li {
        line-height: 1.3;
    }

    .book-room-title {
        font-size: 16px;
    }

    .caption-content .price p {
        font-size: 16px;
    }

    .caption-content .price p span {
        font-size: 12px;
    }

    .room-faci-title-section .mg-sec-left-title {
        font-size: 20px;
    }

    .room-faci-title-section .mg-sec-left-title {
        margin-bottom: 15px;
    }

    .facilities-items span {
        font-size: 12px;
        line-height: 1.2;
    }

    .facilities-items img {
        max-width: 30px;
    }
    .thumbnail-rooms-box {
        margin: 20px;
    }
    .book-room-img img {
        height: 100%;
    }
    #card-expiry-element {
        width: 30%;
    }

    #card-cvc-element {
        width: 30%;
    }
}

.pt-2 {
    padding-top: 2%;
}

.clearboth {
    clear:both;
}

.child-count-section label {
    color: white;
}

@media (max-width:990px){ 
    .child-count-section label {
        color: black;
    }
}