/* Lower homepage search box */

#search-tabs-4 .tab-pane {
    border-bottom: none;
}

.search-tabs .tab-content .tab-pane {
    margin-bottom: -132px;
}


/* Lower homepage tour boxes */

.main-img img {
    height: 212px;
}


/* Youtube video containers */

.video-container {
    margin-top: -50px;
    margin-bottom: -6px;
    text-align: center;
}

.hotel-name-section-heading {
    background-color: #1d6496;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}

.radio_input_container {
    margin-left: 23px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio_input {
    width: 25px;
    height: 25px;
}

.radio_input_label_enabled,
.radio_input_label_disabled {
    border-radius: 5px;
    color: #ffffff;
    background-color: #1d9f26;
    padding: 5px;
    text-align: center;
}

.radio_input_label_disabled {
    background-color: #ffae00;
}

span.highlighted-price {
    color: #faa61a;
    font-weight: bold;
    font-size: 16px;
}

.select-room-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-room-container {
    background-color: #8080801f;
    padding: 10px;
}

.p_m_0 {
    padding: 0px!important;
    margin: 0px!important;
}

.mb_5 {
    margin-bottom: 5px!important;
}

.mb_10 {
    margin-bottom: 10px!important;
}

.mb_0 {
    margin-bottom: 0px!important;
}

.mt_15 {
    margin-top: 15px!important;
}

.d-flex {
    display: flex;
}

.text-center {
    text-align: center;
}

.text-black {
    color: black!important;
}

.bg-white {
    background: #fff;
}

.tours-cell-tag {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

#tours-cell-num {
    float: right;
    width: 80px;
    text-align: center;
    border: 2px solid;
    border-radius: 8px;
    animation: fadeIn 5s;
    animation-fill-mode: both;
}

.tours-room-form {
    border-radius: 10px;
    background: #faa61a;
    padding: 20px 5px 0 0;
}

.extra_service {
    border-radius: 5px;
    height: 40px;
}

.lg-booking-form .btn {
    margin-top: 0;
}

.modal_css {
    border-radius: 5px !important;
    max-width: 80%;
    margin: auto;
    padding: 0px 0 11px 0;
}

.modal-header {
    border-bottom: none;
    padding: 15px 24px 3px 15px;
}

.hr_css {
    width: 94%;
    margin: auto;
    margin-left: 10px;
    border: 1px solid #faa61a;
}

hr.hr_width {
    width: 97%;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.textcolor {
    color: #faa61a;
}

.cont_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cont_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 3px solid rgba(0, 0, 0, 0.3);
}

.cont_check input:checked~.checkmark {
    background-color: white;
    color: #faa61a;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
    color: #faa61a;
}

.cont_check .checkmark:after {
    left: 6px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid #faa61a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.abf_class {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 3px solid rgba(0, 0, 0, 0.3);
}

.abf_class span {
    margin-top: 4px;
    margin-left: 6px;
    width: 7px;
    height: 12px;
    border: solid #faa61a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    color: #faa61a;
}

.cursor {
    cursor: pointer;
}

.btn-orange:hover,
.btn:disabled {
    opacity: .65;
    background: #4b4b4a!important;
}

.fancybox-slide.watermark .fancybox-spaceball {
    background-image: url('http://fancyapps.com/GJbkSPU.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.h-120 {
    height: 120px !important;
}

.w-175 {
    width: 175px !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

div.increaserow {
    width: 100%;
}

@media(max-width:768px) {
    #myOverlay form {
        width: 85%;
        display: block;
        margin: 0 auto;
    }
    .overlay button i.fa {
        text-align: center;
        font-size: 15px;
    }
    .tours-room-form {
        background: #faa61a;
        padding: 10px 10px 0 0;
    }
}


/* Increases width main container */

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

.generic_promo {
    background-color: #fff4d3 !important;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}
