@font-face {
    font-family: 'BwModelica';
    src: url('../fonts/BwModelica-Regular.eot');
    src: url('../fonts/BwModelica-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BwModelica-Regular.woff2') format('woff2'), url('../fonts/BwModelica-Regular.woff') format('woff'), url('../fonts/BwModelica-Regular.ttf') format('truetype'), url('../fonts/BwModelica-Regular.svg#BwModelica-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BwModelica';
    src: url('../fonts/BwModelica-Bold.eot');
    src: url('../fonts/BwModelica-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BwModelica-Bold.woff2') format('woff2'), url('../fonts/BwModelica-Bold.woff') format('woff'), url('../fonts/BwModelica-Bold.ttf') format('truetype'), url('../fonts/BwModelica-Bold.svg#BwModelica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BwModelica';
    src: url('../fonts/BwModelica-Black.eot');
    src: url('../fonts/BwModelica-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/BwModelica-Black.woff2') format('woff2'), url('../fonts/BwModelica-Black.woff') format('woff'), url('../fonts/BwModelica-Black.ttf') format('truetype'), url('../fonts/BwModelica-Bold.svg#BwModelica-Black') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TrustYou Iconic';
    src: url("../fonts/trustYou/trustyou-iconic.woff") format("woff");
}

@font-face {
    font-family: 'BeVietnam';
    src: url('../fonts/be-vietnam/BeVietnam-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BeVietnamPro';
    src: url('../fonts/Be_Vietnam_Pro/BeVietnamPro-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/static/Inter_24pt-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HarlowDuoSerif';
    src: url('../fonts/Harlow-Serif-Script-Modern-Font-Duo/Fonts/HarlowDuoSerif-regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.stretch {
    width: 100%;
}

.stretch-y {
    height: 100%;
}

figure {
    margin: 0;
}

.overflow-n {
    overflow: hidden;
}

.h3 {
    font-size: 1.25rem;
    font-weight: normal;
}

.h4 {
    font-size: 1.154rem;
    font-weight: normal;
}

.inline {
    display: inline-block;
}

.underline {
    text-decoration: underline;
}

.summary,
.text-muted {
    font-size: .92307rem;
}

.caption,
.summary,
.text-muted {
    color: #666666;
}

.relative {
    position: relative;
}

.disabled,
[disabled] {
    cursor: default;
    color: #a3a3a3;
    opacity: .4;
    pointer-events: none;
}

.nav,
.list,
.unstyle {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #2A3032;
}

a:hover {
    text-decoration: none;
    color: #000;
}

[type='checkbox']:focus,
[type='radio']:focus,
[type='checkbox']:checked:focus {
    outline: 0 !important;
    border: 0 !important;
    outline-offset: 0 !important;
}

*:after,
*:before {
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    touch-action: manipulation
}

body {
    font: normal 16px/25px 'BwModelica', Arial !important;
    color: #2A3032;
    background: #fff;
    margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /* -webkit-box-shadow: 0 0 0 30px #fafafa inset !important; */
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #215ED9 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* p{
    margin: 0;
} */
button:focus,
.form-control {
    outline: 0 !important;
    box-shadow: none !important;
    font-family: "Inter";
}

.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #4D463B;
    border-color: #4D463B;
}

.col-fix-sm {
    flex: 0 0 75px;
    max-width: 75px;
}

.btn {
    padding: 7px 25px 5px;
    line-height: normal;
    border-radius: 16px;
    font-size: 14px;
    border: 0;
}

.btn-primary-ouline {
    border: 1px solid #4D463B;
    color: #000;
}

.btn-block {
    display: block;
    width: 100%;
}

.db-action {
    width: 185px;
    margin-top: 10px;
}

.btn-primary {
    background-color: #4D463B;
    color: #fff;
    border: 1px solid #4D463B;
}

.btn-black {
    background-color: #4D463B;
    border-radius: 5px;
    padding: 9px 40px 5px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #4D463B;
}

.btn-black:hover {
    color: #fff;
}

.btn-tertiary {
    background-color: transparent;
    border-radius: 5px;
    padding: 9px 20px 5px;
    color: #666;
    font-size: 18px;
    border: 1px solid #b2b2b2;
}

.bold {
    font-weight: bold;
}

.color-gray {
    color: #666;
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.left-tag {
    background-color: rgb(255, 0, 94, 0.06);
    border-radius: 3px;
    padding: 5px 7px 2px;
    font-size: 14px;
    color: #ff005e;
}

.star-rating {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.star-rating li {
    display: inline-block;
}

.star-rating li i {
    color: #ccc;
    font-size: 1.3rem;
}

/* input[type=text]{
    height: 45px;
    box-shadow: 3px 4px 30px rgb(151 151 151 / 50%);
    border: 0;
} */
/*------------------ Custom checkbox and radio button ----------------------*/
.custome-radiobtn .radio-custom,
.custom-checkbox .checkbox-custom {
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    line-height: 21px;
    font-family: "Inter";
}

.custome-radiobtn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #bababa;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #bababa;
}

.custom-checkbox input:checked~.checkmark {
    background-color: #00C853;
}

.custome-radiobtn input:checked~.checkmark {
    background-color: transparent;
    border: 2px solid #dddddd;
}

.custome-radiobtn input,
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    z-index: 999;
    width: auto;
}

.custome-radiobtn .radio-custom .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #098de1;
}

.custom-checkbox .checkbox-custom .checkmark:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.custome-radiobtn .radio-custom input:checked~.checkmark:after,
.custom-checkbox .checkbox-custom input:checked~.checkmark:after {
    display: block;
}

/*-------------- end --------------------*/

/* #region -------------- Header----------------------*/
.header-cozy {
    background: transparent !important;
    box-shadow: none !important;
}

.text-book {
    color: #4bd1a0;
}

.header {
    /* padding: 20px 0; */
    position: fixed;
    left: 0;
    right: 0;
    background: #E5E5E3;
    z-index: 99;
    /* box-shadow: 0 2px 6px rgb(0 0 0 / 20%); */
}

.header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header .header-links li {
    display: inline-block;
    padding: 0 8px;

}

.header .header-links li a {
    color: #fff;
    font-family: "BeVietnamPro";
}

.header .header-links li.register a {
    background: #fff;
    border: 1px solid #fff;
    color: #4D463B;
    text-transform: uppercase;
}

.header .header-links li.sign-in a {
    text-transform: uppercase;
}

.header .header-links li.register {
    padding: 0;
    margin-left: 30px;
}

.header .header-links li.sign-in {
    padding: 0;
}

.header .header-links li i {
    margin-right: 5px;
}

.header .mobile-menu,
.header .mobile-show {
    display: none;
}

/* #endregion*/

/* #region -------------- Home Page ----------------------*/
.middle-content-cozy-home {
    padding-top: 0px;
    background-color: #E5E5E3;
}

.middle-content {
    padding-top: 75px;
}

.home-page .banner {
    position: relative;
}

.home-page .banner img {
    /* max-height: 700px; */
    object-fit: cover;
    object-position: bottom;
}

.home-page .banner .organiser-container {
    position: absolute;
    top: 250px;
    bottom: 0;
    left: 0;
    right: 0;
    /* display: flex; */
}

.home-page .banner .trip-organiser {
    background: #F7F7F7;
    padding: 50px;
    width: 840px;
    border-radius: 10px;
    margin: auto;
    text-align: center;
    height: 390px;
}

.home-page .banner .trip-organiser h3 {
    font-size: 32px;
    margin-bottom: 50px;
    margin-top: 40px;
    font-family: "BeVietnam";
}

.home-page .banner .trip-organiser .location {
    width: 565px;
    margin: 0 auto;
    position: relative;
}

.home-page .banner .trip-organiser .location input {
    background: #fff;
    border: none;
    color: #808080;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* .home-page .banner .trip-organiser .location i{
    position: absolute;
    right: 15px;
    top: 10px;
} */
.home-page .banner .trip-organiser input[type=text] {
    height: 45px;
    box-shadow: 3px 4px 30px rgb(151, 151, 151, 0.50);
    border: 0;
}

.home-page .banner .trip-organiser .trip-planner {
    list-style-type: none;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 0;
    text-align: left;
    display: flex;
    justify-content: center;
}

.home-page .banner .trip-organiser .trip-planner li {
    display: inline-block;
    text-align: center;
}

.home-page .banner .trip-organiser .trip-planner li:first-child {
    padding-left: 0;
}

.home-page .banner .trip-organiser .trip-planner li:last-child {
    padding-right: 0;
}

.home-page .banner .trip-organiser .trip-planner li span {
    /* display: none; */
}

.home-page .banner .trip-organiser .trip-planner li i {
    font-size: 22px;
    color: #b2b2b2;
}

.home-page .banner .trip-organiser .trip-planner li.hover i {
    box-shadow: 3px 4px 30px rgb(151 151 151 / 50%);
    border-radius: 100%;
    background: #fff;
    padding: 15px;
    color: #000;
}

.home-page .banner .trip-organiser .trip-planner li.active span {
    /* display: block;
    margin-top: 20px; */
}

.home-page .planning-text {
    background-color: #CFCEC7;
    text-align: center;
    padding: 100px 0 100px;
    margin-bottom: 100px;
}

.home-page .planning-text h2 {
    font-size: 64px;
    line-height: 76.22px;
    margin-bottom: 30px;
    letter-spacing: 3.2px;
    font-family: "HarlowDuoSerif";
}

.home-page .planning-text .tagline {
    font-size: 32px;
    font-family: "BeVietnam";
}

.home-page .benefits {
    margin-bottom: 100px;
    padding: 0 20px;
}

.home-page .benefits .section-icon {
    /* box-shadow: 3px 4px 30px rgb(151 151 151 / 50%); */
    /* border-radius: 100%; */
    /* background: #fff; */
    padding: 20px;
    font-size: 40px;
}

.home-page .benefits .section-heading {
    font-size: 54px;
    /* font-weight: bold; */
    margin-top: 70px;
    margin-bottom: 25px;
    font-family: "HarlowDuoSerif";
}

.home-page .benefits .desc {
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 40px;
    font-family: "BeVietnamPro";
}

.home-page .benefits ul {
    list-style-type: none;
    padding: 0;
}

.home-page .benefits ul li {
    font-size: 18px;
    margin-bottom: 8px;
    font-family: "Inter";
}

.home-page .benefits ul li i {
    color: #4D463B;
    margin-right: 10px;
    float: left;
}

.home-page .benefits ul li .point-text {
    padding-left: 25px;
    color: #000000;
    line-height: 24.2px;
}

.home-page .section-image {
    width: 660px;
    height: 660px;
    /* border-radius: 100%;
    object-fit: cover; */
}

.home-page .section-img-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page .make-trip {
    background-color: #CFCEC7;
    padding: 150px 50px 150px;
}

.home-page .make-trip h3 {
    font-size: 38px;
    font-family: "HarlowDuoSerif";
}

.home-page .make-trip .desc {
    font-size: 20px;
    margin-top: 20px;
    font-family: "BeVietnamPro";
}

.home-page .make-trip .location input {
    padding: 25px;
    width: 360px;
    margin-top: 35px;
}

/* #endregion*/

/* #region -------------- Compare Page ----------------------*/
.page-body {
    background-color: #f7f7f7;
    padding: 80px 20px;
}

.page-body .page-title {
    font-size: 52px;
    font-weight: bold;
    letter-spacing: 2.5px;
    line-height: 65px;
    margin-bottom: 30px;
    text-align: center;
}

.page-body .tagline {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 100px;
    text-align: center;
}

.compare-page .compare-table td {
    padding: 20px 20px;
    text-align: center;
}

.compare-page .compare-table tbody tr:first-child td {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.compare-page .compare-table tbody tr:last-child td {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.compare-page .compare-table tbody tr td:first-child {
    text-align: left;
}

/* #endregion*/

/* #region -------------- Reviews Page ----------------------*/
.reviews-page .sections {
    background-color: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 10px;
}

.reviews-page .sections .section-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

.reviews-page .sections .desc .more,
.reviews-page .sections .desc .less {
    margin-top: 20px;
    display: block;
}

.reviews-page .sections .desc .more a,
.reviews-page .sections .desc .less a {
    color: #304ffe;
}

.reviews-page .sections .reviewer {
    margin-top: 30px;
}

.reviews-page .sections .reviewer .review-img {
    width: 80px;
    border-radius: 100%;
    float: left;
}

.reviews-page .sections .reviewer .review-details {
    padding-left: 90px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.reviews-page .sections .reviewer .review-details .name {
    font-weight: bold;
}

.reviews-page .sections .reviewer .review-details .company {
    color: #b2b2b2;
}

.reviews-page .page-title {
    margin-bottom: 100px;
}

/* #endregion*/

/* #region -------------- Trips Page ----------------------*/
.trips-page .page-title span {
    font-weight: 800;
}

.trips-page .tour-img {
    position: relative;
}

.trips-page .tour-img .icons {
    position: absolute;
    margin: 10px 0 0 10px;
}

.trips-page .tour-img .upload-icon,
.trips-page .tour-img .wishlist {
    float: left;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    font-weight: bold;
}

.trips-page .tour-img img {
    border-radius: 5px;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

.trips-page .tour-img .icons .wishlist {
    margin-top: 4px;
}

.trips-page .tour-package .sections {
    background-color: #fff;
    padding: 10px 15px 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.trips-page .tour-package .sections .place-name {
    font-weight: bold;
    font-size: 18px;
}

.trips-page .tour-package .sections .location-name {
    color: #666;
}

.trips-details {
    margin-top: 100px;
}

.trip-detail .tags {
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
}

.trip-detail .tour-name {
    font-weight: bold;
    font-size: 38px;
    line-height: 44px;
}

.trips-details .star-rating {
    margin: 10px 0 40px;
}

.trips-details .trip-desc {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.trip-detail .tour-package {
    text-align: right;
}

.trip-detail .tour-package .from-text {
    color: #666;
    margin-right: 5px;
}

.trip-detail .tour-package .price {
    font-size: 34px;
    font-weight: bold;
}

.trips-details .swiper {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.trips-details .swiper-pagination {
    text-align: left;
}

.trips-details .trip-images {
    padding: 0 30px;
}

.trips-details .trip-images img {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
    box-shadow: 3px 4px 30px rgb(151 151 151 / 50%);
}

.trips-details .trips-categorised {
    padding: 70px 30px;
    background-color: #f7f7f7;
}

.trips-details .trips-categorised .section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.trips-details .trips-categorised .item {
    position: relative;
    border-radius: 8px;
    transition: 0.6s ease;
}

.trips-details .trips-categorised .item .icons {
    position: absolute;
    margin: 10px 0 0 10px;
}

.trips-details .trips-categorised .item .upload-icon,
.trips-details .trips-categorised .item .wishlist {
    float: left;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    font-weight: bold;
}

.trips-details .trips-categorised .item .wishlist {
    margin-top: 4px;
}

.trips-details .trips-categorised .item .wishlist .fa-heart {
    color: #ff005e;
}

.trips-details .trips-categorised .item img {
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.trips-details .trips-categorised .item .sections {
    background-color: #fff;
    padding: 10px 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.trips-details .trips-categorised .item .place-name {
    font-weight: bold;
}

.trips-details .trips-categorised .item .star-rating {
    margin: 0;
}

.trips-details .trips-categorised .item .star-rating li i {
    font-size: 1.1rem;
}

.trips-details .trips-categorised .item .star-rating li.hover>i.fa {
    color: #ff005e;
    cursor: pointer;
}

.trips-details .trips-categorised .item .star-rating li.star.selected>i.fa {
    color: #ff005e;
}

.trips-details .trips-categorised .item .tour-package {
    margin-top: 20px;
}

.trips-details .trips-categorised .item .tour-package .from-text {
    color: #666;
    margin-right: 5px;
    font-size: 14px;
}

.trips-details .trips-categorised .item .tour-package .price {
    font-size: 20px;
    font-weight: bold;
}

.trips-details .trips-categorised .item:hover {
    transform: scale(1.1);
    box-shadow: 3px 4px 30px rgb(151 151 151 / 50%);
}

.trips-details .trips-categorised .all-trips .show-more {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid;
    padding: 6px 0 4px;
    border-radius: 3px;
    cursor: pointer;
}

/* #endregion*/

.flight-booking .banner .trip-organiser {
    text-align: inherit !important;
}

/* #region -------------- Booking Hotel ----------------------*/
.booking-hotel .banner {
    position: relative;
}

/* .booking-hotel .banner img{
    object-fit: cover;
    object-position: bottom;
} */
.booking-hotel .banner .organiser-container {
    background: url(../../images/Vector2.png);
    background-position: center;
    background-size: cover;
    padding: 30px;
    /* height: 100vh; */
}

.booking-hotel .banner .organiser-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}

.booking-hotel .banner .trip-organiser {
    background: rgba(255, 255, 255, 0.97);
    padding: 30px;
    /* width: 1000px; */
    border-radius: 10px;
    margin: auto;
    text-align: center;
    flex: 1;
}

.booking-hotel .banner .trip-organiser h3 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 50px;
    font-family: "BeVietnam";
    text-align: center;
}

.booking-hotel .banner .trip-organiser .input-groups {
    position: relative;
    padding-right: 10px;
}

.booking-hotel .banner .trip-organiser .input-groups i {
    position: absolute;
    right: 20px;
    top: 15px;
}

.booking-hotel .banner .trip-organiser .input-groups i.roundtrip-icon {
    right: -20px;
    font-size: 23px;
}

.booking-hotel .banner .trip-organiser .input-groups input[type=text] {
    height: 45px;
    box-shadow: 3px 4px 30px rgb(151, 151, 151, 0.50);
    border: 0;
}

.booking-hotel .banner .trip-organiser .date.input-groups label {
    position: absolute;
    z-index: 2;
    font-size: 11px;
    left: 13px;
    top: 4px;
    color: #b2b2b2;
    margin: 0;
    line-height: 12px;
}

.booking-hotel .banner .trip-organiser .date.input-groups input[type=text] {
    /* padding-top: 22px; */
    box-shadow: none;
    border: 1px solid #b2b2b2;
}

.booking-hotel .banner .trip-organiser .trip-planner {
    list-style-type: none;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 0;
    text-align: left;
    display: flex;
    justify-content: center;
    padding: 0 80px;
}

.booking-hotel .banner .trip-organiser .trip-planner li {
    display: inline-block;
    text-align: center;
}

.booking-hotel .banner .trip-organiser .trip-planner li:first-child {
    padding-left: 0;
}

.booking-hotel .banner .trip-organiser .trip-planner li:last-child {
    padding-right: 0;
}

.booking-hotel .banner .trip-organiser .trip-planner li span {
    display: none;
}

.booking-hotel .banner .trip-organiser .trip-planner li i {
    font-size: 22px;
    color: #b2b2b2;
    padding: 15px;
}

.booking-hotel .banner .trip-organiser .trip-planner li.active i {
    box-shadow: 3px 4px 30px rgb(151 151 151 / 50%);
    border-radius: 100%;
    background: #fff;
    padding: 15px;
    color: #000;
}

.booking-hotel .banner .trip-organiser .trip-planner li.active span {
    display: block;
    margin-top: 25px;
}

.booking-hotel .banner .trip-organiser .btn-groups .btn {
    text-transform: uppercase;
    padding: 12px 40px 8px;
    font-weight: 600;
    letter-spacing: 1.5;
    font-size: 16px;
    height: auto;
}

.booking-hotel .custom-dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
}

.booking-hotel .custom-dropdown .dropdown-toggle.btn-tertiary {
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 20px;
    color: #b2b2b2;
    font-size: 18px;
    border: 1px solid #b2b2b2;
    width: 100%;
    text-align: left;
}

.select-rooms .dropdown-toggle:after {
    content: "";
    font-family: "picos_thin";
    border: none;
    /* margin: 0 20px; 
    line-height: 1px;*/
    vertical-align: middle;
    float: right;
}

.select-rooms .room-selection {
    margin-bottom: 20px;
}

.select-rooms .dropdown-menu {
    padding: 10px;
    border: 0;
    box-shadow: rgb(221 221 221 / 50%) 0px 0px 27px 2px;
    min-width: 300px;
    margin-top: 0px;
}

.select-rooms .dropdown-menu h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #b2b2b2;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0;
}

.select-rooms .dropdown-menu .section1 {
    overflow: hidden;
    /* margin-bottom: 15px; */
}

.select-rooms .dropdown-menu .section1 label {
    padding-top: 5px;
    float: left;
    margin: 0;
    font-size: 12px;
}

.select-rooms .dropdown-menu .section1 label small {
    color: #b2b2b2;
}

.select-rooms .dropdown-menu .add-person {
    width: 60%;
    text-align: right;
}

.select-rooms .select-wrapper {
    position: relative;
    width: 46%;
    float: left;
    margin: 0 5px 5px;
}

.select-rooms .child-select {
    overflow: hidden;
    margin-top: 10px;
}

.select-rooms .child-select label {
    position: absolute;
    z-index: 2;
    font-size: 11px;
    left: 10px;
    top: 4px;
    color: #b2b2b2;
    margin: 0;
    line-height: 12px;
}

.select-rooms .child-select .select-wrapper.valid select {
    padding: 20px 26px 0 5px;
}

.select-rooms .child-select .select-wrapper select {
    padding: 20px 26px 0 5px;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    font-size: 14px;
}

.select-rooms .child-select .filter-option {
    color: #000 !important;
    font-size: 16px;
}

.select-rooms .add-room,
.select-rooms .remove-room {
    clear: both;
    margin: 20px 0;
    text-align: right;
}

.select-rooms .add-room a,
.select-rooms .remove-room a {
    padding: 6px 8px 5px;
    background-color: #f7f7f7;
    color: #000;
    font-size: 14px;
}

.select-rooms .btn-black {
    font-size: 15px;
    padding: 7px 30px 6px;
}

.booking-hotel .bootstrap-touchspin .input-group-btn {
    display: inline-block;
    width: auto;
}

.booking-hotel .bootstrap-touchspin {
    display: inline-block;
}

.booking-hotel .bootstrap-touchspin input[type=text] {
    display: inline-block !important;
    width: 25%;
    float: none;
    border: 0;
    padding: 0 10px;
}

.booking-hotel .bootstrap-touchspin .btn {
    padding: 0 10px;
    border: 0;
    background: #f7f7f7;
    border-radius: 4px;
    color: #000;
    font-size: 20px;
}

/* .select-rooms .btn-black {
    font-size: 15px;
    padding: 7px 30px 6px;
} */
.booking-hotel .filter-section .bootstrap-select .dropdown-toggle {
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    padding: 13px 25px 11px;
}

.booking-hotel .filter-section .reset {
    color: #304ffe;
}

.booking-hotel .filter-section .reset i {
    font-weight: bold;
}

.booking-hotel .filter-results .filters {
    background-color: rgb(235 235 235);
    padding: 3px 10px 0;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 14px;
    float: left;
}

.booking-hotel .filter-results .star-rating li i {
    font-size: 14px;
    color: #404040;
}

.booking-hotel .filter-section .filter-selects .bootstrap-select {
    width: 100%;
}

.booking-hotel .filter-section .filter-selects .bootstrap-select .dropdown-toggle {
    outline: none !important;
    box-shadow: none;
}

/* #endregion*/

/* #region----------------Booking Details--------------------*/
.booking-details {
    background-color: #f7f7f7;
    padding: 20px;
}

.booking-details .offer-badge {
    background-color: rgb(255 234 0);
    padding: 9px 5px 5px;
    border-radius: 5px;
    line-height: 16px;
}

.booking-details .filter-hotel {
    position: relative;
}

.booking-details .filter-hotel .map {
    margin-right: 10px;
    padding: 3px 20px 3px 3px;
    background-color: #ffffff;
    /* float: left; */
    height: 45px;
}

.booking-details .filter-hotel .map img {
    border-radius: 5px;
}

.booking-details .filter-hotel .search {
    /* width: 150px; */
    position: relative;
    margin-right: 10px;
    /* float: left; */
}

.booking-details .filter-hotel .search .pie_search_box .form-control,
.booking-details .filter-hotel .search .pie_search_box button {
    border: 0;
}

.booking-details .hotel-price {
    line-height: 20px;
    margin-top: -12px;
}

.booking-details .hotel-img .upload-icon,
.booking-details .hotel-img .wishlist {
    position: absolute;
    color: #fff;
    font-size: 22px;
    left: 10px;
    top: 10px;
    font-weight: bold;
}

.booking-details .hotel-img .wishlist {
    left: 46px;
    top: 15px;
}

.booking-details .hotel-img .wishlist .wishlist-icon {
    position: absolute;
    left: -2px;
    cursor: pointer;
}

.booking-details .hotel-img .wishlist .fa-heart {
    color: #ff005e;
}

.booking-details .pie_search_box .form-control {
    background-color: #fff !important;
    height: 45px;
    font-size: 1rem;
}

.booking-details .pie_search_box button {
    background-color: #fff;
    color: #000;
    height: 45px;
    width: 40px;
}

.booking-details .irs.js-irs-0 {
    margin: -23px 20px 0 15px;
}

.booking-details .irs-line,
.irs-bar-edge {
    height: 1px;
    background: #000;
}

.booking-details .irs-slider {
    width: 14px;
    height: 14px;
    background: #ff005e;
    border: 1px solid #fff;
}

.booking-details .dashboard-dropdown .btn-group.bootstrap-select>.btn.dropdown-toggle {
    height: 46px;
}

.booking-details .irs-single {
    left: -22.08333% !important;
    top: 23px;
    background: #fff;
    color: #000;
}

.booking-details .irs-max {
    visibility: visible;
    top: 23px;
    right: -30px;
    background: #fff;
    color: #000;
}

.booking-details .star-rating {
    /* float: left; */
    background-color: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    margin-right: 10px;
    height: 45px;
}

.booking-details .star-rating .title {
    font-size: 13px;
    line-height: 20px;
}

.booking-details .star-rating ul li {
    display: inline-block;
    cursor: pointer;
}

.booking-details .star-rating ul li i {
    color: #ccc;
    font-size: 1.1rem;
}

.booking-details .star-rating ul>li.star.hover>i.fa {
    color: #FFCC36;
}

.booking-details .star-rating ul>li.star.selected>i.fa {
    color: #FF912C;
}

.booking-details .range-slider {
    /* float: left;
    width: 215px; */
    background-color: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    margin-right: 10px;
    height: 45px;
}

.booking-details .range-slider .title {
    font-size: 13px;
    line-height: 20px;
}

.booking-details .custom-dropdown {
    /* float: left;
    width: 150px; */
    margin-right: 10px;
}

.booking-details .custom-dropdown .dropdown-toggle {
    border-radius: 5px;
    padding: 13px 25px 11px 10px;
    background: #fff;
    height: 45px;
}

.booking-details .custom-dropdown .dropdown-toggle:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.booking-details .custom-dropdown .dropdown-menu {
    min-width: 300px;
}

.booking-details .custom-dropdown .bootstrap-select {
    width: 100% !important;
    left: 0;
}

.filter-allbtn {
    background: #fff;
    height: 60px;
    cursor: pointer;
    width: 109px;
    margin: 5px 10px 5px 2px;
    font-size: 15px;
    display: flex;
}

.booking-details .reset {
    border-radius: 5px;
    padding: 10px 15px 0 15px;
    background: #fff;
    height: 50px;
    float: left;
    font-weight: bold;
}

.booking-details .reset i {
    font-size: 30px;
    color: #ff005e;
}

.booking-details .sort-by {
    display: flex;
    justify-content: space-between;
}

.booking-details .sort-by .map {
    width: 200px;
}

.booking-details .sort-by .custom-dropdown {
    width: 250px;
    padding-right: 0;
    margin-right: 0;
}

.booking-details .left-filter {
    display: block;
}

.booking-details .left-filter .search .form-control {
    border: 0 none;
}

.booking-details .left-filter .search button {
    border: 0 none;
}

.booking-details .left-filter .filter-title {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 10px;
}

.booking-details .left-filter .filter-title .filter-text {
    font-size: 20px;
    font-weight: bold;
}

.booking-details .left-filter .reset-filter {
    color: #304ffe;
}

.booking-details .left-filter .filter-type {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.booking-details .left-filter .filter-type .filter-head {
    padding: 15px;
    line-height: 16px;
}

.booking-details .left-filter .filter-type .filter-head i {
    font-size: 26px;
    line-height: 16px;
    font-weight: normal;
}

.booking-details .left-filter .filter-body {
    padding: 5px 15px 15px;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
}

.booking-details .left-filter .filter-body li.view-more,
.booking-details .left-filter .filter-body li.view-less {
    color: #304ffe;
    cursor: pointer;
    font-size: 15px;
}

.booking-details .left-filter .filter-body li {
    margin-bottom: 5px;
}

.booking-details .left-filter .filter-body .custom-checkbox label {
    font-size: 15px;
}

.trip-organiser .input-groups {
    position: relative;
    padding-right: 10px;
}

.trip-organiser .input-groups i {
    position: absolute;
    right: 20px;
    top: 15px;
}

.trip-organiser .input-groups input[type=text] {
    height: 45px;
    border: 0;
}

.hotel-page .booking-hotel .trip-organiser .search-view .search-area .input-groups label {
    display: none;
}

.trip-organiser .valid.input-groups label {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 11px;
    left: 13px;
    top: 4px;
    color: #b2b2b2;
    margin: 0;
    line-height: 12px;
}

.trip-organiser .valid.custom-dropdown .dropdown-toggle {
    padding: 22px 25px 11px 10px;
}

.trip-organiser .valid.input-groups input[type=text] {
    padding-top: 22px;
    box-shadow: none;
}

.trip-organiser .custom-dropdown {
    width: 100%;
    padding-right: 10px;
}

.trip-organiser .custom-dropdown .dropdown-toggle {
    border: 0;
    height: 39px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    background-color: #fff;
}

.bootstrap-touchspin .input-group-btn {
    display: inline-block;
    width: auto;
}

.bootstrap-touchspin {
    display: inline-block;
}

.bootstrap-touchspin input[type=text] {
    display: inline-block !important;
    width: 25%;
    float: none;
    border: 0;
    padding: 0 10px;
}

.bootstrap-touchspin .btn {
    padding: 0 10px;
    border: 0;
    background: #f7f7f7;
    border-radius: 4px;
    color: #000;
    font-size: 20px;
}

.trip-organiser .btn-groups .btn {
    text-transform: uppercase;
    padding: 9px 20px 7px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
}

.booking-details .hotel-details .section {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.booking-details .hotel-details .section .hotel-img {
    position: relative;
}

.booking-details .hotel-desc {
    padding: 10px;
    overflow: hidden;
}

.booking-details .hotel-desc .title {
    overflow: hidden;
}

.booking-details .hotel-desc .title h5 {
    font-weight: bold;
}

.hotel-page .list-view .hotel-desc .hotel-name .sub-title {
    color: #666666;
    line-height: 24px;
}

.booking-details .hotel-desc .was-price {
    color: #666666;
    font-size: 18px;
    text-decoration: line-through;
    margin-right: 5px;
}

.booking-details .hotel-desc .actual-price {
    font-weight: bold;
    font-size: 30px;
}

.booking-details .hotel-desc .left-section {
    line-height: 26px;
    float: left;
}

.booking-details .hotel-desc .left-section .free-cancellation span {
    color: #00C853;
}

.booking-details .hotel-desc .left-section .cancellation-date {
    color: #b2b2b2;
}

.booking-details .hotel-desc .left-section .reserve {
    color: #666666;
}

.booking-details .review-rating .rating {
    border-radius: 100%;
    background-color: #000;
    color: #fff;
    padding: 5px 5px 1px;
    font-size: 16px;
    float: left;
}

.booking-details .review-rating .reviews {
    line-height: 36px;
}

.booking-details .hotel-desc .right-section {
    font-size: 14px;
    line-height: 24px;
}

.booking-details .hotel-desc .btn-tertiary {
    border: 1px solid #b2b2b2;
    font-size: 16px;
    padding: 7px 18px 7px;
}

.booking-details .hotel-desc .btn-black {
    font-size: 16px;
    padding: 7px 29px 7px;
}

.filter {
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 3px 4px 30px rgb(151 151 151 / 50%);
    position: absolute;
    left: 15px;
    top: 310px;
    z-index: 9;
    right: 15px;
}

.filter .filter-title {
    overflow: hidden;
}

.filter .filter-title .filter-close {
    font-size: 18x;
    line-height: 31px;
}

.filter .filter-title .reset-filter {
    color: #ff005e;
    margin-top: 5px;
    font-size: 18px;
}

.filter .filter-title .reset-filter i {
    font-size: 24px;
    float: left;
    margin-top: -2px;
    margin-right: 5px;
}

.filter .filter-title .heading {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    float: left;
}

.filter-sections {
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.filter-sections .heading {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.filter-sections .custom-checkbox .checkbox-custom {
    font-size: 16px;
}

.booking-details .filter-sections .view-more,
.booking-details .filter-sections .view-less {
    color: #304ffe;
    cursor: pointer;
}

.dropdown-menu.show .dropdown-menu.inner {
    display: block;
    padding: 0px 20px;
}

/* #endregion*/

/* #region -------------- Hotel Facilities ----------------------*/
.hotel-facilities .hotel-descp {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.hotel-facilities .hotel-descp .upload-icon,
.hotel-facilities .hotel-descp .wishlist {
    color: #666666;
    font-size: 22px;
    float: left;
    margin-right: 10px;
}

.hotel-facilities .hotel-descp .wishlist {
    margin-top: 2px;
}

.hotel-facilities .link-text {
    text-align: center;
}

.hotel-facilities .link-text a {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 9px 14px 7px;
    color: #000;
    line-height: 38px;
}

.hotel-facilities .link-text a.active {
    background-color: #00C853;
    color: #fff;
}

.hotel-facilities .hotel-address h1 {
    font-weight: bold;
}

.hotel-facilities .hotel-address .address {
    color: #666;
    margin-bottom: 5px;
}

.hotel-facilities .hotel-address .right-section {
    line-height: 85px;
    display: flex;
    height: 100%;
    align-items: flex-end;
}

/* .hotel-facilities .btn-tertiary {
    font-size: 18px;
    display: table-cell;
    vertical-align: bottom;
    border: 1px solid #b2b2b2;
}
.hotel-facilities .btn-black {
    background-color: #000;
    border-radius: 5px;
    padding: 10px 40px 6px;
    color: #fff;
    font-size: 18px;
    border: 0 none;
    font-weight: bold;
    display: table-cell;
    vertical-align: bottom;
} */
.hotel-facilities .hotel-images img,
.hotel-facilities .overlay {
    border-radius: 5px;
}

.hotel-facilities .hotel-images .more-images {
    background-color: rgb(0, 0, 0, 0.8);
    border-radius: 5px;
    position: relative;
}

.hotel-facilities .hotel-images .more-images img {
    opacity: 0.6;
}

.hotel-facilities .hotel-images .more-images .image-count {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
}

.hotel-facilities .about-hotel h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

.hotel-facilities .about-hotel p {
    color: #000;
    line-height: 30px;
    font-size: 17px;
    margin-bottom: 1.5rem;
}

.hotel-facilities .about-hotel .reviews {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.hotel-facilities .about-hotel .reviews .review-rating {
    line-height: 63px;
}

.hotel-facilities .about-hotel .reviews .review-rating .rating {
    border-radius: 100%;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    height: 60px;
    width: 60px;
    font-size: 25px;
    float: left;
    line-height: 63px;
    text-align: center;
}

.hotel-facilities .about-hotel .reviews .reviews-text {
    margin-left: 20px;
}

.hotel-facilities .about-hotel .reviews .review-count {
    float: right;
    color: #b2b2b2;
}

.hotel-facilities .about-hotel .reviews .review-count i {
    font-size: 24px;
    float: right;
    margin-left: 10px;
}

.hotel-facilities .popular-amenities {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.hotel-facilities .popular-amenities .amenities-title {
    overflow: hidden;
}

.hotel-facilities .popular-amenities .amenities-title .title {
    font-weight: bold;
    margin-bottom: 20px;
}

.hotel-facilities .popular-amenities .all-amenities {
    float: right;
    color: #b2b2b2;
}

.hotel-facilities .popular-amenities .all-amenities i {
    font-size: 24px;
    float: right;
    margin-left: 10px;
}

.hotel-facilities .popular-amenities ul {
    overflow: hidden;
    color: #000;
    list-style-type: none;
    margin-bottom: 0;
}

.hotel-facilities .popular-amenities li {
    float: left;
    width: 33.3%;
}

.hotel-facilities .popular-amenities li i {
    margin-right: 5px;
}

.hotel-facilities .rooms-info .room-desc .remaining-rooms {
    background-color: rgb(255, 0, 94, 0.06);
    border-radius: 3px;
    padding: 5px 7px 2px;
    font-size: 14px;
    margin-right: 5px;
    color: #ff005e;
}

.hotel-facilities .rooms-info .room-desc .rooms-slider .swiper-button-next:after,
.hotel-facilities .hotel-images .images1 .rooms-slider .swiper-button-next:after {
    font-family: 'picos_thin' !important;
    content: "\ec21";
    color: #fff;
    font-size: 20px;
}

.hotel-facilities .rooms-info .room-desc .rooms-slider .swiper-button-prev:after,
.hotel-facilities .hotel-images .images1 .rooms-slider .swiper-button-prev:after {
    font-family: 'picos_thin' !important;
    content: "\ec1d";
    color: #fff;
    font-size: 20px;
}

.hotel-facilities .hotel-images .images1 .rooms-slider .swiper-button-next:after,
.hotel-facilities .hotel-images .images1 .rooms-slider .swiper-button-prev:after {
    font-size: 40px;
}

.hotel-facilities .rooms-info .room-desc img {
    border-radius: 5px;
    min-height: 250px;
    object-fit: cover;
}

.hotel-facilities .rooms-info .room-desc .offer-badge {
    background-color: rgb(255 234 0);
    padding: 5px 5px 2px;
    border-radius: 5px;
}

.hotel-facilities .rooms-info .room-desc ul {
    clear: both;
    list-style-type: none;
    margin-bottom: 0;
}

.hotel-facilities .rooms-info .room-desc li {
    margin-bottom: 8px;
    font-size: 0.92307rem;
}

.hotel-facilities .rooms-info .room-desc li i {
    margin-right: 8px;
}

.hotel-facilities .rooms-info .more-details {
    margin-top: 30px;
    color: #b2b2b2;
    display: block;
}

.hotel-facilities .room-options .title {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hotel-facilities .room-options .options {
    padding: 20px;
    border-radius: 5px;
    line-height: 25px;
    background-color: #f7f7f7;
    font-size: 14px;
}

.hotel-facilities .room-options .options .option-text {
    color: #ff005e;
}

.hotel-facilities .room-options .options .cancellation-text {
    color: #00C853;
}

.hotel-facilities .room-options .options .valid-date {
    color: #b2b2b2;
}

.hotel-facilities .room-options .options .room-facility {
    color: #666;
    list-style-type: none;
    margin-bottom: 0;
}

.hotel-facilities .room-options .options .price-per {
    font-size: 14px;
    margin-top: 20px;
}

.hotel-facilities .room-options .options .price-per .pricing-section {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.hotel-facilities .room-options .options .price-per .stay-price {
    color: #666;
}

.hotel-facilities .room-options .options .price-per .btn-groups {
    display: flex;
    clear: both;
}

.hotel-facilities .room-options .options .price-per .btn-groups .btn {
    flex: 1;
}

.hotel-facilities .room-options .options .right-section .was-price {
    color: #666;
    font-size: 18px;
    margin-right: 5px;
    text-decoration: line-through;
}

.hotel-facilities .room-options .options .right-section .actual-price {
    font-size: 30px;
    font-weight: bold;
}

.hotel-facilities .property-amenities .white-container {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
}

.hotel-facilities .property-amenities ul {
    list-style-type: none;
}

.hotel-facilities .property-amenities ul li {
    margin-bottom: 20px;
}

.hotel-facilities .property-amenities .icon-circle {
    height: 35px;
    width: 35px;
    background: #000;
    border-radius: 100%;
    color: #fff;
    float: left;
    margin-top: 5px;
}

.hotel-facilities .property-amenities .icon-circle i {
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    display: block;
    font-weight: bold;
}

.hotel-facilities .property-amenities .amenities-info {
    padding-left: 50px;
    font-size: 14px;
    line-height: 25px;
}

/*--------------*/
.hotel-facilities .youmay-like .section {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.hotel-facilities .youmay-like .section .hotel-img {
    position: relative;
}

.hotel-facilities .youmay-like .section .hotel-img img {
    border-radius: 5px;
}

.hotel-facilities .youmay-like .hotel-img .upload-icon,
.hotel-facilities .youmay-like .hotel-img .wishlist {
    position: absolute;
    color: #fff;
    font-size: 22px;
    left: 10px;
    top: 10px;
    font-weight: bold;
}

.hotel-facilities .youmay-like .hotel-img .wishlist {
    left: 46px;
    top: 15px;
}

.hotel-facilities .youmay-like .hotel-img .wishlist .wishlist-icon {
    position: absolute;
    left: -2px;
    cursor: pointer;
}

.hotel-facilities .youmay-like .hotel-img .offer-badge {
    background-color: rgb(255 234 0);
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.hotel-facilities .youmay-like .hotel-desc {
    padding: 10px;
    overflow: hidden;
}

.hotel-facilities .youmay-like .hotel-desc .title {
    overflow: hidden;
}

.hotel-facilities .youmay-like .hotel-desc .title h5 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
}

.hotel-facilities .youmay-like .hotel-desc .sub-title {
    color: #666666;
    line-height: 24px;
    font-size: 14px;
}

.hotel-facilities .youmay-like .hotel-desc .details1 {
    overflow: hidden;
    margin-top: 40px;
    min-height: 76px;
}

.hotel-facilities .youmay-like .hotel-desc .was-price {
    color: #666666;
    font-size: 18px;
    text-decoration: line-through;
    margin-right: 5px;
    display: block;
}

.hotel-facilities .youmay-like .hotel-desc .actual-price {
    font-weight: bold;
    font-size: 26px;
}

.hotel-facilities .youmay-like .hotel-desc .details1 .left-section {
    line-height: 22px;
    float: left;
    font-size: 14px;
}

.hotel-facilities .youmay-like .hotel-desc .details1 .hotel-price {
    margin-top: 26px;
}

.hotel-facilities .youmay-like .hotel-desc .left-section .free-cancellation span {
    color: #00C853;
}

.hotel-facilities .youmay-like .hotel-desc .left-section .cancellation-date {
    color: #b2b2b2;
}

.hotel-facilities .youmay-like .hotel-desc .left-section .reserve {
    color: #666666;
}

.hotel-facilities .youmay-like .review-rating .rating {
    /* border-radius: 100%;
    background-color: #000;
    color: #fff;
    padding: 5px 5px 1px; */
    font-size: 14px;
    font-weight: bold;
    /* float: left; */
}

.hotel-facilities .youmay-like .review-rating .reviews {
    font-size: 14px;
}

.hotel-facilities .youmay-like .hotel-desc .right-section {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.hotel-facilities .youmay-like .swiper .swiper-button-next {
    top: 20px;
}

.hotel-facilities .youmay-like .swiper .swiper-button-prev {
    top: 20px;
    right: 50px;
    left: auto;
}

.hotel-facilities .youmay-like .swiper .swiper-button-next:after,
.hotel-facilities .youmay-like .swiper .swiper-button-prev:after {
    font-size: 22px;
    font-family: 'picos_thin' !important;
    content: "\ec1d";
    color: #fff;
    background-color: #ddd;
    border-radius: 100%;
    padding: 5px;
}

.hotel-facilities .youmay-like .swiper .swiper-button-next:after {
    content: "\ec21";
}

.hotel-facilities .imp-info .white-container {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
}

.hotel-facilities .imp-info .white-container ul {
    padding-left: 20px;
}

.hotel-facilities .customer-reviews .reviews {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.hotel-facilities .customer-reviews .reviews .details {
    overflow: hidden;
}

.hotel-facilities .customer-reviews .reviews .avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #ddd;
    float: left;
    text-align: center;
    line-height: 88px;
    font-size: 40px;
}

.hotel-facilities .customer-reviews .reviews .right-details {
    padding-left: 90px;
}

.hotel-facilities .customer-reviews .reviews .right-details .rating {
    font-size: 22px;
}

.hotel-facilities .customer-reviews .reviews .right-details .name {
    font-weight: bold;
    margin-top: 10px;
}

.hotel-facilities .customer-reviews .reviews .right-details .date {
    color: #b2b2b2;
}

.hotel-facilities .customer-reviews .reviews .review-details .votes-details {
    color: #304ffe;
}

.hotel-facilities .customer-reviews .reviews .review-details .votes-details i {
    background: #304ffe;
    color: #fff;
    border-radius: 100%;
    padding: 5px;
    font-size: 15px;
    margin-right: 5px;
}

.hotel-facilities .customer-reviews .show-more {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid;
    padding: 6px 0 4px;
    border-radius: 3px;
    cursor: pointer;
}

/* #endregion*/

/* #region -------------- Flight Booking ----------------------*/
.flight-booking .flight-trip {
    text-align: left;
    margin-top: 50px;
}

.flight-booking .flight-trip .btn {
    font-size: 14px;
    padding: 5px 10px 3px;
    background: #ddd;
    color: #000;
    border-radius: 5px;
    float: left;
    margin-right: 5px;
}

.flight-booking .flight-trip .btn.active {
    background-color: #000;
    color: #fff;
}

.flight-booking .banner .trip-organiser .input-groups input[type=text] {
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding-left: 5px;
}

.flight-booking .banner .trip-organiser .bootstrap-select {
    width: 100% !important;
}

.flight-booking .banner .trip-organiser .bootstrap-select .dropdown-toggle {
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    padding: 9px 20px;
    background-color: #fff;
    height: 45px;
    color: #495057;
}

.flight-booking .banner .trip-organiser .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    box-shadow: none;
}

.flight-booking .banner .trip-organiser .custom-dropdown {
    padding-right: 0;
}

.flight-search-result .range-slider,
.flight-search-result .filter-allbtn,
.booking-details .reset {
    height: 45px;
}

.flight-search-result .range-slider .title {
    line-height: 16px;
}

.flight-schedule-details .inner-section {
    padding: 12px 0 12px 15px;
    font-size: 13px;
}

.flight-schedule-details .schedule-wrapper {
    border-right: 1px solid #b2b2b2;
    padding-right: 15px;
    font-size: 13px;
    position: relative;
}

.flight-schedule-details .schedule-wrapper .operated-by {
    position: absolute;
    bottom: -6px;
    font-size: 12px;
}

.flight-schedule-details .schedule-container {
    display: flex;
}

.flight-schedule-details .schedule-container .from-code {
    flex: 0 0 30%;
}

.flight-schedule-details .schedule-container .forward-arrow {
    flex: 0 0 36%;
    display: flex;
    align-items: center;
}

.flight-schedule-details .schedule-container .to-code {
    flex: 0 0 34%;
}

.flight-schedule-details .schedule-container .from-code .from-text {
    color: #b2b2b2;
}

.flight-schedule-details .schedule-container .from-code .code {
    font-size: 28px;
    font-weight: bold;
}

.flight-schedule-details .schedule-container .from-code .arrival-text {
    background-color: rgb(255, 0, 94, 0.06);
    border-radius: 3px;
    padding: 2px 6px 0;
    font-size: 13px;
    margin-top: 5px;
    color: #ff005e;
    display: inline-block;
}

.flight-schedule-details .schedule-container .from-code .airport-code {
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
}

.flight-schedule-details .schedule-container .from-code .place-name {
    font-size: 12px;
}

.flight-search-result .flight-price-details .price-wrapper {
    height: 100%;
    display: flex;
}

.flight-search-result .flight-price-details .price-wrapper .bg-white {
    height: auto;
    width: 100%;
    /* margin-top: 58px; */
}

.flight-search-result .flight-price-details .inner-section {
    height: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    text-align: right;
}

.flight-search-result .flight-price-details .price-details .price {
    font-size: 20px;
    font-weight: bold;
}

.flight-search-result .flight-price-details .price-details .text {
    color: #666;
    font-size: 12px;
}

.flight-search-result .mobile-filter,
.booking-details .mobile-filter {
    display: none;
}

.flight-search-result .mobile-tofro-details,
#trip_search,
#filter_flight {
    display: block;
}

.flight-search-result .booked-details .bg-white {
    border-radius: 10px;
    margin-bottom: 10px;
}

.flight-search-result .booked-details .toggle-itenary {
    cursor: pointer;
    box-shadow: inset 0 -10px 5px -10px #ddd;
}

.flight-search-result .show-more {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid;
    padding: 6px 0 4px;
    border-radius: 3px;
    cursor: pointer;
}

.itenary-details.bg-white {
    padding: 20px;
    border-radius: 10px;
}

.itenary-details .heading {
    font-size: 20px;
    margin-bottom: 20px;
}

.itenary-details .flight-details {
    padding-left: 50px;
    font-size: 15px;
}

.itenary-details .flight-schedule-details .schedule-wrapper {
    border-right: 0;
}

.itenary-details .booking-notes {
    font-size: 15px;
}

.itenary-details .booking-notes .title {
    color: #b2b2b2;
}

.itenary-details .booking-notes ul {
    padding: 0;
    list-style-type: none;
}

.itenary-details .price-wrapper {
    padding: 10px;
    background-color: #f7f7f7;
    font-size: 14px;
}

.itenary-details .price-wrapper .title {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.itenary-details .price-wrapper label {
    margin-bottom: 0;
    color: #b2b2b2;
    margin-right: 4px;
}

.itenary-details .price-wrapper .information {
    margin-top: 15px;
    color: #ff005e;
}

.itenary-details .price-wrapper .information i {
    color: #000;
}

.itenary-details .price-wrapper .baggage-policy a {
    color: #b2b2b2;
}

.itenary-details .price-wrapper .price-right-section {
    display: flex;
    flex-direction: column;
    text-align: right;
    height: 100%;
    justify-content: space-between;
}

.itenary-details .price-wrapper .price-right-section .price-details .total-price {
    font-size: 26px;
    font-weight: bold;
}

.itenary-details .important-links {
    margin-top: 10px;
}

.itenary-details .important-links span {
    background: #d9d9d9;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
}

/* .flight-search-result .booked-details{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
} */
/* #endregion*/

/* #region -------------- Footer ----------------------*/
.footer .newsletter-signup {
    background: linear-gradient(165deg, rgb(85, 208, 249) 45%, rgb(32, 126, 246) 100%);
    padding: 125px 100px;
    margin-bottom: 80px;
}

.footer .newsletter-signup .desc {
    display: inline-block;
    font-size: 34px;
    color: #FFF;
}

.footer .newsletter-signup .signup-link {
    font-size: 34px;
    color: #FFF;
    font-weight: bold;
    float: right;
}

.footer .newsletter-signup .right-arrow {
    display: inline-block;
}

.footer .newsletter-signup .right-arrow .line {
    padding: 1px 19px 0;
    display: inline-block;
    background-color: #ffffff;
    margin-left: 10px;
    margin-bottom: 8px;
}

.footer .newsletter-signup .right-arrow .arrow {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-image: initial;
    display: inline-block;
    padding: 8px;
    transform: rotate(-45deg);
    margin: 0 0 0 -20px;
}

.footer {
    padding: 40px 50px 40px;
    background: #E5E5E3;
    font-family: "Inter";
}

.footer .scrolling-text-wrapper {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    overflow: hidden;
}

.footer .footer-title {
    transform: translateX(-20%) translateZ(0);
    animation: nectar-scrolling-text-animation linear infinite 15s;
    animation-duration: 30s;
    color: #C7C6BB;
    font-size: 150px;
    font-family: "HarlowDuoSerif";
    /* margin-bottom: 100px;
    margin-top: 40px; */
    line-height: normal;
    display: flex;
    flex-direction: row;
    padding-left: .45em;
}

@keyframes nectar-scrolling-text-animation {
    from {
        transform: translateX(-20%) translateZ(0)
    }

    to {
        transform: translateX(-120%) translateZ(0)
    }
}

.footer .footer-logo {
    margin-bottom: 80px;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 4px;
}

.footer ul .footer-head {
    /* font-weight: bold; */
    margin-bottom: 35px;
}

.footer ul .footer-head .desc {
    font-weight: normal;
}

.footer ul label {
    display: block;
    margin-bottom: 0;
}

.footer ul label i {
    font-size: 30px;
    line-height: 23px;
    margin-left: 10px;
}

.footer ul input[type=email] {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: transparent;
}

.footer ul input[type=email]:focus {
    outline: none !important;
    box-shadow: none;
}

.footer .our-partners {
    margin-top: 100px;
}

.footer .our-partners ul {
    list-style-type: none;
    padding: 0;
}

.footer .our-partners ul li {
    display: inline-block;
    background-color: #f7f7f7;
}

.footer .our-partners ul li img {
    padding: 10px;
    max-width: 220px;
}

.footer .copywrite {
    margin: 50px 0;
    color: #808080;
    font-family: "Inter";
}

/* #endregion*/

/* #region -------------- RESPONSIVE MEDIA QUERIES ----------------------*/
@media(max-width: 1199px) {
    .hide {
        display: none;
    }

    .header .header-links li i {
        margin-right: 12px;
        font-size: 24px;
        float: left;
    }

    .header .header-wrapper {
        display: block;
        position: relative;
    }

    /* .header .header-links, */
    .header .header-links li.register,
    .header .header-links li.sign-in {
        display: none;
    }

    .header .mobile-show {
        float: right;
        padding-top: 11px;
        display: block;
    }

    .header .mobile-menu {
        display: block;
        float: left;
        padding-top: 13px;
        position: relative;
        z-index: 99;
        cursor: pointer;
    }

    .header .mobile-menu i {
        font-size: 25px;
        font-weight: bold;
    }

    .header .mobile-menu.close-menu i:before {
        content: '\ec1f';
        font-size: 18px;
        line-height: 25px;
    }

    .header .header-links {
        transform: translateX(0%);
        animation: slide-out .5s forwards;
        position: fixed;
        background: #55d0f9;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 64px 20px 20px 5px;
        max-width: 300px;
        display: none;
    }

    .header .header-links li {
        display: block;
        padding: 11px 8px;
    }

    .header .header-links.open-menu {
        animation: slide-in .5s forwards;
    }

    .header .header-links.open-menu a {
        font-size: 18px;
    }

    .footer .newsletter-signup {
        padding: 125px 60px;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .home-page .banner .trip-organiser .trip-planner {
        display: flex;
    }

    .home-page .section-image,
    .home-page .section-image2 {
        width: 300px;
        height: 300px;
    }

    .home-page .benefits {
        margin-bottom: 40px;
    }

    .flight-schedule-details .schedule-container .from-code .code {
        font-size: 22px;
    }

    .flight-schedule-details .schedule-container .from-code .arrival-text {
        font-size: 10px;
    }

    .flight-schedule-details .schedule-wrapper .operated-by {
        width: 60%;
        line-height: 15px;
    }
}

@media(max-width: 991px) {
    .left-tag {
        padding: 2px 7px 0px;
        font-size: 11px;
    }

    .btn {
        padding: 7px 15px 5px;
        font-size: 13px;
    }

    .header {
        display: block;
    }

    /* .header .header-links, */
    .header .header-links li.register,
    .header .header-links li.sign-in {
        display: none;
    }

    .header .userinfo {
        float: right;
    }

    .header .mobile-show {
        float: right;
        padding-top: 11px;
        display: block;
    }

    .header .mobile-menu {
        display: none;
        float: left;
        padding-top: 13px;
    }

    .header .mobile-menu i {
        font-size: 25px;
        font-weight: bold;
    }

    /* .header .mobile-menu.close-menu i:before{
        content: '\e899';
    } */
    .header .header-links li {
        display: block;
        padding: 11px 8px;
    }

    /* .header .header-links.open-menu{
        display: block;
        animation: slide-in .5s forwards;
        position: absolute;
        background: #FFF;
        z-index: 9;
        left: 0;
        right: 0;
    }
    .header .header-links.open-menu a{
        font-size: 18px;
    } */
    .home-page .banner img {
        min-height: 400px;
        object-fit: cover;
    }

    .home-page .banner .trip-organiser {
        padding: 20px;
        width: 85%;
    }

    .home-page .banner .trip-organiser h3 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .home-page .banner .trip-organiser .location {
        width: auto;
    }

    .home-page .banner .trip-organiser .trip-planner {
        display: block;
        margin-top: 30px;
        text-align: center;
    }

    .home-page .banner .trip-organiser .trip-planner li {
        vertical-align: text-top;
        padding: 0 15px;
        margin-bottom: 15px;
        display: inline-block;
    }

    .home-page .banner .trip-organiser .trip-planner li i {
        font-size: 18px;
        font-weight: bold;
    }

    .home-page .planning-text {
        padding: 30px 0 40px;
        margin-bottom: 40px;
    }

    .home-page .planning-text h2 {
        font-size: 25px;
        letter-spacing: normal;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .home-page .planning-text .tagline {
        font-size: 19px;
        padding: 0 20px;
    }

    .home-page .benefits {
        margin-bottom: 30px;
    }

    .home-page .benefits .section-icon {
        padding: 15px;
        font-size: 30px;
        float: left;
        margin-right: 35px;
    }

    .home-page .benefits .section-heading {
        font-size: 24px;
        line-height: 35px;
        height: 60px;
        display: flex;
        align-items: center;
        margin-top: 0;
    }

    .home-page .benefits .desc {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 30px;
    }

    .home-page .benefits ul li {
        font-size: 16px;
    }

    .home-page .make-trip {
        padding: 20px;
        margin-top: 50px;
    }

    .home-page .make-trip h3 {
        font-size: 20px;
    }

    .home-page .make-trip .desc {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .footer .newsletter-signup {
        padding: 30px;
    }

    .footer .newsletter-signup .desc {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .footer .newsletter-signup .signup-link {
        font-size: 26px;
    }

    .footer {
        /* margin-top: 30px; */
        padding: 0;
    }

    .footer .footer-logo {
        margin-bottom: 30px;
        width: 100%;
        max-width: 200px;
    }

    .footer .our-partners {
        margin-top: 30px;
    }

    .footer ul {
        margin-bottom: 40px;
    }

    .footer .our-partners ul li {
        width: 32%;
    }

    .footer .our-partners ul li img {
        width: 100%;
    }

    .footer ul .footer-head {
        margin-bottom: 15px;
    }

    .page-body {
        padding: 30px 10px;
    }

    .page-body .page-title {
        font-size: 25px;
        letter-spacing: normal;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .page-body .page-title br {
        display: none;
    }

    .page-body .tagline {
        font-size: 19px;
        padding: 0 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .compare-page .compare-table td {
        padding: 10px;
    }

    .trips-details .trips-categorised {
        padding: 30px 10px;
    }

    .booking-hotel .banner .organiser-container {
        padding: 20px;
    }

    /* .booking-hotel .banner img{
        min-height: 400px;
        object-fit: cover;
        height: 100%;
    } */
    .booking-hotel .banner .trip-organiser {
        padding: 20px;
        /* width: 85%; */
    }

    .booking-hotel .banner .trip-organiser h3 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .booking-hotel .banner .trip-organiser .location {
        width: auto;
        padding-right: 0;
    }

    .booking-hotel .banner .trip-organiser .input-groups i.roundtrip-icon {
        right: -26px;
        font-size: 22px;
    }

    .booking-hotel .banner .trip-organiser .trip-planner {
        display: block;
        margin-top: 30px;
        padding: 0;
        text-align: center;
    }

    .booking-hotel .banner .trip-organiser .trip-planner li {
        vertical-align: text-top;
        padding: 0 15px;
        margin-bottom: 15px;
        display: inline-block;
    }

    .booking-hotel .banner .trip-organiser .trip-planner li i {
        font-size: 18px;
        font-weight: bold;
    }

    .flight-booking .flight-trip {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .flight-search-result .trip-organiser .col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .trip-organiser .btn-groups .btn {
        height: auto;
        font-size: 14px;
        padding: 11px 15px 7px;
    }

    .booking-details {
        padding: 80px 10px 10px;
    }

    .booking-details .sort-by .map {
        width: auto;
        white-space: nowrap;
    }

    .booking-details .sort-by .custom-dropdown {
        width: 100%;
    }

    .booking-hotel .banner .trip-organiser .trip-planner li {
        padding: 0 9px;
    }

    .booking-hotel .banner .trip-organiser .input-groups i {
        right: 7px;
    }

    .booking-details .left-filter {
        display: none;
        position: fixed;
        z-index: 9;
        background: #f7f7f7;
        top: 150px;
        left: 15px;
        border: 10px solid #f7f7f7;
        right: 15px;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        width: auto;
        padding: 0;
    }

    .flight-schedule-details {
        margin-top: 0;
        border-bottom: 1px solid #b2b2b2;
        padding-bottom: 10px;
    }

    .flight-schedule-details .inner-section {
        padding: 10px 0 0 10px;
    }

    .flight-search-result .flight-price-details .inner-section {
        padding: 10px;
    }

    .itenary-details.bg-white {
        padding: 10px;
    }

    .itenary-details .heading {
        font-size: 16px;
    }

    .itenary-details .price-wrapper .price-right-section .tag-space {
        margin-bottom: 20px;
    }

    .flight-schedule-details .schedule-wrapper {
        border-right: none;
        padding-right: 10px;
        font-size: 12px;
    }

    .flight-schedule-details .schedule-container {
        line-height: 20px;
    }

    .flight-schedule-details .schedule-container .from-code .code {
        font-size: 16px;
    }

    .flight-schedule-details .schedule-container .from-code .arrival-text {
        font-size: 9px;
        padding: 2px 3px 0;
    }

    .flight-schedule-details .schedule-container .forward-arrow img {
        width: 100%;
    }

    .flight-search-result {
        padding-top: 80px;
    }

    .flight-search-result .flight-price-details .price-wrapper .bg-white {
        margin-top: 0;
    }

    .flight-search-result .flight-price-details .price-details .text {
        font-size: 12px;
        line-height: 20px;
    }

    .flight-search-result #filter_flight,
    .booking-details #filter_flight {
        position: fixed;
        z-index: 9;
        background: #f7f7f7;
        top: 150px;
        left: 15px;
        border: 10px solid #f7f7f7;
        right: 15px;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .flight-search-result .mobile-filter,
    .booking-details .mobile-filter {
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        position: fixed;
        top: 73px;
        left: 15;
        right: 15px;
        border: 10px solid #f7f7f7;
        z-index: 9;
    }

    .flight-search-result .mobile-filter .trip-details,
    .booking-details .mobile-filter .trip-details {
        font-size: 12px;
        line-height: 20px;
        float: left;
    }

    .flight-search-result .mobile-filter .search-container,
    .booking-details .mobile-filter .search-container {
        float: left;
        margin-left: 15px;
        margin-top: 10px;
    }

    .flight-search-result .mobile-filter .search-container i,
    .booking-details .mobile-filter .search-container i {
        color: #304ffe;
    }

    .flight-search-result .mobile-filter .filter-container,
    .booking-details .mobile-filter .filter-container {
        float: right;
        background: #ddd;
        padding: 5px;
        line-height: 14px;
        border-radius: 5px;
        line-height: 13px;
        margin-top: 7px;
    }

    .flight-search-result .mobile-tofro-details,
    #trip_search,
    #filter_flight {
        display: none;
    }

    .flight-schedule-details .schedule-wrapper .operated-by {
        max-width: 150px;
        line-height: 15px;
    }

    .flight-search-result .flight-price-details .price-details .price {
        font-size: 22px;
    }

    .flight-search-result .flight-price-details .inner-section .tag-space {
        margin-bottom: 20px;
    }

    .itenary-details .booking-notes {
        font-size: 12px;
    }

    .itenary-details .flight-details {
        font-size: 12px;
        line-height: 20px;
    }

    .hotel-facilities,
    .hotel-facilities .hotel-descp,
    .hotel-facilities .about-hotel .reviews,
    .hotel-facilities .popular-amenities,
    .hotel-facilities .room-options .options,
    .hotel-facilities .property-amenities .white-container {
        padding: 10px;
    }

    .hotel-facilities .link-text a {
        padding: 7px 10px 5px;
        font-size: 12px;
        line-height: 38px;
    }

    .hotel-facilities .hotel-address h1 {
        font-size: 20px;
    }

    .hotel-facilities .hotel-address .right-section {
        height: auto;
    }

    .hotel-facilities .about-hotel h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .hotel-facilities .about-hotel p {
        line-height: 24px;
        font-size: 15px;
    }

    .hotel-facilities .about-hotel .reviews {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hotel-facilities .about-hotel .reviews .review-rating .rating {
        height: 50px;
        width: 50px;
        font-size: 20px;
        line-height: 56px;
    }

    .hotel-facilities .about-hotel .reviews .reviews-text {
        margin-left: 10px;
    }

    .hotel-facilities .popular-amenities .amenities-title .title {
        font-size: 16px;
        line-height: 26px;
    }

    .hotel-facilities .popular-amenities .all-amenities,
    .hotel-facilities .about-hotel .reviews .review-count {
        font-size: 15px;
    }

    .hotel-facilities .popular-amenities ul,
    .hotel-facilities .rooms-info h4,
    .hotel-facilities .property-amenities h4 {
        margin-bottom: 10px !important;
        font-size: 18px;
    }

    .hotel-facilities .popular-amenities li {
        font-size: 13px;
    }

    .hotel-facilities .room-options .options .right-section .actual-price {
        font-size: 26px;
    }

    .hotel-facilities .room-options .title {
        margin-bottom: 5px;
    }

    .hotel-facilities .rooms-info .room-desc li {
        margin-bottom: 3px;
        font-size: 15px;
    }

    .hotel-facilities .rooms-info .more-details {
        margin-top: 15px;
        font-size: 14px;
    }

    .hotel-facilities .youmay-like h4 {
        font-size: 18px;
        max-width: 230px;
    }

    .hotel-facilities .youmay-like .hotel-desc .details1 {
        margin-top: 20px;
    }

    .hotel-facilities .imp-info h4,
    .hotel-facilities .imp-info .white-container h4,
    .hotel-facilities .customer-reviews h4 {
        font-size: 18px;
    }

    .hotel-facilities .imp-info .white-container {
        padding: 20px;
    }

    .hotel-facilities .customer-reviews .reviews .right-details .rating {
        font-size: 18px;
    }

    .hotel-facilities .customer-reviews .reviews .avatar {
        height: 60px;
        width: 60px;
        line-height: 70px;
        font-size: 35px;
    }

    .hotel-facilities .customer-reviews .reviews .right-details {
        padding-left: 70px;
    }

    .hotel-facilities .rooms-info .room-desc img {
        min-height: 200px;
    }

    .booking-details .hotel-desc .btn-groups {
        clear: both;
    }

    .booking-details .hotel-desc .left-section {
        font-size: 14px;
        line-height: 20px;
    }

    .booking-details .hotel-price {
        margin-top: 0;
    }

    .booking-details .hotel-desc .actual-price {
        font-size: 24px;
    }

    .booking-details .hotel-details .section .hotel-img {
        float: none !important;
    }

    .booking-details .hotel-details .section .hotel-img img {
        width: 100%;
    }

    .booking-hotel .banner .trip-organiser .input-groups,
    .trip-organiser .custom-dropdown {
        padding-right: 0;
    }

    .trips-details {
        margin-top: 50px;
    }

    .trip-detail .tour-name {
        font-size: 28px;
        line-height: 38px;
    }

    .trips-details .star-rating {
        margin-bottom: 30px !important;
    }

    .trips-details .trip-images {
        padding: 0;
    }

    .trips-details .trip-images img {
        height: 200px;
    }

    .trips-details .swiper {
        padding-bottom: 40px;
    }

    .trips-details .trips-categorised .item img {
        height: 200px;
    }
}

@media(max-width: 767px) {

    .home-page .section-image,
    .home-page .section-image2 {
        display: none;
    }

    .footer .newsletter-signup .signup-link {
        font-size: 26px;
        float: none;
    }

}

@media(min-width: 768px) {
    .hotel-facilities .hotel-images .images1 {
        padding-right: 5px;
    }

    .hotel-facilities .hotel-images .images2 {
        padding-left: 0;
    }

    .flight-schedule-details {
        margin-bottom: 1rem;
        border-bottom: 0 none;
    }
}

@media (min-width: 576px) {
    .hotel-facilities .hotel-images .images1 {
        padding-right: 5px;
    }

    .hotel-facilities .hotel-images .images2 {
        padding-left: 0;
    }
}

/* #endregion*/

/* #region -------------- Keyframes ----------------------*/
@-webkit-keyframes slide-in {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slide-out {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }

}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.message-overlay {
    background-color: rgba(24, 26, 37, 0.85);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    z-index: 9999992;
}

.message-canvas {
    width: 50%;
    max-width: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .message-canvas {
        width: 90%;
    }
}

.message-block {
    padding: 10px;
}

.spinner,
.spinner::before,
.spinner::after {
    -webkit-animation: animation-rotate 1000ms linear infinite;
    animation: animation-rotate 1000ms linear infinite;
    border: 1px solid #E5E5E3;
    border-left-color: #4D463B;
    position: absolute;
    left: 50%;
    top: 50%;
}

.spinner::before,
.spinner::after {
    content: '';
    display: inline-block;
}

.spinner {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: -25px 0 0 -25px;
}

.spinner::before {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    margin: -28px 0 0 -28px;
}

.spinner::after {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    margin: -22px 0 0 -22px;
}

.form-label,
.search-label,
.rlvt-label {
    color: #000;
    display: block;
    margin-bottom: 0;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__input {
    cursor: pointer;
    display: block;
    outline: none;
    width: 100%;
    position: relative;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__input .form-control[readonly] {
    background-color: #fff;
}

.booking-hotel .organiser-container .trip-organiser .ghost-date .angular-date-range-picker__input.no-icon {
    display: inline;
    padding: 0;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__picker {
    background: #fff;
    border: 1px solid #000;
    margin-top: 11px;
    position: absolute;
    top: 100%;
    z-index: 3;
}

@media (max-width: 991px) {
    .booking-hotel .organiser-container .trip-organiser .calendar-center-sm .angular-date-range-picker__picker {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 1199px) {
    .booking-hotel .organiser-container .trip-organiser .calendar-center-md .angular-date-range-picker__picker {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.booking-hotel .organiser-container .trip-organiser .calendar-right .angular-date-range-picker__picker {
    right: 0;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__picker.calendar-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 9999991;
    right: auto;
}

.booking-hotel .organiser-container .trip-organiser .range-cal {
    width: 572px;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__timesheet {
    position: relative;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__timesheet:before,
.angular-date-range-picker__timesheet:after {
    content: " ";
    display: table;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__timesheet:after {
    clear: both;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__month {
    width: 286px;
    padding: 0 10px;
    float: left;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker--ranged .angular-date-range-picker__month {
    width: 50%;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__picker .angular-date-range-picker__prev-month {
    left: 10px;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__picker .angular-date-range-picker__next-month {
    right: 10px;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__month-name {
    font-size: 22px;
    padding: 5px 0;
    text-align: center;
    color: #000;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__calendar {
    font-size: 14px;
    width: 100%;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__calendar-weekday {
    border-top: 1px solid #eee;
    color: #232323;
    font-weight: 100;
    padding: 7px 0;
    text-align: center;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__calendar-day {
    background-color: #e7e9ec;
    border: 1px solid #fff;
    color: #232323;
    cursor: pointer;
    padding: 5px 0;
    line-height: 1.25;
    text-align: center;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__calendar-day:hover {
    background: #7FDBE1;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__calendar-day:hover .hover-text {
    color: #232323;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__calendar-day-disabled {
    color: #ccc;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__calendar-day-disabled:hover {
    background-color: #e7e9ec;
    color: #ccc;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__calendar-day-disabled:hover .hover-text {
    color: #ccc;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__calendar-day-selected {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__panel {
    padding: 10px 0;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__picker .angular-date-range-picker__prev-month,
.angular-date-range-picker__next-month {
    color: #000;
    cursor: pointer;
    position: absolute;
    font-size: 24px;
    top: 3px;
}

.booking-hotel .organiser-container .trip-organiser .single-cal {
    width: 286px;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__prev-month:hover,
.angular-date-range-picker__next-month:hover {
    color: #00cfde;
}

/* .booking-hotel .organiser-container .trip-organiser .js-dropdown {
    position: relative;
    cursor: pointer;
} */

/* .booking-hotel .organiser-container .trip-organiser .js-dropdown-trigger {
    background-color: #fff;
    border-radius: 5px;
    padding: 6px 12px;
    color: #495057;
    font-size: 14px;
    border: 1px solid #b2b2b2;
    width: 100%;
    text-align: left;
} */

/* .booking-hotel .organiser-container .trip-organiser .js-dropdown-trigger:hover {
    border-color: #808080;
}
  
.booking-hotel .organiser-container .trip-organiser .js-dropdown-menu {
    background-color: #fff;
    border: 1px solid #808080;
    display: none;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
}
  
.booking-hotel .organiser-container .trip-organiser .js-dropdown-menu::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}
  
.booking-hotel .organiser-container .trip-organiser .js-dropdown-menu::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
  
.booking-hotel .organiser-container .trip-organiser .js-dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
} */
.booking-hotel .organiser-container .trip-organiser .step-container {
    width: 85px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.booking-hotel .organiser-container .trip-organiser .step-container>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.booking-hotel .organiser-container .trip-organiser .step-container>div:nth-child(odd) {
    background-color: #d9d9d9;
}

.booking-hotel .organiser-container .trip-organiser .step-container>div:nth-child(even) {
    border: 2px solid #d9d9d9;
}

.booking-hotel .organiser-container .trip-organiser .js-dropdown .js-dropdown-menu .label {
    font-size: 12px;
}

@media (min-width: 768px) {
    .hide-md-u {
        display: none !important;
    }

    .flex-md-u {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .show-md-u {
        display: none;
    }

    .ctr-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.c-y-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.booking-hotel .organiser-container .trip-organiser .search-group {
    margin-bottom: 10px;
    font-family: "Inter";
}

.booking-hotel .organiser-container .trip-organiser .locat-grp {
    padding-left: 15px;
    padding-top: 10px;
}

.p-n {
    padding: 0;
}

.p-xs {
    padding: 5px;
}

.p-sm {
    padding: 10px;
}

.p-md {
    padding: 15px;
}

.p-lg {
    padding: 20px !important;
}

.p-xl {
    padding: 30px;
}

.p-t-n {
    padding-top: 0;
}

.p-t-xs {
    padding-top: 5px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t-md {
    padding-top: 15px;
}

.p-t-lg {
    padding-top: 20px;
}

.p-t-xl {
    padding-top: 30px;
}

.p-r-n {
    padding-right: 0;
}

.p-r-xs {
    padding-right: 5px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-r-md {
    padding-right: 15px;
}

.p-r-lg {
    padding-right: 20px;
}

.p-r-xl {
    padding-right: 30px;
}

.p-b-n {
    padding-bottom: 0;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b-md {
    padding-bottom: 15px;
}

.p-b-lg {
    padding-bottom: 20px;
}

.p-b-xl {
    padding-bottom: 30px;
}

.p-l-n {
    padding-left: 0;
}

.p-l-xs {
    padding-left: 5px;
}

.p-l-sm {
    padding-left: 10px;
}

.p-l-md {
    padding-left: 15px;
}

.p-l-lg {
    padding-left: 20px;
}

.p-l-xl {
    padding-left: 30px;
}

.p-x-n {
    padding-left: 0;
    padding-right: 0;
}

.p-x-xs {
    padding-left: 5px;
    padding-right: 5px;
}

.p-x-sm {
    padding-left: 10px;
    padding-right: 10px;
}

.p-x-md {
    padding-left: 15px;
    padding-right: 15px;
}

.p-x-lg {
    padding-left: 20px;
    padding-right: 20px;
}

.p-x-xl {
    padding-left: 30px;
    padding-right: 30px;
}

.p-y-n {
    padding-top: 0;
    padding-bottom: 0;
}

.p-y-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-y-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-y-md {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-y-lg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-y-xl {
    padding-top: 30px;
    padding-bottom: 30px;
}

.m-n {
    margin: 0;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m-md {
    margin: 15px;
}

.m-lg {
    margin: 20px;
}

.m-xl {
    margin: 30px;
}

.m-t-n {
    margin-top: 0;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px !important;
}

.m-t-md {
    margin-top: 15px;
}

.m-t-lg {
    margin-top: 20px;
}

.m-t-xl {
    margin-top: 30px;
}

.m-r-n {
    margin-right: 0;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r-md {
    margin-right: 15px;
}

.m-r-lg {
    margin-right: 20px;
}

.m-r-xl {
    margin-right: 30px;
}

.m-b-n {
    margin-bottom: 0;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b-md {
    margin-bottom: 15px;
}

.m-b-lg {
    margin-bottom: 20px;
}

.m-b-xl {
    margin-bottom: 30px;
}

.m-l-n {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l-md {
    margin-left: 15px;
}

.m-l-lg {
    margin-left: 20px;
}

.m-l-xl {
    margin-left: 30px;
}

.m-x-n {
    margin-left: 0;
    margin-right: 0;
}

.m-x-xs {
    margin-left: 5px;
    margin-right: 5px;
}

.m-x-sm {
    margin-left: 10px;
    margin-right: 10px;
}

.m-x-md {
    margin-left: 15px;
    margin-right: 15px;
}

.m-x-lg {
    margin-left: 20px;
    margin-right: 20px;
}

.m-x-xl {
    margin-left: 30px;
    margin-right: 30px;
}

.m-y-n {
    margin-top: 0;
    margin-bottom: 0;
}

.m-y-xs {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-y-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-y-md {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-y-lg {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-y-xl {
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-auto {
    margin: auto;
}

.m-x-auto {
    margin-right: auto;
    margin-left: auto;
}

.m-y-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.ma-ml {
    margin: auto;
}

@media (min-width: 768px) {
    .ma-ml {
        margin-right: initial;
    }
}

@media (max-width: 991px) {
    .mtm-ld {
        margin-top: 15px;
    }
}

.mlt-l {
    margin-left: 15px;
}

@media (min-width: 992px) {
    .mlt-l {
        margin-left: 0;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .ca-adjust {
        max-width: 100%;
    }
}

.m-t-3 {
    margin-top: 3px;
}

.booking-hotel .organiser-container .trip-organiser .text-sec {
    color: #000;
    font-family: "Inter";
}

.booking-hotel .organiser-container .trip-organiser .search-filters .js-dropdown {
    position: relative;
    cursor: pointer;
    font-family: "Inter";
}

.booking-hotel .organiser-container .trip-organiser .rlvt-radio input,
.rlvt-checkbox input {
    display: none;
}

.control-icon {
    width: 14px;
    height: 14px;
    background-color: #fff;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ddd;
    position: relative;
    margin-right: 5px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

.booking-hotel .organiser-container .trip-organiser .search-filters .search-filter-item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-hotel .organiser-container .trip-organiser .rlvt-date .h1 {
    font-size: 26px;
}

.booking-hotel .organiser-container .trip-organiser .rlvt-date .date-lh {
    line-height: 1.1;
}

.vh-center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.booking-hotel .organiser-container .trip-organiser .h-center,
.booking-hotel .organiser-container .trip-organiser .v-center,
.booking-hotel .organiser-container .trip-organiser .vh-center {
    position: absolute;
}

.booking-hotel .organiser-container .trip-organiser .h-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.booking-hotel .organiser-container .trip-organiser .v-center {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.booking-hotel .organiser-container .trip-organiser .date-range-begin {
    background: #fff url("../../images/calendar-images/start-a.png") no-repeat;
}

.booking-hotel .organiser-container .trip-organiser .date-range-end {
    background: #fff url("../../images/calendar-images/end-a.png") no-repeat;
}

.booking-hotel .organiser-container .trip-organiser .cal-start-hover:hover {
    background: #e7e9ec url("../../images/calendar-images/start-hover-a.png") no-repeat;
}

.booking-hotel .organiser-container .trip-organiser .cal-start-hover:hover.angular-date-range-picker__calendar-day-selected {
    background: #e2e2e2 url("../../images/calendar-images/start-hover-a.png") no-repeat;
    border-color: #000;
}

.booking-hotel .organiser-container .trip-organiser .cal-end-hover:hover {
    background: #e7e9ec url("../../images/calendar-images/end-hover-a.png") no-repeat;
}

.booking-hotel .organiser-container .trip-organiser .cal-end-hover:hover.angular-date-range-picker__calendar-day-selected {
    background: #e2e2e2 url("../../images/calendar-images/end-hover-a.png") no-repeat;
    border-color: #000;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker__calendar-weekday,
.angular-date-range-picker__calendar-day {
    width: 38px;
    height: 38px;
}

@media (min-width: 768px) {
    .booking-hotel .organiser-container .trip-organiser .date-selected::after {
        width: 20px;
        height: 10px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCAyMCAxMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5DYWxlbmRhci1hcnJvdzwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJBcnRib2FyZCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQzNC4wMDAwMDAsIC0yMTIuMDAwMDAwKSI+ICAgICAgICA8ZyBpZD0iQ2FsZW5kYXItYXJyb3ciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzNC4wMDAwMDAsIDIxMi4wMDAwMDApIj4gICAgICAgICAgICA8cG9seWdvbiBpZD0iVHJpYW5nbGUiIGZpbGw9IiMxODFBMjUiIHBvaW50cz0iMTAgMCAyMCAxMCAwIDEwIj48L3BvbHlnb24+ICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjEwIDEgMjAgMTEgMCAxMSI+PC9wb2x5Z29uPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
        content: '';
        margin-top: 2px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        top: 100%;
        z-index: 4;
    }
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker--ranged {
    min-height: 200px;
    width: 572px;
}

.booking-hotel .organiser-container .trip-organiser .angular-date-range-picker--ranged.has-events {
    width: 772px;
}

@media (max-width: 1199px) {
    .booking-hotel .organiser-container .trip-organiser .angular-date-range-picker--ranged.has-events {
        width: 722px;
    }
}

.booking-hotel .organiser-container .trip-organiser .has-error .form-control,
.has-error .select-control {
    border-color: #b22b42;
}

.is-error,
.errors,
.error {
    color: #b22b42;
    font-size: .85em;
    margin: 5px 0 0;
}

.has-error .error {
    display: block;
}

.error {
    display: none;
}

.dropdown-menu input {
    font-size: 14px;
    white-space: nowrap;
    min-height: 38px;
}

.dropdown-menu {
    padding: 10px;
    min-width: 23rem;
    font-family: "Inter";
}

.dropdown-menu li {
    padding-bottom: 5px;
}

.dropdown-menu li a:hover {
    color: #007bff;
}

/* .booking-hotel .organiser-container .trip-organiser .rlvt-icon-xs {
    width: 15px;
    height: 15px;
} */

@media (min-width: 350px) {
    .booking-hotel .organiser-container .trip-organiser .rlvt-icon-xs.icon-res {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 768px) {
    .home-icon-box {
        padding: 12px;
    }

    .home-icon-box .rlvt-icon-xs {
        width: 25px;
        height: 25px;
    }
}

.flex-row,
.flex,
.row,
.flex-center,
.row-center,
.flex-v,
.panel-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.col-fix-xt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
}

.control-icon::before {
    content: '';
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
}

.control-icon.icon-large {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

.rlvt-sm.rlvt-radio label .control-icon,
.rlvt-sm.rlvt-checkbox label .control-icon {
    width: 12px;
    height: 12px;
}

.rlvt-radio .control-icon {
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.rlvt-radio input:checked+.control-icon::before {
    display: block;
}

.rlvt-radio .control-icon::before {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #00b7c4;
    margin-left: -25%;
    margin-top: -25%;
}

.rlvt-checkbox input:checked+.control-icon::before {
    display: block;
}

.rlvt-checkbox .control-icon::before {
    width: 40%;
    height: 75%;
    border-right: 2px solid #00b7c4;
    border-bottom: 2px solid #00b7c4;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: -1px;
}

[disabled] .control-icon::before,
.disabled .control-icon::before {
    border-color: #d9d9d9;
}

.rlvt-checkbox .control-icon::before {
    content: '';
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
}

.m-l-a {
    margin-left: auto;
}

.m-r-a {
    margin-right: auto;
}

.booking-hotel .organiser-container .trip-organiser .selected-item {
    background-color: #4a4761;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    padding: 4px 20px 4px 4px;
    position: relative;
    margin: 2px 5px 2px 0;
}

.booking-hotel .organiser-container .trip-organiser .selected-item::after {
    content: 'x';
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lh {
    line-height: 1;
}

.lh2 {
    line-height: 1.05;
}

.lh3 {
    line-height: 1.15;
}

.font-xxs {
    font-size: 10px;
}

.font-xs {
    font-size: 12px;
}

.item-value {
    flex-shrink: 0;
    padding-left: 10px;
    text-align: right;
}

.item-value.can-shrink {
    flex-shrink: 1;
}

.item-name {
    flex: 1 1 auto;
}

.price-value {
    text-align: right;
}

.summary-item,
.price-row {
    display: flex;
}

.summary-item {
    justify-content: space-between;
}

.summary-item:not(:last-child) {
    margin-bottom: 2px;
}

.font-sm {
    font-size: 0.92307rem;
}

.dropdown-chevron {
    margin-right: 5px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

[drop-active='up'] .dropdown-chevron {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

[drop-active='up'] .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

[drop-active='down'] .dropdown-chevron {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 767px) {
    .box-fixed.scroll-mb {
        position: relative;
        top: 0;
    }

    .box-fixed.scroll-mb+* {
        padding-top: 10px !important;
    }
}

@media (max-width: 450px) {
    .dropdown-menu {
        min-width: 20rem;
    }
}

.module-bar {
    background-color: #4D463B;
    color: #fff;
    overflow-x: auto;
}

.font-lg {
    font-size: 1.25rem;
}

.content-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
}

.cursor-p {
    cursor: pointer;
}

.rlvt-icon {
    width: 30px;
    height: 30px;
}

svg:not(:root) {
    overflow: hidden;
}

.block {
    display: block;
}

@media (min-width: 992px) {
    .hide-lg-u {
        display: none;
    }

    .flex-lg-u {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.search-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
}

@media (min-width: 992px) {
    .search-nav {
        padding-right: 0;
    }
}

.module-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 225px;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (max-width: 991px) {
    .module-label {
        display: none;
    }
}

.search-title {
    color: #000;
}

.search-bars {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.search-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.search-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
}

.search-text-m,
.search-text {
    color: #000;
    font-family: "Inter";
}

.no-wrap {
    white-space: nowrap;
}

.sub-text {
    font-size: 12px;
}

.search-cont .btn-primary-ouline {
    padding: 5px 10px;
    min-width: 140px;
}

@media (min-width: 992px) {
    .dual-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.rlvt-sidebar,
.dummy-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    min-width: 400px;
}

.my-trips-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 190px;
    -ms-flex: 0 0 190px;
    flex: 0 0 200px;
    min-width: 200px;
}

.rlvt-sidebar.sm,
.dummy-col.sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    min-width: 150px;
}

.aside-cont {
    position: fixed;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.aside-cont::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.aside-cont::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: inset 0 0 6px #f0f0f0;
}

.aside-cont::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0;
    box-shadow: inset 0 0 6px #888;
}

.aside-cont.as-f {
    max-height: calc(100vh - 60px);
}

@media (max-width: 991px) {
    .aside-cont {
        background-color: #eaeaea;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 10px 15px;
        z-index: 10;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        max-height: calc(100vh - 146px) !important;
        max-width: 420px;
    }

    .aside-cont.show-filters {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }
}

@media (min-width: 992px) {
    .aside-cont {
        width: 400px;
    }

    .my-trips-sidebar .aside-cont {
        width: 150px;
    }

    .rlvt-sidebar.sm .aside-cont {
        width: 150px;
    }
}

.si-adjust .sort-item {
    /* width: calc(48% - 5px); */
    width: 109px;
    margin: 5px 10px 5px 2px;
}

.sort-item {
    background-color: #fff;
    cursor: pointer;
    /* -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 68px; */
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
}

.sort-title {
    margin: 5px 0;
}

.si-adjust .sort-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sort-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.92307rem;
    line-height: 1.2;
}

.filter-header {
    margin-bottom: 5px;
}

.sort-title,
.filter-header {
    color: #000;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

.c-x-s {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* .nav,.list,.unstyle {
  list-style: none;
  padding: 0;
  margin: 0;
} */
.filter-considered {
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
}

.filter-considered .control-icon {
    height: 18px;
    width: 18px;
}

.filter-item {
    padding: 10px;
    /* background-color: #fff; */
    margin-bottom: 10px;
    /* border-radius: 5px; */
    /* margin-right: 10px; */
}

.filter-item:last-child {
    margin-bottom: 0;
}

.error-message .message-block,
.info-message .message-block {
    background-color: #fff;
}

.waiting-text {
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
}

.error-message .message-area,
.info-message .message-area {
    color: #000;
    -webkit-animation: scale-box .3s forwards;
    animation: scale-box .3s forwards;
}

.message-area {
    color: #fff;
    line-height: 1.2;
}

.message-header {
    background-color: #4a4761;
    height: 40px;
}

.message-block {
    padding: 10px;
}

.message-block.block-sm {
    width: 300px;
    margin: auto;
    color: #000;
    text-align: center;
}

.hide {
    display: none;
}

.category-status {
    /* margin-right: 7px; */
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.category-status.open-cat {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    padding: 0;
}

.search .fa {
    color: #808080;
}

.hotel-page {
    background: #f7f7f7;
}

.hotel-page .box-fixed,
.flight-page .box-fixed {
    z-index: 9;
    padding: 0;
    top: 60px;
    background: #f7f7f7;
    right: 15px;
    left: 15px;
    /* width: auto !important; */
}

.hotel-page .list-view .result-row {
    background-color: #fff;
    border-radius: 5px;
    /* overflow: hidden; */
    margin-bottom: 1rem;
}

.hotel-page .content-col .list-view .img-box img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 300px;
    width: 100%;
}

.hotel-page .list-view .result-row .hotel-p {
    padding: 12px 0px 0px 0px;
}

.hotel-page .custom-sidebar {
    padding-top: 193px !important;
}

.hotel-page .hotel-dis {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.bg-transparent {
    background-color: transparent;
}

.dialog-close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 1;
}

.circle-icon,
.filter-status {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.circle-icon {
    background-color: #fff;
    border-radius: 15px;
    color: #000;
    z-index: 1;
}

.col-equal {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
    max-width: none;
}

.dialog-divider {
    width: 1px;
    margin: 0 40px 10px 20px;
    background-color: #808080;
}

@media (min-width: 768px) and (max-width: 991px) {
    .dialog-divider {
        margin: 0 20px;
    }
}

@media (min-width: 768px) {
    .dialog-box .dialog-divider {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@-webkit-keyframes animation-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animation-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rlvt-radio label,
.rlvt-checkbox label {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.buckets {
    list-style: none;
}

.message-footer .btn-cancel {
    color: #fff;
    font-size: 16px;
    margin-top: 35px;
}

.btn-action {
    min-width: 100px;
}

.btn-cancel {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #b22b42;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    outline: none !important;
    box-shadow: none !important;
}

.bucket-price {
    font-size: 15px;
    color: #000;
}

.bucket .rlvt-hint {
    /* width: 150px; */
    padding: 7px;
    left: 20px;
}

.hint-top {
    bottom: 100%;
    margin-bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rlvt-hint {
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    display: none;
    font-size: 13px;
    position: absolute;
    padding: 3px 7px;
    /* width: 125px; */
    z-index: 1;
    font-family: "Inter";
}

.has-hint {
    position: relative;
}

.rlvt-notouch .has-hint:hover .rlvt-hint {
    display: block;
}

.hint-adjust .rlvt-hint {
    min-width: 125px;
    width: auto;
}

.rlvt-hint::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    border: 5px solid transparent;
}

.rlvt-hint.hint-big {
    width: 400px;
}

.rlvt-hint.hint-md {
    width: 150px;
}

.rlvt-hint.hint-lg {
    width: 175px;
}

.rlvt-hint.hint-auto {
    width: auto;
    white-space: nowrap;
}

.hint-left {
    right: 100%;
    margin-right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hint-left::after {
    left: 100%;
    border-left-color: #4a4761;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hint-right {
    left: 100%;
    margin-left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hint-right::after {
    right: 100%;
    border-right-color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hint-top::after {
    top: 100%;
    border-top-color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint-bottom {
    top: 100%;
    margin-top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint-bottom::after {
    bottom: 100%;
    border-bottom-color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pos-left {
    left: -10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.pos-left::after {
    left: 12px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.pos-right {
    right: -10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: auto;
}

.pos-right::after {
    right: 12px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: auto;
}

.pos-top {
    top: -10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.pos-top::after {
    top: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.pos-bottom {
    bottom: -10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: auto;
}

.pos-bottom::after {
    bottom: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: auto;
}

.bucket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}

.filter-category .filter-title {
    line-height: 16px;
    font-size: 16px;
}

.filter-category .category-list .bucket .bucket-criteria label {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0;
}

.filter-category .category-list .bucket .bucket-criteria .control-icon {
    border: 1px solid #bababa;
    width: 18px;
    height: 18px;
}

.i-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.dialog-cont {
    padding: 10px 20px;
    font-family: "Inter";
}

@media (min-width: 768px) {
    .dialog-cont {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-height: 700px) {
    .dialog-cont.dialog-b {
        padding-top: 15px;
        padding-bottom: 35px;
    }
}

.dialog-info,
.dialog-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

@media (min-width: 768px) {
    .dialog-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 768px) {
    .dialog-form {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.search-group,
.form-group {
    margin-bottom: 15px;
    position: relative;
}

.reg-tabs {
    border-bottom: 1px solid #ddd;
}

.reg-tabs .nav-item:first-child {
    margin-left: 15px;
}

.reg-tabs .nav-item.active {
    background-color: #364652;
    border-bottom: 0;
    margin-bottom: -1px;
    color: #fff;
}

.nav-inline,
.nav-list,
.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nav-item {
    padding: 8px 8px;
}

.nav-item-sm {
    padding: 5px 10px 5px 0;
}

.nav-item,
.nav-item-sm {
    cursor: pointer;
    display: block;
}

.rlvt-close::before,
.rlvt-close::after {
    background-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 80%;
    margin: -1px 0 0 -40%;
}

.rlvt-close {
    width: 75%;
    height: 75%;
    cursor: pointer;
    position: relative;
}

.rlvt-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rlvt-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rlvt-close.black::before,
.rlvt-close.black::after {
    background-color: #000;
}

.form-label {
    opacity: 0;
}

.form-field,
.form-select {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
}

.form-field:focus,
.form-select:focus {
    border-bottom-color: #000;
    outline: none;
}

.has-error .form-field,
.has-error .form-select {
    border-bottom-color: #b22b42;
}

.has-value .form-field::-moz-placeholder {
    color: transparent;
    opacity: 1;
}

.has-value .form-field:-ms-input-placeholder {
    color: transparent;
}

.has-value .form-field::-webkit-input-placeholder {
    color: transparent;
}

.has-focus .form-label {
    color: #000;
}

.has-value .form-label {
    opacity: 1;
    animation: example .5s;
}

.select-control,
.form-field,
.form-select {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 13px;
    color: #232323;
    background-image: none;
    text-align: left;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #4D463B;
    border-color: #4D463B;
}

.hotel-page .list-view .item-action .btn-black {
    font-size: 16px;
    padding: 7px 12px 7px;
}

.hotel-page .list-view .item-action .btn-tertiary {
    border: 1px solid #b2b2b2;
    font-size: 16px;
    padding: 7px 18px 7px;
}

@media (min-width: 544px) {
    .hide-sm-u {
        display: none;
    }

    .flex-sm-u {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.form-field:focus-visible {
    outline: 0
}

.col-fix-xs {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
}

.no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ty-icon {
    font-family: 'TrustYou Iconic';
}

.ty-icon-16ab::before {
    content: '\e756';
}

.ty-icon-16z::before {
    content: '\e755';
}

.ty-icon-16y::before {
    content: '\e753';
}

.ty-icon-16aa::before {
    content: '\e613';
}

.ty-icon-16t::before {
    content: '\e615';
}

.ty-icon-16i::before {
    content: '\e619';
}

.ty-icon-16g::before {
    content: '\e627';
}

.ty-icon-16s::before {
    content: '\e641';
}

.ty-icon-16h::before {
    content: '\e643';
}

.ty-icon-16d::before {
    content: '\e645';
}

.ty-icon-16r::before {
    content: '\e646';
}

.ty-icon-16c::before {
    content: '\e647';
}

.ty-icon-16u::before {
    content: '\e649';
}

.ty-icon-16k::before {
    content: '\e716';
}

.ty-icon-16f::before {
    content: '\e721';
}

.ty-icon-16e::before {
    content: '\e726';
}

.ty-icon-16b::before {
    content: '\e729';
}

.ty-icon-16p::before {
    content: '\e730';
}

.ty-icon-16ac::before {
    content: '\e731';
}

.ty-icon-16ag::before {
    content: '\e646';
}

.ty-icon-16ad::before {
    content: '\e773';
}

.ty-icon-16ae::before {
    content: '\e616';
}

.text-ty-red {
    color: #f37159;
}

.text-ty-yellow {
    color: #ffb400;
}

.text-ty-green {
    color: #119a11;
}

.text-ty-blue {
    color: #3498db;
}

.ty-description {
    font-weight: bold;
    letter-spacing: 1px;
}

.ty-group {
    line-height: 0;
    margin-bottom: 2px;
}

.circle-r .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rlvt-bubble {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 6px;
    position: relative;
}

.rlvt-bubble::after {
    width: 0;
    height: 0;
    border: 2px solid;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
}

.bubble-icon {
    width: 6px;
    height: 6px;
    display: inline-block;
    position: relative;
}

.bubble-icon::after {
    width: 0;
    height: 0;
    border: 1px solid;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
}

.bubble-red {
    background-color: #f37159;
}

.bubble-red::after {
    border-color: #f37159 transparent transparent #f37159;
}

.bubble-yellow {
    background-color: #ffb400;
}

.bubble-yellow::after {
    border-color: #ffb400 transparent transparent #ffb400;
}

.bubble-green {
    background-color: #119a11;
}

.bubble-green::after {
    border-color: #119a11 transparent transparent #119a11;
}

.link,
.link-nocolor:hover {
    color: #000;
}

.hght-graph {
    background-color: #f7f7f7;
    position: absolute;
    top: 100%;
    width: 300px;
    left: 0;
    padding: 10px;
    z-index: 1;
    margin-top: 8px;
}

.hght-graph::after {
    width: 16px;
    height: 16px;
    background-color: #f7f7f7;
    content: '';
    position: absolute;
    left: 32px;
    top: -8px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.hght-graph .rlvt-bar .bg-sec {
    background-color: #000;
}

.hght-graph .nav {
    color: #000;
}

@media (min-width: 544px) {
    .hght-graph {
        width: 350px;
    }
}

@media (min-width: 768px) {
    .hght-graph {
        width: 500px;
    }
}

.has-gutter>[class^="col-"],
.padder-cols>[class^="col-"],
.has-gutter>[class*=" col-"],
.padder-cols>[class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.has-gutter {
    margin-left: -10px;
    margin-right: -10px;
}

.search-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.col-fix-b {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

.rlvt-bar {
    background-color: #ebebeb;
    height: 8px;
    padding: 0;
}

.bar-meter {
    position: relative;
    height: 100%;
}

.bar-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}

.bar-caption {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    padding-left: 5px;
}

.review-red {
    color: #f37159;
}

.review-red .bar-meter {
    background-color: #ee8e8e;
}

.review-yellow {
    color: #ffb400;
}

.review-yellow .bar-meter {
    background-color: #f8d867;
}

.review-green {
    color: #119a11;
}

.review-green .bar-meter {
    background-color: #9acf89;
}

.hght-trigger {
    position: relative;
}

@media (min-width: 544px) {
    .hght-trigger {
        position: absolute;
    }
}

.main-content {
    background-color: #E5E5E3;
}

.rlvt-icon-md {
    width: 25px;
    height: 25px;
}

.rlvt-icon-sm {
    width: 20px;
    height: 20px;
}

.add-loc-trigger {
    border-radius: 10px;
    padding: 2px 10px;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    margin-left: 12px;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .add-loc-trigger {
        margin-right: 10px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.tile-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    position: relative;
    min-height: 200px;
    max-height: 260px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pic-ghost {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.img-full {
    width: 100%;
    height: 100%;
}

.trip-tile,
.travel-element {
    background-color: #fff;
    margin-bottom: 10px;
}

.trip-tile {
    min-height: 100px;
}

.trip-planner .planner-place {
    padding-top: 40px !important;
}

.tile-del {
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.location-open .tile-del {
    left: 10px;
    right: auto;
    bottom: 0;
}

.tile-title {
    margin-bottom: 5px;
    line-height: 1;
    letter-spacing: .02rem;
}

.tile-header {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
    cursor: pointer;
    padding: 5px 10px;
}

@media (max-width: 991px) {
    .add-loc-action {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .add-loc-action {
        background-color: #fff;
        border: 1px solid #808080;
        min-width: 300px;
        margin-top: 114px;
        padding: 10px;
        position: absolute;
        left: 45px;
        z-index: 1;
    }

    .add-loc-action::before {
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: #808080;
        border-top: 0;
        content: '';
        position: absolute;
        left: 50%;
        top: -10px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .add-loc-action::after {
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom-color: #fff;
        border-top: 0;
        content: '';
        position: absolute;
        left: 50%;
        top: -9px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .add-loc-action::before,
    .add-loc-action::after {
        left: 40px;
    }
}

.btn-primary:hover {
    border-color: #4D463B;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #4D463B;
    border-color: #4D463B;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.hotel-page .middle-content {
    background: #E5E5E3;
}

.hotel-page .hotel-detail {
    padding: 20px;
    border-radius: 5px;
    background-color: #EDEDEB;
}

.hotel-page .hotel-detail .nav-bar-wrapper .nav-bar ul li {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 0px 25px;
    color: #000;
    line-height: 38px;
    margin-right: 10px;
    font-size: 15px;
    cursor: pointer;
}

.fa-relo-consider {
    color: #000;
}

.fa-relo-consider::before {
    content: "";
}

.btn-unconsider .fa-relo-consider::before {
    color: inherit;
}

.dropdown-arrow-menu {
    background-color: #fff;
    border: 2px solid #181a25;
    min-width: 225px;
    margin-top: 5px;
    padding: 5px;
    position: absolute;
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    z-index: 1;
}

.dropdown-arrow-menu::before {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #181a25;
    border-top: 0;
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown-arrow-menu::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown-arrow-menu.sm {
    min-width: 230px;
}

.open>.dropdown-arrow-menu {
    display: block;
}

.flex-center,
.row-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.evt-icon {
    max-width: 100px;
}

@media (min-width: 544px) {
    .evt-icon {
        text-align: center;
    }
}

.addevent-hotel .event-icon {
    margin-bottom: -5px;
}

.addevent-hotel {
    margin-top: 10px;
}

.amenities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.amenities li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 15px;
}

.amenities li::before {
    width: 10px;
    height: 10px;
    top: 3px;
}

@media (min-width: 768px) {
    .amenities li {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }
}

@media (min-width: 992px) {
    .amenities li {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

@media (min-width: 1200px) {
    .amenities li {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

.check-list li,
.check-list-w li,
.chevron-item,
.circle-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amenities li::before {
    width: 10px;
    height: 10px;
    top: 3px;
}

.check-list li::before {
    background-image: url("../../images/common/check.svg");
}

.check-list li::before,
.check-list-w li::before,
.chevron-item::before,
.circle-list li::before {
    width: 15px;
    height: 15px;
    background-size: cover;
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
}

@media print {
    @page {
        size: 300mm 390mm;
        margin: 10mm;
    }

    .rlvt-cont {
        width: 980px;
    }

    .no-print {
        display: none;
    }

    .print-only {
        display: block;
    }

    .show-on-print {
        display: block !important;
    }

    .single-page {
        page-break-inside: avoid;
        page-break-before: always;
    }

    .no-break {
        page-break-inside: avoid;
    }

    .print-friendly {
        page-break-inside: avoid;
    }

    .main-content {
        width: 100%;
        padding-top: 0;
    }

    .page-break {
        display: block;
        page-break-before: always !important;
    }

    .confirm-box,
    .booking-confirm {
        padding: 0;
        box-shadow: none;
        border: 0;
    }

    .confirm-receipt {
        box-shadow: none;
        padding: 0;
    }

    .confirm-map {
        page-break-inside: avoid;
    }

    th {
        font-family: "Roboto Semibold";
        font-weight: normal;
    }

    .overlay-confirm {
        top: 0;
        position: static;
    }

    .overlay-confirm .v-box {
        margin-top: 0;
    }

    .layover-row {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .check-list li::before {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    .modal-open {
        overflow: visible;
    }

    .modal-open>*:not(.modal) {
        display: none;
    }

    .modal-open .modal {
        position: static;
        overflow: visible;
    }

    .modal-open .db-print,
    .modal-open .modal-dialog {
        display: block;
    }
}

.arrow-container {
    position: relative;
}

.rlvt-ribbon {
    /* overflow: hidden;
    height: 215px; */
    white-space: nowrap;
}

.ribbon-ghost {
    /* height: 255px; */
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0;
}

.ribbon-slide {
    /* height: 215px; */
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    padding: 0 0px 15px;
    width: 100%;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    margin: 0 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
}

@media (min-width: 544px) {
    .ribbon-slide {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .ribbon-slide {
        width: 33.33333%;
    }
}

@media (min-width: 1100px) {
    .ribbon-cl .ribbon-slide {
        width: 25%;
    }
}

.ribbon-card {
    /* background-color: #fff; */
    /* height: 215px; */
    /* border: 1px solid silver; */
    cursor: pointer;
}

.ribbon-card .card-pic img {
    width: 100%;
    height: 280px;
    border-radius: 5px;
}

.ribbon-card .card-info {
    padding-top: 10px;
}

.ribbon-card .card-desc {
    padding: 0px;
}

.card-desc {
    padding: 5px;
}

.move-left {
    left: 0;
}

.move-left,
.move-right {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.arrow-right .move-right {
    display: block;
}

.circle-arrow-left,
.circle-arrow-right {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #000;
    text-align: center;
    position: relative;
    color: #fff;
}

.circle-arrow-right::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: -2.5px;
}

.circle-arrow-left::before {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-left: 2.5px;
}

.circle-arrow-left::before,
.circle-arrow-right::before {
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.move-right {
    right: 0;
}

.move-left {
    left: 0;
}

.arrow-left .move-left {
    display: block;
}

.js-dropdown {
    position: relative;
    cursor: pointer;
}

.js-dropdown-trigger {
    background-color: #fff;
    border: 1px solid #ced4da;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 38px;
    padding: 0 10px;
    border-radius: 5px;
}

.js-dropdown-menu {
    background-color: #fff;
    border: 1px solid #ced4da;
    display: none;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    font-family: "Inter";
}

.js-dropdown-menu::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

.js-dropdown-menu::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.js-dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.dropdown-chevron {
    margin-right: 5px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

[drop-active='up'] .dropdown-chevron {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

[drop-active='up'] .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

[drop-active='down'] .dropdown-chevron {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.selected-item {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    padding: 4px 20px 4px 4px;
    position: relative;
    margin: 2px 5px 2px 0;
}

.selected-item::first-letter {
    text-transform: uppercase;
}

.selected-item::after {
    content: 'x';
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.selected-item.nc {
    padding: 4px;
}

.selected-item.nc::after {
    display: none;
}

.room-count {
    background: #fff;
    padding: 5px;
    color: #000;
    margin-left: 5px;
}

.room-count a {
    font-size: 12px;
    color: #007bff;
}

.room-details .room-desc .room-desc-info p {
    margin-bottom: 0px;
}

.pay-option {
    margin: 5px 0;
    background-color: #4a4761;
    padding: 2px 5px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

.room-details .single-room {
    height: 100%;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}

.ribbon-slide .ribbon-card .card-meta .card-info .restaurant-add {
    min-height: 75px;
}

.rlvt-pie {
    width: 60px;
    height: 60px;
    position: relative;
    background-color: #fff;
}

.rlvt-mask,
.rlvt-spinner,
.rlvt-filler {
    width: 50%;
    height: 100%;
    position: absolute;
    border: 10px solid #e7e7e7;
}

.less-half .rlvt-spinner {
    z-index: 2;
}

.rlvt-spinner {
    left: 0;
    border-right: 0;
    border-radius: 30px 0 0 30px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    z-index: 1;
    border-color: #1f81d9;
}

.rlvt-filler {
    left: 50%;
    border-left: 0;
    border-radius: 0 30px 30px 0;
    z-index: 1;
}

.less-half .rlvt-mask {
    z-index: 4;
}

.less-half .rlvt-mask-ghost {
    z-index: 3;
}

.rlvt-mask {
    border-right: 0;
    border-radius: 30px 0 0 30px;
}

.rlvt-mask-ghost {
    width: calc(50% + 2px);
    height: calc(100% + 2px);
    margin: -2px 0 0 -2px;
    background-color: #fff;
    position: absolute;
}

.pie-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.bar-cont {
    font-size: 14px;
}

.scroll-menu,
.hscroll-cont {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.active.nav-item,
.active.nav-item-sm {
    color: #00C853;
    cursor: default;
}

.h-icon,
.h-text {
    padding: 8px;
}

.h-icon {
    color: #fff;
}

.rating-r .h-icon {
    background-color: #ee8e8e;
}

.rating-r .h-text {
    background-color: #fbe7e7;
    color: #ee8e8e;
}

.rating-r .r-star {
    color: #ee8e8e;
}

.rating-y .h-icon {
    background-color: #f8d867;
}

.rating-y .h-text {
    background-color: #fef7e1;
    color: #f8d867;
}

.rating-y .r-star {
    color: #f8d867;
}

.rating-y .h-text {
    color: #debf52;
}

.rating-g .h-icon {
    background-color: #86ca70;
}

.rating-g .h-text {
    background-color: #ecffe7;
    color: #86ca70;
}

.rating-g .r-star {
    color: #86ca70;
}

.search-map {
    height: 100%;
}

.map-stretch,
.relovate-map {
    height: 100%;
}

.about-hotel .map-stretch {
    height: 500px !important;
}

.hotel-page .padded-box .dual-box .content-col .list-view .map-stretch {
    height: 700px !important;
}


.select-stretch .selectboxit-container {
    width: 100% !important;
}

.select-stretch .selectboxit-container select {
    width: 100% !important;
    max-width: 100%;
    z-index: 8 !important;
}

.select-stretch .selectboxit {
    width: auto !important;
}

.select-stretch .selectboxit-text {
    max-width: none !important;
    padding-right: 26px;
}

.select-stretch .selectboxit-options {
    min-width: 0 !important;
    width: 100% !important;
    max-height: 175px;
}

.select-stretch .selectboxit-options::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.select-stretch .selectboxit-options::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.select-stretch .selectboxit-options::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.stretch-inside .selectboxit-text {
    max-width: calc(100% - 13px) !important;
}

.stretch-inside .selectboxit-option-anchor {
    white-space: normal;
}

.select-xs {
    height: 24px;
}

.selectboxit-container * {
    outline: none;
    -webkit-touch-callout: none;
    user-select: none;
    white-space: nowrap;
}

.selectboxit-btn {
    transition: border-color .5s ease-in-out;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 0 10px;
}

.selectboxit-btn:hover {
    border-color: #808080;
}

.selectboxit-btn:focus {
    border-color: #5cacee;
    outline: 0;
}

.has-error .selectboxit-btn {
    border-color: #b22b42;
}

.selectboxit-btn .selectboxit-default-arrow {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #000;
    display: inline-block;
}

.selectboxit {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    height: 38px;
    width: 100% !important;
}

.selectboxit:focus {
    outline: none;
}

.selectboxit>span {
    display: block;
    float: left;
    height: 100%;
}

.selectboxit-disabled.selectboxit,
.selectboxit-options .selectboxit-disabled {
    box-shadow: none;
    opacity: .65;
    cursor: default;
}

.selectboxit-option-icon-container {
    float: left;
    position: relative;
}

.selectboxit-option-icon-container::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.selectboxit-option-icon {
    padding: 0 2px;
    vertical-align: middle;
}

.selectboxit-text {
    height: auto !important;
    overflow: hidden;
    font-size: 13px;
    padding-right: 10px;
    padding-left: 2px;
    text-overflow: ellipsis;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.selectboxit-options {
    width: 340px !important;
    min-width: 340px !important;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9;
    text-align: left;
    font-size: 14px;
}

.selectboxit-arrow-container {
    position: absolute;
    right: 0;
    width: 26px;
}

.selectboxit-arrow-container .selectboxit-arrow {
    font-size: 12px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.selectboxit-arrow-container .selectboxit-arrow .ui-icon {
    top: 30%;
}

.multiselect-parent {
    position: relative;
}

.multiselect-parent .caret {
    right: 10px;
    transition: transform .5s;
}

.btn-multiselect {
    background-color: #fff;
    color: #232323;
    transition: background-color .5s ease;
    transition: border-color .5s ease-in-out;
    justify-content: flex-start;
    box-shadow: none !important;
    border-width: 1px;
    outline: none !important;
    text-align: left;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 0 10px;
    height: 38px;
}

.btn-multiselect:hover {
    background-color: #fff;
    border-color: #b7b7b7;
}

a.btn-multiselect:hover {
    color: #232323;
}

.btn-multiselect:focus,
.btn-multiselect:active,
.btn-multiselect.active {
    background-color: #fff;
    border-color: #b7b7b7;
}

.btn-multiselect:active,
.btn-multiselect.active {
    background-image: none;
}

.btn-multiselect:hover {
    border-color: #808080;
}

.btn-multiselect.arrow-top .caret {
    transform: rotate(180deg);
}

.multiselect-dropdown-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    list-style: none;
    min-height: 200px;
    max-height: 275px;
    margin-bottom: 0;
    padding: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
}

.multiselect-fh .multiselect-dropdown-menu {
    min-height: 275px;
    padding: 10px;
}

@media (min-width: 768px) {
    .dropdown-lg .multiselect-dropdown-menu {
        width: calc(200% + 20px);
    }
}

.dropdown-md .multiselect-dropdown-menu {
    width: 175%;
}

.multiselect-dropdown-menu>li {
    display: block;
    text-align: left;
}

.multiselect-dropdown-menu>li>a {
    color: #232323;
    font-size: 0.92307rem;
    outline: none;
    padding-bottom: 10px;
    text-align: left;
}

.multiselect-dropdown-menu>li:not(.su-all)>a {
    display: block;
    position: relative;
    width: 100%;
    min-height: 21px;
}

.multiselect-dropdown-menu>li:not(.su-all)>a .check-box {
    position: absolute;
    top: 0;
}

.multiselect-dropdown-menu>li:not(.su-all)>a .content-box {
    display: inline-block;
    padding-left: 30px;
    margin-top: -2px;
    font-size: 12px;
}

.multiselect-dropdown-menu>li .form-control {
    margin-bottom: 10px;
}

.multiselect-dropdown-menu::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

.multiselect-dropdown-menu::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: inset 0 0 6px #d9d9d9;
}

.multiselect-dropdown-menu::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 0;
    box-shadow: inset 0 0 6px #808080;
}

.multiselect-dropdown-menu .rlvt-typeahead {
    max-height: none;
}

.flight-box .depart-arrival i {
    position: absolute !important;
    top: 43px !important;
}

.ranger-dropdown {
    padding: 15px 15px 5px;
}

.ui-slider {
    position: relative;
    text-align: left;
    background: #d8e0f3;
}

.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #000;
    cursor: pointer;
    position: absolute;
    outline: none;
    z-index: 2;
    touch-action: none;
}

.ui-slider .ui-slider-handle::after {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: inline-block;
    position: absolute;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-color: #000;
}

.ui-slider-horizontal {
    height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
    transform: translateY(-50%);
    margin-left: -10px;
    top: 50%;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.pass-category {
    flex: 1 0 auto;
    padding: 0 5px;
    color: #000;
    font-size: 0.92307rem;
}

.traveller-row {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 5px;
    margin-top: 5px;
}

.selectboxit-list {
    background-color: #fff;
    border: 1px solid #ddd;
}

.selectboxit-list .selectboxit-option-anchor {
    color: #232323;
}

.selectboxit-list>.selectboxit-focus>.selectboxit-option-anchor {
    color: #fff;
    background-color: #000;
}

.selectboxit-list>.selectboxit-disabled>.selectboxit-option-anchor {
    color: #999999;
}

.selectboxit-option,
.selectboxit-optgroup-header {
    list-style-type: none;
    margin: 0;
}

.selectboxit-options a {
    display: block;
}

.selectboxit-option .selectboxit-option-anchor {
    padding: 5px;
}

.rlvt-icon-xs {
    width: 20px;
    height: 20px;
}

.result-header .col-content,
.header-col-wrap,
.header-col {
    color: #fff;
    font-family: "Roboto Semibold";
    padding: 5px;
}

.result-header {
    background: #4a4761;
}

.result-header .col-content {
    padding-left: 0;
    text-align: left;
}

.result-header,
.flight-leg {
    display: flex;
}

.flight-info-header {
    padding-top: 0px !important;
}

@media (max-width: 991px) {
    .flight-info-header {
        display: none;
    }
}

.content-col {
    flex: 1 1 100%;
}

@media (min-width: 992px) {
    .content-col {
        margin-left: 10px;
    }
}

.header-col {
    position: relative;
}

.header-col::after {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-color: #4a4761;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}

.header-col,
.segment-col {
    flex: 1 0 220px;
    max-width: 400px;
}

@media (min-width: 375px) {

    .header-col,
    .segment-col {
        flex-basis: 275px;
    }
}

@media (min-width: 544px) {

    .header-col,
    .segment-col {
        margin-right: 15px;
        flex-basis: 315px;
    }
}

@media (min-width: 992px) {

    .header-col,
    .segment-col {
        flex-basis: 350px;
    }
}

.segment-sort-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
}

.segment-sort-row .sort-item {
    display: inline-block;
    width: auto;
    white-space: nowrap;
}

.flight-page .filter-hotel {
    padding-top: 196px;
}

.air-logo {
    width: 25px;
}

.flight-page .flight-list {
    padding-top: 0px !important;
}

.tab-item::before,
.tab-item::after {
    background-color: silver;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tab-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 15px;
    overflow: hidden;
    padding: 5px 0;
    position: relative;
}

.tab-item::before {
    height: 3px;
}

.tab-item::after {
    top: 0;
    transition: transform .3s, background-color .3s;
    transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
    transform-origin: 50% 100%;
    perspective-origin: 50% 100%;
    z-index: 1;
}

.tab-item.active {
    padding: 5px;
    background-color: #000;
}

.tab-item.active a,
.tab-item.active a:hover,
.tab-item.active .tab-item-text {
    color: #fff;
}

.tab-item.active::after {
    background-color: transparent;
    transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}

.tabs-sm .tab-item.active {
    padding: 0 5px;
}

.tab-item:hover::before {
    background-color: #000;
}

.table thead th {
    vertical-align: bottom;
}

@media (min-width: 768px) {

    .table th,
    .table td {
        padding: 5px;
    }
}

.cell-wrapper {
    position: relative;
}

.cell-menu {
    display: none;
    position: absolute;
    left: -5px;
    bottom: calc(100% + 5px);
    padding: 5px;
    width: 280px;
    background-color: #4a4761;
    color: #fff;
    z-index: 2;
    border-radius: 5px;
}

.cell-menu:after {
    width: 10px;
    height: 10px;
    background-color: inherit;
    content: '';
    position: absolute;
    left: 40px;
    bottom: -5px;
    transform: rotate(45deg);
}

.cell:hover .cell-menu {
    display: block;
}

.cell:nth-last-child(1) .cell-menu,
.cell:nth-last-child(2) .cell-menu {
    left: auto;
    right: -10px;
}

.cell:nth-last-child(1) .cell-menu:after,
.cell:nth-last-child(2) .cell-menu:after {
    left: auto;
    right: 50px;
}

.img-stretch-y {
    height: 100%;
    width: auto;
}

.img-responsive,
.img-fluid,
.img-stretch-x,
.img-stretch-y,
.img-full {
    display: block;
}

.img-responsive,
.img-fluid {
    max-width: 100%;
    height: auto;
}

.summary-title {
    font-size: 1.154rem;
    font-family: "Roboto Semibold";
}

.all-seats {
    border-collapse: collapse;
    margin: 0 0 20px 0;
}

.all-seats th,
.all-seats td {
    padding: 5px;
    font-weight: normal;
}

.all-seats td {
    text-align: center;
}

.all-seats td:first-child {
    text-align: left;
}

.seat-text {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 6px 0 0 6px;
}

.seat-desc {
    min-width: 120px;
    background-color: #fff;
    border-color: #000;
    padding: 5px;
    border: 2px solid;
    border-radius: 5px;
    bottom: 100%;
    display: none;
    position: absolute;
    margin-bottom: 5px;
    width: 190px;
}

.seat-desc::before {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #000;
    display: inline-block;
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-10px);
}

.seat-desc::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    display: inline-block;
    transform: translateX(-10px);
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% - 3px);
}

.seat-desc-left .seat-desc {
    left: -10px;
    transform: translateX(0);
}

.seat-desc-left .seat-desc::before,
.seat-desc-left .seat-desc::after {
    left: 22px;
}

.stm-bulkhead .seat-desc-left .seat-desc {
    left: 18px;
}

.seat-desc-right .seat-desc {
    left: auto;
    right: -10px;
    transform: translateX(0);
}

.seat-desc-right .seat-desc::before,
.seat-desc-right .seat-desc::after {
    transform: translateX(0);
    left: auto;
    right: 12px;
}

.seat-map-slide {
    font-size: 0.92307rem;
    overflow-x: auto;
    overflow-y: hidden;
}

.seat-map-slide::-webkit-scrollbar {
    width: 0;
    height: 12px;
}

.seat-map-slide::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.seat-map-slide::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.stm-box {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
}

.stm-seat {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #181a25;
    background-color: #d9d9d9;
    cursor: not-allowed;
}

.stm-none {
    width: 100%;
    height: 100%;
}

.stm-label {
    font-size: 12px;
}

.stm-lavatory .stm-none {
    width: 24px;
    height: 24px;
    background: #707070 url("../../images/common/Toilets_unisex.svg") no-repeat center;
    background-size: 20px;
}

.stm-galley {
    background-color: #fafafa;
}

.stm-bulkhead-row {
    width: 56px;
    padding-left: 28px;
}

.stm-bulkhead-row.stm-bulkhead {
    position: relative;
}

.stm-bulkhead-row.stm-bulkhead::after {
    width: 5px;
    height: 100%;
    background-color: #ddd;
    content: '';
    position: absolute;
    left: 14px;
}

.stm-avail,
.stm-selected {
    cursor: default;
}

.stm-avail:hover .seat-desc,
.stm-selected:hover .seat-desc {
    display: block;
    z-index: 3;
}

.stm-free {
    background-color: #8ac4f3;
}

.stm-paid {
    background-color: #1889e6;
}

.stm-selected {
    background-color: #4bd1a0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stm-top-plane {
    border-bottom: 2px solid silver;
}

.stm-top-plane.stm-start-wing {
    background: linear-gradient(120deg, transparent 50%, silver 50%);
}

.stm-top-plane.stm-end-wing {
    background-color: silver;
}

.stm-top-plane.stm-end-wing:after {
    width: 28px;
    height: 28px;
    background: linear-gradient(120deg, silver 33%, transparent 20%);
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
}

.stm-btm-plane {
    border-top: 2px solid silver;
}

.stm-btm-plane.stm-start-wing {
    background: linear-gradient(60deg, transparent 50%, silver 50%);
}

.stm-btm-plane.stm-end-wing {
    background-color: silver;
}

.stm-btm-plane.stm-end-wing:after {
    width: 28px;
    height: 28px;
    background: linear-gradient(60deg, silver 33%, transparent 20%);
    content: '';
    position: absolute;
    left: 100%;
    top: -2px;
}

.stm-aisle-left {
    margin-bottom: 20px;
}

.stm-over-wing {
    background-color: silver;
}

.vertical-text {
    -ms-writing-mode: td-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
}

@media (min-width: 992px) {
    .fl-d .seat-map-slide {
        max-width: 700px;
    }
}

@media (min-width: 1100px) {
    .fl-d .seat-map-slide {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .fl-d .seat-map-slide {
        max-width: 900px;
    }
}

.s-2 .fl-d .seat-map-slide,
.s-3 .fl-d .seat-map-slide {
    max-width: 950px;
}

.has-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-list li:not(:last-child) {
    margin-right: 10px;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #181a25;
    transition: background-color .5s ease;
}

.btn-white:hover {
    background-color: #fff;
    border-color: #d9d9d9;
}

a.btn-white:hover {
    color: #181a25;
}

.btn-white:focus,
.btn-white:active,
.btn-white.active {
    background-color: #fff;
    border-color: #d9d9d9;
}

.btn-white:active,
.btn-white.active {
    background-image: none;
}

.btn-white.disabled,
.btn-white[disabled] {
    color: #808080;
}

.btns-horizontal .btn+.btn {
    margin-left: 10px;
}

.booking-header {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    padding: 5px 10px;
}

@media (min-width: 544px) {
    .booking-header {
        padding: 5px 15px;
    }
}

.progress li:not(:first-child)::before,
.progress li::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    /* z-index: -1; */
}

.progress {
    display: flex;
    list-style: none;
    height: 40px;
}

.progress li {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-right: 5px;
    padding: 0 10px;
    position: relative;
}

.progress li:not(:first-child) {
    margin-left: 20px;
}

.progress li:not(:first-child)::before {
    border: 20px solid #fff;
    border-left-color: transparent;
    left: -20px;
}

.progress li::after {
    border: 20px solid transparent;
    border-left-color: #fff;
    left: 100%;
}

.progress li.active {
    background-color: #000;
    cursor: pointer;
    color: #fff;
}

.progress li.active::before {
    border-color: #000;
    border-left-color: transparent;
}

.progress li.active::after {
    border-left-color: #000;
}

.progress li.complete {
    background-color: green;
    cursor: pointer;
    color: #fff;
}

.progress li.complete::before {
    border-color: green;
    border-left-color: transparent;
}

.progress li.complete::after {
    border-left-color: green;
}

.progress li.clickable {
    cursor: pointer;
}

.bi-hactive .bi-header:hover {
    background-color: #f7f7f7;
}

.bi-detail {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .bi-detail {
        margin-left: 30px;
    }
}

.flight-layover {
    color: #1b1b86;
    font-family: "BwModelica";
    letter-spacing: 1px;
}

.sector+.sector,
.rlvt-sector {
    margin-top: 10px;
}

.sector+.sector {
    border-top: 1px dotted silver;
}

.sector-title {
    font-family: "BwModelica";
    margin: 7px 0 2px;
}

.detail-logo {
    margin-right: 10px;
}

.detail-logo img {
    width: 40px;
}

.plane-img {
    width: 20px;
}

.plane-img-sm {
    width: 15px;
}

.booking-area {
    margin-bottom: 15px;
}

.bk-box,
.booking-form,
.booking-area {
    background-color: #fff;
    padding: 10px;
}

.booking-form .booking-header {
    font-size: 0.92307rem;
}

.seat-message {
    margin-top: 30px;
}

.passenger-list {
    margin: 20px 0;
}

.passenger-list>li {
    cursor: pointer;
}

.passenger-list>li:not(:last-child) {
    margin-right: 20px;
}

.passenger-list>li.seat-selected {
    color: #4bd1a0;
    background-color: #4bd1a0;
}

.passenger-box {
    background-color: #f7f7f7;
    padding: 5px;
}

.passenger-box.active {
    background-color: #ddd;
    position: relative;
}

.passenger-pic {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rzslider {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 4px;
    margin: 25px 0 12px;
    vertical-align: middle;
    user-select: none;
}

.rzslider.with-legend {
    margin-bottom: 40px;
}

.rzslider span {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
}

.rz-base {
    width: 100%;
    height: 100%;
    padding: 0;
}

.rz-bar-wrapper {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 20px;
    padding-top: 10px;
    margin-top: -10px;
}

.rz-draggable {
    cursor: move;
}

.rz-bar {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: #000;
}

.rz-selection {
    z-index: 2;
    background: #000;
}

.rz-pointer {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #000;
    top: -8px;
    z-index: 3;
    cursor: pointer;
    outline: none;
}

.rz-pointer::after {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rz-pointer.active {
    z-index: 4;
}

.rz-bubble {
    bottom: 10px;
    padding: 2px 0;
    color: #000;
    cursor: default;
    font-size: 10px;
}

.rz-bubble.rz-limit {
    color: #878587;
    opacity: .5;
}

.rzslider[disabled] {
    cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
    cursor: not-allowed;
    background-color: #d8e0f3;
}

.rzslider[disabled] .rz-draggable {
    cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
    background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
    cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
    background: #8b91a2;
}

.trip-link {
    color: #000;
    cursor: pointer;
    font-size: 24px;
}

.side-menu .nav-item {
    padding: 10px;
}

.side-menu .nav-item:not(.active) {
    color: #000;
}

.side-menu .nav-item:not(.active):hover {
    color: #000;
}

.side-menu .nav-item .fa {
    min-width: 20px;
}

.trip-nav {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    margin-bottom: 10px;
}

.trip-nav a {
    font-size: 0.92307rem;
    letter-spacing: 1px;
}

.trips {
    display: flex;
    flex-wrap: wrap;
}

.trip {
    width: 380px;
    height: 380px;
    margin: 0 15px 15px 0;
    position: relative;
}

@media (max-width: 543px) {
    .trip {
        width: 100%;
    }
}

.trip-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.trip-img img {
    vertical-align: middle;
    width: 100%;
    min-height: 100%;
}

.trip-elements,
.edit-icon {
    opacity: 0;
    transition: opacity .7s;
}

.trip-edit {
    width: 60px;
    text-align: right;
}

.share-text {
    background-color: #fff;
}

.trip-detail {
    background-image: linear-gradient(to bottom, rgba(35, 35, 35, 0.9) 0%, rgba(35, 35, 35, 0.1) 100%);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.39);
    color: #fff;
    height: 100%;
    padding: 15px 10px;
    position: relative;
    overflow: hidden;
}

.trip-detail:hover,
.trip-detail.force-hover {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 100%, rgba(35, 35, 35, 0.05) 100%);
}

.trip-detail:hover .tile-overlay,
.trip-detail:hover .trip-action,
.trip-detail:hover .trip-elements,
.trip-detail:hover .edit-icon,
.trip-detail.force-hover .tile-overlay,
.trip-detail.force-hover .trip-action,
.trip-detail.force-hover .trip-elements,
.trip-detail.force-hover .edit-icon {
    opacity: 1;
}

@media (max-width: 991px) {

    .trip-detail .tile-overlay,
    .trip-detail .trip-action,
    .trip-detail .trip-elements,
    .trip-detail .share-text,
    .trip-detail .edit-icon {
        opacity: 1;
    }
}

.dead-tiles .trip-detail {
    pointer-events: none;
}

.trip-title {
    font-size: 17px;
    word-break: break-word;
}

.tile-overlay {
    background-color: #fff;
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .7s;
}

.trip-action {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    opacity: 0;
    text-align: center;
    transition: opacity .5s;
}

.trip-action li {
    padding: 4px;
}

.trip-action li a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.trip-action li a:hover {
    background-color: #00b7c4;
    color: #fff;
}

.trip-action .tooltip {
    pointer-events: none;
}

.trip-nav {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    margin-bottom: 10px;
}

.trip-nav .inline {
    vertical-align: middle;
}

.trip-nav a {
    font-size: 0.92307rem;
    letter-spacing: 1px;
}

.module-cont {
    align-content: space-around;
}

.module-item {
    cursor: pointer;
    margin-bottom: 15px;
}

.module-item:hover {
    color: #000;
}

.search-box {
    position: relative;
    width: 135px;
}

.search-box input {
    padding-right: 30px;
}

@media (max-width: 543px) {

    .search-box,
    .trip-filter {
        width: 200px;
    }

    .trip-filter {
        margin-left: 0;
    }
}

.search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    padding: 0;
}

.search .fa {
    color: #808080;
}

.view-title {
    font-size: 2rem;
    color: #000;
}

.profile-pic {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

@media (min-width: 992px) {
    .profile-pic {
        width: 75px;
        height: 75px;
        border-radius: 75px;
    }
}

@media (min-width: 768px) {
    .rtc-md {
        flex-direction: column;
    }
}

.nav-item-sm {
    padding: 5px 10px 5px 0;
}

.crop-inst {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    cursor: pointer;
    display: block;
    font-size: 100px;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

img[src=""] {
    display: none;
}

.crop-box {
    height: 200px;
}

@media (min-width: 768px) {
    .crop-box {
        height: 400px;
    }
}

.behind {
    font-size: 150px;
    color: #d9d9d9;
}

@media (min-width: 768px) {
    .behind {
        font-size: 200px;
    }
}

.btn-trans {
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
    color: #000;
    cursor: pointer;
    font-weight: normal;
    font-size: 26px;
}

.h-center,
.v-center,
.vh-center {
    position: absolute;
}

.cropper-container {
    position: relative;
    user-select: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    overflow: hidden;
}

.cropper-container img {
    display: block;
    width: 100%;
    max-width: none;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cropper-wrap-box {
    overflow: hidden;
}

.cropper-drag-box {
    opacity: 0;
    background-color: #fff;
}

.cropper-modal {
    opacity: .5;
    background-color: #000;
}

.cropper-view-box {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: 1px solid #39f;
}

.cropper-dashed {
    position: absolute;
    display: block;
    opacity: .5;
    border: 0 dashed #eee;
}

.cropper-dashed.dashed-h {
    top: 33.33333%;
    left: 0;
    width: 100%;
    height: 33.33333%;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.33333%;
    width: 33.33333%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px;
}

.cropper-center::before,
.cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
}

.cropper-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    opacity: .75;
}

.cropper-center::before {
    top: 0;
    left: -3px;
    width: 7px;
    height: 1px;
}

.cropper-center::after {
    top: -3px;
    left: 0;
    width: 1px;
    height: 7px;
}

.cropper-face,
.cropper-line,
.cropper-point {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .1;
}

.cropper-face {
    top: 0;
    left: 0;
    background-color: #fff;
}

.cropper-line {
    background-color: #39f;
}

.cropper-line.line-e {
    cursor: e-resize;
    top: 0;
    right: -3px;
    width: 5px;
}

.cropper-line.line-n {
    cursor: n-resize;
    top: -3px;
    left: 0;
    height: 5px;
}

.cropper-line.line-w {
    cursor: w-resize;
    top: 0;
    left: -3px;
    width: 5px;
}

.cropper-line.line-s {
    cursor: s-resize;
    bottom: -3px;
    left: 0;
    height: 5px;
}

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: .75;
    width: 5px;
}

.cropper-point.point-e {
    cursor: e-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
}

.cropper-point.point-n {
    cursor: n-resize;
    margin-left: -3px;
    left: 50%;
    top: -3px;
}

.cropper-point.point-w {
    cursor: w-resize;
    margin-top: -3px;
    left: -3px;
    top: 50%;
}

.cropper-point.point-s {
    cursor: s-resize;
    margin-left: -3px;
    bottom: -3px;
    left: 50%;
}

.cropper-point.point-ne {
    cursor: ne-resize;
    right: -3px;
    top: -3px;
}

.cropper-point.point-nw {
    cursor: nw-resize;
    left: -3px;
    top: -3px;
}

.cropper-point.point-sw {
    cursor: sw-resize;
    bottom: -3px;
    left: -3px;
}

.cropper-point.point-se {
    cursor: se-resize;
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    opacity: 1;
}

.cropper-point.point-se::before {
    background-color: #39f;
    content: ' ';
    display: block;
    opacity: 0;
    position: absolute;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200%;
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px;
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75;
    }
}

.cropper-invisible {
    opacity: 0;
}

.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.cropper-hidden {
    display: none !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed;
}

.img-preview {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.traveller-group .panel {
    border: 0;
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.traveller-group .panel:last-child {
    border-bottom: 1px solid #ddd;
}

.circle-xs,
.circle-sm,
.circle-md,
.circle-lg,
.circle-xl {
    position: relative;
}

.circle-xs {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.circle-sm {
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.circle-md {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.circle-lg {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.circle-xl {
    width: 75px;
    height: 75px;
    border-radius: 75px;
}

.dropdown-stretch {
    min-width: auto;
    width: 100%;
}

.car-page .custom-sidebar {
    padding-top: 0px !important;
}

.home-page .banner .trip-organiser .trip-planner li i {
    padding: 15px;
}

.hotel-page .content-col .list-view .img-box img {
    width: 100%
}

.hotel-page .li-price .amount {
    color: green;
}

/* Hotel Description Accordion Styles */
.hotel-details .description-item .card-header .btn-link {
    color: inherit;
    text-decoration: none;
    border: none;
    background: none;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.hotel-details .description-item .card-header .btn-link:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

.hotel-details .description-item .card-header .btn-link:focus {
    box-shadow: none;
    outline: none;
}

.hotel-details .description-item .card-header .description_title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.hotel-details .description-item .collapse {
    transition: all 0.3s ease;
}

.hotel-details .description-item .collapse.show {
    border-top: 1px solid #e9ecef;
}

/* Description Content Formatting */
.description_body .description-list {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

.description_body .description-list li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.description_body p {
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.description_body div {
    line-height: 1.5;
}

/* Accordion Animation */
.hotel-details .fa-chevron-down,
.hotel-details .fa-chevron-up {
    transition: transform 0.3s ease;
    font-size: 0.875rem;
    color: #6c757d;
}

.hotel-details .description-item:hover .fa-chevron-down,
.hotel-details .description-item:hover .fa-chevron-up {
    color: #007bff;
}

/* Enhanced Card Styling */
.hotel-details .description-item .card {
    border: 1px solid #e9ecef;
    transition: box-shadow 0.3s ease;
}

.hotel-details .description-item .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

/* #endregion*/



/* --- FIX BROKEN DROPDOWN ON INNER PAGES --- */

/* Ensure dropdown container isn't clipped */
.rlvt-header,
.rlvt-navbar,
.main-header-p {
    overflow: visible !important;
}

.rlvt-header {
    background-color: #e5e5e5;
    color: #000000;
    /* color: #fff; */
}

.p-img::before {
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent #00b7c4 transparent;
    right: 0;
}

.p-img::after {
    content: '+';
    right: 2px;
}

.p-img::before,
.p-img::after {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    line-height: 1;
}

.rlvt-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-x-r {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.has-badge {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
}

a {
    color: #000000;
    cursor: pointer;
    text-decoration: none;
}

a {
    background-color: transparent;
}

.rlvt-cont,
.rlvt-cont-f {
    /* max-width: 1320px; */
    margin: auto;
}

.rlvt-cont,
.grid-padding {
    padding: 0 15px;
}

.site-header,
.st-header,
.rlvt-header {
    top: 0;
    z-index: 11;
}

@media (min-width: 992px) {

    .in-app .rlvt-navbar,
    .st-header .rlvt-navbar {
        height: 60px;
    }
}

@media (min-width: 992px) {

    .header-menu,
    .header-menu .header-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.flex-center,
.row-center {
    -webkit-box-align: center;
    align-items: center;
}

.img-stretch-x {
    width: 100%;
    height: auto;
}

.img-responsive,
.img-fluid,
.img-stretch-x,
.img-stretch-y,
.img-full {
    display: block;
}

.header-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fold-trigger {
    cursor: pointer;
    position: relative;
    padding: 8px 8px 8px 25px;
    font-size: 15px;
    line-height: 1;
}

.rlvt-notouch .fold-trigger:hover {
    color: #00b7c4;
}

/* *, *:before, *:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
} */
.fold-trigger::after {
    content: "";
    font-family: 'FontAwesome';
    left: 7px;
    position: absolute;
    top: 7px;
}

@media (min-width: 992px) {
    .p-img {
        width: 60px;
        height: 60px;
    }
}

.treeview ul {
    list-style-type: none;
}

.self-top {
    align-self: flex-start;
}

.dropdown {
    position: relative;
}

.p-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    background-image: url(../../images/avatar-blank.jpg?04.01.01);
    background-size: cover;
    position: relative;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.box-fixed,
.site-header,
.st-header,
.rlvt-header {
    position: fixed;
    left: 0;
    width: 100%;
}

/* Proper z-index stacking above header elements */
.dropdown-menu,
.js-dropdown-menu {
    position: absolute !important;
    right: 0 !important;
    top: 100% !important;
    z-index: 9999 !important;
    min-width: 250px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 10px;
}

/* Dropdown trigger alignment */
.relovate-icon-menu .p-img,
.js-dropdown-trigger {
    cursor: pointer;
    position: relative;
    z-index: 10000;
}

/* Fix for icons or logos overlapping dropdown */
.header-box.in-app .rlvt-logo,
.header-box.in-app .rlvt-navbar {
    z-index: 1;
}

/* Optional visual fix for menu items */
.dropdown-menu .drop-item,
.js-dropdown-menu a {
    display: block;
    padding: 8px 12px;
    color: #333 !important;
    white-space: nowrap;
}

.dropdown-menu .drop-item:hover,
.js-dropdown-menu a:hover {
    background: #f7f7f7;
}


.fold-content {
    display: none;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .fold-content {
        padding-left: 20px;
    }
}

.active+.fold-content {
    display: block;
}

.fold-content .active {
    color: #808;
}

.m-cost {
    display: none;
}

.active .m-cost {
    display: block;
}

.bg-lighter {
    background-color: #f7f7f7;
}

.text-success {
    color: #4bd1a0;
}

.text-danger {
    color: #b22b42;
}

.text-consider {
    color: #ff4876;
}

.text-info {
    color: #5cacee;
}

.text-search {
    color: #808;
}

.text-book {
    color: #4bd1a0;
}

.text-green {
    color: #119a11;
}

.text-cancel {
    color: #b22b42;
}

.text-deal {
    color: #119a11;
}

.text-pending {
    color: #e89409;
}

.modal-content,
.dialog-cont {
    padding: 15px;
    width: 100%;
}

.drop-item {
    padding: 10px;
    cursor: pointer;
    transition: all .3s;
}

.custom-drop .drop-item:nth-child(odd) {
    background-color: #fff;
}

.custom-drop .drop-item:nth-child(odd):hover {
    background-color: #ddd;
}

.drop-item:hover {
    background-color: #ddd;
}

.dropdown-sec .drop-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.dropdown-sec .drop-item {
    background-color: transparent;
}

.dropdown-sec .drop-item:hover {
    color: #00b7c4;
}

.drop-item .fa {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .tab-trip {
        margin-left: 20px;
    }
}