.select2-selection.select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.ui.d1 .select2-selection__placeholder::before {
    content: url("{{ asset("assets/images/icons/hotel-booking.svg") }}");
    margin-right: 10px;
}
.ui.d2 .select2-selection__placeholder::before {
    content: url("{{ asset("assets/images/icons/hotel-booking.svg") }}");
    margin-right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -7px;
    margin-top: 4px;
}
select + .select2-container {
    width: 100% !important;
}

.services_section form {
    max-width: 300px;
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 8px;
}

.services_section input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 20px;
}

.services_section input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px 8px 0;
}

.services_section select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}

.services_section fieldset {
    margin-bottom: 30px;
    border: none;
}

.services_section legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.services_section label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}

.services_section label.light {
    font-weight: 300;
    display: inline;
}

.services_section .number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

@media screen and (min-width: 480px) {
    .services_section form {
        max-width: 480px;
    }
}

.services-page .ser-bx {
    padding: 10px 15px;
    min-height: 120px;
    min-width: 130px;
    margin-right: 15px;
}
.services-page .ser-bx img {
    height: 36px;
    margin-bottom: 10px;
}
.ser-bx h6 {
    font-size: 14px;
    text-wrap: wrap;
    font-weight: 600;
}
.service-form h3 {
    margin: 20px 0 20px 0;
    text-align: center;
    font-size: 22px;
}
.ser-bx.active {
    border: 3px solid var(--main-color);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(255, 255, 255, 0.22) 0px 15px 12px;
}
.services-main-form.container {
    background: #fff;
    border-radius: 20px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.info-service h6 {
    font-size: 20px;
    margin: 60px 0 30px 0;
}

.info-service h4 {
    font-size: 36px;
    margin: 20px 0 30px 0;
}

.info-service p {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0 40px 0;
}
.overview-area.services-page {
    background-color: var(--black-color);
}

.services-all-list {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.services-all-list::-webkit-scrollbar {
    display: none;
}
.arrow {
    background: var(--main-color);
}
.nav-prev {
    width: 25px;
    height: 25px;
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    left: 7px;
}
.nav-next {
    width: 25px;
    height: 25px;
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    right: 7px;
}
.nav-next.arrow i,
.nav-prev.arrow i {
    font-size: 26px;
    color: #fff;
}
.amount-plans {
    position: relative;
}
.amount-plans input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px 100px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
}
.amount-plans button {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #0c0a63;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0px 15px;
    z-index: 2;
    font-size: 14px;
}
#showPlansMain {
    height: 100%;
}
#myPlan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%; /* Set your desired width */
    height: 100%; /* Set your desired height */
    background-color: #fff; /* Background color for the div */
    transition: transform 0.5s ease-out;
    z-index: 99;
    padding: 30px;
}
#myPlan.show {
    transform: translate(-50%, -50%) scale(1);
}
#myPlan .card-body {
    height: 500px;
    overflow-y: scroll;
}
.plans-header .nav-link {
    color: #000 !important;
}
.plans-header .nav-link:focus,
.plans-header .nav-link:hover {
    color: #f96500 !important;
}
.plans-header .nav-item.show .nav-link,
.plans-header .nav-link.active {
    border-color: #dee2e6 #dee2e6 #f96500 !important;
    color: #f96500 !important;
}
.PlanValue_btn {
    background: none;
    border: 1px solid var(--optional-color);
    padding: 5px 10px;
    min-width: 80px;
    color: var(--optional-color);
    font-size: 14px;
    border-radius: 6px;
}
#myTabContent div table th {
    color: #0c0a63;
}
/*////Hotel Booking CSS////*/
.booking-title {
    font-size: 18px;
}
.booking_main_form .main_title {
    font-size: 14px;
    margin-bottom: 10px !important;
    color: var(--main-color);
}
.ui.form .field > label {
    color: #0c0a63 !important;
    margin: 0 0 0.2rem 0;
}
.ui.form .departure-date {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    border-radius: 3px !important;
}
.ui.form input[type="text"] {
    border: none;
    border-radius: 0;
}
.number-input {
    width: 35px !important;
    text-align: center !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #0c0a63;
}
.ui.action.input > .button.minus-btn,
.ui.action.input > .button.plus-btn {
    border-radius: 0 !important;
    background: #0c0a63;
    color: #fff;
}
.booking_main_form .send-btn {
    margin-bottom: -30px;
}
.stm-room__content {
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 28px 30px 35px;
    background-color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.stm-room__occupancy {
    margin-bottom: 12px;
    margin-top: 15px;
    align-items: flex-end;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stm-room__occupancy span {
    background: #f96500;
    padding: 3px 15px;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
}
.stm-room__occupancy h4 {
    font-size: 18px;
    margin: 0;
}
.btn_primary.btn_outline {
    width: 100%;
    border-radius: 5px;
    color: #f96500 !important;
    border-color: #f96500 !important;
    border: 1px solid #f96500;
}
.stm-room__title h4 {
    margin-bottom: 5px;
}
.room_rating i {
    color: #b7dd29;
}
.trending_hotels_crousel .owl-nav {
    display: block !important;
}
.owl-theme .owl-nav [class*="owl-"] {
    background: #fd9c59;
    border-radius: 6px;
    transition: 0.3s all ease-out;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--main-color);
}
.trending_hotels_crousel.owl-carousel.owl-drag .owl-item {
    padding: 10px !important;
}
.trending_hotels_crousel_2 .stm-room__occupancy span {
    padding: 3px 6px;
    font-size: 12px;
    margin-right: 5px;
}
.trending_hotels_crousel_2 .stm-room__occupancy p {
    font-size: 10px;
}
.trending_hotels_crousel_2 .stm-room__occupancy h4 {
    font-size: 14px;
}
.trending_hotels_crousel_2 .nav-button {
    cursor: pointer;
}
.trending_hotels_crousel .owl-prev,
.trending_hotels_crousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.trending_hotels_crousel .owl-prev {
    left: 15px;
}
.trending_hotels_crousel .owl-next {
    right: 15px;
}
/*countdown*/
/*Countdown*/
.hotel_deal_countdown {
    position: relative;
}
.hotel_deal_countdown img {
    border-radius: 10px;
}
.deals-countdown {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    display: flex;
    justify-content: center;
}
.deals-countdown .countdown-section {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    background-color: var(--black-color);
    border-radius: 4px;
    border: none;
    margin-bottom: 2rem;
}

.deals-countdown .countdown-section .countdown-amount {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.deals-countdown .countdown-section .countdown-period {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -20px;
    display: block;
    font-weight: 400;
    color: #383838;
    text-transform: uppercase;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.deals-countdown .countdown-section:not(:last-child)::after {
    color: #1a1a1a;
    content: ":";
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 100%;
    margin-left: 4px;
    margin-top: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.main_destination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_destination .single_destination_main {
    width: calc(33% - 10px);
    /*position: relative;*/
    height: 100%;
}
.main_destination .single_destination {
    position: relative;
}
.main_destination .single_destination::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -56%, rgb(0 0 0 / 50%) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
}
.single_destination_main a {
    width: 100%;
}
.main_destination .single_destination img {
    border-radius: 10px;
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.single_destination_content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}
.single_destination_content h4 {
    color: #fff;
    margin-bottom: 5px;
}
.single_destination_content p {
    color: #f6f6f6;
}
@media (max-width: 1400px) and (min-width: 992px) {
    .stm-room__occupancy h4 {
        font-size: 14px;
    }
    .stm-room__occupancy p {
        font-size: 11px;
    }
    .stm-room__occupancy h6 {
        font-size: 12px;
    }
}
.main-banner-area-wrap {
    z-index: -1;
}
/*for flight-booking only*/
.exchange_icon {
    cursor: pointer;
    z-index: 99;
    background: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    border: 1px solid #aaa;
}
.exchange_icon i {
    font-size: 24px;
}
#flightBookingTabs.nav-tabs {
    border-bottom: 1px solid var(--main-color);
}
#flightBookingTabs .nav-link.active {
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 5px 5px 0 0;
    border-color: var(--main-color);
}
#flightBookingTabs .nav-link {
    color: var(--black-color);
}
#flightBookingTabs .nav-link:focus,
#flightBookingTabs .nav-link:hover {
    border-color: var(--main-color);
}

.dropdown_room_2 input[type="radio"],
.dropdown_room_2 input[type="checkbox"] {
    visibility: hidden;
    height: 0;
    display: none;
    width: 0;
}

.dropdown_room_2 label {
    margin: 0px 20px 0 0;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
    padding: 6px 10px;
    color: #222222;
    background-color: #fff;
    outline: solid 1px #aec8f2;
    border-radius: 1px;
    cursor: pointer;
}

.dropdown_room_2 label:hover {
    box-shadow: rgba(75, 103, 148, 0.44) 0px 0px 7px;
    outline: solid 1px var(--main-color);
}

.dropdown_room_2 input[type="radio"]:checked + label,
.dropdown_room_2 input[type="checkbox"]:checked + label {
    outline: solid 2px var(--main-color);
    background: antiquewhite;
}
.add_city-btn {
    border: navajowhite;
    padding: 10px 15px;
    background: var(--black-color);
    color: #fff;
    border-radius: 5px;
}
.cancel_added_city {
    margin-left: 8px !important;
}
.cancel_added_city i {
    background: var(--main-color);
    padding: 5px;
    font-size: 24px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}
.extra-cities .row .cancel_added_city {
    display: none;
}
.extra-cities .row:last-child .cancel_added_city {
    display: block;
}
.special_fare_div label {
    display: flex;
    align-items: center;
}
.special_fare_div label img {
    height: 25px;
    margin-right: 8px;
}
.advance_return {
    display: none;
}
.advance_search-select .ui.fluid.dropdown.selection.multiple {
    border: none;
}
.ui.slider.checkbox .box,
.ui.slider.checkbox label {
    color: rgba(0, 0, 0, 0.8);
}
/*New Added CSS*/
.search_input-select {
    width: calc(50% - 20px - 20px);
}
.service-form .ui.form label{
    margin-bottom: 10px !important;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  height: 4rem;
}
.steps > .step {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 1rem;
  color: var(--white-color);
}
.steps > .step:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #e6e6e6;
  color: var(--black-color);
  width: 2rem;
  height: 2rem;
  text-align: center;
  margin-bottom: -4.2rem;
  line-height: 1.9rem;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1rem;
}
.steps > .step:after {
  content: "";
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 100%;
  height: 0.125rem;
  top: 1rem;
  left: 50%;
}
.steps > .step:last-child:after {
  display: none;
}
.steps > .step.is-complete {
  color: #e3e3e3;
}
.steps > .step.is-complete:before {
  content: "✓";
  color: var(--main-color);
  background: #fff;
  border: 2px solid var(--main-color);
}
.steps > .step.is-complete:after {
  background: var(--main-color);
}
.steps > .step.is-active {
  font-size: 1.2rem;
}
.steps > .step.is-active:before {
  color: #FFF;
  border: 2px solid var(--main-color);
  background: var(--main-color);
  margin-bottom: -4.9rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    margin: 0;
}
.ui-widget.ui-widget-content{
    width: 325px;
}
.ui-datepicker td span, .ui-datepicker td a{
    padding: 10px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    height: 56px;
}
.price-range-slider{
    margin-top: 15px;
}
.bg-form{
    background: #f4f7f8;
}