@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Poppins:wght@300;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("bootstrap.min.css");
@import url("jquery-ui.min.css");
@import url("jquery-ui.theme.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
/*-- color style --*/
/*-- font style --*/
/*-- media query --*/
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: clip;
}

p {
  margin: 0;
}

a {
  color: #008cff;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
}

body.modal-open {
  padding-right: 0px !important;
}

.form-control:focus {
  color: #0c64ad;
  background-color: #ffffff;
  border-color: #ff7a3a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 4, 0.5);
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 4, 0.5);
}

.btn:hover {
  border-color: inherit;
  background: #ff7a3a;
  overflow: hidden;
  color: white;
}

.ui-state-default {
  text-align: center !important;
}

.ui-state-hover {
  background-color: #ff7a3a !important;
  border: inherit !important;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #efeeee;
}

a,
a:hover {
  text-decoration: none;
}

h1 {
  text-align: center;
  text-transform: lowercase;
}

.theme-bg-primary {
  background-color: #ffc104;
}

.theme-bg-secondary {
  background-color: #0c64ad;
}

.theme-bg-white {
  background-color: #ffffff;
}

.theme-bg-light {
  background-color: #9f9f9f;
}
.theme-bg-book {
  background-color: #e9f4ff;
}

.theme-bg-accent-one {
  background-color: #343534;
}

.theme-bg-accent-two {
  background-color: #9f9f9f;
}

.theme-bg-accent-three {
  background-color: #f5faff;
}

.body-color {
  background-color: #efeeee;
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #ff7a3a;
}

.theme-text-secondary {
  color: #0c64ad;
}

.theme-text-accent-one {
  color: #343534;
}

.theme-text-accent-two {
  color: #9f9f9f;
}

.theme-text-accent-three {
  color: #f5faff;
}
.theme-text-link {
  color: #008cff;
}
.theme-text-transparent {
  opacity: 0;
}
.theme-box-shadow {
  box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
}

.theme-text-shadow {
  text-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
}

.theme-border-radius {
  border-radius: 0.5rem;
}

.theme-border-radius-top {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.theme-border-radius-bottom {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.font-extra-small {
  font-size: 0.625rem;
}

.font-small {
  font-size: 0.75rem;
}

.font-medium {
  font-size: 0.875rem;
}

.btn-select {
  position: relative;
  border: 1px solid #0c64ad;
  color: #0c64ad;
  z-index: 1;
}

.btn-book {
  position: relative;
  background-color: #0c64ad;
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
}
#Rooms .btn-book {
    position: relative;
    min-width: 124px;
    color: #ffffff;
    z-index: 0;
    overflow: hidden;
}
.btn-outlined {
    position: absolute;
    padding: 7px;
    width: 40px;
    top: 0px;
    right: 0px;
    border: none;
    color: #0c64ad;
    background: transparent;
    z-index: 5;
}
#reviews .btn-book {
  position: relative;
  background-color: #008cff;
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
}

#toggleSearch .btn-book {
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  color: #74747c;
}

.btn-fullscreen {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  margin: 8px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  width: 32px;
  height: 32px;
}

.btn-fullscreen:hover {
  background-color: #e0e0e0;
}

.btn-fullscreen i {
  height: 22px;
  color: #008cff;
  align-self: center;
}

.min-h58 {
  min-height: 58px;
}
.min-h95 {
  min-height: 95px;
}
.dropdown-container {
  position: relative;
  min-width: 120px;
}
.dropdown-container .dropdown-toggle::after {
  opacity: 0;
}
.dropdown-container .dropdown-toggle {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  transition: all ease-in-out 0.3s;
}
.dropdown-container .dropdown-toggle label {
  cursor: pointer;
  width: 100%;
}
.dropdown-container .dropdown-toggle:hover,
.dropdown-container .dropdown-toggle:active,
.dropdown-container .dropdown-toggle:focus {
  color: #ffc104;
}
.dropdown-container .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  margin-top: 17px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background-color: #ffffff;
  z-index: 10;
}
.dropdown-container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .dropdown-container .dropdown-menu ul {
    border-radius: 0rem;
  }
}
.dropdown-container .dropdown-menu a {
  text-decoration: none;
  display: block;
  padding: 5px 20px;
  font-weight: 600;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
}
.dropdown-container .dropdown-menu a:hover,
.dropdown-container .dropdown-menu a:active,
.dropdown-container .dropdown-menu a:focus {
  color: inherit;
}

.dropdown-menu,
.dropdown-toggle {
  position: relative;
}
.dropdown-menu::before,
.dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 5px solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -2.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.3s;
  z-index: 10;
}

.dropdown-menu {
  z-index: 10;
  position: relative;
}
.dropdown-menu::before {
  z-index: -1;
  transform: rotate(-135deg);
  top: -4px;
  border-color: #ffffff;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  display: none;
}

.dropdown-open .dropdown-menu.dropdown-active {
  display: block;
}

.dropdown-container.dropdown-open .dropdown-toggle {
  color: #ffffff;
}
.dropdown-container.dropdown-open .dropdown-toggle:before {
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  #navbarSupportedContent {
    /* background-color: #ffffff; */
    position: absolute;
    right: 0;
    top: 4rem;
    z-index: 2;
    /* min-width: 12rem; */
  }
}
@media screen and (max-width: 767px) {
  #navbarSupportedContent .nav-item {
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #navbarSupportedContent .dropdown-active {
    position: relative;
    border-radius: 0;
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  #navbarSupportedContent .dropdown-active .nav-item {
    padding: 0rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  #navbarSupportedContent .dropdown-toggle {
    color: #fafafa;
  }
}

.dropdown-open .dropdown-menu {
  min-width: 5rem;
  padding: 0 0;
  width: auto;
}
.dropdown-open .dropdown-menu a {
  padding: 0.5rem 0.5rem;
}
.dropdown-open .dropdown-menu a:active,
.dropdown-open .dropdown-menu a:hover {
  background-color: #ffc104;
}

#corporate-page .dropdown-container .dropdown-toggle {
  color: #0c64ad;
  display: flex;
  flex-direction: column;
}
#corporate-page .dropdown-container .dropdown-toggle::before {
  top: 70%;
}
#corporate-page .dropdown-container .dropdown-toggle::after {
  opacity: 0;
  display: none;
}
#corporate-page .dropdown-container .dropdown-toggle:hover,
#corporate-page .dropdown-container .dropdown-toggle:active,
#corporate-page .dropdown-container .dropdown-toggle:focus {
  color: #ffc104;
}
#corporate-page .dropdown-container .dropdown-menu {
  margin-top: 0;
}

.loader {
  width: 100%;
  height: 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
}
.loader::after {
  content: "";
  width: 0%;
  height: 20px;
  background-color: #ffc104;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.25) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0.25) 75%,
    transparent 75%,
    transparent
  );
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: animFw 3s ease-in infinite;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.d-table-loader {
  width: 100%;
  height: 100%;
}

.d-table-cell-loader {
  vertical-align: middle;
}

.preloader {
  position: fixed;
  z-index: 999999;
  background-color: #eaeaeab7;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.preloader .load-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.preloader .load-spinner div {
  transform-origin: 40px 40px;
  animation: load-spinner 1.2s linear infinite;
}

.preloader .load-spinner div::after {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 35px;
  width: 5px;
  height: 20px;
  border-radius: 20%;
  background: #0c64ad;
}

.preloader .load-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.preloader .load-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.preloader .load-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.preloader .load-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.preloader .load-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.preloader .load-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.preloader .load-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.preloader .load-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.preloader .load-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.preloader .load-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.preloader .load-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.preloader .load-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes load-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.header-light {
  background-color: #0c64ad;
}
.header-light .dropdown-toggle {
  color: #fafafa;
}
.header-light .dropdown-container.dropdown-open .dropdown-toggle {
  color: #0c64ad;
}
.header-submenu {
  display: inline-flex;
}

.header-submenu .sub-item a {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 8px;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
.header-submenu .sub-item a:hover {
  color: white;
}
.sub-item:not(:last-child) {
  border-right: 1px solid white;
}
.modify-search .head-wrapper {
  min-height: auto;
}
.modify-search .flight-search {
  box-shadow: none;
  border-radius: 0px;
  background-color: #0c64ad;
}
.modify-search .flight-search .check-wrap {
  color: #ffffff;
}
.modify-search .flight-search .check-wrap .checkmark {
  border: 1px solid #ffc104;
}
.modify-search .flight-search .nav-tabs .nav-item .nav-link {
  color: #ffffff;
}

.filter-sec {
  background-color: #f5faff;
}
.filter-sec .flt-btn {
  position: relative;
  padding: 0 2rem 0 0;
}
.filter-sec .flt-btn::before {
  content: "\f282";
  font-family: bootstrap-icons !important;
  display: inline-block;
  background-color: transparent;
  width: 20px;
  height: 20px;
  z-index: 1;
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}
.filter-sec .collapsed::before {
  transform: rotate(0deg);
}

.check-wrap {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #343534;
  font-size: 0.75rem;
}
.check-wrap:hover input ~ .checkmark {
  background-color: #ff7a3a;
}
.check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.check-wrap input:checked ~ .checkmark {
  background-color: #ff7a3a;
  border: 0px solid #ff7a3a;
}
.check-wrap input:checked ~ .checkmark:after {
  display: block;
}
.check-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: 1px solid #9f9f9f;
}
#flightTooltip .check-wrap .checkmark {
  top: -1px;
}
.check-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #0c64ad;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#flights-all .check-wrap {
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #343534;
  font-size: 0.75rem;
}

.price-range-slider {
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #343534;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #343534;
  height: 3px;
  width: 96%;
  margin-left: 8px;
  padding: 0 !important;
  border: 0 !important;
  z-index: 0;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #ffc104;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #ffffff;
  border: 2px solid #0c64ad;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #0c64ad;
}

.srp .stops {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #9f9f9f;
  position: relative;
}
.srp .stops .one {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: flex;
  background: #282828;
  position: absolute;
  top: -3px;
  left: 50%;
}

.selected-strip {
  box-shadow: 0px 0 20px rgba(0, 45, 91, 0.5);
}

.reviewStatus {
  width: 100%;
  display: flex;
  height: 2px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  color: #ffffff;
  font-size: 0.75rem;
}

.reviewStatus li {
  flex: 1 1;
  position: relative;
  display: flex;
  flex-direction: column;
}

.reviewStatus:before {
  height: 2px;
  background: #ffc104;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.reviewStatus.step1:before {
  width: 0%;
}

.reviewStatus.step2:before {
  width: 25%;
  animation-name: step2;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 500ms;
}

.reviewStatus.step3:before {
  width: 50%;
  animation-name: step3;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 500ms;
}

.reviewStatus.step4:before {
  width: 75%;
  animation-name: step4;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 500ms;
}
@keyframes step2 {
  from {
    width: 0%;
  }
  to {
    width: 25%;
  }
}
@keyframes step3 {
  from {
    width: 25%;
  }
  to {
    width: 50%;
  }
}
@keyframes step4 {
  from {
    width: 50%;
  }
  to {
    width: 75%;
  }
}
.reviewStatus .numbering {
  width: 13px;
  min-height: 13px;
  font-size: 10px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: -5px;
  color: #343534;
}

.reviewStatus .numbering.completed {
  background: #ffc104;
  text-indent: -999999px;
  position: relative;
}

.reviewStatus .numbering.completed:before {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 4px;
  top: 2.5px;
}

.reviewStatus .numbering.onpage {
  background: #ffc104;
  color: #ffffff;
}

.reviewStatus .reviewText.active {
  font-weight: 700;
  color: #ffffff;
}

.reviewStatus .numbering.completed:before {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 2px;
}

.form-label {
  font-size: 0.875rem;
}

.text-color {
  color: rgba(0, 45, 91, 0.2);
}

iframe {
  width: 100%;
}

.add-btn-wrap {
  box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
  border-radius: 0.5rem;
  width: 50%;
}

.active-addon {
  border-bottom: 2px solid #0c64ad;
  background-color: #f5faff;
}

.profile-pic {
  background-color: #efeeee;
  width: 100%;
  height: 100%;
  min-height: 130px;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.edit-btn {
  position: absolute;
  bottom: -5px;
  border: 2px solid #ffffff;
  background-color: #0c64ad;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-btn i {
  color: #ffffff;
  font-size: 0.75rem;
}
.edit-btn:hover {
  background-color: #ffffff;
}
.edit-btn:hover i {
  color: #0c64ad;
}

.profile {
  width: 100%;
  height: 5px;
  background-color: #9f9f9f;
}

.complete-100 {
  width: 100%;
  background-color: green;
}

.traveller-pic {
  background-color: #f5faff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}

.img-icon {
  width: 25px;
  height: 23px;
  display: inline-block;
  background: url(../images/icons/my-booking-sprite.svg) no-repeat;
}

.icon-upcoming {
  background-size: 540%;
  background-position: 0px 0px;
}

.icon-cancel {
  background-size: 540%;
  background-position: -85px 0px;
}

.icon-complete {
  background-size: 540%;
  background-position: -53px 0px;
}

.icon-fail {
  background-size: 540%;
  background-position: -27px 0px;
}

.refund-step {
  margin-top: 1rem;
}
.refund-step li {
  font-size: 0.75rem;
  display: inline-flex;
  flex-direction: column;
  padding-right: 5rem;
  position: relative;
}
.refund-step li::after {
  content: "";
  background-color: #ffc104;
  width: 90%;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 24px;
  z-index: 1;
}
.refund-step li:last-child::after {
  display: none;
}

.wallet-head {
  background-color: #f5faff;
  border-radius: 0.5rem 0.5rem 0 0;
}

.cash-point {
  width: 2rem;
  height: 2rem;
  background-color: #ffc104;
  border: 2px solid #0c64ad;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 2rem;
  font-size: 0.75rem;
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cash-info {
  background-color: rgba(255, 193, 4, 0.2);
  border-radius: 0.5rem;
}

.hex {
  width: 30px;
  height: 18px;
  background-color: #0c64ad;
  border-color: #0c64ad;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 0;
}
.hex i {
  color: #ffffff;
}
.hex:before {
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 8px solid;
  border-color: inherit;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: -8px;
  left: 0;
}
.hex:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -8px;
  border-top: 8px solid;
  border-color: inherit;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 0;
}

.pagination li a.page-link {
  border: 2px solid #9f9f9f;
  border-radius: 0.5rem;
  color: #ffc104;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  margin-right: 10px;
}
.pagination li a.page-link:hover {
  color: #ffffff;
  background: #ffc104;
  border-color: #9f9f9f;
}
.pagination li a.page-link:first-child {
  border-radius: 0;
  border-radius: 0.5rem;
}
.pagination li a.page-link:last-child {
  border-radius: 0;
  border-radius: 0.5rem;
}

.post-wrap {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.post-wrap p i {
  line-height: 2rem;
  font-size: 0.875rem;
  border-left: 2px solid #ffc104;
  height: 100%;
  display: block;
  padding: 1rem;
  background: rgba(255, 193, 4, 0.04);
  text-align: justify;
}
.post-wrap .post-head {
  font-size: 1.5rem;
  margin: 2rem 0;
  font-weight: bold;
}
.post-wrap .post-desc {
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: justify;
}

.blog-post-social {
  border-top: 2px solid #efeeee;
  border-bottom: 2px solid #efeeee;
  padding: 25px 0px;
  margin-bottom: 55px;
}

.post-tag-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.post-tag-list li {
  font-weight: bold;
  color: #0c64ad;
  margin-right: 8px;
}
.post-tag-list li:first-child {
  margin-right: 15px;
}
.post-tag-list li a {
  font-size: 0.875rem;
  color: #9f9f9f;
  font-weight: normal;
}
.post-tag-list li a:hover {
  color: #0c64ad;
}

.blog-icon-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.blog-icon-list li {
  margin-left: 1rem;
}
.blog-icon-list li:first-child {
  font-weight: bold;
  color: #0c64ad;
}
.blog-icon-list li a {
  display: block;
  transition: 0.4s ease;
}
.blog-icon-list li a i {
  color: #0c64ad;
}
.blog-icon-list li a:hover {
  transform: scale(1.2);
}

.comment-box {
  border-radius: 0.5rem;
  box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
}
.comment-box .comment-head {
  padding: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.comment-box .user-comment-card {
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.comment-box .user-comment-card li {
  position: inherit;
}
.comment-box .user-comment-card .userPic {
  position: relative;
}
.comment-box .user-comment-card .userName {
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 1rem;
  font-size: 0.875rem;
}
.comment-box .comment-title {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
}
.comment-box .comment-title .comment-meta span {
  color: #343534;
  font-size: 0.875rem;
}
.comment-box .comment-body p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #9f9f9f;
}
.comment-box h4 {
  margin-bottom: 2rem;
}

.blog-list-head {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #0c64ad;
  font-weight: bold;
}
.blog-list-head :after {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #ffc104;
}

.widget-categories li :first-child {
  margin-top: 0;
}
.widget-categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffc104;
  padding: 10px 15px;
  padding-left: 15px;
  position: relative;
  transition: all 0.2s;
}
.widget-categories li a:hover {
  background: rgba(255, 193, 4, 0.04);
  color: #0c64ad;
}
.widget-categories li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.widget-categories li a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #0c64ad;
  border-radius: 2px 0px 0px 2px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
  transform: translateX(-5px);
}

.tags {
  list-style-type: none;
  border-radius: 0.5rem;
  box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
  padding: 1rem;
}
.tags li {
  padding: 1rem 0.5rem;
  margin: 0 0;
  display: inline-block;
}
.tags li a {
  color: #0c64ad;
  font-weight: 600;
  border-radius: 0.5rem;
  background: #f5faff;
  padding: 0.5rem;
}
.tags li a:hover {
  background: #0c64ad;
  color: #ffffff;
}

.promo-ban .container-fluid .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.promo-ban .container-fluid .owl-carousel .owl-nav button.owl-next {
  right: 0%;
}
/*-- header wraper css --*/
.head-wrapper {
  background: url(../images/background.jpg) no-repeat;
  background-position: center 30%;
  display: block;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.head-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background: #8e918e;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

/*-- header css --*/
.header .sideMenu {
  position: relative;
}
.header .sideMenu .custom-btn-close {
  background-image: none;
  background: #0c64ad;
  position: absolute;
  left: -48px;
  top: 0;
  border-radius: 0;
  padding: 1rem;
  opacity: 1;
  line-height: 0;
}
.header .sideMenu .custom-btn-close:hover {
  background-color: #ff7a3a;
  color: white;
}
.header .sideMenu .menuList li {
  line-height: 3rem;
}
.header .sideMenu .menuList li a {
  color: #ffffff;
  display: flex;
}
.header .sideMenu .menuList li a:hover {
  color: white;
}
.header .sideMenu .social a {
  color: #ffffff;
}
.header .sideMenu .social a:hover {
  color: #ffc104;
}
@media screen and (max-width: 575px) {
  .header .offcanvas-end {
    width: 260px;
  }
}
.header .btn-left {
  width: auto;
  height: auto;
  background-color: #0c64ad;
  color: #ffffff;
  background-position: 0 0;
  z-index: 10;
}
.header .btn-left:hover {
  background-color: #ff7a3a;
  color: white;
}

/*-- custom theme css --*/
.custom-btn-head {
  color: #ffffff;
  padding: 0.6rem 1.6rem;
  background-color: #0c64ad;
}

.custom-shadow:hover {
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
}

/*-- Search engine css*/
.flight-search {
  position: relative;
  padding: 1.5rem 0;
  z-index: 1;
  background: #00000040;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}
/*checkbox css*/
.flight-search .icon-20 {
  width: 20px;
  height: 20px;
}
.flight-search .search-pan {
  background: #ffffff;
  padding: 0.8rem;
  min-height: auto;
}
/*Date calender*/
.flight-search .search-pan .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
}
.flight-search .search-pan .dropdown .dropdown-menu {
  width: 100%;
  padding: 0px 0.5rem;
  border-radius: 0.5rem;
  /*-- Droup down Traveller --*/
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li {
  padding: 5px 0 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5faff;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li span {
  font-size: 14px;
  font-weight: 500;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .br {
  display: block;
  padding-top: 0px;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn {
  background-color: #0c64ad;
  color: #ffffff;
  border: 0;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn:hover {
  background-color: #ffc104;
  color: #343534;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
  display: flex;
  align-items: center;
}
.flight-search
  .search-pan
  .dropdown
  .dropdown-menu
  .plus-minus-input
  .input-group-button
  button {
  background-color: #0c64ad;
  border: none;
  color: #ffffff;
}
.flight-search
  .search-pan
  .dropdown
  .dropdown-menu
  .plus-minus-input
  .input-group-button
  button:hover {
  background-color: #ffc104;
  color: #343534;
}
.flight-search
  .search-pan
  .dropdown
  .dropdown-menu
  .plus-minus-input
  .input-group-field {
  text-align: center;
  width: 50%;
  background: #f5faff;
  border: 0;
}
.flight-search
  .search-pan
  .dropdown
  .dropdown-menu
  .plus-minus-input
  .input-group-field::-webkit-inner-spin-button,
.flight-search
  .search-pan
  .dropdown
  .dropdown-menu
  .plus-minus-input
  .input-group-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.flight-search .search-pan .form-group {
  position: relative;
}
.flight-search .search-pan .icon-pos {
  top: 0.6rem;
  left: 0.5rem;
  color: #0c64ad;
z-index: 1;
}
@media screen and (max-width: 992px) {
  .flight-search .search-pan .icon-pos {
    top: 1rem;
  }
}
.flight-search .search-pan .input-group {
  color: inherit;
}
.flight-search .search-pan .form-control {
  font-size: 14px;
  background-color: #e9f4ff;
  min-height: 56px;
  border: 0px;
  text-decoration: none;
  border-radius: 0.5rem;
  text-align: left;
}
#travelDeals .flight-search .search-pan .dropdown-toggle.form-control {
  min-height: 56px;
}
.flight-search .search-pan .cal-input {
  background: none;
  border: 0px;
  width: 15rem;
  padding: 0.7rem 0 0 2rem;
  cursor: pointer;
}
.flight-search .search-pan .dep-date-input {
  position: relative;
  width: auto;
  height: 0rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: transparent;
  border-style: none;
  padding: 0;
  margin: 0;
}

.flight-search .search-pan .arv-date-input {
  position: relative;
  width: 45%;
  height: 2rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background: #ffffff;
  border-style: none;
  padding: 0 0;
  margin: 0.3rem 0 0 2rem;
}
.flight-search .search-pan .arv-date-input:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.5rem solid #f5faff;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
}
.flight-search .search-pan .dropdown-toggle {
  padding: 0 1rem 0 3rem;
}
.flight-search .search-pan .dropdown-toggle::before {
  color: #9f9f9f;
  right: 0.8rem;
}
.flight-search .nav-tabs .nav-item .nav-link {
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem 1.5rem 0rem;
}
.flight-search .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  color: #ffc104;
}
.flight-search .nav-tabs .nav-item button.nav-link.active {
  border-color: transparent;
  color: #ffc104;
}
#GeneralTab.nav-tabs .nav-item .nav-link {
  color: #0c64ad;
}
#GeneralTab.nav-tabs .nav-item .nav-link.active:hover {
  border-color: transparent;
  color: white;
}

#GeneralTab.nav-tabs .nav-item button.nav-link.active {
  background-color: #ff7a3a;
  color: white;
}
#GeneralTab.nav-tabs .nav-item button.nav-link.active .triangle {
  opacity: 1;
}

.triangle {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ff7a3a;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.flight-search .nav-tabs .nav-item .active span {
  background: #ffffff !important;
  border: 1px solid #ff7a3a;
  position: relative;
}
.flight-search .nav-tabs .nav-item .active span:after {
  content: "";
  display: block;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #ff7a3a;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
}
.flight-search .btn-search {
  background-color: #ff7a3a;
  min-height: 56px;
  color: #ffffff;
  min-width: 75px;
  width: 100%;
  border-radius: 0.5rem;
  border: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* .flight-search .btn-search:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: -100%;
  background: #ffc104;
  transition: all 0.2s;
} */
.flight-search .btn-search:hover {
  color: white;
  background: #ff5807;
}
.flight-search .btn-search:hover:before {
  top: 0;
  left: 0;
}
.swal2-confirm.custom-ok-button {
  text-transform: capitalize;
  background-color: #f89808 !important;
  border: none !important;
  box-shadow: none !important;
}

.flight-search .pos-swap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0c64ad;
  position: absolute;
  top: 0.9rem;
  right: -1.2rem;
  z-index: 1;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.flight-search .pos-swap:hover {
  background-color: #ffc104;
  color: #343534;
}
@media screen and (max-width: 992px) {
  .flight-search .pos-swap {
    right: 0;
    top: 2.5rem;
  }
}
.flight-search .check-wrap {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #f2f2f2;
}
.flight-search .check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.flight-search .check-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  border-radius: 0.2rem;
  border: 1px solid #343534;
}
.flight-search .check-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.flight-search .check-wrap .checkmark:after {
  left: 0.2rem;
  top: 0rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid #343534;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.flight-search .check-wrap:hover input ~ .checkmark {
  background-color: #f5faff;
  background: #ff7a3a;
}
.flight-search .check-wrap input:checked ~ .checkmark {
  border: 1px solid #343534;
}
.flight-search .check-wrap input:checked ~ .checkmark:after {
  display: block;
}

/*-- calender header modify css --*/
.ui-widget-header {
  background-color: #ff7a3a !important;
  color: #343534 !important;
}

/*-- Promotional banner css --*/
.promo-ban {
  position: relative;
}
.promo-ban .owl-dots {
  display: none;
}
.promo-ban .owl-nav {
  margin: 0;
}
.promo-ban .owl-carousel .owl-item .promo {
  height: 100%;
  min-height: auto;
}
.promo-ban .owl-carousel .owl-item .promo img {
  height: auto;
}
.promo-ban .owl-carousel .owl-nav {
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.promo-ban .owl-carousel .owl-nav button.owl-prev,
.promo-ban .owl-carousel .owl-nav button.owl-next {
  color: #343534;
  font-size: 3rem;
  position: absolute;
  top: 40%;
  background: #ffffff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  transition: all 0.3s ease-in-out;
}
.promo-ban .owl-carousel .owl-nav button.owl-prev span,
.promo-ban .owl-carousel .owl-nav button.owl-next span {
  line-height: 3rem;
  position: absolute;
  top: -10px;
  left: 8px;
  color: #0c64ad;
}
.promo-ban .owl-carousel .owl-nav button.owl-prev:hover,
.promo-ban .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #ffc104;
}
.promo-ban .owl-carousel .owl-nav button.owl-prev {
  left: -2%;
}
@media screen and (max-width: 575px) {
  .promo-ban .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
}
.promo-ban .owl-carousel .owl-nav button.owl-next {
  right: -2%;
}
@media screen and (max-width: 575px) {
  .promo-ban .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}
.promo-ban .owl-carousel:hover .owl-nav {
  opacity: 1;
}
.promo-ban .promo-hover {
  bottom: -130px;
  left: 0;
  height: auto;
  color: #ffffff;
  padding: 10px 15px;
  margin: 0 0;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  min-height: 175px;
  background: #0c64ad;
  opacity: 0.8;
}
.promo-ban .item {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
}
.promo-ban .item:hover .promo-hover {
  background: #0c64ad;
  opacity: 0.9;
  bottom: 0px;
  color: #ffc104;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.promo-ban .item span {
  z-index: 10;
}

/*-- Travel deals css --*/
.travel-deal {
  position: relative;
}

/*-- card effect --*/
.cardeffect {
  transition: all 500ms ease-in-out;
}
.cardeffect:hover {
  transform: translateY(-10px);
  cursor: pointer;
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*-- Flight Featured deals css --*/
.featured-deal {
  position: relative;
}
.featured-deal .picHeight {
  position: relative;
  max-height: 240px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .featured-deal .picHeight {
    max-height: 100%;
  }
}
.featured-deal .airline-tags {
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
.featured-deal .airline-tags .airlineName {
  opacity: 0;
}
.featured-deal .airline-icon {
  display: block;
  background: #ffffff;
  border-radius: 40px;
  cursor: pointer;
}
.featured-deal .airline-icon a {
  text-decoration: none;
  color: #0c64ad;
}
.featured-deal .airline-icon a:hover {
  border-radius: 50px;
}
.featured-deal .airline-icon a:hover a {
  color: #ffffff;
}
.featured-deal .airline-icon a:hover .airlineName {
  opacity: 100;
}

/*-- flood effect --*/
.flood-effect {
  transition: 0.25s ease-in-out;
  overflow: hidden;
  display: inline-block;
  border-radius: 40px;
  vertical-align: middle;
}
.flood-effect:hover {
  box-shadow: inset 10rem 0 0 0 #0c64ad;
}
.flood-effect:hover:hover a {
  color: #ffffff;
}

/*-- Shine effect --*/
.hoverShine figure {
  position: relative;
}
.hoverShine figure::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}

.hoverShine figure:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*-- card hover effect --*/
.card-effect {
  overflow: hidden;
  z-index: 2;
}
.card-effect:hover .card-box {
  left: 0;
}
.card-effect .card-box {
  width: 100%;
  height: 100%;
  left: -50rem;
  top: 0;
  background: #ff7a3a;
  position: absolute;
  transition: all 0.3s ease;
  z-index: -1;
}

/*-- image hover effect --*/
.img-effect img {
  transition: all 0.3s ease-in-out;
}
.img-effect:hover img {
  transform: scale(1.5);
}

/*-- process card hover effect --*/
.process-card {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.process-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.2rem;
  left: -0.2rem;
  background: #ff7a3a;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.process-card:hover:before {
  transform: scale(50);
}

.process-card:hover p {
  transition: all 0.3s ease-out;
  color: white;
}

.step-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  top: 0;
  left: -2px;
  border-radius: 0 4px 0 32px;
}
.step-corner .step-arrow {
  color: white;
}

.process-card {
  cursor: pointer;
}
.process-card svg {
  width: 70px;
  height: 70px;
  transition: 0.5s ease-in-out;
}
.process-card:hover svg {
  transform: translateY(-20px);
}

.process-icon {
  margin-top: 3rem;
}

#work-process-01 path,
#work-process-02 path,
#work-process-03 path {
  fill: #0c64ad;
}

/*-- flight top destination css --*/
.flight-destination {
  position: relative;
}
.flight-destination img {
  width: 100%;
  max-height: 185px;
}
@media screen and (max-width: 767px) {
  .flight-destination img {
    max-height: 100%;
  }
}

/*-- packages top destination css --*/
.custom-card {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.custom-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.card-text {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  z-index: 1;
}
.custom-card:hover img {
  transform: scale(1.1);
}

.text-link,
.text-link > span {
  position: relative;
}
.text-link:before,
.text-link:after,
.text-link > span:before,
.text-link > span:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}

.text-link-effect {
  display: inline-block;
  overflow: hidden;
}
.text-link-effect:before,
.text-link-effect:after {
  right: 0;
  bottom: 0;
  background: #ffc104;
}
.text-link-effect:before {
  width: 100%;
  height: 2px;
  transform: translateX(-100%);
}
.text-link-effect:after {
  width: 2px;
  height: 100%;
  transform: translateY(100%);
}
.text-link-effect > span {
  display: block;
  color: #0c64ad;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.text-link-effect > span:before,
.text-link-effect > span:after {
  left: 0;
  top: 0;
  background: #ffc104;
}
.text-link-effect > span:before {
  width: 100%;
  height: 2px;
  transform: translateX(100%);
}
.text-link-effect > span:after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
}
.text-link-effect:hover:before,
.text-link-effect:hover:after,
.text-link-effect:hover > span:before,
.text-link-effect:hover > span:after {
  transform: translate(0, 0);
}

/*-- unique experience css --*/
.recom-sec {
  position: relative;
}
.recom-sec .con {
  position: absolute;
  left: 5%;
  top: 5%;
}

.item-effect {
  background: #343534;
  overflow: hidden;
  max-height: 250px;
}
@media screen and (max-width: 575px) {
  .item-effect {
    max-height: 100%;
  }
}
.item-effect img {
  min-height: 220px;
}
.item-effect a {
  position: absolute;
  bottom: 0;
  left: 10%;
  border-radius: 50%;
  font-size: 2rem;
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #0c64ad;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 300ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.item-effect:hover a {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.3s ease-in-out;
}
.item-effect:hover a:hover {
  background-color: #ffc104;
  color: #343534;
}
.item-effect:hover img {
  opacity: 0.3;
  filter: grayscale(10%);
}

/*-- ribbon css --*/
.ribbon {
  --ribbon-size: 20px;
  --ribbon-padding: 10px;
  padding: var(--ribbon-padding);
  -webkit-padding-start: calc(var(--ribbon-size) + var(--ribbon-padding));
  padding-inline-start: calc(var(--ribbon-size) + var(--ribbon-padding));
  border-radius: 4px;
  background-color: #0c64ad;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: polygon(
    0 0,
    var(--ribbon-size) 50%,
    0 100%,
    100% 100%,
    100% 0
  );
  clip-path: polygon(0 0, var(--ribbon-size) 50%, 0 100%, 100% 100%, 100% 0);
}

/*-- button effect --*/
button::before,
button::after {
  background: #ff7a3a;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

/* .btn-effect::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-effect:hover:after {
  width: 100%;
} */

/*-- footer css --*/
.footer {
  background-color: #0c64ad;
}
.footer h1,
.footer h2,
.footer h3,
.footer p,
.footer hr {
  color: #ffffff;
}
.footer hr {
  margin: 10px 0px;
  opacity: 0.4;
}
.footer .custom-btn-subscribe {
  color: #ffffff;
  background-color: #0c64ad;
}
.footer .custom-btn-subscribe:hover {
  color: #343534;
}
.footer .fl-menu li {
  list-style: none;
  line-height: 28px;
}
.footer .fl-menu li a {
  position: relative;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}
.footer .fl-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0, 1);
}
.footer .fl-menu li a:hover {
  /* color: #ff7a3a; */
  text-decoration: underline;
}
/* .footer .fl-menu li a:hover:after {
  opacity: 1;
  transform: scale(1);
} */
.footer .social a,
.footer .social .botom-link {
  color: #ffffff;
}
.footer .social a:hover,
.footer .social .botom-link:hover {
  color: white;
}

/* Back to top button css */
.back-to-top {
  position: fixed;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  z-index: 50;
  border-radius: 50%;
  right: 2rem;
  bottom: 2rem;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.back-to-top .back-to-top a {
  text-decoration: none;
}
.back-to-top i {
  color: #ffffff;
  font-size: 1.8rem;
  transition: all 0.3s ease-in-out;
}
.back-to-top i:hover {
  color: #ffc104;
}

/* hotel room scroll btn */
#scroll-button {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
    padding: 10px 20px;
    background-color: #0c64ad;
    color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px #696969;
    cursor: pointer;
    z-index: 1000;
}

#scroll-button.show {
    display: block;
}
/* Modal window main page */

.modal-backdrop {
  z-index: 1;
}

.dropdown-menu {
  --bs-dropdown-link-hover-bg: #b9cfe9;
}

.btn-modal {
  position: relative;
  background-color: #0c64ad;
  color: #ffffff;
  box-shadow: 0px 2px 8px 1px rgb(0 0 0 / 46%);
  z-index: 0;
  overflow: hidden;
}

#navbarSupportedContent .btn-modal {
  max-height: 36px;
}

.btn-modal:hover,
.btn-modal:focus {
  background: #ff7a3a;
  border-color: transparent;
}

.btn-done {
  background-color: #0c64ad;
  min-height: 56px;
  color: #ffffff;
  min-width: 75px;
  width: 100%;
  border-radius: 0.5rem;
  border: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-done:hover {
  background-color: #ff7a3a;
}

/* hotels results */

.hotel-img {
  max-width: 200px;
  max-height: 200px;
  padding: 8px;
  border-radius: 14px;
}
#reviews .hotel-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  #reviews .hotel-img {
    max-width: 150px;
  }
}
/* tabs css main search */

.nav-tabs {
  border-bottom: none;
}

.nav-link.tab-btn {
  color: #0c64ad;
}

.dropdown-room-btn {
  background-color: none;
  color: gray;
}

.btn-add-room {
  background-color: #0c64ad;
  padding: 6px;
  margin: 8px 0px;
  transition: all 0.3s;
  color: white;

  border: none;
  border-radius: 4px;
  width: 100%;
}

.btn-add-room:hover {
  color: white;
  background-color: #ff7a3a;
}

.room-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 14px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid gray;
}
.room-top p {
  display: flex;
  align-items: center;
  margin: 0px;
  display: inline;
}

.btn-remove-room {
  width: 30px;
  height: 30px;
  padding: 6px;
  margin: 8px 0px;
  background-color: red;
  color: white;
  border-radius: 4px;
  transition: all 0.3s;
}

.dropdown-menu.show {
  width: 100%;
  padding: 20px;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  background-color: #fff;
  text-align: left;
}

.adult {
  padding: 0px 8px;
}

.child {
  padding: 0px 8px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.age {
  max-width: 121px;
  width: 100%;
  border: 1px solid #0c64ad;
  border-radius: 4px;
  margin: 8px 0px 8px 8px;
}

.span-count {
  margin: 0 6px;
  padding: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border: 1px solid black;
}

.counter-add-item .span-count {
  height: auto;
}
.counter-add-item {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.counter-add-item a {
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 400;
  border: none;
  border-radius: 5px;
  color: #fff;
  background: #fff;
  text-decoration: none;
  background: #0c64ad;
}

.counter-add-item a:hover {
  color: white;
  background-color: #ff7a3a;
}

.counter-add-item input[type="text"] {
  margin: 0 5px;
  padding: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.counter-add-item > * {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

.btn-guests {
  min-height: 48px;
  width: 100%;
  border: 1px solid #cacaca;
  text-align: start;
  padding: 11px 20px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #3e3f40;
  transition: 0.3s ease-in-out;
  --bs-btn-color: #3e3f40;
  --bs-btn-bg: #fff;
  --bs-btn-hover-color: #3e3f40;
  --bs-btn-hover-bg: #fff;
  --bs-btn-focus-shadow-rgb: 207, 74, 149;
  --bs-btn-active-color: #3e3f40;
  --bs-btn-active-bg: #fff;
}

.table-head {
  background-color: #0c64ad;
  color: #ffffff;
}

.table-row {
  background-color: #ffd044;
  color: #343534;
}

/* hotel card */
.box-1 {
  width: 30%;
}
@media screen and (min-width: 767px) {
  .box-1 {
    width: 20%;
  }
}

.box-2 {
  width: 70%;
  padding: 8px;
}
@media screen and (min-width: 767px) {
  .box-2 {
    width: 50%;
    padding: 12px;
  }
}

.box-3 {
  width: 100%;
  padding: 8px;
  border-top: 1px solid #c6c6c6;
}
@media screen and (min-width: 767px) {
  .box-3 {
    width: 30%;
    border-top: none;
    border-left: 1px solid #c6c6c6;
    padding: 12px;
  }
}
.left-side {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.hotel-name {
  font-size: 16px;
  font-weight: 600;
  color: #343534;
}

.hotel-rating {
  display: flex;
  align-items: center;
  padding: 8px 0px;
}

.location {
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

.hotel-text {
  font-size: 12px;
  line-height: 16px;
}

.italic {
  font-size: 12px;
  font-style: italic;
}

.total {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
}
#_hotel_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
  border-top-left-radius: 0.5rem;
}
@media screen and (min-width: 576px) {
  #_hotel_img {
    height: 100%;
    max-height: 160px;
    border-bottom-left-radius: 0.5rem;
  }
}
.img-hotel {
  width: 100%;
  height: 150px;
  /* border: 4px solid #ffc104; */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .img-hotel {
    width: 200px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 8px;
  }
}

.img .img-hotel {
  width: 180px;
  height: 150px;
  border: 4px solid #ffc104;
  border-radius: 8px;
  object-fit: cover;
}

.cont {
  display: flex;
  flex-wrap: nowrap;
}

.rs {
  flex-grow: 1;
}

.ls {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 2px 0px 0px #5f5e5e24;
}
.ls .theme-bg-white {
  position: sticky;
  top: 0;
  width: 100%;
  /* max-height: 80vh; */
  z-index: 1000;
  background-color: #ffffff;
}

.divider {
  margin-top: 2px;
  margin-bottom: 2px;
  height: 2px;
  background-color: #ffc104;
}

.devider {
  width: 2px;
  background-color: #8e918e;
}

/* review */

.review-img {
  width: 100%;
  max-height: 180px;
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  object-fit: cover;
}

.description {
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  border: 1px solid #dee2e6;
}

.amenity {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

.amenity:not(:last-child) {
  margin-right: 2px;
}

.room-description {
  display: inline;
  font-size: 12px;
}

/* Packages styles */
#_packet_title {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 991px) {
  #_packet_title {
    font-size: 20px;
  }
}

.fast-confirm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
}

.fast-total-person {
  font-size: 12px;
  font-weight: 600;
  color: #8e918e;
  text-align: center;
}

.fast-total-total {
  font-size: 16px;
  font-weight: 700;
  color: #4a4a4a;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .fast-total-total {
    font-size: 14px;
  }
}
.fast-total-price {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .fast-total-total {
    font-size: 20px;
    font-weight: 700;
  }
}

.btn-confirm {
  width: 100%;
  padding: 8px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: #51bf51;
}
#details .btn-confirm {
  width: 100%;
  max-width: 280px;
  padding: 8px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: #51bf51;
}

.btn-confirm:hover {
  color: white;
  background: #43a043;
}

.fast-price {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #008cff;
}
@media screen and (min-width: 991px) {
  .fast-price {
    font-size: 32px;
  }
}

.s-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 50px;
  padding: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #f5faff;
  background-color: #0c64ad;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.s-date.hotel {
  background-color: #ffc104;
  color: #f5faff;
}

.s-flight {
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
}

.selected {
  border: 3px solid #ffc104;
}

.selected-icon {
  font-size: 14px;
  font-weight: 600;
  color: #ffc104;
  padding: 4px 8px 4px 4px;
  border-radius: 8px;
  border: 2px solid #ffc104;
}

.theme-bg-lightgrey {
  background-color: #f1f9ff;
}

.img-hotel-packages {
  width: 100%;
  height: 200px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.8)
  );
}

.hotel-card {
  min-height: 490px;
  height: 100%;
}

.right-side-packages {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.hotel-text-packages {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}

.step-point {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 40px;
  width: 100%;
  min-height: 40px;
  padding: 4px;
  font-size: 16px;
  color: #f5faff;
  background-color: #0c64ad;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.step-point-dep {
  display: inline-flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  position: relative;
  /* max-width: 40px; */
  /* width: 100%; */
  border-radius: 4px;
  padding: 0px 4px;
  font-size: 12px;
  color: #f5faff;
  background-color: #0c64ad;
}

.step-point-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 40px;
  width: 100%;
  padding: 4px;
  font-size: 14px;
  color: #f5faff;
  background-color: #008cff;
}

.step-point-hotel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 40px;
  width: 100%;
  padding: 4px;
  font-size: 14px;
  color: #f5faff;
  background-color: #ff7a3a;
}

.step-point-final {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 40px;
  width: 100%;
  padding: 4px;
  font-size: 16px;
  color: #f5faff;
  background-color: #0c64ad;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.route-arrow {
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  margin-left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #0c64ad;
}

.route-arrow-one {
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  margin-left: 0;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #008cff;
}

.step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  padding: 6px;
}
.step-icon i {
  color: #002d5b;
}
.step-route {
  font-size: 14px;
  font-weight: 600;
  color: #3e3f40;
}

.step-route-one {
  font-size: 20px;
  font-weight: 600;
  color: #3e3f40;
}

.step-line {
  width: 1px;
  position: relative;
  height: 100%;
  background-color: #4a4a4a;
}
.collapse .step-line {
  width: 2px;
  background-color: #afafaf;
}

.step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: white;
  background-color: #008cff;
}

.img-wrapper {
  position: relative;
}

.img-desc {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.fast-total-total.img-desc {
  position: absolute;
  z-index: 10;
  width: 100%;
  transform: translate(-50%, -50%);
  color: white;
}

.empty {
  width: 100%;
  max-width: 91px;
}

/* plane animation */

.line {
  position: absolute;
  width: 40%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(221, 221, 221, 1) 0%,
    rgba(144, 144, 144, 1) 50%,
    rgba(221, 221, 221, 1) 100%
  );
  top: 71%;
  left: 47%;
  transform: translate(-50%, -50%);
}

.icon-container {
  position: absolute;
  top: 65%;
  left: 52%; /* start pos */
  transform: translate(-50%, -50%);
}

.icon {
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: cover;
  rotate: 90deg;
  background-image: url("../images/icons/airplane_dep.svg");
  position: absolute;
  animation: fly 5s linear infinite;
}

@keyframes fly {
  0% {
    right: 70px; /* start pos */
  }
  100% {
    right: calc(-70px); /* end pos */
  }
}

@media (max-width: 768px) {
  @keyframes fly {
    0% {
      right: 60px; /* start pos */
    }
    100% {
      right: calc(-60px); /* end pos */
    }
  }
}

.icon_return {
  width: 18px;
  height: 18px;
  background-position: center;
  background-size: cover;
  rotate: 270deg;
  background-image: url("../images/icons/airplane_dep.svg");
  position: absolute;
  animation: flyret 5s linear infinite;
}

@keyframes flyret {
  0% {
    left: 70px; /* start pos */
  }
  100% {
    left: calc(-70px); /* end pos */
  }
}

@media (max-width: 768px) {
  @keyframes flyret {
    0% {
      left: 60px; /* start pos */
    }
    100% {
      left: calc(-60px); /* end pos */
    }
  }
}

/* breadcrumbs */

.breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.bread-wrap {
  width: 100%;
  height: 100%;
  color: #343534;
  background-color: white;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: all 300ms ease-out;
}

.bread-wrap:hover {
  background-color: #008cff;
  color: white;
  cursor: pointer;
}

.bread-wrap.active {
  width: 100%;
  height: 100%;
  color: white;
  background-color: #008cff;
}

/* skeleton */

.placeholder-img {
  width: 100%;
  height: 100%;
  background-image: url(../images/promotional/dummy_600x400_.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* hotel gallery */

.main-content {
  position: relative;
}
.main-content .owl-carousel {
  display: block;
  margin: 0 auto;
  width: 85%;
  z-index: 1;
}

.main-content .owl-carousel .owl-item {
  display: flex;
  height: fit-content;
  width: 100%;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: rgb(241, 234, 234);
  color: rgb(0, 0, 0);
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.main-content .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.main-content .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  cursor: pointer;
}

.main-content .owl-prev,
.main-content .owl-next {
  position: absolute;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.main-content .owl-prev span,
.main-content .owl-next span {
  font-size: 70px;
}

.main-content .owl-prev {
  top: 3%;
  left: -40px;
}

.main-content .owl-next {
  top: 3%;
  right: -40px;
}

.main-content .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #ffc104;
  text-decoration: none;
}

.main-content .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffc104;
}

/* Multi packages */

.btn-add-location {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #ff7a3a;
  height: 100%;
  font-size: 24px;
  font-weight: 600;
  color: white;
}

.btn-add-location:hover {
  color: #0c64ad;
  background-color: #ffc104;
}
#packageClass.form-select {
  height: 100%;
  font-size: 14px;
  background-color: #fff;
  border: none;
}
#packageClass.form-select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 4, 0.5);
}

.form-select.night-select {
  width: 120px;
  height: 52px;
  /* margin-left: 10px; */
  padding: 5px;
  border: none;
  background: #e9f4ff;
}

.form-select.night-select:focus {
  border-color: transparent;
  outline: 0;
}

@media screen and (max-width: 992px) {
  .button-search {
    order: 2;
  }
}

.form-select:focus {
  color: #0c64ad;
  background-color: #ffffff;
  border-color: #ffc104;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 4, 0.5);
}

.multi-package .dropdown-menu.show {
  min-width: 270px;
  width: 100%;
  padding: 20px;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  background-color: #fff;
  text-align: left;
}

#hotel-tab-pane .dropdown-menu.show {
  min-width: 270px;
  width: 100%;
  padding: 20px;
  list-style: none;
  border-radius: 5px;
  box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  background-color: #fff;
  text-align: left;
  z-index: 11;
}

/* Support packages */

.green h3,
.green h4 {
  color: #38af8f;
}
.shortest,
.cheapest,
.support-desc {
  cursor: pointer;
}
.btn-primary {
  padding: 15px 50px;
  color: white;
  background: #004aad;
  cursor: pointer;
  border: 1px solid #004aad;
  font-weight: bold;
  font-size: 19px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}

.btn-primary:hover {
  background: white;
  color: #004aad;
}
.btn-primary-one {
  padding: 15px 30px;
  color: white;
  background: #16498d;
  cursor: pointer;
  border: 1px solid #16498d;
  font-weight: 500;
  font-size: 16px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.btn-primary-one:hover {
  background: white;
  color: #004aad;
}
.btn-gray {
  padding: 10px 35px;
  color: white;
  background: #525d60;
  cursor: pointer;
  border: 1px solid #525d60;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.btn-gray:hover {
  background: white;
  color: #525d60;
}
.btn-blue {
  padding: 10px 35px;
  color: white;
  background: #004aad;
  cursor: pointer;
  border: 1px solid #16498d;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.btn-blue:hover {
  background: white;
  color: #16498d;
}
.btn-gold {
  padding: 10px 35px;
  color: white;
  background: #d1b238;
  cursor: pointer;
  border: 1px solid #d1b238;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.btn-gold:hover {
  background: white;
  color: #d1b238;
}
.btn-green {
  padding: 10px 35px;
  color: white;
  background: #38af8f;
  cursor: pointer;
  border: 1px solid #38af8f;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.btn-green:hover {
  background: white;
  color: #38af8f;
}
.btn-red {
  padding: 10px 35px;
  color: white;
  background: #dc3545;
  cursor: pointer;
  border: 1px solid #dc3545;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.btn-red:hover {
  background: white;
  color: #c42d3c;
}
.btn-yellow {
  padding: 10px 35px;
  color: white;
  background: #ffc107;
  cursor: pointer;
  border: 1px solid #ffc107;
  font-weight: bold;
  font-size: 18px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.btn-yellow:hover {
  background: white;
  color: #e7af06;
}
.bg-red {
  background-color: #fbe1e1;
}
.bg-yellow {
  background-color: #fbf7e1;
}
.bg-gray {
  background-color: #f3f8fa;
}
.bg-blue {
  background-color: #e7f1ff;
}
.bg-gold {
  background-color: #fff3e4;
}
.bg-green {
  background-color: #e1fbf4;
}
.light-gray h3,
.light-gray h4 {
  color: #74868b;
}
.blue h3,
.blue h4 {
  color: #16498d;
}
.gold h3,
.gold h4 {
  color: #ac8900;
}
.green h3,
.green h4 {
  color: #38af8f;
}
.additional-services .total-result h3 {
  font-size: 26px;
  font-weight: normal;
  color: #8c98ac;
  margin-bottom: 0px;
}
.additional-services {
  max-width: 1050px;
  margin: 0 auto;
}
.additional-services h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1d2025;
  line-height: 31px;
}
.additional-services h3 {
  font-size: 16px;
  font-weight: bold;
}
.additional-services h4 {
  font-size: 16px;
  font-weight: bold;
}
.additional-services p {
  padding: 15px 0px;
  font-size: 12px;
  font-weight: 700;
}
.additional-services .items,
.additional-services .missed-connection-items,
.additional-services .support-level-items {
  padding: 16px 20px 85px;
  position: relative;
  min-height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.additional-services .items button.item-btn,
.additional-services .missed-connection-items button.item-btn,
.additional-services .support-level-items button.item-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.additional-services .items input.item-btn,
.additional-services .missed-connection-items input.item-btn,
.additional-services .support-level-items input.item-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.additional-services h4 span {
  font-size: 15px;
  font-weight: 500;
  color: #99a7ac;
}
.support-level .support-level-items ul li {
  position: relative;
  border-bottom: 1px solid #dce7eb;
  display: block;
  padding: 6px 0 10px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #41494b;
  line-height: normal;
}
.ccl > :not(:first-child) {
  padding-right: 0;
  padding-left: 0;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  padding: 0 !important;
  border-radius: 0.5rem;
}
.off.ends.available {
  opacity: 0;
  cursor: default !important;
}
.in-range {
  background-color: #ff7a3a !important;
  color: white !important;
}
.start-date,
.end-date {
  background-color: #0c64ad !important;
  color: white !important;
}
.daterangepicker .drp-buttons .btn {
  border: none;
}

/* .btn-search {
  background-color: #0c64ad !important;
  color: #ffffff !important;
  border-radius: 0.5rem;
  border: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-search:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: -100%;
  background: #ffc104 !important;
  transition: all 0.2s;
}
.btn-search:hover {
  color: #343534 !important;
}
.btn-search:hover:before {
  top: 0;
  left: 0;
} */
/* Map styles */
.map-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  display: none; /* Hide the overlay initially */
  z-index: 9999; /* Ensure the overlay is above other content */
}
.map-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 600px;
  border-radius: 8px;
  background-color: #fff;
}

.close-map-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ffffff;
  color: #2d2d2db0;
  box-shadow: 0px 0px 2px 0px #afafaf;
  border-radius: 50%;
  cursor: pointer;
}

.close-map-button:hover {
  color: black;
}
._hotel_address {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: underline;
  line-height: 1.4;
  color: #008cff;
  cursor: pointer;
}
.call-us {
  padding: 0px 15px;
  background-color: #ffc104;
  border-radius: 14px;
  border: 1px solid #002d5b40;
}
#reviews .call-us,
#details .call-us {
  padding: 8px 14px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid #dddee1;
}
#details .call-us:hover,
#details .call-us:focus,
#reviews .call-us:hover,
#reviews .call-us:focus {
  background-color: #f5f5f5;
}
#reviews .call-us a,
#details .call-us a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #878e98;
}
#details ._hotel_address {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1.4;
  color: #212121;
  cursor: pointer;
}
/* car rental styles */

.p-40 {
  padding: 0 0 0 40px;
}

.flight-search .search-pan #car-search-form .form-control {
  padding-left: 26px;
  font-size: 16px;
  min-height: 58px;
  border: 0px;
  text-decoration: none;
  border-radius: 0.5rem;
  text-align: left;
}

.flight-search .search-pan #car-search-form .icon-pos {
  top: 16px;
  left: 3px;
  color: #0c64ad
}

.flight-search .car-rental .check-wrap .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.2rem;
  border: 1px solid #343534;
}
.car-rental .dep-date-input:after {
  display: none;
}

.car-rental .dep-date-input {
  position: relative;
  width: auto;
  height: 2rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: #ffffff;
  border-style: none;
  padding: 0 0;
  margin: 0rem 0 0 1.2rem;
}

.car-rental .form-select {
  padding-left: 26px;
  min-height: 58px;
  border-radius: 0px;
  border: none;
}
.car-rental .icon-pos-time {
  position: absolute;
  top: 25px;
  left: 3px;
  color: #0c64ad;
  z-index: 1;
}
.car-rental .icon-pos-date {
  position: absolute;
  top: 25px;
  left: 3px;
  color: #0c64ad;
  z-index: 1;
}
.car-rental .icon-pos-discount {
  position: absolute;
  top: 16px;
  left: 3px;
  color: #0c64ad;
  z-index: 1;
}

.car-rental .form-floating > .form-select ~ label {
  font-size: 14px;
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(1.15rem);
}

.car-rental .form-floating:not(.form-control:disabled)::before {
  height: 0;
  padding: 0;
}

.img-car {
  max-width: 155px;
}
@media screen and (min-width: 768px) {
  .img-car {
    max-width: 200px;
  }
}
.img-vendor {
  position: absolute;
  top: -14px;
  left: 0px;
  max-width: 100px;
  max-height: 50px;
}
.car-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .car-title {
    font-size: 22px;
  }
}
.car-subtitle {
  font-size: 14px;
  font-weight: 600;
}
.box-car1 {
  width: 30%;
}
@media screen and (min-width: 640px) {
  .box-car1 {
    width: 25%;
  }
}
.box-car2 {
  width: 70%;
}
@media screen and (min-width: 640px) {
  .box-car2 {
    width: 50%;
  }
}
.box-car3 {
  width: 100%;
  border-top: 1px solid;
}
@media screen and (min-width: 640px) {
  .box-car3 {
    width: 25%;
    border-top: none;
  }
}
.car-list {
  margin-left: 16px;
  list-style: disc;
}
.car-list-item {
  font-size: 14px;
  /* color: #7a7a7a; */
  text-transform: capitalize;
}
.car-price-total {
  font-size: 22px;
  font-weight: 700;
}
.car-price-perday {
  font-size: 14px;
  color: #7a7a7a;
}
.car-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #7a7a7a;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .car-icon-wrapper {
    align-items: start;
    flex-direction: row;
    gap: 12px;
    font-size: 14px;
    max-width: 320px;
  }
}
.js-booking .car-icon-wrapper {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #7a7a7a;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .js-booking .car-icon-wrapper {
    font-size: 14px;
    max-width: 400px;
  }
}
.js-booking .car-icon-wrapper {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #7a7a7a;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .js-booking .car-icon-wrapper {
    font-size: 14px;
    max-width: 400px;
  }
}
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 40px;
  width: 100%;
  padding: 4px;
  font-size: 14px;
  color: #f5faff;
  background-color: #0c64ad;
}
.flight-search .car-rental .check-wrap .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.2rem;
  border: 1px solid #343534;
}
.flight-search .car-rental .check-wrap .checkmark:after {
  left: 5px;
  top: 0rem;
  width: 0.5rem;
  height: 0.8rem;
  border: solid #343534;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.multiFlightAirports {
  z-index: 100;
  position: absolute;
  width: 400px;
  max-height: 300px;
  overflow-y: scroll;
}

.call-us {
  padding: 0px 15px;
  background-color: #ffc104;
  border-radius: 15px;
  box-shadow: 0px 0px 3px 0px #9f9f9f;
}
.header-phone-new {
  float: right;
  color: #fff;
  padding-right: 83px;
  position: relative;
  text-align: right;
}
.sideMenu .header-phone-new {
  background: #da8619;
}
.sideMenu .header-phone-new {
  float: left;
  padding-right: 10px;
  padding-left: 23px;
  padding-top: 23px;
}
.header-phone-new::after {
  background: url("../images/call-center-header-007.png") no-repeat;
  width: 63px;
  height: 64px;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 7px;
}
.sideMenu .header-phone-new::after {
  display: none;
  top: 26px;
}
@media screen and (min-width: 546px) {
  .sideMenu .header-phone-new::after {
    display: block;
  }
  .sideMenu .header-phone-new {
    padding-right: 83px;
  }
}
.header-phone-new .message {
  font-size: 18px;
  font-weight: 600;
}
.header-phone-new .first-message {
  font-size: 14px;
}
.header-phone-new .first-message strong {
  color: #fcff00;
}
.header-phone-new .call-greeny a {
  background: #45ba11;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100px;
  height: 25px;
  padding: 0 8px 0 12px;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-phone-new .call-greeny a::before {
  background: url("../images/header-call-mini-icon.png") no-repeat;
  position: absolute;
  left: -9px;
  top: 5px;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
}
.header-phone-new .call-greeny a span {
  color: #fcff00;
}
.hidden {
  display: none;
}

.cursor-pointer {
  cursor: pointer !important;
}

.modal .flight-search {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 1.5rem 0;
}
.modal .flight-search .search-pan .dropdown-toggle {
  padding: 0 45px;
}
.reset-map-button {
  position: absolute;
  border: 1px solid #ccc;
  top: 10px;
  right: 10px;
  z-index: 1;
}
#map {
  width: 100%;
  height: 85vh;
}
#map a{
  text-decoration: none !important;
}
#map .gm-style-iw.gm-style-iw-c{
  padding: 0 !important;
}
#map .maindiv>img{
  border-radius: 0 0 15px 15px;
}
#map .gm-style-iw-d{
  margin-top: -50px;
  overflow: hidden !important;
}
#map .gm-style-iw.gm-style-iw-c{
  width: 100% !important;
  max-width:300px!important;
}
#map .gm-ui-hover-effect > span {
  background-color: #002d5b;
}
#map .map_hading {
  padding: 15px;
}
#map .map_hading h5{
  font-size: 18px;
  margin: 0;
}
#map .map_hading h5 {
  text-decoration: none !important;
  color: #3c3c3c !important;
}
#map .map_hading>p{
  margin: 5px 0 10px 0;
  color: #2d2d2d !important;
}

.marker-container {
  /* position: relative;
  top: 50%;
  left: 50%;
  transform: translateZ(0); */
}
.small-marker {
  width: 6px;
  height: 6px;
  background-color: #002d5b;
  border-radius: 50%;
  display: inline-block;
  color: transparent;
  position: absolute;
  z-index: -1;
}
.yNHHyP-marker-view {
  z-index: 10;
}
.yNHHyP-marker-view:hover {
  z-index: 20;
}
.price-tag {
  background-color: #002d5b;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  position: relative;
  z-index: 10;
  /* top: -30px;
  left: 50%;
  transform: translate(-50%, 0); */
}

.price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #002d5b;
  z-index: 10;
}
.price-tag:hover {
  background-color: #ffffff;
  color: #002d5b;
  border: 1px solid #002d5b;
  z-index: 20;
}
.price-tag:hover::after {
  border-top: 8px solid #ffffff;
}
.price-tag:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0); /* Adjust this if needed */
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #002d5b; /* Blue border for triangle */
  z-index: 9; /* Behind the white triangle */
}
.hotelname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50ch;
  color: #002d5b;
}
.map_price_data {
  font-size: 16px !important;
  font-weight:bold;
  color: #002d5b;
}
.marker-fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.marker-visible {
  opacity: 1;
}
.selected-icon-map {
  font-size: 16px;
  font-weight: 600;
  color: #ffc104;
  margin: 0px !important;
}
#mapModal .modal-dialog {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  top: 58px;
}
.star-filters {
  color: #ffc104;
}
.gm-ui-hover-effect {
  display: none !important;
}
.btn-price-map {
  padding: 0 !important;
  margin: 0 !important;
  background: none;
  border: none;
  cursor: pointer;
  color: #008cff;
}
.origin-city {
  border: solid 3px #ffe185 !important;
}
.multiFlightAirports {
  z-index: 100;
  position: absolute;
  width: 400px;
  max-height: 300px;
  overflow-y: scroll;
}

.radius-bottom-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* FilterTabs */

#FiltersTab ul li {
  list-style-type: disc;
}
#FiltersTab.nav-tabs .nav-item .nav-link {
  padding: 3px 6px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ffc104;
  font-size: 14px;
  color: #002d5b;
}
#FiltersTab.nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #ffc104;
  color: #002d5b;
}

#FiltersTab.nav-tabs .nav-item .nav-link.active {
  background-color: #ffc104;
  color: #002d5b;
}
#FiltersTab.nav-tabs .nav-item .nav-link.active .triangle {
  opacity: 1;
}

#FiltersTab .triangle {
  bottom: -10px;
}

/* #FiltersTab.nav-tabs .nav-item:not(:last-child) {
  margin-bottom: 8px;
} */

/* progress bar */

.progress,
.progress-stacked {
  --bs-progress-height: 6px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  overflow: visible;
}
.progress {
  position: relative;
}
.progress-bar {
  cursor: pointer;
  transition: transform 250ms ease-out;
}

.progress-bar.flight {
  background-color: #0c64ad;
}

.progress-bar.flight:hover {
  background-color: #0059b3;
  transform: scaleY(2);
}

.progress-bar.layover {
  background-color: #ffc104;
}

.progress-bar.layover:hover {
  background-color: #fcd662;
  transform: scaleY(2);
}

.infoWrapper-body {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.infoWrapper-footer {
  min-width: 120px;
}

#flightInfo {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #0c64ad;
}

#layoverInfo {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #0c64ad;
}
.radius-bottom-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.img-airline {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .img-airline {
    width: 32px;
    height: 32px;
  }
}
.gray-text {
  color: #74747c;
}

/* FilterTabs */
.filterBtnsWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px 0px 15px;
  /* overflow-x: scroll; */
}

#FiltersTab.nav-tabs .nav-item .nav-link {
  padding: 3px 6px;
  background-color: #fff;
  border-radius: 0px;
  font-size: 14px;
  /* font-weight: 500; */
  color: #0c64ad;
}
#FiltersTab.nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #ffc104;
  color: #0c64ad;
}

#FiltersTab.nav-tabs .nav-item .nav-link.active {
  background-color: #ffc104;
  /* font-weight: 600; */
  color: #0c64ad;
}
#FiltersTab.nav-tabs .nav-item .nav-link.active .triangle {
  opacity: 1;
}

#FiltersTab .triangle {
  bottom: -10px;
}

#FiltersTab.nav-tabs .nav-item:not(:last-child) {
  margin-right: 3px;
}

.amenity-read-more {
  font-size: 12px;
  color: #008cff;
  font-weight: 600;
  cursor: pointer;
}
.read-more {
  margin-top: 10px;
  gap: 5px;
  padding: 5px 15px;
  color: #008cff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background-color: #ededed;
  border-radius: 20px;
}
#iataModal .modal-dialog {
  position: relative;
  top: 3%;
  /* transform: translateY(-10%); */
}
#iataModal .modal-header {
  padding: 8px;
}
.modal-img {
  max-width: 100%;
  max-height: 80%;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .modal-img {
    max-width: 70%;
    max-height: 70%;
  }
}

.tabs-container {
  text-align: center;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
}

.tabs-container::-webkit-scrollbar {
  display: none;
}

.tabs-container .nav-tabs {
  display: inline-flex;
  flex-wrap: nowrap;
}
/* ------------------------------------------------ */
.swiper {
  width: 100%;
  height: 280px;
  border-radius: 0.5rem;
}
.swiper.destinations {
  width: 100%;
  height: auto;
  z-index: 0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destinations .swiper-slide img {
  position: relative;
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 0px #0000003d;
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.destinations .swiper-button-next:hover,
.destinations .swiper-button-prev:hover {
  background-color: #ebebeb;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.destinations .swiper-button-next,
.destinations .swiper-button-prev {
  background-color: #ffffffcc;
}
.destination-wrapper {
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: -44px;
  left: 0px;
  transition: all 250ms ease-in-out;
}
.destination-text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: start;
}
.swiper-slide a:hover .destination-wrapper,
.swiper-slide a:focus .destination-wrapper {
  bottom: 0px;
}
.swiper-slide .overflow {
  width: 100%;
  height: 100%;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(128, 128, 128, 0)
  );

  position: absolute;
  top: 0;
  left: 0;
}
.destination-btn {
  padding: 5px 0px;
  margin-top: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  color: #1e1e1e;
  border: none;
  border-radius: 4px;
}
.header-link {
  position: absolute;
  top: 5px;
  right: 20px;
}
/* zendesk msg support */
#launcher {
  z-index: 1050 !important;
}

#hotelFilter {
  position: relative;
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #ddd;
}

/* Recenr searches */
#searchList {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  overflow-x: auto;
}
#searchList a {
  display: inline-flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  gap: 4px;
  max-width: 250px;
  min-height: 88px;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #093087;
  text-decoration: none;
  border: 1px solid #093087;
  border-radius: 16px;
  transition: background-color 0.3s ease;
}
.search-icon i {
padding-right: 4px;
  rotate: 45deg;
}
.search-wrapper {
  padding-left: 4px;
  border-left: 1px dotted #093087;
}
#searchList a:hover {
  background-color: #09308717;
}

.daterangepicker.single-calendar .drp-calendar.right {
  display: none;
}

.daterangepicker.single-calendar .drp-calendar.left {
  margin: 0 auto;
}

.daterangepicker.single-calendar .drp-calendar.right .prev,
.daterangepicker.single-calendar .drp-calendar.right .next {
  display: none;
}

.daterangepicker.single-calendar .drp-calendar.left .prev,
.daterangepicker.single-calendar .drp-calendar.left .next {
  display: block;
}