/* Loading */
#lds-main {
    display: block;
    position: relative;
    width: 64px;
    height: 40px;
    margin: 0 auto;
}

#lds-main div {
    position: absolute;
    top: 15px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ccc;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#lds-main div:nth-child(1) {
    left: 6px;
    animation: lds-main1 0.6s infinite;
}

#lds-main div:nth-child(2) {
    left: 6px;
    animation: lds-main2 0.6s infinite;
}

#lds-main div:nth-child(3) {
    left: 26px;
    animation: lds-main2 0.6s infinite;
}

#lds-main div:nth-child(4) {
    left: 45px;
    animation: lds-main3 0.6s infinite;
}

@keyframes lds-main1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-main3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-main2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}
#main_loading{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
}
#main_loading #lds-main{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.book_now_btn,
.btn{
    border-radius: 3px;
    font-size: 14px;
}
.form-control{
    border-radius: 0;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: #f8f8f8;
    font-size: 13px;
    color: #8c8c8c;
    font-size: 14px;
}
input[type='email'].form-control,
input[type='password'].form-control,
input[type='text'].form-control{
    min-height: 45px;
}
textarea.form-control{
    min-height: 120px;
}
.btn-bb {
    color: #fff;
    background-color: #b0ae00;
    border-color: #b0ae00;
}
.header_menu .navbar.navbar-default .navbar-header .navbar-brand img{
    width: 200px;
}
.resort_gallery .item, 
.resort_full_gallery .item{
    height: 355px;
}
.resort_gallery .item > img,
.resort_full_gallery .item > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer_logo > img{
    height: 60px;
}
.video_area{
    background-image: url('../demo/tg3.jpg');
}
.booking_layout .left_ex_title{
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}
.booking_layout h3{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
.booking_layout .bk_type{
    margin-bottom: 25px;
}
.booking_layout{
    padding-bottom: 20px;
}
.booking_layout .list-group .list-group-item.b_head,
.booking_layout .list-group .list-group-item .roominfo{
    display: flex;
    justify-content: space-between;
}
.booking_layout .list-group .list-group-item.b_head strong{
    font-size: 20px;
}
.booking_layout .list-group .list-group-item.b_head.sub strong{
    font-size: 16px;
}
.booking_layout .list-group .list-group-item a{
    color: #333;
    font-size: 16px;
}
.booking_layout .list-group .list-group-item a:hover{
    color: #333;
}
.booking_layout .list-group .list-group-item a.del{
    color: rgb(221, 51, 51);
    font-weight: bold;
}
.booking_layout .list-group .list-group-item .bd *{
    font-size: 12px;
}
.g_box{
    background: #fff;
    -webkit-box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 9%);
    padding: 25px 25px;
    margin-bottom: 40px;
}
.g_box .list-group{
    margin-bottom: 0;
}
.contact_us_form .form-group.g_box{
    margin-bottom: 30px;
}
.payment-info > h2{
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #95561E;
    margin-top: 10px;
}
.payment-info > h3{
    font-size: 18px;
    color: #A16B34;
    margin-top: 0;
}
.payment-info > p{
    margin-bottom: 15px;
}
.payment-info > ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.payment-info > ul > li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}
.payment-info > ul > li .icon > img{
    width: 40px;
}
.payment-info > ul > li .info{
    font-size: 18px;
    padding-left: 15px;
}
.payment_status .info{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 20px;
}
.payment_status .ms_status{
    font-size: 14px;
}
.payment_status .ms_status strong{
    color:#000 ;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    display: block;
}
.payment_status .ms_status strong i{
    position: absolute;
    left: 0;
    top: 4px;
}
.payment_status .ms_status.payment strong{
    color: #723C2A;
}
.payment_status .ms_status.success strong{
    color: #b0ae00;
}
.payment_status .ms_status.cancel strong{
    color: red;
}
.payment_form{
    max-width: 800px;
    margin: auto;
}
.home_nav{
    list-style: none;
    padding: 0;
    margin: 0;
}
.alert p{
    font-size: 12px;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect{
    width: auto;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect,
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
    font-size: 14px;
}
.swal2-icon.swal2-question{
    color: #C79A70;
    border-color: #C79A70;
}
.swal2-modal .swal2-content{
    color: #723C2A;
}
.form-control.is-invalid{
    background: #f8efef;
}
span.is-invalid{
    font-size: 12px;
    color: red;
}
.boxlang{
    display: flex;
}
.boxlang a{
    padding: 0 5px;
}
.boxlang a.active{
    font-weight: bold;
}
.daterangepicker .drp-buttons .btn.btn-primary,
.daterangepicker .drp-buttons .btn.btn-primary:focus{
    background: #723C2A!important;
    border-color: #723C2A!important;
    outline-offset: 0;
    outline: none;
}
#ifmsubmit{
    display: none;
    position: fixed;
    top: 0;
    height: 150px;
    left: 0;
    width: 100%;
    background: #dcdcdc;
    z-index: 9999;
    box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 9%);
}
.boxcaptcha{
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

/* Image Upload */
.boxAvataUpload div.form-valid::before {
    display: none !important;
}

.boxAvataUpload .recommetn {
    text-align: center;
    font-size: 0.9em;
}

.btnNewsUpload {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 3px solid #eee;
    cursor: pointer;

    margin-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.btnNewsUpload .icon {
    position: absolute;
    font-size: 5em;
    line-height: 0;
    width: 80px;
    height: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #eee;
    z-index: 3;
}

.btnNewsUpload:hover .icon {
    z-index: 2;
}
.btnNewsUpload img {
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.btnNewsUpload:hover img {
    opacity: 0.1;
}

.btnNewsUpload input[type=file] {
    font-size: 99em;
    opacity: 0;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

.btnNewsUpload img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.logcontainer .boxAvataUpload {
    float: left;
}

.logcontainer .boxAvataUpload .btnNewsUpload {
    margin: 0;
}

.boxAvataUpload.CoverImg {
    text-align: left;
    max-width: 330px;
}
.boxAvataUpload.CoverImg .btnNewsUpload {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.boxAvataUpload.LogoImg .btnNewsUpload {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}
.payment_history ol{
    padding: 0;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 13px;
}
.payment_history ol > li strong{
    color: #723C2A;
}
.payment_history h5{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #000;
}
.event_details_main img{
    max-width: 100%;
}
.book_room_box{
    position: absolute;
    bottom: 0;
    right: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.header_social{
    margin-bottom: 0;
}
.explor_room_area.explor_slider_area .about_btn_wh:hover{
    color: #C79A70;
    border-color: #C79A70;
}
.get_contact_inner .left_ex_title{
    padding-left: 0;
    padding-bottom: 15px;
}
.right_contact_info .contact_info_list .media .media-body h4{
    margin-bottom: 0;
}
.right_contact_info .contact_info_list .media:first-child .media-left{
    padding-left: 7px;
    padding-right: 25px;
}
.room_details_inner .book_room_box{
    position: inherit;
}
.swal2-modal .swal2-styled{
    outline: none;
}
.promotion_layout .event_two_item .event_two_img{
    height: auto;
    border: 1px solid #dedede;
}
.promotion_layout .event_two_item .event_two_img img{
    object-fit: contain;
}
.promotion_layout .event_two_item .event_two_text p{
    padding-top: 0;
    padding-bottom: 10px;
}
.promotion_layout .event_two_item .event_two_text{
    padding: 15px 20px;
}