.navbar-items-tour-param {
    font-size: 17px;
}

.radio-buttons-block {
    margin: 15px 0;
}

.radio-label {
    font-size: 15px;
    color: #475669;
    text-transform: uppercase;
}

.add-specifications {
    background-color: white;
    width: 55px;
    height: 55px;
    margin-left: 18px;
}

.add-icon {
    color: #9e9e9e;
    font-size: 25px;
    padding: 17px;
}

.change-currency-block {
    width: 54px;
    height: 54px;
}

.select-currency {
    font-family: 'FontAwesome';
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.selected-currency {
    display: inline-block;
    height: 55px;
    width: 100%;
    color: #475669;
    font-size: 25px;
    padding: 10px 17px;
    cursor: pointer;
}

.select-currency-select {
    display: none;
}

.select-currency-list {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 55px;
    background: white;
    width: 100%;
    z-index: 5;
    box-shadow: 1px 2px 2px 0px #999;
}

.currency-sign {
    list-style-type: none;
    color: #475669;
    font-size: 25px;
    padding: 0 17px;
}

.b-sign {
    font-family: 'Apercu-pro', sans-erif;
    font-weight: 900;
}

.currency-sign:hover,
.currency-sign:active {
    background-color: #9993;
    cursor: pointer;
}

.currency-select-chevron {
    top: 24px;
    padding: 5px;
    color: #318cc6;
    cursor: pointer;
}

.toggle-chevron {
    transform: rotate(180deg);
}

.js-content-modal {
    display: none;
}

.hide{
    display: none;
}

.submit-button {
    position: relative;
    width: 250px !important;
}

.submit-button:hover {
    background-color: #e26612;
}

.js-dots-container {
    /**/
}

.loader__dot {
    color: white;
    font-size: 35px;
    line-height: 0;
    height: 20px;
    width: auto;
    display: inline-block;
    letter-spacing: -5px;
}

@keyframes blink {
    50% { 
        color: transparent;
    }
}

.loader__dot { 
    animation: 1s blink infinite;
}

.loader__dot:nth-child(2) { 
    animation-delay: 400ms;
}

.loader__dot:nth-child(3) { 
    animation-delay: 800ms;
}

.required-input {
    border: 2px solid red !important;
    border-left: none !important;
}

.required-input-quaschion {
    height: 10px;
    width: 10px;
    border-radius: 50px;
    color: white;
    top: 20px;
    right: 10px;
    background-color: red;
}

.required-input-first {
    border-left: 2px solid red !important;;
}

.col-sm .p-0 {
    position: relative;
}

.hotels-features-container {
    width: 390px;
    height: 319px;
    right: 0;
    overflow: hidden;
}

.hotels-features-items {
    color: #318cc6;
    font-size: 12px;
    font-weight: 900;
    margin: 2px 10px 8px 0px;
    padding: 5px 8px;
    border-radius: 4px;
}

.hotels-features-items:hover {
    cursor: pointer;
    background-color: #f1ebd3;
}

.active-hotels-features-items {
    color: #475669;
}

.body-hotels-features {
    padding: 15px 0 15px 15px;
}

.hotels-features:first-child {
    width: 40%;
}

.special-features {
    width: 60%;
}

.fa-star-style {
    color: #ff8e41;
    font-size: 15px;
}

.hotels-categores-container,
.hotels-rating-container {
    border-bottom: 1px solid #faf6e5;
}

.hotels-categores-label,
.hotels-rating-label {
    font-size: 12px;
}

.hotels-categores-label {
    margin-bottom: 8px;
}

.hotels-rating-label {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
}

.hotels-categores-label-content {
    padding-left: 8px;
}

.hotels-rating-label:before {
    vertical-align: sub;
}

.hotels-categores-label-content,
.hotels-rating-label-content {
    font-size: 12px;
    color: #475669;
    font-weight: 900;
}

.hotels-rating-label-content {
    position: absolute;
    top: -3px;
    left: 20px;
    width: 100px;
}

.position-features {
    overflow-y: scroll;
    height: 263px;
    padding-bottom: 15px;
}

.position-heading {
    margin: 15px 0 7px;
    font-size: 10px;
    color: #999;
}

.js-special-features {
    display: none;
}

.hotel-food-container {
    width: 100%;
    padding: 15px;
}

.hotels-food-picker-container {
    height: 206px;
}

.choose-hotel-picker-container {
    width: 100%;
    height: 303px;
    overflow: hidden;
}

.js-type-of-tour-container {
    display: none;
}

.hotel-location-flag-container {
    position: relative;
}

.hotel-location-flag-container:hover {
    color: #318cc6;
    cursor: pointer;
}

.hotel-location-flag-container:before {
  margin-right: 15px !important;
}

.hotel-location-flag {
    position: absolute;
    width: 22px;
}

.hotel-item {
    text-transform: none;
}

.hotel-info {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #999;
}

@media only screen and (max-width: 575px) {
    .add-specifications {
        position: absolute;
        right: 0;
        bottom: 15px;
    }

    .picker-container {
        width: 100%;
    }

    .submit-button  {
        width: 100% !important;
    }
}


