.header-sticky {
    background-color: #232f17;
}

.main-header .main-menu ul li a {
    color: #ffffff;
}

.btn-custom {
    width: 30%;
    height: 55px;
    background: #fbe594;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #000;
    display: block;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    letter-spacing: 0.1em;
    line-height: 1.2;
    line-height: 24px;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.nice-select-custom {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 54px;
    line-height: 51px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.single-element-widget i {
    color: #faa804;
}

.hotel-img {
    height: 450px;
    margin-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.overlay-descr {
    float: left;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    -webkit-box-shadow: inset 0px -52px 90px -20px rgb(255 255 255);
    -moz-box-shadow: inset 0px -52px 90px -20px rgb(255, 255, 255, 1);
    box-shadow: inset 0px -52px 90px -20px rgb(255 255 255);
}

.btn {
    background: #fbe594;
    -moz-user-select: none;
    text-transform: uppercase;
    color: #232f17;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 19px 44px;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}

.dot-car {
    width: 25px;
    height: 25px;
    background-color: #03a9f4;
    border-radius: 50px;
    color: #ffffff;
    position: relative;
}

.dot-car i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sel-button {
    background-color: #fbe594;
    color: #232f17;
    padding: 0.5em 1em;
    border-radius: 10px;
}

form.search-box .input-form input {
    font-size: 14px;
}

.price-div {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100px;
    top: 10px;
    right: 10px;
    box-shadow: 0 0 10px #00000069;
    text-align: center;
    line-height: 1;
}

.place-cap-bottom a {
    width: 100%;
    height: 55px;
    background: #fbe594;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #000;
    display: block;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Barlow Condensed";
    letter-spacing: 0.1em;
    line-height: 1.2;
    line-height: 24px;
    font-size: 14px;
}

.btn-sel-custom {
    position: absolute;
    right: 2em;
    background-color: #fbe594;
    padding: 0.5em 1em;
    border-radius: 5px;
    bottom: 1em;
    color: #232f17;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    width: auto !important;
}

.radio-div {
    text-align: right;
}

.radio-div label {
    font-size: 20px;
    margin-bottom: 0;
}

.form-check2 input[type="radio"] {
    position: absolute;
    right: 9000px;
}

input[type="radio"]+.label-text:before {
    content: "\f1db";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

input[type="radio"]:checked+.label-text:before {
    content: "\f058";
    color: #2dabce;
    animation: effect 250ms ease-in;
}

.single-package-item-custom {
    box-shadow: 0 0 10px #ddd;
    padding: 1em;
}