/* ----------------------------------

Name: Forex Captain
Version: 1.0

-------------------------------------
Table of contents

    01. Google font
    02. Reset
    03. Typography
    04. Color
    05. Margin
    06. Padding
    07. Font Size
    08. Font Weight
    09. Line Height
    10. Button
    11. Custom
    12. Hover
*/


/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/* ===================================
    Reset
====================================== */

body {
    /* color: #707070; */
    /* font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
    -webkit-text-size-adjust: 100%; */
    background-color: #f1f1f1;
}

.container-fluid {
    padding-left: 2%;
    padding-right: 2%;
}

.navbar {
    margin-bottom: 0
}

/*
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: #1b1f3f
}

a:hover {
    text-decoration: none;
}

figure {
    margin: 0
}

.ptb-60 {
    padding: 60px 0;
}

.owl-carousel {
    z-index: 0;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mr-20 {
    margin-right: 20px;
}


/* ===================================
            Typography
====================================== */

.primary_font {
    font-family: 'Roboto', sans-serif;
}


/* ===================================
            Color
====================================== */

.primary-color {
    color: #5533Ea;
}

.bg-f7f8fb {
    background-color: #f7f8fb;
}


/* ===================================
            Top Bar
====================================== */

.default_navigation {
    background-color: #875F39;
    padding: 25px 0;
}

.top-information-list li {
    display: inline-block;
}

.information-list-box {
    display: flex;
    align-items: center;
}

.default_navigation .default_navigation_inner .default_navigation_list li a {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
    padding: 0 30px;
    transition: all ease-in-out 0.5s;
}

.default_navigation .default_navigation_inner .default_navigation_list li a:hover {
    color: #000;
}

.default_navigation .default_navigation_inner .default_navigation_list li a:hover span img {
    filter: brightness(0);
}

.top-contact-info li:first-child a,
.top-information-list li:first-child {
    padding-left: 0;
}

.top-contact-info li:last-child a,
.top-information-list li:last-child {
    padding-right: 0;
}

.default_navigation .default_navigation_inner .default_navigation_list li a span img {
    transition: all ease-in-out 0.5s;
}

.default_navigation .default_navigation_inner .default_navigation_list li a span {
    padding-right: 5px;
}

.information-list-box-inner {
    padding-left: 10px;
}

.top-information-list li {
    padding: 0 15px;
}

.information-list-box-inner small {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.information-list-box-inner .bold-text {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}

.site-logo-box {
    position: absolute;
    top: -13px;
}

.default_navigation .default_navigation_list {
    margin-left: auto;
    margin-right: 200px;
}

.information-list-img-box01 {
    background: url('../images/ssl-icon.svg') no-repeat center;
    width: 47px;
    height: 47px;
    background-size: cover;
}

.information-list-img-box02 {
    background: url('../images/check-mark-icon.svg') no-repeat center;
    width: 47px;
    height: 47px;
    background-size: cover;
}

.top-information-list .information-list-box:hover .information-list-img-box01 {
    background: url('../images/ssl-green-icon.svg') no-repeat center;
}

.top-information-list .information-list-box:hover .information-list-img-box02 {
    background: url('../images/check-mark-icon-green.svg') no-repeat center;
}

.checkout-navigation .checkout-navigation-inner .checkout-navigation-list {
    margin-right: 60px;
    margin-left: 0;
}

.checkout-navigation-inner {
    flex-grow: unset;
}


/* ===================================
            Booking Fields Box
====================================== */

.booking-fields-box {
    margin-top: 30px;
}

.filter_control {
    border: 2px solid #e9e9e9;
    background-color: #fff;
    border-radius: 10px;
    height: 50px;
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    width: 285px;
    box-shadow: none;
    background: url(../../be21/images/down-arrow-icon.svg) 90% center no-repeat;
    padding: 10px 20px 10px 10px;
}

.filter_control:-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #717171;
}

.filter_control:-moz-placeholder {
    /* Firefox 19+ */
    color: #717171;
}

.filter_control:-ms-input-placeholder {
    /* IE 10+ */
    color: #717171;
}

.filter_control:-moz-placeholder {
    /* Firefox 18- */
    color: #717171;
}

.filter_control:focus,
.filter_control:active {
    box-shadow: none;
    border: 2px solid #e9e9e9;
}


/* #inline_cal_from .rd-container,
#inline_cal_to .rd-container {
    display: none !important;
} */

.calender_box {
    /* width: calc(100% - 600px); */
    width: 100% !important;
    position: relative;
}

.room-info-box {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}

.main-body-wrapper {
    margin-top: 20px;
    margin-bottom: 50px;
}

.room-images-slider-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 100%
}

/* 
.detail_list > li:nth-last-child(1) {
	border-bottom: none;
} */


.room-detail-list li {
    display: inline-block;
    vertical-align: middle;
}

.room-detail-box {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    height: 100%;
}

/* .room-detail-box h4,
.shopping-cart-box h4 {
    font-size: 35px;
    line-height: 46px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
} */

.room-detail-list li {
    font-size: 19px;
    line-height: 25px;
    color: #000;
    padding: 0 5px;
}

.room-detail-list li:first-child {
    padding-right: 30px;
}

/* .room-detail-box p */
.room-detail-box {
    font-size: 19px;
    line-height: 31px;
    padding-right: 50px;
}

.room-detail-box p a {
    color: #855F38;
    text-decoration: underline;
}

.room-detail-accordion-item .room-price {
    float: right;
}


/* Room Detail Accordion */

.room-detail-accordion-item .accordion-button {
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    background-color: #F6F6F2;
    /* background-color: #e9e7da; */
    border-radius: 10px !important;
    padding: 20px 20px 20px 20px;
}

.room-detail-accordion-item .dropdown_arrow {
    padding: 20px 55px 20px 20px;
}

.room-detail-accordion-item .dropdown_arrow:after {
    position: absolute;
    top: 35%;
    right: 25px;
    /* background-image: url('../../be21/images/down-arrow.svg'); */
    background-image: url('../../be21/images/close.svg');
    width: 20px;
    /* height: 12px; */
}

.singleRes > button {
	margin-left: 10px;
}

.room-detail-accordion-item .dropdown_arrow:not(.collapsed)::after {
    top: 40%;
    transform: rotate(360deg);
    background-image: url('../../be21/images/down-arrow.svg');
}


.read_more_button:after {
	content: '';
    background-image: url('../../be21/images/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 60%;
    right: 0px;
    width: 13px;
    height: 7px;
}

.active-arrow:after {
    transform: rotate(180deg);
}

.room-detail-accordion-item .accordion-button:focus {
    box-shadow: none;
}

.room-detail-accordion-item {
    border-radius: 10px !important;
}

.btn_icon {
    position: relative;
    top: -2px;
}

.room-detail-accordion {
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Right Shopping Cart */

.shopping-cart-box
{	background-color: #c4c4c4;
   padding: 20px;
   border-radius: 10px;
   /*position: fixed;
   width: 30%;*/
	position: sticky;
	top: 5px;
}

.cross-icon {
    position: absolute;
    top: 70px;
    right: 30px;
}

.cross-icon:hover,
.cross_icon:hover {
    cursor: pointer;
}

/* .shopping-cart-box h4 {
    margin-bottom: 80px;
} */

.detail_list {
    margin-bottom: 20px;
}

.detail_list li {
    font-size: 16px;
    line-height: 29px;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #D9D7CB;
    padding: 5px 0;
}

.detail_list li .val {
    float: right;
}

.detail_list li:nth-last-child(1) {
    border-bottom: 0 !important;
}

.detail_list_headline {
    font-weight: bold;
}

.detail_list_attributes {
    padding-left: 5px;
}

.result-booking-customers {
    display: flex;
    justify-content: space-between;
}

.result-booking-customers > p {
    margin: 0 !important;
}


.shopping-cart-box h5 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    color: #000;
}

.shopping-cart-box li {
    list-style: none;
}


.room-list {
    margin-bottom: 75px;
}

.room-list li {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    padding: 5px 0 5px 10px;
    position: relative;
}

.room-list li span.room-price {
    float: right;
}

.room-list li:last-child a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.46);
    text-decoration: underline;
}

.price_box_list {
    margin-bottom: 50px;
}

.price_box_list > .invoice-description
{
    font-size: 17px !important;
}

.price_box_list > .invoice-description > .invoce-price
{
    font-weight: normal !important;
}

.price_box_list > .invoice-description > .u-float
{
    float: unset;
}

.price_box_list li {
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
}

.price_box_list li span {
    float: right;
}

.price_box_list li:last-child,
.price_box_list li:last-child span {
    font-weight: 700;
}

.price_box_list li span .tax_box {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.btn_outer_box {
    text-align: right;
    margin-top: 30px;
}

/* .btn_outer_box a {
    display: inline-block;
    background-color: #875F39;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    transition: all ease-in-out 0.5s;
}

.btn_outer_box a:hover {
    background-color: #000;
    color: #fff;
} */

.footer_section {
    background-color: #855F38;
    padding: 35px 0;
}

.footer-links-list {
    text-align: center;
}

.footer-links-list li {
    display: inline-block;
}

.footer-links-list li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0 20px;
    border-bottom: 2px solid #fff;
    transition: all ease-in-out 0.5s;
}

.footer-links-list li a:hover {
    color: #000;
    border-bottom: 2px solid #000;
}

.footer-links-list li:first-child a {
    margin-left: 0;
}

.footer-links-list li:last-child a {
    margin-right: 0;
}

.filter_control-outer {
    position: relative;
}

.icon-person-field-outer:before,
.icon-meal-field-outer:before,
.icon-discount-field-outer:before {
    position: absolute;
    content: "";
    background: url('../../be21/images/user-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 17px;
    left: 15px;
    filter: contrast(0.1);
    pointer-events: none;
}

.icon-meal-field-outer:before {
    background: url('../../be21/images/meal-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-discount-field-outer:before {
    background: url('../../be21/images/discount-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.rabattcode-box {
    position: relative;
}

.rabattcode-hover-box {
    position: absolute;
    content: "";
    top: 235px;
    right: 80px;
    width: 365px;
    padding: 25px;
    border-radius: 12px;
    background-color: #fff;
}

.rabattcode-hover-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    top: -20px;
    right: 35px;
}

.rabattcode-hover-box h4 {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}

.rabattcode-hover-box .rabattcode-code-field {
    width: 100%;
    border: 2px solid #e9e9e9;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.rabattcode-hover-box .submit-rabattcode {
    width: 100%;
    background-color: #875F39;
    padding: 15px 0;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    border: none;
}

.rabattcode-poppup-modal .modal-content,
.room-persons-poppup-modal .modal-content,
.checkin-checkout-modal .modal-content {
    border: none;
}

.rabattcode-poppup-modal .modal-dialog,
.room-persons-poppup-modal .modal-dialog {
    max-width: 100%;
}

.room-persons-popup-box,
.room-meals-popup-box,
.voucher-popup-box {
    position: absolute;
    content: "";
    top: 30px !important;
    right: 0 !important;
    width: 365px;
    /* padding: 15px; */
    /* border-radius: 12px; */
    background-color: #fff;
    cursor: default;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 25%);
    overflow: hidden;
}

/* .room-persons-popup-box:before,
.room-meals-popup-box:before,
.voucher-popup-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    top: -20px;
    right: 35px;
} */

.room-persons-popup-list li {
    display: flex;
    justify-content: space-between;
}

.room-persons-popup-list li {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 10px 0;
    border-bottom: 2px solid #DFDFDF;
    align-items: center;
}

.room-persons-count-list li {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 15px 0;
    border-bottom: 1px solid #dfdfdf;
}

.room-persons-count-list li:last-child {
    border-bottom: none;
}

.checkin-field {
    background-color: transparent;
    border: 2px solid #e9e9e9;
    padding: 11px 15px 11px 40px;
    border-radius: 10px;
    width: 100%;
    color: #717171;
    font-size: 14px;
    display: inline-block;
}
.checkin-field::placeholder{
    color: #717171;
}
.checkin-field:disabled,
.checkin-field[readonly],
.filter_control:disabled,
.filter_control[readonly] {
    background-color: transparent;
}

.checkin-field:active {
    border: 2px solid #e9e9e9;
}

.checkout-field .checkin-field {
    padding: 11px 15px 11px 40px;
}

.checkin-field:focus {
    box-shadow: none;
}

.checkin-field-outer {
    position: relative;
    width: 50%;
}

.checkin-field-outer:before {
    position: absolute;
    content: "";
    background: url('../images/calendar-icon.svg');
    width: 20px;
    height: 20px;
    left: 15px;
    top: 13px;
}

.checkout-field:before {
    left: 15px;
}

.checkout-field:after {
    position: absolute;
    content: "";
    background: url('../images/circle-arrow-icon.svg');
    width: 41px;
    height: 41px;
    top: 5px;
    left: -30px;
}

.checkin-checkout-form-box {
    width: 810px;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    top: 115px;
    position: absolute;
    left: -60px;
}

.checkin-checkout-form-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    top: -20px;
    left: 80px;
}

.rd-container {
    background-color: transparent;
    box-shadow: none;
}

.rd-month-label {
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.rd-back:before {
    content: "";
    background: url('../images/calender-left-arrow.svg');
    width: 17px;
    height: 17px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.rd-next:before {
    content: "";
    background: url('../images/calender-right-arrow.svg');
    width: 17px;
    height: 17px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.rd-day-head {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}

.counter_outer_box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.counter_outer_box #myform {
    background-color: #fff;
}

.cross-icon-hoevr {
    position: absolute;
    background-color: #fff;
    width: 230px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    padding: 15px 0;
    text-align: center;
    border-radius: 6px;
    right: 0;
    top: 125%;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.09);
}

.cross-icon-hoevr::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    right: 10px;
}

.cross-icon:hover .cross-icon-hoevr,
.cross_icon:hover .cross-icon-hoevr {
    opacity: 1;
    visibility: visible;
}

.cross_icon .cross-icon-hoevr {
    right: 65px;
    top: auto;
    bottom: 50px;
}

.cross_icon .cross-icon-hoevr::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: none;
    bottom: -10px;
    right: 15px;
    top: auto;
}

.room-detail-accordion-body {
    /* background-color: #C4C4C4; */
    /* padding: 50px 70px; */
    border-radius: 0 0 10px 10px;
}

.room-detail-accordion .accordion-item {
    background-color: transparent;
    border: none;
}

/*
.room-detail-accordion .accordion-button[aria-expanded="true"] {
    border-radius: 10px 10px 0 0 !important;
}
*/
.room-detail-accordion 
{	border-radius: 10px 10px 0 0 !important;
}

.booking_details_accordion_list {
    display: flex;
}

.booking_details_accordion_list li {
    position: relative;
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
    width: 34%;
}

.check_box {
    padding-right: 5px;
}

.booking_details_accordion_list_second {
    display: flex;
}

.booking_details_accordion_list_second li {
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
    width: 34%;
}


/* Count CSS */

#myform {
    text-align: center;
    padding: 5px;
    border: 1px solid #C8C8C8;
    margin: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.quantity-counter{
    background-color: #fff;
    padding: 5px;   
    border: 1px solid #C8C8C8;
    display: flex;
    align-items: center;
    border-radius: 6px;
    width: 100px;
    justify-content: center;
}
.value { 
    height: 25px;
    text-align: center;
    border: none;
    width: 40px;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    margin:  0 5px;
    box-shadow: none;
}
.value:focus{
    outline: none;
    box-shadow: none;
}
.increment {
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    padding: 0;
}
.decrement {
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    padding: 0;
}
/*.qty { 
    height: 25px;
    text-align: center;
    border: none;
    width: 30px;
    font-size: 22px;
    line-height: 24px;
    color: #000;
}

input.qtyplus {
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
    font-size: 22px;
    line-height: 24px;
    color: #000;
}

input.qtyminus {
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
    font-size: 22px;
    line-height: 24px;
    color: #000;
}*/

.bottom-btns-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

.left-button a {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #000;
    transition: all ease-in-out 0.5s;
}

.left-button a:hover {
    color: #875F39;
    border-bottom: 1px solid #875F39;
}

.right-button a {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    background-color: #875F39;
    border-radius: 6px;
    padding: 10px 30px;
    text-align: center;
    transition: all ease-in-out 0.5s;
}

.right-button a:hover {
    background-color: #000;
    color: #fff;
}




/* ===================================
            Checkout Page
====================================== */

.information-data-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.09);
    padding: 50px;
}

.information-data-box h4 {
    font-size: 29px;
    line-height: 38px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.radio-btn-box-outer h5 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.radio-btn-box-inner {
    display: flex;
}

.radio-btn-box-inner .form-check-label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.radio-button-box {
    margin-right: 25px;
    position: relative;
}

.radio-button-box .form-check-input {
    position: relative;
    top: 2px;
}

.radio-button-box .form-check-input:focus {
    border: none;
    box-shadow: none;
}

.information-data-form {
    margin-top: 30px;
}

.information-data-form .input-field-box label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}

.information-data-form .input-field-box .information-field {
    width: 100%;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    padding: 10px 15px;
}

.information-data-form .input-field-box {
    margin-bottom: 15px;
}

.agree-terms-box .form-check-input:focus {
    box-shadow: none;
}

.agree-terms-box .form-check-label {
    font-size: 16px;
    line-height: 21px;
    color: #000;
}

.from-btn-box {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.from-btn-box .transparent-btn a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #875F39;
    transition: all ease-in-out 0.5s;
}

.from-btn-box .transparent-btn a:hover {
    color: #000;
}

.from-btn-box .transparent-btn a span {
    padding-right: 5px;
}

.from-btn-box .transparent-btn a span img,
.from-btn-box .solid-btn a span img {
    transition: all ease-in-out 0.5s;
}

.from-btn-box .transparent-btn a:hover span img {
    filter: brightness(0);
}

.from-btn-box .solid-btn a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    background-color: #875F39;
    padding: 15px 35px 15px 35px;
    border-radius: 6px;
    margin-left: 100px;
    transition: all ease-in-out 0.5s;
}

.from-btn-box .solid-btn a:hover {
    background-color: #000;
}

.from-btn-box .solid-btn a span {
    padding-left: 15px;
}

.left-side-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.09);
    /* padding: 0 25px 45px; */
    /* position: relative; */
    /* margin-top: -127px; */
}

.left-side-img-box {
    margin-bottom: 20px;
}


.left-side-box h4,
.left-side-box h5,
.left-side-box.shopping-cart-box > h4,
.left-side-box .bookDtlsTitle h4 {
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
    color: #000;
}


.left-side-box h4 {
    font-size: 17px;
}

.left-side-box .detail_list {
    /* margin-bottom: 90px; */
}

/* .left-side-box > h4 {
    font-size: 35px;
    margin-bottom: 20px;
} */

.comfort-room-list > li > .room-price {
    float: right;
    padding-right: 30px;
}

.comfort-room-list > li {
    position: relative;
    padding-left: 20px !important;
}

.left-side-box .room-list {
    /* padding-bottom: 50px;
    margin-bottom: 50px; */
    border-bottom: 1px solid #875F39;
}

.left-side-box > .room-list:nth-last-child(1) {
    border-bottom: 0px;
}

.left-side-box .price_box_list li {
    padding: 7px 0;
    font-size: 25px;
}

.left-side-box .price_box_list li:first-child {
    font-weight: 700;
}

.left-side-box .price_box_list li:last-child {
    padding-top: 15px;
    border-top: 1px solid #cfcfcf;
}

.left-side-box .price_box_list {
    margin-bottom: 0;
}

.show-on-mobile {
    display: none;
}

.date-picker-wrapper {
    left: 690px !important;
    border: none;
    background-color: #fff;
    width: 850px;
    padding: 15px 15px 55px !important;
    border-radius: 5px;
}

.date-picker-wrapper .month-wrapper{
    width: 100% !important;
    border: none;
    border-radius: 0;
    background-color: #fff;
    padding: 0;
}
.date-picker-wrapper .month-wrapper table {
    width: 50%; 
}
.date-picker-wrapper .month-wrapper table.month2 {
    width: 48%;
    margin-left: 10px;
}
.date-picker-wrapper .gap{
    display: none;
}
.date-picker-wrapper .month-wrapper table th{
    color: #333;
    font-size: 12.8px;
    font-weight: 300;
}
.date-picker-wrapper .month-wrapper table .day{
    border: 1px solid #f3f3f3; 
    color: #333;
    font-size: 16px;
    padding: 18px 18px;
}
.date-picker-wrapper .month-wrapper table .day.real-today{
    color: #fff !important;
    background: #22abf1;
}
.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
    background-color: #22abf1 !important; 
}
.normal-top .selection-top,
.normal-top .start-day,
.normal-top .separator-day,
.normal-top .end-day,
.default-top{
    display: none !important;
}
.date-picker-wrapper .selected-days {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -431px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    font-size: 0;
}

.selected-days-num{
    font-size: 16px;
    position: relative;
}
.selected-days-num:after{
    content: "Nights";
    font-size: 16px;
    color: #333;
    margin-left: 2px;
}
.date-picker-wrapper .drp_top-bar {
    padding: 5px 0px;
    text-align: right;
}
.date-picker-wrapper .drp_top-bar .apply-btn{
    font-size: 16px;
    background-color: #875F39;
    border-radius: 6px;
    padding: 8px 20px;
    border: none;
    position: static;
}
.date-picker-wrapper .month-name .month-element{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.date-picker-wrapper table .caption .next{
    font-size: 0;
    background: url(../images/next-arrow.svg) no-repeat;
    width: 20px;
    height: 20px !important;
    background-position: center right;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.date-picker-wrapper table .caption .prev{
    font-size: 0;
    background: url(../images/prev-icon.svg) no-repeat;
    width: 20px;
    height: 20px !important;
    background-position: center right;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
}
.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none !important;
}
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
    background-color: transparent;
    color: #fff;
}
.date-range-length-tip{
    display: none !important;
}
.filter_control-outer{
    margin-left: 10px;
    cursor: pointer;
}
.icon-field-outer.filter_control-person:before{
    left: 15px;
}
.filter_control-outer span {
    padding: 10px 20px 10px 35px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    border-radius: 10px;
    height: 50px;
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    width: max-content;
    box-shadow: none; 
    display: flex;
    align-items: center;
    max-width: 170px;
    overflow: hidden;
}
.numbers-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 0; */
    border-bottom: 2px solid #DFDFDF;
}
.room-persons-popup-box > .selectClass > .numbers-row {
    padding: 10px 0;
}
.numbers-row:nth-last-child(1) {
    border-bottom: none;
}
.numbers-row-inner strong{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: normal;
}
.numbers-row-right{
    text-align: center;
    border: 1px solid #C8C8C8;
    display: flex;
    border-radius: 6px;
    max-width: 81px;
    width: 100%;
    overflow: hidden;
}
.numbers-row-right .txt{
    width: 30px;
    height: 25px;
    text-align: center;
    border: none;
    font-size: 22px;
    line-height: 24px;
    margin: 0 auto;
    color: #000;
}
.numbers-row-right  .button{
    font-size: 22px;
    line-height: 24px;
    color: #000;
    padding: 1px 6px;
    cursor: pointer;
}
.numbers-row-inner {
    pointer-events: none;
}
.numbers-row-inner-radio > label {
    font-weight: normal !important;
    color: #000 !important;
    cursor: pointer;
    display: block;
    padding: 15px 0;
}
.numbers-row-radio {
    position: absolute;
    right: 10px;
    /* margin: 2%;
    width: fit-content; */
}
.numbers-row-radio > input {
    cursor: pointer;
}
.numbers-row-inner-radio {
    width: -webkit-fill-available;
    width: -moz-available;
}
td.t-day.t-today.t-hover-day span,td.t-disabled.t-today.t-highlighted.t-hover-day span{
    display: none;
}
.nightCountSec{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #409bc1;
    font-weight: bold;
}

.t-today .t-hover-day-content {
    display: none;
    /* background: #aeaeae; */
    /* opacity: 0.7; */
}
.t-range {
    /* background: rgba(34,171,241,0.3); */
    color: #000;
}
span.t-arrow-top {
    display: none !important;
}
.t-hover-day:after {
    display: none;
}
.t-hover-day, .t-hover-day-content, .t-hover-day:hover {
    color: #000;
    /* background: rgba(13,144,211,0.3); */
}

.nightCountSec {
    position: absolute;
    bottom: 12px;
    color: #333 !important;
    font-size: 17px;
}
th.t-arrow.t-next.t-new-next {
    display: none;
}
th.t-arrow.t-prev.t-new-prev {
    opacity: 0;
    pointer-events: none;
}
th.t-arrow.t-prev.t-disabled {
    background: #b8b8b8;
}
th.t-arrow.t-prev {
    border-radius: 100%;
    /* background: #000; */
    opacity: 1;
    color: #fff;
    position: absolute;
}
th.t-arrow.t-next {
    border-radius: 100%;
    /* background: #000; */
    opacity: 1;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
}
.t-check-in {
    border: none;
    padding-right: 5px;
}
.t-check-out {
    border: none;
    border-radius: 0;
}
.t-dates {
    padding: 14px 20px 10px 7px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    border-radius: 10px;
    height: 50px;
    width: auto;
    color: #717171;
    box-sizing: border-box;
    min-width: max-content;
}
.t-check-in, .t-check-out {
    margin: 0;
}
.t-check-in .t-date-info-title, .t-check-out .t-date-info-title {
    position: absolute;
    top: 16px;
    color: #000;
    opacity: 1;
}
.t-check-out {
    padding-left: 5px;
}
.modal-open {
    display: block;
}
.selectClass::-webkit-scrollbar {
    display: none;
}
.selectClass {
    height: max-content;
    max-height: 350px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0 10px;
}
.arrive {
    border: 1px solid white
}