/*body {
    background-image: linear-gradient(to right, #7B1FA2, #E91E63)
}*/

.section {
    position: relative;
    height: 100vh
}
.hotel_container{padding: 20px 0px 100px 0px;}
.search_result_criteria{border:1px solid;border-color: #e35e0a!important;border-radius: 4px;position: relative;float: left;width: 100%}
.result_criteria_title{padding: 5px 0px 5px 20px;font-size: 24px;}
.result_criteria_high{padding: 0px 15px;}
.search_result{border:1px solid;border-color: #e35e0a!important;border-radius: 4px;margin-top:10px;}
.room_price{border-left: 1px solid #eaeaea}
.base_price_div{border-left: 1px solid #ece8e5;}
.room_view_slider,.room_details{padding: 10px;}
.room_title{color: #E93A53;font-size: 20px;}
.section .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.fas,.far,.fa-solid {color:#E9A83A;}
#booking {
    font-family: 'Raleway', sans-serif
}
.top_header{background: #0e0e4a;color:#fff;padding: 30px 0px;}
.bottom_footer{background-color: #737171;color:#fff;padding: 10px 0px;margin-top: 20px;}
.bottom_footer a{color:#fff;text-decoration: none;}
.room-card-price{font-size: 24px;color: #E9A83A;font-weight: bold;}
.booking-form {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 40px;
    overflow: hidden;
    background-image: url('https://i.imgur.com/8z1tx3u.jpg');
    background-size: cover;
    border-radius: 5px;
    z-index: 20
}
.rate-plan-header{background: #eee;}
.accordion-header{margin: 0px 10px 5px 10px;}
.kohua_acc{padding: 2.5rem 1.25rem 0px 1.25rem; }
.accordion-flush .accordion-button {border:1px solid #fd7979!important;border-radius: 4px!important;}
.rate-plan-header{font-size: 14px;}
.accordion-item {border:none;}
.accordion-button{border:1px solid #e35e0a;padding: 5px 10px;}
.accordion-button-admin{color: #fff;}
.booking-form::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1
}

.booking-form .form-header {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    margin: 0px;
    color: #fff
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.booking-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    height: 60px;
    padding: 0px 25px;
    border: none;
    border-radius: 40px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 2px transparent;
    box-shadow: 0px 0px 0px 2px transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form .form-control:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #ff8846;
    box-shadow: 0px 0px 0px 2px #ff8846
}

.booking-form input[type="date"].form-control {
    padding-top: 16px
    color:#dc3545!important;
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(255, 255, 255, 0.5);
    color:#dc3545!important;
}

.booking-form input[type="date"].form-control+.form-label {
    opacity: 1;
    top: 10px
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.booking-form select.form-control:invalid {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px
}

.booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.booking-form select.form-control option {
    color: #000
}

.booking-form .form-label {
    position: absolute;
    top: -10px;
    right: 35px;
    opacity: 0;
    color: #ff8846;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
}

.booking-form .form-group.input-not-empty .form-control {
    padding-top: 16px
}

.booking-form .form-group.input-not-empty .form-label {
    opacity: 1;
    top: 10px
}

.booking-form .submit-btn {
    color: #fff;
    background-color: #e35e0a;
    font-weight: 700;
    height: 60px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 40px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all
}

.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9
}

.page-loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=90);
    animation: fadeIn .2s;
    -webkit-animation: fadeIn .2s;
}
.page-loading.hidden{
    display: none;
}

.custom-spinner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    height: 100px;
    width: 100px;
    margin: auto;
    display: inherit;
}
.page-loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    filter: alpha(opacity=90);
    animation: fadeIn .2s;
    -webkit-animation: fadeIn .2s;
}
.custom-spinner {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    height: 100px;
    width: 100px;
    margin: auto;
    display: inherit;
}
.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}
.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #2898b0;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-threeBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.hide{
    display: none;
}
.facalities_icon i{
    margin-right: 5px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}


.carousel-indicators .active {
opacity: 1 !important;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
#result_div .carousel-inner{
    cursor: pointer;
}
.room_model {
   max-width: 1200px;
}
.room_model_ul{
    list-style: none;
}
.room_model_ul i{
    margin-right: 10px;
}
.facalities_icon i{
     cursor: pointer;
}
.accordion-item{
margin-top: -50px;
}
.reserve{
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
width: 100%;
margin-top: 10px;
color: #fff !important;
background-color: #321800;
padding: 4px 0px;
border-radius: 6px;
border: 0px;
}
.reserve.disable{
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
background-color: rgba(0,0,0,.12) !important;
}
.margin-top-10{
    margin-top: 10px;
}
.room_name{
      color: #EEAB39 ;
      padding-right: 10px;
}
.price_span{
    float: right;
    color: #EEAB39 ;
    font-size: 16px;
font-weight: bold;

}
.bordered_div{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
#back_btn{
    color: white;
}
.label.label-danger{
color: red;
}
.search_result{
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05);
}
@media only screen and (max-width: 320px) {
    #accordionKohua{margin-top: 50px;}
    .criteria_high_1{}
    .criteria_high_2{font-size: 10px;}
    .booking-form .form-header h1 {font-size: 24px;}
    .booking-form .form-group {margin-bottom: 10px;}
    .booking-form {padding:20px;}
    .facalities_icon{margin-bottom: 0px;}
    .kohua_row{width: 100%!important;}
}
@media only screen and (min-width:321px) and (max-width: 360px) {
     #accordionKohua{margin-top: 50px;}
     .criteria_high_1{}
    .criteria_high_2{font-size: 10px;}
    .booking-form .form-header h1 {font-size: 24px;}
    .booking-form .form-group {margin-bottom: 10px;}
    .booking-form {padding:20px;}
    .facalities_icon{margin-bottom: 0px;}
    .kohua_row{width: 100%!important;}
}
@media only screen and (min-width:361px) and (max-width: 480px) {
     #accordionKohua{margin-top: 50px;}
     .criteria_high_1{}
    .criteria_high_2{font-size: 11px;}
    .booking-form .form-header h1 {font-size: 24px;}
    .booking-form .form-group {margin-bottom: 10px;}
    .booking-form {padding:20px;}
    .facalities_icon{margin-bottom: 0px;}
    .kohua_row{width: 100%!important;}
}