/* Font Family ***********************************************************************/
@font-face {
  font-family: "Jost-Regular";
  src: url("../fonts/Jost/Jost-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Jost-Medium";
  src: url("../fonts/Jost/Jost-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Jost-SemiBold";
  src: url("../fonts/Jost/Jost-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Jost-Bold";
  src: url("../fonts/Jost/Jost-Bold.ttf");
  font-display: swap;
}

:root {
  --alice-blue: #f3f7fb;
  --aqua-haze: #f1f3f4;
  --aqua-squeeze: #e7f7ed;
  --azure: #2196f3;
  --black: #000000;
  --blue-zodiac: #0f294d;
  --boulder: #777777;
  --cold-turkey: #cebbbb;
  --dark-pastel-green: #4caf50;
  --dawn-pink: #edeaea;
  --desert-storm: #f7f7f7;
  --elf-green: #118866;
  --french-rose: #f94c86;
  --gainsboro: #dddddd;
  --gainsboro-e0dada: #e0dada;
  --hampton: #e4d3b3;
  --iron: #d7d6d6;
  --iron-D6D7D9: #D6D7D9;
  --ironside-grey: #666666;
  --lavender-mist: #ddeaf0;
  --malachite: #1ad03f;
  --malachite-4caf50: #4caf50;
  --misty-rose: #ffe3d5;
  --orange: #ff681a;
  --orange-peel: #fca402;
  --mercury: #e5e5e5;
  --mercury-e0e7ef: #e0e7ef;
  --pale-aqua: #c3d7ee;
  --pastel-grey: #ccc;
  --pink-swan: #B8B8B8;
  --platinum: #dee2e6;
  --platinum-dce5e5: #dce5e5;
  --porcelain: #f2f2f2;
  --red: #f44336;
  --rangoon-green: #1c1c1c;
  --seashell: #f1f1f1;
  --silver-chalice: #afabab;
  --silver-sand: #c1c1c1;
  --seashell: #f0f0f0;
  --star-dust: #9e9e9e;
  --titan-white: #e9f0f8;
  --turquoise: #37d4d9;
  --vampire-grey: #505050;
  --white: #ffffff;
  --placeholder-clr:#686e70;
  --light_orange:#fca4023b;

  /* Container */
  --main-container: 1220px;
  --container-gutters: 30px;
}

body {
  font-family: "Jost-Regular";
  background-color: var(--white);
}

/* Common Class Start ****************************************************************/
.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}

.m-sidebar-close-btn {
  display: none;
}

.sorting-fileter-bx {
  display: none;
}

.bg {
  padding: 100px 0;
}

.white {
  color: var(--white) !important;
}

.white-bg {
  background-color: var(--white) !important;
}

.black {
  color: var(--black);
}

.black-bg {
  background-color: var(--black) !important;
}

.orange {
  color: var(--orange) !important;
}

.red {
  color: var(--red) !important;
}

.dark-pastel-green {
  color: var(--dark-pastel-green) !important;
}

.malachite-4caf50 {
  color: var(--malachite-4caf50);
}

.elf-green {
  color: var(--elf-green);
}

.orange-peel-bg {
  background-color: var(--orange-peel) !important;
}

.xx-small {
  font-size: 8px;
}

.x-small {
  font-size: 11px;
}

.small {
  font-size: 12px;
}

.m-small {
  font-size: 14px;
}

.sm-space {
  padding: 30px 0;
}

.b-radius-10 {
  border-radius: 10px;
}

.btn.show {
  border-color: transparent;
}

.disabled-field {
  cursor: not-allowed;
  /* Change cursor to indicate it's not clickable */
}

/* Common Class End ******************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

.common::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}

body.show {
  position: fixed;
  top: 0;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  color: var(--black);
  font-family: "Jost-Medium";
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 23px;
}

h6 {
  font-size: 20px;
}

p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
  text-transform: capitalize;
  font-family: inherit;
}

span {
  display: inline-block;
}

img,
video {
  max-width: 100%;
}

/* ---- Button Start ---------------- */
.cmn-btn-big {
  font-size: 16px;
  color: var(--white) !important;
  padding: 16px 26px !important;
  background-color: var(--orange) !important;
  border: 0 !important;
  border-radius: 10px !important;
  text-transform: capitalize;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all ease 0.4s;
  font-family: "Jost-Medium";
}

.cmn-btn-big.black-bg {
  background-color: var(--black) !important;
}

.cmn-btn {
  font-size: 16px;
  color: var(--white);
  padding: 10px 26px;
  background-color: var(--orange);
  border: 0;
  border-radius: 10px;
  text-transform: capitalize;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
  font-family: "Jost-Medium";
}

.cmn-btn:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background-color: var(--turquoise);
  width: 0;
  height: 1000px;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: all 0.2s linear 0s;
  z-index: -1;
}

.cmn-btn:hover {
  color: var(--white) !important;
}

.cmn-btn:hover::before {
  opacity: 1;
  color: var(--white);
  width: 100%;
}

section {
  padding: 80px 0;
  overflow-x: clip;
  /* overflow: hidden; */
}

.section-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px !important;
}

.section-heading p {
  font-family: "Jost-Medium";
}

.section-heading span {
  font-size: 22px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 10px;
}

.button-box {
  padding-top: 20px;
}

.button-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.form-control-common {
  font-size: 16px;
  color: var(--black);
  background: var(--white);
  padding: 14px 8px;
  width: 100%;
  appearance: textfield;
  box-shadow: none;
  resize: none;
  outline: none;
  box-sizing: border-box;
  font-family: "Jost-Medium";
  text-overflow: ellipsis;
}

.form-control-common::placeholder{
  color: var(--placeholder-clr) !important;
}
.input-group {
  padding-bottom: 20px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--platinum);
  box-shadow: none;
}

.form-check-input:focus {
  border-color: var(--bs-border-color);
  box-shadow: none;
}

.form-select {
  color: var(--placeholder-clr) !important;
}

a:-webkit-any-link:focus-visible {
  outline: none;
}
/* New css add 04-04-2025  */
input[type="email"] {
  text-transform: lowercase;
}
input[type="email"]::placeholder{
  text-transform: capitalize;
}



/* Plane Animation Css Start ************************************/
.ripple-animation {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

.ripple-animation img,
.ripple-animation1 img {
  width: 100%;
  max-width: 35%;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

.ripple-animation1 {
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple1;
}

@keyframes ripple1 {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#blog .ripple-animation img,
#blog .ripple-animation1 img {
  display: none;
}

#essentials-tips .left-ripple {
  position: absolute;
  left: 19%;
  top: 15%;
}

#essentials-tips .right-ripple {
  position: absolute;
  right: 10%;
  top: 15%;
}

/* Plane Move */
.plane-moving {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  opacity: 0;
  z-index: 1;
}

@keyframes fadeInAndMoveDiagonal {
  0% {
    opacity: 0;
    left: 0;
    bottom: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    left: 100%;
    bottom: 92%;
  }
}

.plane-moving {
  animation: fadeInAndMoveDiagonal 10s linear infinite;
}

.plane-moving1 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
  opacity: 0;
  z-index: 1;
}

@keyframes fadeInAndMoveDiagonal1 {
  0% {
    opacity: 0;
    right: 0;
    bottom: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    right: 100%;
    bottom: 90%;
  }
}

.plane-moving1 {
  animation: fadeInAndMoveDiagonal1 12s linear infinite;
}

/**/
#home-banner .plane-horizontal {
  position: absolute;
  top: -10px;
  height: 30px;
  width: 30px;
  background: url('../images/small-plane.png') no-repeat;
  background-size: 100%;
  animation: comet 12s infinite linear;
}

@keyframes comet {
  0% {
    left: 0;
    transform: translate(-100%);
  }

  100% {
    left: 100%;
    transform: translate(0%);
  }
}

/* Plane Animation Css End ************************************/

/* Header css start **********************************************************************/
/* @keyframes smoothScroll {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
} 
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  animation: smoothScroll 1s forwards;
  box-shadow: 0 0 10px 2px #000000;
} */

#header {
  transition: 0.5s all;
  position: relative;
}

#header .top-header-box {
  color: var(--white);
  background-color: var(--rangoon-green);
}

#header .top-header-box .contact-box li {
  transition: 0.5s ease-in-out;
}

#header .top-header-box .contact-box li:hover i {
  color: var(--white);
  background-color: var(--turquoise);
}

#header .top-header-box .contact-box li i {
  width: 36px;
  height: 36px;
  color: var(--orange);
  margin-right: 5px;
  border-radius: 50%;
  transition: all ease 0.5s;
  background-color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: tada 1.5s ease infinite;
}

#header .top-header-box .contact-box li a {
  font-size: 14px;
  text-transform: unset;
  font-family: "Jost-Medium";
  color: var(--white);
}

#header .top-header-box .contact-box li a:hover {
  color: var(--turquoise);
}

#header .top-header-box .right-part {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .top-header-box .right-part .social-box a {
  transition: all ease 0.5s;
  color: var(--white);
}

#header .top-header-box .right-part .social-box a:hover {
  color: var(--orange);
}

#header .top-header-box .right-part .dropdown.user {
  margin-left: 20px;
}

#header .top-header-box .right-part .dropdown-toggle::after {
  display: none;
}

#header .top-header-box .right-part .dropdown.user .dropdown-toggle {
  padding: 13px 18px;
  color: var(--white);
  background-color: var(--turquoise);
  border-radius: 0;
  transition: all ease 0.5s;
}

#header .top-header-box .right-part .dropdown.user .dropdown-toggle:hover {
  background-color: var(--orange);
}

#header .top-header-box .right-part .dropdown.user .dropdown-menu.show {
  transform: translate(-110px, 54px) !important;
}

#header .top-header-box .right-part .dropdown.user .dropdown-item {
  color: var(--black);
}
#header .top-header-box .right-part .dropdown.user .dropdown-item:active{
  background-color: transparent;
}

#header .btm-header-box {
  padding: 24px 0;
}

#header .top-header-box-inner,
#header .btm-header-box-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .logo-box img {
  max-width: 200px;
  width: 100%;
}

#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 11;
  width: 32px;
  height: 28px;
}

#header .main-nav .click-menu span,
#header .main-nav .cancel-menu span {
  width: 32px;
  height: 4px;
  background: var(--black);
  transition: 0.5s all ease-in-out;
  border-radius: 16px;
  position: relative;
}

#header .main-nav .cancel-menu span {
  position: absolute;
  height: 4px;
}

#header .main-nav .cancel-menu span:first-child {
  transform: rotate(45deg);
}

#header .main-nav .cancel-menu span:last-child {
  transform: rotate(-45deg);
}

#header .main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
}

#header .button-box {
  padding-top: 0;
}

#header .main-nav nav ul li {
  display: inline-block;
  position: relative;
}

#header .main-nav nav ul li:not(:last-child) {
  margin-right: 20px;
}

#header .main-nav nav ul li a {
  font-size: 18px;
  color: var(--rangoon-green);
  padding: 5px 5px;
  transition: all ease 0.5s;
  font-family: "Jost-Bold";
}

#header .main-nav nav ul li a:hover {
  color: var(--turquoise);
}

/* Sub Menu Design */
#header .main-nav nav ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .main-nav nav .sub-menu {
  position: absolute;
  left: 0;
  top: 70px;
  background-color: var(--white);
  box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
  width: 100%;
  min-width: 190px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .main-nav nav ul li ul.sub-menu>li {
  display: block;
  position: relative;
  line-height: 34px;
  margin-right: 0;
  width: 100%;
  border-left: 0px solid transparent;
  transform: 0.5s ease-in-out;
}

#header .main-nav nav ul li ul.sub-menu>li:hover,
#header .main-nav nav ul li ul.more-sub-menu>li:hover {
  border-left: 3px solid var(--turquoise);
}

#header .main-nav nav ul li ul.sub-menu>li:not(:last-child) {
  border-bottom: 1px solid var(--pastel-grey);
}

#header .main-nav nav ul li ul.sub-menu>li a {
  font-size: 15px;
  padding: 5px 10px;
  width: 100%;
}

/* More Sub Menu Design Start */
#header .main-nav nav ul li .sub-menu li:hover .more-sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .main-nav nav ul li .sub-menu li .more-sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 0;
}

#header .main-nav nav ul li ul.sub-menu li ul.more-sub-menu {
  width: 100%;
  min-width: 100px !important;
}

/* More Sub Menu Design End */

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, -10deg);
    transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, -10deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
    transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
    transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* Home Banner css ***************************************************************************/
.swiper-slide .content-box {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.swiper-slide-active .content-box {
  opacity: 1;
}

#home-banner .swiper-slide .content-box .banner-sub-ttl {
  font-size: 24px;
  font-weight: 700;
  color: var(--orange);
}

#home-banner {
  padding: 0 0;
  position: relative;
}

#home-banner .home-banner-part {
  background: url("../images/banner-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 125%;
  background-position: center center;
  padding: 1% 0;
}

#home-banner .home-swiper {
  position: relative;
  overflow: visible;
}

#home-banner .row {
  align-items: center;
}

#home-banner .box.box2 {
  position: relative;
}

#home-banner .box.box2 .image-box img {
  border-radius: 340px;
  background-color: var(--white);
  border: 20px solid var(--white);
}

#home-banner .box.box2 .image-box {
  position: relative;
}

#home-banner .box.box2 .image-box .img-2 {
  width: 65%;
  position: absolute;
  top: 60%;
  right: -25%;
  transform: translateY(-50%);
}

#home-banner .pagination-box {
  position: absolute;
  top: 35% !important;
  left: -10% !important;
  z-index: 2;
  width: 4%;
  height: 26%;
}

#home-banner .pagination-box:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 80%;
  top: 48%;
  left: 58%;
  background-color: var(--orange);
  transform: translate(-40%, -45%);
  z-index: -1;
}

#home-banner .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  padding: 12px;
  text-align: center;
  background: var(--white) !important;
  font-size: 20px;
  font-weight: 700;
  color: var(--orange);
  opacity: 1;
}

#home-banner .swiper-pagination-bullet-active {
  color: var(--white) !important;
  background: var(--orange) !important;
}

#home-banner .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 20px !important;
}

/* Spin css ******************************************************************************/
.spin-box-main {
  position: relative;
}

.spin {
  animation: spin var(--duration, 40s) infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#essentials-tips .spin-box {
  position: absolute;
  left: -5%;
  margin-top: -320px;
  z-index: -1;
}

.jump-box-main {
  position: relative;
}

.jump-box {
  position: absolute;
  right: 5%;
  margin-top: -260px;
  z-index: -1;
}

.jump {
  animation: Updown 3s linear infinite alternate;
  position: relative;
  transition: all 1s;
}

@keyframes Updown {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(20px);
  }
}

/* Tickit Book css ******************************************************************************/
#tickit-book {
  position: relative;
  overflow: visible;
  padding-bottom: 0;
  z-index: 9;
}

#tickit-book .tickit-book-box-main {
  margin-top: -200px;
  overflow: visible;
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--white);
  background-color: var(--black);
}

.nav-tabs .nav-link {
  color: var(--black);
  background-color: var(--iron);
  border-radius: 0;
  border: 0;
  padding: 14px 34px;
  font-family: "Jost-Medium";
}

.nav-tabs .nav-link i {
  padding-right: 6px;
}

.tickit-content-box {
  padding: 22px 22px;
  margin-bottom: 25px;
  background-color: var(--white);
  border-radius: 0px 8px 8px 8px;
  box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.2);
}

.tickit-content-box .btn {
  color: var(--black);
  padding: 9px 18px;
  background-color: var(--iron);
  border-radius: 35px;
  border: 0;
}

.tickit-content-box .btn-check:checked+.btn,
.tickit-content-box .btn.active,
.tickit-content-box .btn.show,
.tickit-content-box .btn:first-child:active,
.tickit-content-box :not(.btn-check)+.btn:active {
  color: var(--white);
  padding: 9px 18px;
  background: var(--black);
  border-radius: 35px;
  border: 0;
}

.tickit-content-box .btn-check:checked+.btn:hover {
  color: var(--white);
  background: var(--black);
}

.tickit-content-box .btn-check+.btn:hover {
  color: var(--black);
  padding: 9px 18px;
  background-color: var(--silver-sand);
  border-radius: 35px;
  border: 0;
}

.trip-details-bx-main .form-label {
  margin-bottom: 0.1rem;
  font-family: "Jost-SemiBold";
}

.trip-details-fare-main {
  display: flex;
  flex-direction: column;
}

.trip-details-bx {
  display: flex;
  align-items: end;
  column-gap: 8px;
  row-gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
  position: relative;
}

.trip-details-bx .flying-bx-cmn {
  max-width: 25%;
  width: 100%;
}

.trip-details-bx .date-bx-cmn {
  max-width: 12%;
  width: 100%;
}

.trip-details-bx .passenger-bx {
  max-width: 14%;
  width: 100%;
  position: relative;
}

.trip-details-bx .search-bx {
  max-width: 7%;
  width: 100%;
}

.trip-details-bx .destination-bx-cmn {
  max-width: 30%;
  width: 100%;
}

.trip-details-bx .date-bx-big-cmn {
  max-width: 19.50%;
  width: 100%;
}

.date-bx-big-cmn.travelers-bx {
  position: relative;
}

.children-age-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 5px;
}

.children-age-box .single-child-age-bx {
  width: 26%;
}

/* Suggestion box*/
.suggestion-bx-cmn {
  position: absolute;
  background-color: var(--white);
  border-radius: var(--bs-border-radius);
  max-height: 167px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  max-width: 295px;
  width: 100%;
  z-index: 2;
}

.suggestion-item {
  font-size: 15px;
  padding: 4px 6px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: var(--seashell);
}

.tickit-content-box #errorMessage {
  position: absolute;
  font-size: 13px;
  padding: 1px 4px;
}

/* Special fare */
.spacial-fare-bx {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  align-items: center;
  margin-top: 10px;
}

.spacial-fare-title-bx span {
  font-size: 16px;
  color: var(--bs-body-color);
}

.spacial-fare-title-bx .extra-save {
  color: var(--white);
  padding: 2px 8px;
  border-radius: 4px;
  background-color: var(--orange);
  font-size: 13px;
  font-family: "Jost-Medium";
  text-align: center;
}

.spacial-fare-bx .spacial-fare-type-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.spacial-fare-type-bx .form-check{
  margin-bottom: 0;
}

.spacial-fare-bx .fare-bx {
  padding: 4px 10px 4px 8px;
  border-radius: 6px;
  border: 1px solid var(--gainsboro-e0dada);
}

.spacial-fare-bx .fare-bx .form-check-input:hover,
.spacial-fare-bx .fare-bx .form-check-label:hover {
  cursor: pointer;
}

.spacial-fare-bx .fare-bx label {
  font-family: "Jost-Medium";
}

.spacial-fare-bx .fare-bx label span {
  display: block;
  font-size: 12px;
  font-family: "Jost-Regular";
}

/* Essentials Tips css ******************************************************************************/
.essentials-tips-box {
  position: relative;
}

.essentials-tips-box:nth-child(even) {
  margin: 60px 0 30px 0;
}

.essentials-tips-box .img-box {
  position: relative;
}

.essentials-tips-box:nth-child(even) .img-box {
  position: relative;
  order: 2;
}

.essentials-tips-box .img-box img {
  border-radius: 10px;
  width: 100%;
}

.essentials-tips-box .img-box .category-tag {
  position: absolute;
  left: 0;
  top: 80px;
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
  padding: 18px 36px 16px;
  background-color: var(--white);
  border-radius: 0 10px 10px 0;
}

.essentials-tips-box .content-box {
  position: relative;
  padding: 40px 40px;
  margin-left: -150px;
  max-width: 615px;
  border-radius: 10px;
  border: 1px solid var(--orange);
  background-color: var(--white);
}

.essentials-tips-box .content-box .date {
  font-size: 22px;
  margin-bottom: 6px;
  font-family: "Jost-Medium";
}

.essentials-tips-box:nth-child(even) .content-box {
  margin-right: -100px;
  margin-left: unset;
  z-index: 2;
}

.essentials-tips-box:nth-child(even) .img-box .category-tag {
  right: 0;
  left: unset;
  border-radius: 10px 0px 0px 10px;
}

.essentials-tips-box h3 a {
  transition: all ease 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.essentials-tips-box h3 a:hover {
  color: var(--orange);
}

/* Awesome css ******************************************************************************/
#awesome .spin-box {
  position: absolute;
  right: -5%;
  z-index: -1;
  bottom: -300px;
}

#awesome .jump-box {
  right: auto;
  left: 5%;
  bottom: 0;
  top: 0;
  margin-top: 0;
  z-index: unset;
}

#awesome {
  background: url("../images/cross-bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  position: relative;
}

.awesome-swiper {
  padding: 0 0 30px 0;
}

.blog-swiper {
  padding: 0 0 50px 0;
}

.awesome-swiper .awesome-box {
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  transition: all ease 0.5s;
  margin: 8px 6px;
}

.awesome-swiper .awesome-box h5 {
  transition: all ease 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.awesome-swiper .awesome-box h5:hover {
  color: var(--orange);
}

.awesome-swiper .awesome-box:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.awesome-swiper .awesome-box .image-box {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.awesome-swiper .awesome-box .image-box img {
  width: 100%;
  height: 280px;
  transition-timing-function: linear;
  transition-duration: 1s;
}

.awesome-swiper .awesome-box .image-box img:hover {
  transform: scale(1.1);
}

.awesome-swiper .awesome-box .content-box {
  padding: 22px 22px;
  opacity: 1;
}

.awesome-swiper .awesome-box .content-box .info-box {
  display: flex;
  justify-content: space-between;
}

.awesome-swiper .awesome-box .info-box .info-cmn-box ul li {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  color: var(--vampire-grey);
  margin-bottom: 10px;
  font-family: "Jost-Medium";
}

.awesome-swiper .awesome-box .info-box .info-cmn-box ul li i {
  font-size: 16px;
  margin-top: 4px;
  margin-right: 8px;
}

.awesome-swiper .awesome-box .budget-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 30px;
  border-left: 2px solid #00142726;
}

.awesome-swiper .awesome-box .discount-offer span {
  color: var(--white);
  padding: 3px 12px;
  border-radius: 50px;
  background-color: var(--orange);
}

.awesome-swiper .awesome-box .price-box {
  display: flex;
  align-items: flex-end;
  column-gap: 6px;
}

.awesome-swiper .awesome-box .actual-price {
  display: flex;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.awesome-swiper .awesome-box .striked-price {
  display: flex;
  text-decoration: line-through;
  color: var(--vampire-grey);
  font-family: "Jost-Medium";
}

.awesome-swiper .swiper-button-next,
.awesome-swiper .swiper-button-prev,
.blog-swiper .swiper-button-next,
.blog-swiper .swiper-button-prev {
  color: var(--black);
  opacity: 1;
}

.awesome-swiper .awesome-swiper-pagination,
.blog-swiper .awesome-swiper-pagination {
  position: relative !important;
  bottom: -20px;
}

.awesome-swiper .swiper-pagination-bullet,
.blog-swiper .swiper-pagination-bullet {
  background: var(--orange);
  opacity: 0.2;
}

.awesome-swiper .swiper-pagination-bullet-active,
.blog-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.awesome-swiper .swiper-button-prev,
.blog-swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 0px;
  opacity: 1;
  display: block;
}

.awesome-swiper .swiper-button-next,
.blog-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -14px;
  margin-top: 0px;
  transform: translateY(-50%);
  display: block;
}

.awesome-swiper .swiper-button-next:after,
.awesome-swiper .swiper-button-prev:after,
.blog-swiper .swiper-button-next:after,
.blog-swiper .swiper-button-prev:after {
  font-size: 25px;
}

.awesome-swiper .awesome-box .cmn-btn {
  text-transform: capitalize;
}

#blog .blog-box .content-box h5,
#blog-thumb .blog-thumb-box .content-box h6,
#recent-blog .blog-thumb-box .content-box h6{
  min-height: 56px;
}
#blog .blog-box .content-box p,
#blog-thumb .blog-thumb-box .content-box p,
#recent-blog .blog-thumb-box .content-box p{
  min-height: 47px;
}

/* Discover css ******************************************************************************/
#discover {
  z-index: 1;
}

#discover .section-heading {
  text-align: left;
  margin-bottom: 60px !important;
}

#discover .discover-bx {
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 10px;
  padding: 30px 30px 10px;
  transition: 0.5s ease-in-out;
  background-color: var(--orange);
}

#discover .discover-bx:hover {
  background-color: var(--turquoise);
}

#discover .discover-bg-bx {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

#discover .discover-bx .image-box {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

#discover .discover-bx:hover .image-box::before,
#discover .discover-bx:hover .image-box::after {
  background-color: var(--orange);
}

#discover .discover-bx .image-box::before,
#discover .discover-bx .image-box::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
  background-color: var(--turquoise);
}

#discover .discover-bx .image-box::before {
  left: 10px;
  top: 0;
}

#discover .discover-bx .image-box::after {
  right: 10px;
  bottom: 0;
}

#discover .discover-bx .content-box h6 {
  color: var(--white);
}

#discover .discover-bx .content-box p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--white);
  padding-top: 0px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#discover .btm-discover-box {
  margin-top: 80px;
}

/* special offer css ******************************************************************************/
#special-offer {
  background: url("../images/offer-bg.jpg") no-repeat;
  position: relative;
}

#special-offer .section-heading {
  text-align: left;
  color: var(--white);
  margin-bottom: 0 !important;
}

#special-offer .section-heading span,
#special-offer .section-heading h2,
#special-offer .section-heading p {
  color: var(--white);
}

#special-offer .box.box2 .image-box2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
}

/* blog css ******************************************************************************/
#blog {
  padding: 80px 0 240px 0;
  position: relative;
}

#blog .blog-box {
  padding: 14px 14px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 8px 6px;
  transition: all ease 0.5s;
}

#blog .blog-box .image-box {
  border-radius: 10px;
  overflow: hidden;
}

#blog .blog-box .image-box img {
  width: 100%;
  height: 250px;
  transition-timing-function: linear;
  transition-duration: 1s;
}

#blog .blog-box .image-box img:hover {
  transform: scale(1.1);
}

#blog .blog-box .content-box {
  padding: 22px 0 0 0;
  opacity: 1;
}

#blog .blog-box .content-box h5,
#blog .blog-box .content-box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#blog .blog-box .content-box p {
  color: var(--vampire-grey);
}

#blog .blog-box .date-read-more-box span {
  color: var(--vampire-grey);
  font-family: "Jost-Medium";
}

#blog .blog-box .date-read-more-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
}

/* newsletter css ******************************************************************************/
#newsletter {
  position: absolute;
  margin-top: -230px;
  border-radius: 10px;
  left: 0;
  right: 0;
}

#newsletter .newsletter-box-main {
  padding: 0 60px;
  border-radius: 10px;
  background-color: var(--orange);
}

#newsletter .section-heading {
  margin-bottom: 0 !important;
  text-align: left;
}

#newsletter .section-heading h2,
#newsletter .section-heading p {
  color: var(--white);
}

#newsletter .section-heading .button-box {
  padding-top: 0 !important;
}

#newsletter .cta-image {
  margin-bottom: -15px;
  margin-top: -20px;
  text-align: right;
}

#newsletter .cta-image img {
  max-width: 70%;
  width: 100%;
}

/* footer css ******************************************************************************/
#footer {
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 200px;
}

#footer .top-box .logo-box img {
  max-width: 220px;
  margin-bottom: 30px;
}

#footer .top-box h5 {
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  position: relative;
}

#footer .footer-col-ttl::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--orange);
  border-radius: 10px;
}

#footer .footer-col-ttl::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: 4px;
  bottom: -1px;
  outline: 4px solid var(--orange);
  border-radius: 50%;
  background-color: var(--white);
  animation: left-to-right infinite 5s linear;
}

@keyframes left-to-right {

  0%,
  100% {
    left: 0px;
  }

  50% {
    left: 56px;
  }
}

#footer .top-box .list-box li:not(:last-child) {
  margin-bottom: 10px;
}

#footer .top-box .list-box li a {
  color: var(--white);
  transition: all ease 0.2s;
  font-family: "Jost-Medium";
}

#footer .top-box .list-box li a:hover {
  color: var(--orange);
}

#footer .top-box .link-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 20px;
}

#footer .top-box .link-box ul li a {
  width: 36px;
  height: 36px;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

#footer .top-box .link-box ul li a:hover {
  color: var(--white);
  border: 1px solid var(--orange);
  background-color: var(--orange);
}

#footer .top-box .instagram-box {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

#footer .top-box .instagram-box .image-box img {
  width: 100%;
}

#footer h5,
#footer p,
#footer a {
  color: var(--white);
}

#footer a:hover {
  color: var(--orange);
}

#footer .top-box .box.box1 .text-box {
  max-width: 370px;
}

#footer .box.box4 {
  padding-left: 10px;
}

#footer .box.box4 .newsletter-bx {
  margin-top: 16px;
  position: relative;
}

#footer .box.box4 .newsletter-bx .form-control {
  position: relative;
  border-radius: 8px;
  border: 0;
  padding: 10px 130px 10px 10px;
  border-radius: 8px;
}

#footer .end-box {
  padding: 24px 0;
  margin-top: 30px;
  border-top: 1px solid var(--white);
}

#footer .end-box .link-box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

#footer .end-box .link-box ul li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid var(--orange);
  line-height: 1;
}

/* New css for Subscribe form  */
#footer .box.box4 .newsletter-bx br {
  display: none;
}

#footer .box.box4 .newsletter-bx .wpcf7-form-control-wrap{
  display: block;
  
}

/* #footer .box.box4 .newsletter-bx .wpcf7-form{
  display: flex;
} */
#footer .box.box4 .newsletter-bx .cmn-btn {
  border-radius: 0 8px 8px 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  padding: 10px 26px !important;
}

#footer .box.box4 .newsletter-bx .cmn-btn:hover {
  background: var(--orange);
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: var(--red);
  border: 1px solid red !important;
  margin: 0;
}

.wpcf7 p {
  display: none;
}

/* Search list css ******************************************************************************/
.inner-page-main {
  padding-bottom: 200px;
  background-color: var(--alice-blue);
}

.inner-banner {
  background: url(../images/offer-bg.jpg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 2.5% 0;
}

.innner-banner-title-box {
  padding: 40px 10px;
  position: relative;
}

.innner-banner-title-box h2 {
  position: relative;
}

.innner-banner-title-box h2:after {
  position: absolute;
  content: "";
  background-color: var(--black);
  width: 120px;
  height: 4px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
}

.inner-banner .tickit-content-box {
  padding: 0 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.inner-page-content-main {
  padding: 20px 0;
  background-color: var(--alice-blue);
}

.inner-banner .spacial-fare-bx .fare-bx {
  border: 1px solid var(--black);
}

.inner-banner .spacial-fare-bx .form-check-input:checked {
  background-color: var(--orange-peel);
  border-color: var(--orange-peel);
}

.inner-banner .spacial-fare-bx {
  margin-top: 15px;
}

/* Left sidebar css ******************************************************************************/
.sidebar-cmn .sidebar-cmn-bx {
  padding: 15px 15px;
  border-bottom: 0 solid var(--lavender-mist);
  margin-bottom: 10px;
  background-color: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.sidebar-cmn .sidebar-cmn-bx h5,
.final-hotel-bx .content-box h5 {
  font-size: 18px;
  font-family: "Jost-SemiBold";
}

.sidebar-cmn .sidebar-cmn-bx h6 {
  font-size: 14px;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0;
  font-family: "Jost-Medium";
}

.sidebar-cmn .sidebar-cmn-bx .single-check-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  cursor: pointer;
  color: var(--black);
}

.sidebar-cmn .sidebar-cmn-bx .single-check-list span.count {
  font-size: 14px;
  font-family: "Jost-Medium";
}

.left-sidebar .cmn-left-bx .form-check {
  margin-bottom: 0;
}

.sidebar-cmn .sidebar-cmn-bx .s-trip-city-ttl-bx-main {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 4px;
}

.sidebar-cmn .sidebar-cmn-bx .form-check label,
.sidebar-cmn .sidebar-cmn-bx .s-trip-city-ttl-bx label {
  cursor: pointer;
  font-size: 15px;
  font-family: "Jost-Medium";
}

.sidebar-cmn .sidebar-cmn-bx .form-check .form-check-input {
  border-radius: 0 !important;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--orange);
  border-color: var(--orange);
}

.sidebar-cmn .sidebar-cmn-bx .cmn-title-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 17px;
}

.sidebar-cmn .sidebar-cmn-bx .cmn-title-bx a {
  font-size: 14px;
  color: var(--red);
  text-transform: uppercase;
  font-family: "Jost-Medium";
}

/* Left Sidebar Sticky **********/
.left-sidebar {
  position: sticky;
  top: 0;
  transition: .5s all;
}

/* Flight search list page css ******************************************************************************/
.flight-found-box {
  width: 100%;
}

.flight-found-box h5,
.departure-flight h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Jost-SemiBold";
}

.flight-found-box .adult-child-bx span {
  font-size: 14px;
  color: var(--boulder);
  font-family: "Jost-Medium";
}

.flight-sortbar-box {
  margin: 10px 0;
}

.flight-sortbar-box ul {
  display: flex;
}

.flight-sortbar-box li {
  width: 25%;
}

.flight-sortbar-box .sort-btn {
  background-color: var(--white);
  padding: 8px 16px;
  border-radius: 0;
  border: 1px solid var(--gainsboro-e0dada);
  font-size: 14px;
  color: var(--ironside-grey);
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: all ease 0.2s;
}

.flight-sortbar-box .sort-btn:hover {
  color: var(--orange);
}

.flight-sortbar-box .sort-btn.up-arrow,
.flight-sortbar-box .sort-btn.down-arrow {
  color: var(--orange);
}

.flight-sortbar-box .sort-btn.up-arrow:after {
  content: "\f176";
}

.flight-sortbar-box .sort-btn.down-arrow:after {
  content: "\f175";
}

.flight-sortbar-box .sort-btn.up-arrow:after,
.flight-sortbar-box .sort-btn.down-arrow:after {
  position: relative;
  margin-left: 12px;
  font-family: FontAwesome;
}

.single-flight-bx,
.single-hotel-bx {
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.09) 0 3px 12px;
  border: 1px solid var(--gainsboro-e0dada);
}

.single-flight-bx:not(:last-child),
.single-hotel-bx:not(:last-child) {
  margin-bottom: 10px;
}

.single-flight-bx .single-top-flight-bx,
.single-hotel-bx .single-top-hotel-bx {
  display: flex;
}

.single-flight-bx .single-top-flight-bx .left-part {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.single-flight-bx .single-top-flight-bx .left-part .top-part {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  width: 100%;
}

.single-flight-bx .single-top-flight-bx .left-part .top-part .plane-shape {
  width: 80%;
}

.single-flight-bx .single-top-flight-bx .left-part .top-part .share-button {
  width: 20%;
}

.single-flight-bx .single-top-flight-bx .left-part .top-part .share-button a.whatsapp {
  color: var(--malachite);
  background-color: var(--aqua-haze);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-flight-bx .single-top-flight-bx .left-part .top-part .share-button a.clipboard {
  color: var(--turquoise);
  background-color: var(--aqua-haze);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-flight-bx .single-top-flight-bx .left-part .top-part .available-seat {
  width: 15%;
  font-weight: 700;
}

.single-flight-bx .single-top-flight-bx .btm-part,
.more-flight-content-box .btm-part {
  display: flex;
  gap: 10px;
  padding: 20px 16px;
}

.single-flight-bx .single-top-flight-bx .btm-part .flight-name-bx,
.more-flight-content-box .btm-part .flight-name-bx {
  display: flex;
  flex-direction: column;
  width: 15%;
}

.single-flight-bx .single-top-flight-bx .btm-part .flight-name-bx .flight-number-bx .flight-number,
.more-flight-content-box .btm-part .flight-name-bx .flight-number-bx .flight-number {
  font-size: 12px;
  line-height: 16px;
  color: var(--black);
  margin-left: 7px;
  font-family: "Jost-Medium";
}

.single-flight-bx .single-top-flight-bx .btm-part .flight-name-bx .flight-number-bx,
.more-flight-content-box .btm-part .flight-name-bx .flight-number-bx .flight-number {
  margin-top: 2px;
}

.single-flight-bx .single-top-flight-bx .btm-part .flight-icon-bx img {
  max-width: 60%;
}

.more-flight-content-box .btm-part .flight-icon-bx img {
  max-width: 50%;
}

.single-flight-bx .single-top-flight-bx .btm-part .flight-fly-details,
.more-flight-content-box .btm-part .flight-fly-details {
  display: flex;
  width: 85%;
}

.single-flight-bx .single-top-flight-bx .btm-part .flight-fly-details .flight-fly,
.more-flight-content-box .btm-part .flight-fly-details .flight-fly {
  display: flex;
  align-items: center;
  width: 100%;
}

.single-flight-bx .single-top-flight-bx .btm-part .from-to-main,
.more-flight-content-box .btm-part .from-to-main {
  width: 25%;
}

.single-flight-bx .single-top-flight-bx .btm-part .from-to,
.more-flight-content-box .btm-part .from-to {
  display: flex;
  flex-direction: column;
}

.single-flight-bx .single-top-flight-bx .btm-part .from-to.right,
.more-flight-content-box .btm-part .from-to.right {
  padding-left: 20px;
}

.single-flight-bx .single-top-flight-bx .btm-part .from-to span,
.more-flight-content-box .btm-part .from-to span {
  font-size: 16px;
  line-height: 24px;
  color: var(--boulder);
  font-family: "Jost-Medium";
}

.single-flight-bx .single-top-flight-bx .btm-part .from-to span.city,
.more-flight-content-box .btm-part .from-to span.city {
  font-size: 22px;
  color: var(--black);
  font-family: "Jost-SemiBold";
}

.single-flight-bx .single-top-flight-bx .btm-part .from-to span.date-time,
.more-flight-content-box .btm-part .from-to span.date-time {
  font-size: 14px;
  color: var(--black);
}

.more-flight-content-box .btm-part .from-to span.date-time.airport-name {
  line-height: 16px !important;
}

.single-flight-bx .single-top-flight-bx .btm-part .time,
.more-flight-content-box .btm-part .time {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-flight-bx .single-top-flight-bx .btm-part .brif-time-icon i,
.more-flight-content-box .btm-part .brif-time-icon i {
  position: relative;
  background: var(--dawn-pink);
  width: 40px;
  height: 40px;
  box-shadow: 0 3px 3px var(--silver-chalice);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--white);
  margin-bottom: 3px;
}

.single-flight-bx .single-top-flight-bx .btm-part .hrs,
.more-flight-content-box .btm-part .hrs {
  font-size: 15px;
  font-weight: 700;
}

.single-flight-bx .single-top-flight-bx .btm-part .stop,
.more-flight-content-box .btm-part .stop {
  font-size: 12px;
  color: var(--boulder);
  text-transform: capitalize;
  margin: 0;
}

.single-flight-bx .single-top-flight-bx .right-part,
.single-hotel-bx .right-part {
  width: 25%;
  background-color: #cccccc80;
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.single-flight-bx .single-top-flight-bx .right-part .price-box,
.single-hotel-bx .right-part .price-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-flight-bx .single-top-flight-bx .right-part .striked-price {
  display: flex;
  text-decoration: line-through;
  font-size: 14px;
  color: var(--cold-turkey);
  font-family: "Jost-Medium";
}

.single-flight-bx .single-top-flight-bx .right-part .actual-price,
.single-hotel-bx .right-part .actual-price {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  color: var(--orange);
}

.single-flight-bx .single-top-flight-bx .right-part .refundable {
  font-size: 14px;
  color: var(--red);
  margin-top: 8px;
  font-family: "Jost-SemiBold";
}

.single-flight-bx .single-top-flight-bx .right-part .book-btn {
  margin: 6px 0;
}

.single-flight-bx .single-top-flight-bx .right-part .book-btn .cmn-btn,
.single-hotel-bx .right-part .book-btn .cmn-btn {
  font-size: 15px;
  padding: 8px 14px;
  color: var(--white);
  border-radius: 0;
  font-family: "Jost-SemiBold";
}

.single-flight-bx .single-top-flight-bx .right-part .book-btn .cmn-btn:before,
.single-hotel-bx .right-part .book-btn .cmn-btn:before {
  display: none;
}

.single-btm-flight-bx .remark-bx {
  display: flex;
  padding: 5px 10px;
  border-top: 1px dotted var(--hampton);
  background-color: #fff6e78c;
}

.single-btm-flight-bx .remark-bx .remark-btn {
  font-size: 12px;
  border-bottom: 1px solid;
  padding: 0 10px;
  margin: 0 5px;
  background-color: var(--orange-peel);
  border-radius: 30px;
  color: var(--white);
  line-height: 22px;
  display: inline-block;
}

.single-btm-flight-bx .remark-bx .info {
  font-size: 14px;
  color: var(--black);
  padding: 0 14px;
  margin: 0;
}

.flight-details-main {
  padding: 6px 16px;
  background-color: var(--desert-storm);
}

.flight-details-main a {
  font-size: 14px;
  color: var(--orange);
}

/* .more-content-bx {
  display: none;
} */
.more-flight-content-bx {
  padding: 10px 10px;
}

.more-flight-content-bx .nav-tabs {
  border-bottom: 1px solid var(--iron);
  justify-content: center;
}

.more-flight-content-bx .nav-tabs .nav-link {
  font-size: 14px;
  padding: 6px 24px;
}

.more-flight-content-box p.flight-title {
  padding: 14px 8px;
  margin-bottom: 0;
}

.more-flight-content-box .btm-part {
  border: 1px solid #cccccc75;
  padding: 10px 10px;
}

.more-flight-content-box .btm-part:not(:last-child) {
  margin-bottom: 10px;
}

.baggage-box .title,
.baggage-fare-breakup-box .title {
  margin: 10px 0;
}

.baggage-box {
  padding: 0 4px;
}

.baggage-box .title,
.baggage-fare-breakup-box .title {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

.baggage-box p,
.baggage-fare-breakup-box p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--vampire-grey);
}

.baggage-box b,
.fare-details b {
  font-size: 15px;
}

.baggage-box p span,
.baggage-fare-breakup-box p span {
  border-bottom: 1px dotted #cccccc57;
  padding-bottom: 9px;
  margin-bottom: 4px;
  margin-top: 10px;
  font-size: 14px;
}

.baggage-fare-breakup-box {
  display: flex;
  width: 100%;
  padding: 14px 10px;
}

.baggage-fare-breakup-box .left-part {
  width: 50%;
}

.baggage-fare-breakup-box .right-part {
  width: 50%;
}

.note-box {
  padding: 6px 12px;
  background-color: var(--misty-rose);
  border-radius: 4px;
  width: 100%;
}

.note-box p {
  font-size: 13px;
}

/* Range Slider css ******************************************************************************/
.slider-labels {
  margin-top: 10px;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top .3s;
  transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  background-color: var(--orange);
}

.noUi-background {
  background: var(--iron-D6D7D9);
}

.noUi-connect {
  background: var(--orange);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 4px solid var(--orange);
  border: 4px solid rgb(187 82 53 / 38%);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -10px;
  top: -10px;
}

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: var(--pink-swan);
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.slider-labels .caption span {
  font-size: 10px;
  background-color: red;
  color: var(--white);
  padding: 2px 3px;
  border-radius: 4px;
  font-family: "Jost-Medium";
}

.text-right.caption {
  text-align: right;
}

/* About us Page css ******************************************************************************/
#why-choose .why-choose-main {
  padding-bottom: 30px;
  background: url('../images/why-choose-bg.png') no-repeat;
  background-position: 50% 35%;
  background-size: auto;
}

#why-choose .section-heading {
  margin-bottom: 50px !important;
}

#why-choose .why-choose-bx {
  text-align: center;
}

#why-choose .why-choose-bx .image-box {
  display: inline-block;
  width: 73px;
  height: 73px;
  padding: 15px 15px;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 0 0 18px 5px rgb(0 0 0 / 11%);
}

#why-choose .why-choose-bx .content-box p {
  color: var(--vampire-grey);
}

/* Contact us Page css ******************************************************************************/
#contact-us .contact-form .form-label {
  margin-bottom: .2rem;
}

#contact-us .office-address-bx ul li {
  display: flex;
  column-gap: 14px;
  margin-bottom: 20px;
}

#contact-us .box.box2 {
  padding-left: 20px;
}

#contact-us .office-address-bx ul li i {
  width: 46px;
  height: 46px;
  font-size: 22px;
  color: var(--white);
  border-radius: 50%;
  transition: all ease 0.5s;
  background-color: var(--rangoon-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#contact-us .office-address-bx ul li a {
  text-transform: unset;
}

#contact-us .office-address-bx .details-content h6 {
  margin-bottom: 0;
  font-size: 18px;
}

/* New css after dynamic  */

.contact-us-box-main span {
  display: block;
}

.contact-us-box-main span.req-sign {
  display: inline;
}

#map-location {
  padding: 0 0;
}

/* privacy & Terms Page css ******************************************************************************/
#privacy-terms .privacy-terms-main p.sub-title {
  font-size: 18px;
  margin-bottom: 4px;
}

#privacy-terms .privacy-terms-main ul {
  margin-bottom: 15px;
}

#privacy-terms .privacy-terms-main ul li {
  padding-left: 15px;
  color: var(--black);
  position: relative;
  margin-bottom: 2px;
}

#privacy-terms .privacy-terms-main ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: var(--black);
  border-radius: 50%;
}

/* */
.trip-details-bx .passenger-bx .passenger-type-select-box,
.trip-details-bx .travelers-bx .passenger-type-select-box {
  width: 430px;
  max-width: 430px;
  box-shadow: 0 2px 8px 0 rgb(39 38 44 / 20%);
  position: absolute;
  right: 0px;
  background-color: var(--white);
  z-index: 2;
  display: none;
}

.trip-details-bx .passenger-bx .passenger-type-select-box.show,
.trip-details-bx .travelers-bx .passenger-type-select-box.show {
  display: block !important;
}

.passenger-type-select-box .top-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  padding: 10px 17px;
  border-bottom: 1px solid var(--platinum-dce5e5);
}

.passenger-type-select-box .btm-box {
  padding: 10px 17px;
  border-bottom: 1px solid var(--platinum-dce5e5);
}

.passenger-number-box {
  width: 100%;
  max-width: 125px;
}

.number {
  width: 100%;
  max-width: 125px;
  display: flex;
}

.passenger-number-box .form-label,
.btm-box .form-label {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Jost-SemiBold";
}

.number span {
  cursor: pointer;
}

.number .minus,
.number .plus {
  width: 35px;
  height: 35px;
  border: 1px solid var(--gainsboro);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  padding: 0px;
}

.number input {
  height: 35px;
  width: 45px;
  text-align: center;
  font-size: 16px;
  border: 1px solid var(--gainsboro);
  display: inline-block;
  vertical-align: middle;
  background-color: var(--porcelain);
}

.passenger-type-select-box .done-box {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.passenger-type-select-box .done-box .cmn-btn {
  font-size: 16px;
  padding: 9px 30px;
  color: var(--white);
  border-radius: 0;
  font-family: "Jost-Regular";
}

.passenger-type-select-box .done-box .cmn-btn:before {
  display: none;
}

/**/
.passenger-type-select-box .top-room-box {
  flex-direction: column;
}

.passenger-type-select-box .top-room-box .done-box {
  padding: 10px 2px;
}

.single-room-bx-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 225px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.single-room-bx {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}

.single-room-bx .room-no-remove {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adult-children-bx {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.adult-count,
.children-count {
  width: 45%;
}

.adult-count .form-select,
.children-count .form-select {
  padding: .175rem 2.25rem .175rem .75rem;
}

.single-child-age-bx .form-select {
  padding: .175rem 2.25rem .175rem .75rem;
}

.remove-btn,
#add-box {
  border: none;
  background: no-repeat;
}

/**/
.tickit-found-box-main,
.hotel-found-box-main {
  background-color: var(--white);
  border: 1px solid var(--platinum) !important;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.tickit-found-box-main:not(:last-child),
.hotel-found-box-main:not(:last-child) {
  margin-bottom: 10px;
}

.tickit-found-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 20px;
  flex-wrap: wrap;
  row-gap: 6px;
}

.tickit-found-box .date-time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--boulder);
}

.tickit-book-alert-bx,
.hotel-book-alert-bx {
  display: flex;
  padding: 20px 20px;
  background-color: rgba(249, 76, 134, 0.08);
  column-gap: 10px;
  background-position: right center;
  width: 100%;
  position: relative;
  background-image: url("../images/booking-page-top.png");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 2px;
}

.tickit-book-alert-bx .image-box,
.hotel-book-alert-bx .image-box {
  float: left;
}

.tickit-book-alert-bx .image-box img,
.hotel-book-alert-bx .image-box img {
  width: 25px;
}

.tickit-book-alert-bx .price-alert-title p,
.hotel-book-alert-bx .price-alert-title p {
  font-size: 15px;
  font-weight: 700;
  color: var(--french-rose);
  margin-bottom: 0;
}

.tickit-book-alert-bx .price-alert-title span,
.hotel-book-alert-bx .price-alert-title span {
  font-size: 14px;
  line-height: 18px;
  color: var(--blue-zodiac);
  float: left;
}

.departure-flight h5 .icon-box img {
  width: 18px;
}

.departure-flight {
  padding: 18px 20px;
  background-color: var(--mercury-e0e7ef);
  display: flex;
  column-gap: 5px;
}

.departure-flight-ttle {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: .5px;
  color: var(--white);
  padding: 2px 4px;
  border-radius: 2px;
  background-color: var(--azure);
  display: inline-block;
  min-width: 15px;
  text-align: center;
  margin-right: 10px;
}

.flight-class-bx {
  padding: 30px 26px;
  display: flex;
  column-gap: 18px;
  position: relative;
  overflow: hidden;
}

.flight-class-bx .flight-image-bx {
  position: relative;
  width: 7%;
}

.flight-image-bx img {
  border: 1px solid var(--pastel-grey);
  background: var(--white);
  padding: 6px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.flight-image-bx:after {
  content: '';
  position: absolute;
  height: 100vh;
  width: 2px;
  top: 0;
  background: #cccccc5c;
  left: 24px;
}

.flight-class-bx .detais-box-main {
  display: flex;
  width: 78%;
}

.flight-class-bx .detais-box {
  display: flex;
  flex-direction: column;
}

.flight-class-bx .depart-date-time {
  display: flex;
  align-items: center;
}

.flight-class-bx .depart-date-time .date {
  font-size: 18px;
  margin-right: 10px;
  font-family: "Jost-SemiBold";
}

.flight-class-bx .depart-date-time .time {
  color: var(--boulder);
}

.flight-class-bx .depart-hrs {
  font-size: 14px;
  font-family: "Jost-SemiBold";
}

.flight-class-bx .depart-hrs i {
  margin-right: 4px;
}

.flight-class-bx .airport-name {
  display: flex;
}

.flight-class-bx .airport-name .airport-ttl p {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Jost-SemiBold";
}

.flight-class-bx .airport-name .icon-box img {
  width: 18px;
}

.flight-class-bx .flight-class {
  width: 15%;
}

.flight-class span.f-class {
  font-size: 12px;
  color: var(--white);
  padding: 3px 0;
  background: var(--dark-pastel-green);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 169px;
  font-family: "Jost-Medium";
}

.flight-class span.f-class:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-left: 13px solid var(--white);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.tickit-found-box-main.passenger-detail-bx,
.hotel-found-box-main.passenger-detail-bx {
  padding: 20px 20px;
}

.passenger-detail-bx h6 {
  font-size: 18px;
  font-family: "Jost-SemiBold";
}

.passenger-detail-bx p.sub-ttl {
  font-size: 15px;
  font-family: "Jost-Medium";
}

.passenger-detail-bx .form-label {
  margin-bottom: .1rem;
  font-size: 15px;
  font-family: "Jost-Medium";
}

.passenger-detail-bx .form-control-common {
  font-size: 14px;
  padding: 10px 8px;
}

/* Contact Detaild field start ***********/
.u-contact-details-field-bx {
  position: relative;
}

.u-contact-details-field-bx select {
  position: absolute;
  width: 72px;
  font-size: 14px;
  padding: 10px 4px;
  appearance: none;
  box-sizing: border-box;
  z-index: 1;
}

.u-contact-details-field-bx .form-control-common {
  padding-left: 80px;
  position: relative;
}

/* Contact Detaild field end ***********/

/* Error message */
label.error {
  font-size: 14px;
  color: red !important;
}

.req-sign {
  color: var(--red);
}

.tickit-found-box-main.security-trip {
  padding: 0 0;
}

.security-trip .title-box {
  padding: 14px 20px;
  background-color: var(--aqua-squeeze);
}

.security-trip .security-trip-box-main {
  padding: 15px 15px;
}

.security-trip .security-trip-box {
  background-color: var(--aqua-squeeze);
  padding: 15px 15px;
}

.security-trip .security-trip-box p,
.payment-method p {
  font-size: 14px;
}

.pay-btn {
  padding: 0 0;
}

.pay-btn:active {
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 0 !important;
}

.pay-btn img {
  max-width: 15%;
  width: 100%;
}

.pricing-box {
  border-bottom: 0 solid var(--lavender-mist);
  margin-bottom: 13px;
  background-color: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.pricing-box .top-box .title-bx {
  width: 50%;
  display: flex;
  align-items: center;
}

.pricing-box .top-box .title-bx h6 {
  padding: 12px 15px;
  font-family: "Jost-Bold";
}

.pricing-box .top-box {
  display: flex;
  justify-content: space-between;
  /* padding-bottom: 10px; */
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}

.pricing-box .btm-box {
  padding: 5px 15px;
}

.pricing-box .flight-brand {
  width: 50%;
  position: relative;
  text-align: right;
}

/* .pricing-box .flight-brand:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-left: 22px solid var(--white);
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
} */
.pricing-box .person-price-cal-bx .title-bx h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.pricing-box .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.pricing-box .content .content-inn {
  font-size: 14px;
  color: var(--boulder);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.pricing-box .total-amt-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--titan-white);
  border-bottom: 1px dotted var(--pale-aqua);
  border-top: 1px dotted var(--pale-aqua);
  padding: 15px 15px;
  font-family: "Jost-Bold";
}

.pricing-details-box .details-bx p {
  font-size: 13px;
  line-height: 21px;
  color: var(--boulder);
}

.pay-rec-bx-cmn {
  padding: 15px 15px;
  background: #cccccc38;
  border-top: 1px dashed var(--mercury);
}

.pay-rec-bx-cmn:not(:last-child) {
  margin-bottom: 15px;
}

.pay-rec-info .pay-rec-bx-cmn .cmn-title-bx {
  margin: 0 0 10px;
}

.pay-rec-info .pay-rec-bx-cmn .cmn-title-bx h6 {
  color: var(--black);
  text-transform: capitalize;
  font-family: "Jost-Bold";
}

.pay-rec-bx-cmn .details-bx p {
  font-size: 14px;
}

/**/
.hotel-sortbar-bx li {
  width: 33.33%;
}

.sidebar-cmn-bx .rating-box .button-box ul li i {
  font-size: 13px;
  color: var(--orange-peel);
}

.sidebar-cmn-bx .rating-box .button-box ul {
  gap: 5px;
}

.sidebar-cmn-bx .rating-box .form-check-input:checked {
  background-color: var(--orange-peel);
  border-color: var(--orange-peel);
}

.sidebar-cmn-bx .search-by-hotel-bx {
  position: relative;
}

.sidebar-cmn-bx .search-by-hotel-bx .form-control-common {
  font-size: 13px;
  padding: 10px 30px 10px 8px;
}

.sidebar-cmn-bx .search-by-hotel-bx .search-icon-btn-bx {
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}

.sidebar-cmn-bx .search-by-hotel-bx .search-icon-btn-bx i {
  font-size: 14px;
  color: var(--orange);
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/**/
.single-hotel-bx .left-part {
  width: 25%;
}

.single-hotel-bx .center-part {
  width: 50%;
  padding: 18px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-hotel-bx .left-part .image-box img {
  height: 185px;
  object-fit: cover;
  width: 100%;
  max-width: 241px;
}

.single-hotel-bx .center-part h5 {
  font-size: 18px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Jost-SemiBold";
}

.single-hotel-bx .center-part .address p {
  font-size: 14px;
  color: var(--ironside-grey);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Jost-Medium";
}

.single-hotel-bx .center-part .rate-class {
  font-size: 12px;
  color: var(--white);
  padding: 1px 18px;
  margin: 10px 0;
  border-radius: 0 10px 10px 0;
  background: var(--dark-pastel-green);
  width: auto;
  display: inline-block;
  text-transform: uppercase;
}

.single-hotel-bx .center-part .share-button a.whatsapp {
  color: var(--malachite);
}

.single-hotel-bx .center-part .share-button a.mail {
  color: var(--turquoise);
}

.single-hotel-bx .right-part .actual-price {
  color: var(--black);
}

.single-hotel-bx .right-part .room-price span {
  font-size: 14px;
  margin-bottom: 8px;
  font-family: "Jost-Medium";
}

.more-hotel-content-bx {
  padding: 0 0;
}

.more-hotel-content-bx .nav-tabs {
  border-top: 1px solid var(--iron);
}

/* Hotel details Page ***********************************************************************/
.hotel-swiper {
  position: relative;
}

.hotel-swiper img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.hotel-swiper .hotel-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 20px;
  background-image: linear-gradient(45deg, black, transparent);
}

.hotel-swiper .hotel-details h1 {
  font-size: 24px;
  color: var(--white);
  margin-bottom: 6px;
}

.hotel-swiper .hotel-details .hotel-address-box {
  display: flex;
  align-items: center;
  column-gap: 14px;
  flex-wrap: wrap;
}

.hotel-swiper .hotel-details .address P {
  font-size: 14px;
  color: var(--white);
}

.hotel-swiper .swiper-pagination.hotel-pagination {
  text-align: right;
  bottom: 10px;
  padding-right: 10px;
}

.hotel-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  text-align: center;
  background: var(--white) !important;
  opacity: 1;
  margin: 0 2px !important;
}

.hotel-swiper .swiper-button-next:after,
.hotel-swiper .swiper-button-prev:after {
  color: var(--white) !important;
}

.hotel-swiper .swiper-pagination-bullet-active {
  color: var(--white) !important;
  background: var(--orange) !important;
}

.hotel-details-bx-main .main-title-bx h6 {
  font-size: 18px;
  color: var(--orange);
  margin: 20px 0;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
  font-family: "Jost-SemiBold";
}

.hotel-details-bx-main .main-title-bx h6:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 2px;
  width: 50px;
  margin-right: 10px;
  background-color: var(--orange);
}

.hotel-details-bx-main .only-details-bx {
  border-bottom: 0 solid var(--lavender-mist);
  background-color: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  padding: 20px 10px;
}

.hotel-details-bx-main .only-details-bx:not(:last-child) {
  margin-bottom: 13px;
}

.hotel-details-bx-main .only-details-bx p {
  color: #505050;
}

.hotel-details-bx-main .room-guest-count-bx .trip-details-bx .date-bx-big-cmn {
  max-width: 25%;
  width: 100%;
}

.hotel-details-bx-main .room-guest-count-bx .trip-details-bx {
  padding: 18px 10px;
  background-color: var(--orange);
  margin-top: 20px;
}

.hotel-details-bx-main .single-room-type-bx {
  /* margin-top: 20px; */
  border-bottom: 0 solid var(--lavender-mist);
  background-color: var(--white);
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.hotel-details-bx-main .single-room-type-bx:not(:first-child) {
  margin-top: 20px;
}

.hotel-details-bx-main .single-room-type-bx:not(:last-child) {
  margin-bottom: 13px;
}

.hotel-details-bx-main .single-room-type-bx .title-bx {
  font-size: 18px;
  color: var(--orange);
  padding: 8px 10px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--lavender-mist);
  font-family: "Jost-SemiBold";
}

.hotel-details-bx-main .single-room-type-bx .details-bx {
  /* display: flex; */
  /* align-items: center;
  justify-content: space-between; */
  padding: 8px 10px;
}

.hotel-details-bx-main .single-room-type-bx .details-bx .left-part {
  /* width: 85%; */
  padding: 10px 0px;
}

/* .hotel-details-bx-main .single-room-type-bx .details-bx .left-part .description {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.hotel-details-bx-main .single-room-type-bx .details-bx .left-part .description p {
  color: #505050;
  margin-bottom: 0;
}

.hotel-details-bx-main .single-room-type-bx .details-bx .left-part .description p span:not(:last-child) {
  margin-right: 10px;
}

.hotel-details-bx-main .single-room-type-bx .details-bx .left-part .description .left-room-price p span:not(:last-child) {
  margin-right: 5px;
}

.hotel-details-bx-main .single-room-type-bx .details-bx .left-part .description .left-room-price p span.price {
  font-family: "Jost-SemiBold";
}

.hotel-details-bx-main .single-room-type-bx .details-bx .book-box {
  /* width: 15%; */
  /* text-align: right; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--lavender-mist);
}

.hotel-details-bx-main .single-room-type-bx .details-bx .book-box .cmn-btn {
  /* font-size: 15px;
  padding: 9px 22px;
  border-radius: 0; */

  font-size: 15px;
  padding: 10px 16px;
  border-radius: 0;
}

.hotel-details-bx-main .single-room-type-bx .details-bx .book-box .cmn-btn:before {
  display: none;
}

.room-facilities-description li {
  color: #505050;
}

.room-facilities-description li b {
  font-family: "Jost-SemiBold";
}

.hotel-details-bx-main .single-room-type-bx .h-single-room-price-bx:not(:last-child) {
  border-bottom: 1px solid var(--lavender-mist);
  padding-bottom: 10px;
}

.hotel-details-bx-main .single-room-type-bx .h-single-room-price-bx .price {
  font-size: 18px;
  color: var(--orange);
  font-family: "Jost-Medium";
}

.hotel-details-bx-main .hotel-single-room-slider-bx {
  position: relative;
}

.hotel-details-bx-main .hotel-single-room-slider-bx .swiper-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.hotel-details-bx-main .hotel-single-room-slider-bx .swiper-button-next:after,
.hotel-details-bx-main .hotel-single-room-slider-bx .swiper-button-prev:after {
  font-size: 20px;
  color: var(--white) !important;
}

.hotel-details-bx-main .h-single-room-price-bx-main {
  border-left: 1px solid var(--lavender-mist);
  padding-left: 12px;
}

.hotel-details-bx-main .h-single-room-price-bx-main .room-facilities-description {
  margin: 10px 0;
}


/**/
.similar-hotel-box .details-bx p {
  font-size: 15px;
  color: #505050;
  line-height: 1.1;
}

.sidebar-cmn-bx .similar-hotel-box .top-box .details-bx {
  padding-bottom: 15px;
}

.sidebar-cmn-bx .similar-hotel-box .top-box {
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
}

.sidebar-cmn .similar-hotel-box h5 {
  margin-bottom: 10px;
}

.sidebar-cmn-bx .similar-hotel-box .top-box {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--lavender-mist);
}

.single-similar-hotel-bx-main {
  background-color: var(--alice-blue);
}

.single-similar-hotel-bx {
  display: flex;
  width: 100%;
  padding: 10px 10px;
  border: 1.5px solid var(--white);
  background-color: var(--alice-blue);
}

.single-similar-hotel-bx .image-bx {
  width: 40%;
}

.single-similar-hotel-bx .image-bx img {
  border-radius: 10px;
  width: 90px;
  height: 70px;
}

.single-similar-hotel-bx .content-bx {
  width: 60%;
  padding: 3px 10px;
}

.single-similar-hotel-bx .content-bx h6 {
  font-size: 15px;
  color: var(--black);
}

.single-similar-hotel-bx .content-bx .actual-price {
  display: inline-flex;
  font-size: 11px;
  color: var(--white);
  padding: 1px 12px;
  border-radius: 8px 0;
  background-color: var(--orange);
}

.single-similar-hotel-bx .rating-box {
  line-height: 20px;
}

.single-similar-hotel-bx .rating-box .rate>label::before {
  font-size: 9px;
}

.final-hotel-bx {
  padding: 15px 15px;
  margin-bottom: 13px;
  background-color: var(--white);
  border-radius: 10px 10px 0 0;
  border-bottom: 0 solid var(--lavender-mist);
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.final-hotel-bx .top-box {
  border-bottom: 1px solid var(--lavender-mist);
}

.final-hotel-bx .top-box .image-box img {
  width: 100%;
}

.final-hotel-bx .content-box {
  padding: 10px 0;
}

.final-hotel-bx .half-content-main {
  display: flex;
  width: 100%;
}

.half-content-main .half-content {
  width: 50%;
  font-size: 13px;
  font-family: "Jost-Medium";
}

.half-content-main .half-content:last-child {
  text-align: right;
}

.half-content-main .half-content li {
  color: #505050;
  margin-bottom: 5px;
}

.half-content-main .half-content p.m-small {
  margin-bottom: 5px;
}

.half-content-main .half-content .actual-price {
  display: flex;
  font-size: 16px;
  font-family: "Jost-SemiBold";
  margin-left: 16px;
}

/* Rating Star */
.rating-box .rate {
  display: inline-block;
  border: 0;
  line-height: 8px;
}

.rating-box .rate>input {
  display: none;
}

.rating-box .rate>label {
  float: right;
  color: var(--ironside-grey);
}

.rating-box .rate>label::before {
  display: inline-block;
  font-size: 10px;
  padding: 3px 0.4px;
  margin: 0 1px;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005";
}

.rating-box input:checked~label,
.rating-box label:hover,
.rating-box label:hover~label {
  color: var(--orange-peel);
}

/* Zero rating */
.rating-box .rate>label:last-child:before {
  content: "\f006";
}

/* Half star rating */
.rating-box .rate .half:before {
  position: absolute;
  content: "\f089";
  padding-right: 0;
}

/* Hover and rating */
.rating-box input:checked+label:hover,
.rating-box input:checked~label:hover,
.rating-box input:checked~label:hover~label,
.rating-box label:hover~input:checked~label {
  color: var(--orange-peel);
}

/* Only user visible rating */
.rating-box input[type="radio"]:disabled+label {
  color: var(--orange-peel) !important;
  pointer-events: none;
}

/**/
.hotel-class-bx {
  padding: 10px 10px;
  display: flex;
  column-gap: 12px;
  position: relative;
  overflow: hidden;
}

.hotel-class-bx .image-box {
  width: 25%;
}

.hotel-class-bx .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-class-bx .detais-box-main {
  width: 75%;
  display: block;
}

.hotel-class-bx .detais-box-main h5 {
  font-size: 20px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Jost-SemiBold";
}

.hotel-class-bx .address p {
  font-size: 14px;
  color: var(--ironside-grey);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Jost-Medium";
}

.payment-confirm {
  background-color: var(--mercury-e0e7ef);
  padding: 10px 10px;
}

.payment-confirm p {
  color: var(--boulder);
}

.check-room-info-bx {
  display: flex;
  column-gap: 8px;
  row-gap: 8px;
  flex-wrap: wrap;
}

.check-date.date {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--seashell);
  padding: 6px;
  text-align: center;
}

.check-date.date span:first-child {
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  background-color: var(--seashell);
}

.check-date.date span.date {
  font-size: 14px;
  padding: 6px 2px 0 2px;
}

.room-guest {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--seashell);
  padding: 6px;
  text-align: center;
}

.room-guest span.room {
  color: var(--black);
  padding: 4px 2px 8px 4px;
  font-family: "Jost-Medium";
}

.room-guest span.guest {
  border-top: 1px solid var(--seashell);
  padding: 10px 2px 0 4px;
}

.hotel-found-box-main .total-digit {
  font-family: "Jost-Bold";
  font-size: 22px;
}

/* Flight search list round trip Page ****************************************************************************************/
.flight-s-list-round-trip-bx-main .single-flight-bx:not(:last-child) {
  margin-bottom: 10px;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .left-part .top-part .plane-shape {
  width: 75%;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .left-part .top-part .available-seat {
  width: 25%;
  font-size: 14px;
  text-align: right;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .left-part .top-part {
  padding: 14px 10px;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .btm-part,
.flight-s-list-round-trip-bx-main .more-flight-content-box .btm-part {
  padding: 20px 5px;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .btm-part .from-to-main,
.flight-s-list-round-trip-bx-main .more-flight-content-box .btm-part .from-to-main {
  width: 40%;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .btm-part .time,
.flight-s-list-round-trip-bx-main .more-flight-content-box .btm-part .time {
  width: 25%;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .btm-part .from-to span,
.flight-s-list-round-trip-bx-main .more-flight-content-box .btm-part .from-to span {
  font-size: 14px;
  line-height: 24px;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .btm-part .from-to span.city,
.flight-s-list-round-trip-bx-main .more-flight-content-box .btm-part .from-to span.city {
  font-size: 16px;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .btm-part .from-to span.city.mob-view,
.flight-s-list-round-trip-bx-main .more-flight-content-box .btm-part .from-to span.city.mob-view {
  display: none;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .btm-part .from-to span.date-time,
.flight-s-list-round-trip-bx-main .more-flight-content-box .btm-part .from-to span.date-time {
  font-size: 12px;
  line-height: 20px;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .btm-part .flight-name-bx .flight-number-bx .flight-number,
.flight-s-list-round-trip-bx-main .more-flight-content-box .btm-part .flight-name-bx .flight-number-bx .flight-number {
  font-size: 10px;
  line-height: 14px;
  margin-left: 0;
}

.flight-s-list-round-trip-bx-main .more-flight-content-bx .nav-tabs {
  justify-content: flex-start;
}

.flight-s-list-round-trip-bx-main .more-flight-content-bx .nav-tabs .nav-link {
  font-size: 13px;
  padding: 6px 21px;
}

/* One to more price display */
.single-flight-bx .single-top-flight-bx .right-part .price-box.round-price {
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
}

.single-flight-bx .single-top-flight-bx .right-part .price-box.round-price .book-btn {
  margin: 0 0 !important;
}

/* No more flights found */
/* #depart-flight, #return-flight {
  text-align: center;
  font-family: "Jost-SemiBold";
} */


/* One to more price display */
.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .right-part .actual-price {
  font-size: 16px;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .btm-part .brif-time-icon i,
.more-flight-content-box .btm-part .brif-time-icon i {
  width: 35px;
  height: 35px;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .btm-part .hrs,
.flight-s-list-round-trip-bx-main .more-flight-content-box .btm-part .hrs {
  font-size: 13px;
}

.flight-s-list-round-trip-bx-main .single-flight-bx .single-top-flight-bx .btm-part .stop,
.flight-s-list-round-trip-bx-main .more-flight-content-box .btm-part .stop {
  font-size: 11px;
}

/**/
.flight-s-list-round-trip-bx-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 11;
  border-top: 1px solid var(--boulder);
  background-color: #041422;
}

.flight-s-list-round-trip-bx-fixed .flight-details span {
  font-size: 14px;
}

.flight-s-list-round-trip-bx-fixed .flight-details {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px 10px 8px;
  border-right: 1px dashed var(--orange);
  height: 100%;
}

.flight-s-list-round-trip-bx-fixed .flight-details .flight-icon-bx {
  text-align: center;
}

.flight-s-list-round-trip-bx-fixed .flight-details .flight-icon-bx img {
  width: 38px;
  height: 38px;
  background: var(--pastel-grey);
  border-radius: 50%;
  text-align: center;
}

.flight-s-list-round-trip-bx-fixed .flight-details .airline-code span {
  font-size: 13px;
}

.flight-s-list-round-trip-bx-fixed .flight-details .destination-time span {
  display: block;
  font-weight: 600;
  color: var(--star-dust);
}

.flight-s-list-round-trip-bx-fixed .flight-details .arrow i {
  padding: 0 11px;
}

.flight-s-list-round-trip-bx-fixed .flight-details .t-price-on-way .actual-price {
  display: flex;
}

.flight-s-list-round-trip-bx-fixed .trip-book-bx {
  display: flex;
  align-items: center;
  padding: 10px 18px 10px 8px;
  justify-content: space-between;
  position: relative;
  height: 100%;
}

.flight-s-list-round-trip-bx-fixed .trip-book-bx .actual-price {
  display: flex;
  font-size: 22px;
  line-height: 20px;
  color: var(--white);
  font-family: "Jost-Medium";
}

.flight-s-list-round-trip-bx-fixed .trip-book-bx span {
  font-size: 14px;
  font-weight: 600;
  color: var(--star-dust);
}

.trip-book-bx .cmn-btn.orange-peel-bg {
  border-radius: 6px;
}

.flight-s-list-round-trip-bx-fixed .trip-book-bx:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: -25px;
  display: block;
  background-color: var(--orange);
  z-index: 9;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  top: 0;
}

/**/
.actual-price-main-bx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  max-width: 160px;
}

/* Fare options available Modal Start *******************/
.fare-options-swiper {
  padding: 10px 20px;
}

.fare-options-bx {
  background-color: var(--white);
  border: 1px solid var(--gainsboro-e0dada);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  margin: 8px 6px;
}

.fare-options-bx .price-bx {
  border-bottom: 1px solid var(--gainsboro-e0dada);
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fare-options-bx .price-bx .plane-name {
  font-size: 14px;
  font-weight: 700;
}

.fare-options-bx .price-bx .actual-price {
  display: flex;
  font-size: 22px;
  font-weight: 700;
  color: var(--orange);
  align-items: baseline;
}

.fare-options-bx .facility-bx-main {
  padding: 18px 16px;
}

.fare-options-bx .facility-bx:not(:last-child) {
  margin-bottom: 16px;
}

.fare-options-bx .facility-bx .title-bx {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.fare-options-bx .facility-bx ul {
  list-style: disc;
  padding-left: 20px;
}

.fare-options-bx .facility-bx ul li {
  font-size: 14px;
}

.fare-options-swiper .cmn-btn {
  font-size: 14px;
  padding: 8px 18px;
}

.swiper-button-prev {
  position: absolute;
  left: 0px;
  top: 50%;
}

.swiper-button-next {
  position: absolute;
  right: 0px;
  top: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 26px;
  color: var(--black) !important;
}

.fare-option-title-bx {
  padding: 4px 6px;
}

.fare-option-flight-found-box {
  display: flex;
  column-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.fare-option-flight-found-box h6 {
  font-size: 16px;
  margin-bottom: 0;
  display: flex;
  column-gap: 8px;
  align-items: center;
}

.fare-option-flight-found-box h6 .flight-icon-bx {
  width: 30px;
  height: 30px;
}

.fare-option-flight-found-box .date-time {
  display: flex;
  font-family: "Jost-Medium";
  flex-wrap: wrap;
}

.fare-options-bx .button-box {
  padding-top: 10px;
}

.fare-options-bx .button-box ul {
  justify-content: center;
}

.btn-close:focus {
  box-shadow: none;
  opacity: unset;
}

/* New Css Local ***************************************/
.fare-options-bx {
  min-height: 398px;
}

.fare-options-bx .price-bx .actual-price .per-men {
  margin-left: 2px;
  text-transform: capitalize;
}

.fare-options-bx .facility-bx-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 321px;
}

.fare-options-bx .facility-bx .title-bx {
  margin-bottom: 8px;
}

/* Fare pptions available Modal End *******************/

/* Login - Signup Modal Start *****************************************************/
.login-sign-up-modal .modal-body {
  padding: 0px 0px;
}

.login-sign-up-modal .modal-body .login-signup-image-box img {
  border-radius: var(--bs-modal-border-radius);
}

.login-sign-up-container {
  padding: 20px 20px;
  max-width: 400px;
  width: 100%;
}

.login-sign-up-container .nav-tabs {
  border-radius: 50px;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
  padding: 5px 3px;
  justify-content: space-around;
  max-width: 300px;
}

.login-sign-up-container .nav-tabs .nav-link {
  padding: 8px 48px;
}

.login-sign-up-container .login-signup-box {
  padding-top: 20px;
}

.login-sign-up-container .login-signup-box .form-label {
  font-size: 14px;
  margin-bottom: .1rem;
  font-family: "Jost-Medium";
}

.login-sign-up-container .login-signup-box .form-control-common {
  font-size: 14px;
  padding: 8px 8px;
}

.login-sign-up-container .login-signup-box .forgot-ac a {
  font-size: 13px;
  float: right;
  margin-top: 6px;
  font-family: "Jost-Medium";
}

.login-sign-up-container .nav-tabs button#login-tab {
  border-radius: 50px 0 0 50px;
  ;
}

.login-sign-up-container .nav-tabs button#signup-tab {
  border-radius: 0 50px 50px 0;
}

.login-sign-up-main-bx .row.p-0 {
  margin: -8px 0;
}

.login-sign-up-modal .modal-header {
  padding: 0 0;
  /* position: relative; */
  border-bottom: 0;
}

/* .login-sign-up-modal .modal-header .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: var(--white);
  opacity: 1;
  font-size: 14px;
  padding: 5px;
  /* border: 1.5px solid var(--black); 
  z-index: 1;
} */
.login-sign-up-modal .modal-header .btn-close {
  position: absolute;
  right: 0px;
  top: 1px;
  background-color: var(--white);
  opacity: 1;
  font-size: 11px;
  padding: 5px;
  border: 1.5px solid var(--black);
  border-radius: 50px;
  z-index: 1;
}

/* My Profile Page start *****************************************************/
.my-profile-main .my-profile-cmn-bx {
  padding: 20px 20px;
  background-color: var(--white);
  border: 1px solid var(--platinum) !important;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.my-profile-main .my-profile-cmn-bx:not(:last-child) {
  margin-bottom: 10px;
}

.my-profile-main .my-profile-cmn-bx .top-title-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 8px;
  margin-bottom: 15px;
}

.my-profile-main .my-profile-cmn-bx .top-title-bx .title-bx {
  width: 75%;
}

.my-profile-main .my-profile-cmn-bx .top-title-bx .edit-box {
  width: 25%;
  text-align: right;
}

.my-profile-main .my-profile-cmn-bx .top-title-bx h5 {
  margin-bottom: 4px;
}

.my-profile-main .my-profile-cmn-bx .top-title-bx p.sub-ttl {
  font-size: 16px;
  font-family: "Jost-Medium";
}

.profile-details-bx-main .s-profile-info {
  padding: 12px 8px;
  display: flex;
}

.profile-details-bx-main .s-profile-info:not(:last-child) {
  border-bottom: 1px dotted var(--platinum) !important;
}

.profile-details-bx-main .s-profile-info span.title {
  width: 16%;
  font-family: "Jost-SemiBold";
}

.profile-details-bx-main .s-profile-info span.info {
  width: 84%;
}

.user-profile-box {
  display: flex;
  align-items: center;
  column-gap: 25px;
}

.user-profile-pic {
  position: relative;
}

.user-profile-box .user-profile-pic img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 3px;
}

.user-profile-pic input {
  display: none;
}

.user-profile-pic img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 0;
  position: relative;
}

.user-profile-pic .-label {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.user-profile-pic:hover .-label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  margin-bottom: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  transition: background-color .2s ease-in-out;
}

.user-profile-pic span {
  font-size: 12px;
  color: var(--white) !important;
  padding: 2px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-profile-cmn-bx .user-profile-box .user-profile-info span.u-name {
  font-size: 22px;
  font-family: "Jost-SemiBold";
}

.profile-edit-main .form-label,
.change-password-main .form-label {
  margin-bottom: .1rem;
}

.profile-edit-main .form-control-common,
.change-password-main .form-control-common {
  font-size: 14px;
  padding: 10px 8px;
  position: relative;
}

.profile-edit-main .form-label,
.change-password-main .form-label {
  margin-bottom: .1rem;
  font-size: 15px;
  font-family: "Jost-Medium";
}

button.c-pwd-btn {
  font-size: 15px;
  color: var(--azure);
  border: 0;
  background: none;
  font-family: "Jost-Medium";
  text-decoration: underline;
}

button.c-pwd-btn-text {
  font-size: 17px;
  color: var(--azure);
  border: 0;
  background: none;
  font-family: "Jost-Medium";
  text-transform: capitalize;
  padding: 6px 12px;
}

.Profile-edit-modal .profile-edit-main {
  padding: 10px 10px;
}

.profile-edit-main .button-box ul,
.change-password-main .button-box ul {
  justify-content: flex-end;
}

.change-password-main .cmn-pass-hs {
  position: relative;
}

.change-password-main .cmn-pass-hs .p-hide-show {
  position: absolute;
  bottom: 10px;
  right: 9px;
}

.change-password-main .cmn-pass-hs .p-hide-show i {
  font-size: 13px;
}

/* Session Expire Modal ********************************************************/
#session-expiry-modal .modal-content {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-width: 380px;
  margin: 0 auto;
}

#session-expiry-modal .modal-body {
  padding: 0 0;
}

#session-expiry-modal .session-expire-bx {
  padding: 24px 10px;
  text-align: center;
}

#session-expiry-modal .session-expire-bx .search-again-link {
  color: var(--orange-peel);
  text-decoration: underline;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}


/* Flight Page Common Loader CSS */
#loader {
  position: fixed;
  top: 60%;
  left: 58.1%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  /* z-index: 9999; */
  /* display: block; */
}

#loader img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 479px) {
  #loader img {
    width: 30px;
    height: 30px;
  }
}

/* page-not-found 404 Error Page **************************************************************/
.page-not-found-main .error-box {
  padding: 60px 10px;
  max-width: 850px;
  margin: 0 auto;
}

.page-not-found-main.error-box {
  margin: auto;
}

.page-not-found-main .error-box .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  text-align: center;
}

.page-not-found-main .error-box .eyes {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.page-not-found-main .eye {
  width: 70px;
  height: 70px;
  background-color: var(--orange);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.page-not-found-main .eye-pupil {
  width: 26px;
  height: 26px;
  background-color: var(--black);
  border-radius: 50%;
  animation: movePupil 2s infinite ease-in-out;
  transform-origin: center center;
}

@keyframes movePupil {

  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-10px, -10px);
  }

  50% {
    transform: translate(10px, 10px);
  }

  75% {
    transform: translate(-10px, 10px);
  }
}

.page-not-found-main .error-page-heading-title {
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 500;
  color: var(--orange);
}

.page-not-found-main .error-page-heading-desciption {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
}

/* .page-not-found-main .error-button {
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--orange);
  font-size: 16px;
  font-weight: 400;
  padding: 15px 30px;
  border-radius: 15px;
  box-shadow: 0px 7px 0px -2px var(--orange);
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
}
.page-not-found-main .error-button:hover {
  box-shadow: none;
  color: var(--white);
  background-color: var(--orange);
} */

/* Not found common ********************************************/
.not-found-bx {
  padding: 8px 8px;
}

.not-found-bx p {
  font-size: 18px;
  /* text-decoration: underline; */
  font-family: "Jost-Medium";
}

.not-found-bx a {
  font-size: 18px;
  text-decoration: underline;
  font-family: "Jost-Medium";
}

/* Basic Popup (OTP) ******************************************************/
.otp-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.popup-form {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  width: 300px;
}

.popup-form h5 {
  text-align: center;
}

.popup-form input {
  font-size: 14px;
  padding: 8px 8px;
}

.popup-form button.close-popup {
  position: absolute;
  right: -10px;
  top: -9px;
  background-color: var(--white);
  opacity: 1;
  font-size: 11px;
  padding: 7px;
  border: 1.5px solid var(--black);
  border-radius: 50px;
  z-index: 1;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}

/* Overlay to darken the background ***************************************************/
.popup-overlay {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

/* Order details Payment Failed / Success *******************************************/
.message-box {
  padding: 60px 10px;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}

.message-box .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  text-align: center;
}

.message-box h4 {
  font-size: 32px;
  font-weight: 500;
  color: var(--red);
  text-transform: capitalize;
}

.message-box h4.green {
  color: var(--dark-pastel-green);
}

.message-box p {
  font-size: 20px;
}

.message-box .image-box img {
  width: 100%;
  max-width: 70%;
}

.message-box .profile-details-bx-main {
  width: 100%;
  text-align: left;
  max-width: 400px;
  border: 1px dotted var(--platinum) !important;
  margin-bottom: 10px;
}

.message-box .profile-details-bx-main .s-profile-info span.title {
  width: 35%;
}

.message-box .profile-details-bx-main .s-profile-info span.info {
  width: 65%;
}

.message-box .profile-details-bx-main .s-profile-info {
  padding: 8px 8px;
}

/* User Hotel and Flight confirmation details Page ********************************************/
.user-confirmation-details .user-confirm-details-main {
  /* padding: 20px 20px; */
  background-color: var(--white);
  border: 1px solid var(--platinum) !important;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.user-confirmation-details .user-confirm-details-main .top-part {
  padding: 20px 20px;
  text-align: center;
}

.user-confirmation-details .user-confirm-details-main .top-part p:not(:last-child) {
  margin-bottom: 4px;
}

.user-confirmation-details .user-confirm-details-main .top-part a {
  text-transform: unset;
}

.user-confirmation-details .middle-part .title-bx,
.user-confirmation-details .btm-part .title-bx {
  text-align: center;
  padding: 12px 10px;
  background-color: var(--orange) !important;
}

.user-confirmation-details .middle-part .title-bx h5,
.user-confirmation-details .btm-part .title-bx h5 {
  color: var(--white);
}

.user-confirmation-details .middle-user-details-main {
  padding: 10px 20px;
}

.user-confirmation-details .middle-user-details-main .user-details-field {
  display: flex;
  padding: 12px 8px;
}

.user-confirmation-details .middle-user-details-main .user-details-field:not(:last-child) {
  border-bottom: 1px dotted var(--platinum) !important;
}

.user-confirmation-details .middle-user-details-main .user-details-field span.title {
  font-size: 16px;
  width: 16%;
  font-family: "Jost-SemiBold";
}

.user-confirmation-details .middle-user-details-main .user-details-field span.info {
  font-size: 16px;
  width: 84%;
}

.user-confirmation-details .btm-part .note-bx {
  padding: 20px 20px;
}

.user-confirmation-details .btm-part .note-bx ul li {
  font-size: 16px;
  margin-bottom: 4px;
  padding-left: 20px;
  position: relative;
}

.user-confirmation-details .btm-part .note-bx ul li:before {
  position: absolute;
  content: '\f061';
  left: 0;
  color: var(--black);
  font-family: 'FontAwesome';
}

/* Table Css ******/
.user-confirmation-details .middle-user-details-main .user-details-field table {
  border: 1px dotted var(--platinum) !important;
  width: 100%;
}

.user-confirmation-details .middle-user-details-main .user-details-field table tbody,
td,
tfoot,
th,
thead,
tr {
  padding: 6px 10px;
  border: 1px dotted var(--platinum) !important;
  text-align: center;
}


/* My Trip Page *****************************************************************/
.my-trip-cmn-bx {
  padding: 20px 20px !important;
}

.my-trip-contet-bx {
  padding: 22px 22px;
  margin-bottom: 25px;
  background-color: var(--white);
  border-radius: 0px 8px 8px 8px;
  box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.2);
}

.trip-found-box {
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  row-gap: 10px;
}

.trip-found-box .icon-bx {
  padding: 2px 10px;
  width: 8%;
}

.trip-found-box .icon-bx .icon-bx-inner {
  padding: 14px 10px;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.trip-found-box .icon-bx i {
  font-size: 22px;
}

.trip-found-details {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  width: 92%;
}

.trip-found-details .left-trip-found-details h5 {
  font-size: 19px;
  margin-bottom: 8px;
  font-family: "Jost-SemiBold";
}

.trip-found-details p.address {
  font-size: 15px;
}

.trip-status-details ul {
  list-style-type: disc;
  display: flex;
  align-items: center;
  column-gap: 18px;
  row-gap: 6px;
  margin-left: 20px;
}

.trip-status-details ul li:not(:last-child) {
  margin-right: 12px;
}

.my-trip-cmn-bx .trip-found-top-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--platinum) !important;
}

.my-trip-cmn-bx .place-box-main {
  display: flex;
  column-gap: 10px;
}

.my-trip-cmn-bx .place-box-main .place-left-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 80%;
}

.my-trip-cmn-bx .place-left-box .box {
  width: 28.33%;
}

.my-trip-cmn-bx .place-left-box .box span.from-to {
  font-family: "Jost-Bold";
}

.my-trip-cmn-bx .place-left-box .box span.terminal {
  color: var(--orange);
}

.my-trip-cmn-bx .place-left-box .box p.date-time {
  font-family: "Jost-Medium";
}

.my-trip-cmn-bx .place-left-box .box p:not(:last-child) {
  margin-bottom: 3px;
}

.my-trip-cmn-bx .flight-details.box p:not(:last-child) {
  margin-bottom: 3px;
}

.my-trip-cmn-bx .flight-details.box p.flight-name {
  font-family: "Jost-Medium";
}

.my-trip-cmn-bx .flight-details.box p.user-name {
  font-family: "Jost-Medium";
}

.my-trip-cmn-bx .flight-details.box p i {
  margin-right: 6px;
}

.my-trip-cmn-bx .place-box-main .place-right-box {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-trip-bx:not(:last-child) {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--platinum) !important;
}


/* Blog Page *****************************************************************/
#blog-thumb .row,
#recent-blog .row {
  row-gap: 22px;
}

#blog-thumb .blog-thumb-box,
#recent-blog .blog-thumb-box {
  padding: 14px 14px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* margin: 8px 6px; */
  transition: all ease 0.5s;
  background-color: var(--white);
}

#blog-thumb .blog-thumb-box .image-box,
#recent-blog .blog-thumb-box .image-box {
  border-radius: 10px;
  overflow: hidden;
}

#blog-thumb .blog-thumb-box .image-box a,
#recent-blog .blog-thumb-box .image-box a {
  display: block;
}

#blog-thumb .blog-thumb-box .content-box a,
#recent-blog .blog-thumb-box .content-box a {
  display: inline-block;
}

#blog-thumb .blog-thumb-box img,
#recent-blog .blog-thumb-box img {
  width: 100%;
  height: 250px;
  transition-timing-function: linear;
  transition-duration: 1s;
}

#blog-thumb .blog-thumb-box .content-box,
#recent-blog .blog-thumb-box .content-box {
  padding: 15px 0 0 0;
}

#blog-thumb .blog-thumb-box .content-box h6,
#blog-thumb .blog-thumb-box .content-box p,
#recent-blog .blog-thumb-box .content-box h6,
#recent-blog .blog-thumb-box .content-box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#blog-thumb .blog-thumb-box .content-box p,
#recent-blog .blog-thumb-box .content-box p {
  color: var(--vampire-grey);
  min-height: 47px;
}

#blog-thumb .blog-thumb-box .date-read-more-box,
#recent-blog .blog-thumb-box .date-read-more-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
}

#blog-thumb .blog-thumb-box .date-read-more-box span,
#recent-blog .blog-thumb-box .date-read-more-box span {
  color: var(--vampire-grey);
  font-family: "Jost-Medium";
}

#blog-thumb .blog-thumb-btn-bx {
  margin-top: 20px;
}


/* Blog Details Page ***********************************************************************************************************/
#blog-details .blog-title-bx {
  padding: 20px 20px;
  background-color: var(--white);
  border: 1px solid var(--platinum) !important;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
  margin-bottom: 10px;
}
#blog-details .image-box img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  
}
#blog-details .blog-title-bx .date-category-bx {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
}

#blog-details .blog-title-bx .date-bx span,
#blog-details .blog-title-bx .blog-category-bx p span,
#blog-details .blog-title-bx .blog-category p span {
  color: var(--vampire-grey);
  font-family: "Jost-Medium";
}

#blog-details .blog-title-bx .date-category-bx p {
  font-size: 18px;
  color: var(--black);
  font-family: "Jost-Medium";
}

#blog-details .content-box {
  padding: 20px 20px;
  background-color: var(--white);
  border: 1px solid var(--platinum) !important;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

#blog-details .content-box p,
#blog-details .content-box span,
#blog-details .content-box p span,
#blog-details .content-box p b,
#blog-details .content-box p a,
#blog-details .content-box a,
#blog-details .content-box ul li,
#blog-details .content-box ol li {
  font-size: 18px;
  line-height: 22px;
  color: var(--black);
}

#blog-details .content-box ul li,
#blog-details .content-box ol li {
  margin-bottom: 4px;
}

#blog-details .content-box p a,
#blog-details .content-box a {
  color: var(--orange);
}

#blog-details .content-box h1 {
  font-size: 30px;
}

#blog-details .content-box h2 {
  font-size: 28px;
}

#blog-details .content-box h3 {
  font-size: 26px;
}

#blog-details .content-box h4 {
  font-size: 24px;
}

#blog-details .content-box h5 {
  font-size: 22px;
}

#blog-details .content-box h6 {
  font-size: 20px;
}

#blog-details .content-box h1,
#blog-details .content-box h2,
#blog-details .content-box h3,
#blog-details .content-box h4,
#blog-details .content-box h5,
#blog-details .content-box h6 {
  margin-bottom: 10px;
}

#blog-details .content-box ul,
#blog-details .content-box ol {
  list-style-type: revert;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 15px;
}

/**/
#recent-blog .section-heading {
  text-align: left;
  max-width: unset;
}

#recent-blog .section-heading h4 {
  position: relative;
}

#recent-blog .section-heading h4:after {
  position: absolute;
  content: "";
  width: 135px;
  border: 1.5px solid var(--orange);
  bottom: -10px;
  left: 0;
}


/* New Css Local ***************************************/
.baggage-fare-breakup-box {
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}

.baggage-box {
  /* width: 32.50%; */
  border: 1px solid #cccccc57;
  padding: 0 8px;
  width: 49.40%;
}

/* 04-04-2025 new css  */
.flight-s-list-round-trip-bx-main .baggage-box {
  width: 100%;
}

.flight-s-list-round-trip-bx-main .baggage-fare-breakup-box .left-part,
.flight-s-list-round-trip-bx-main .baggage-fare-breakup-box .right-part {
  width: 100%;
}


/* **** */
.baggage-box-inner {
  display: flex;
  align-items: center;
  column-gap: 14px;
}

.baggage-sm-bx-main {
  display: flex;
  column-gap: 10px;
  width: 100%;
  border-top: 1px solid #cccccc57;
}

.baggage-sm-bx {
  width: 50%;
  padding: 4px 0;
}

.baggage-sm-bx:first-child {
  border-right: 1px solid #cccccc57;
  padding-right: 3px;
}

.baggage-sm-bx span {
  font-size: 14px;
  margin-bottom: 4px;
}

.baggage-fare-breakup-box .left-part,
.baggage-fare-breakup-box .right-part {
  width: 49%;
  padding: 0 8px 8px 8px;
  border: 1px solid #cccccc57;
}

/* .baggage-fare-breakup-box .right-part {
  width: 49%;
  padding: 8px 8px;
  border: 1px solid #cccccc57;
} */
.baggage-box .title,
.baggage-fare-breakup-box .title {
  margin: 6px 0;
}

.baggage-fare-breakup-box .title {
  border-bottom: 1px solid #cccccc57;
}

/* .baggage-box p, .baggage-fare-breakup-box p {
  margin-bottom: 4px;
} */
.baggage-fare-breakup-box p span {
  color: var(--black);
}

.b-transparent {
  border-bottom: 1px solid transparent !important;
}


/* Country code input width 100%  */

.intl-tel-input {
  width: 100% !important;
}

.wpcf7-spinner {
  display: none !important;
}

/* New css add  */

.login-error {
  color: red;
  margin: 10px 0;
}

.download-billing-bx{
  margin-top: 8px;
}
.download-billing-bx .cmn-btn{
  gap: 10px;
}

/* css add 08-04-2025  */
.layover-details {
  margin-bottom: 10px;
  text-align: center;
  padding: 5px 0;
  max-width: 40%;
  width: 100%;
  margin-inline: auto;
  background: var(--light_orange);
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

.message-box1{
  position: relative;
}
/* .message-box1::after{
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--light_orange);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
} */

/* maps-seat-css */
#flight-book-details {
  margin-bottom: 10px;
}

.seat-row {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 5px;
  justify-content: space-between;
}
.main-seat-maps-contanier .seat-row .seat {
  width: 30px !important;
  padding: 0 !important;
  height: 30px !important;
  display: flex;
  align-items: center;
  color: #08080891 !important;
  justify-content: center;
  font-size: 14px;
  position: relative;
}
.main-seat-maps-contanier .seat-row .seat.available{
  color: var(--white) !important;
}
.main-seat-maps-contanier .seat-row .seat.aisle-seat {
  background-color: var(--light_orange) !important;
  color: var(--black) !important;
}
.main-seat-maps-contanier .seat-row .seat.free-seat {
  background-color: var(--dark-pastel-green) !important; 
  color: var(--white) !important;
}
.main-seat-maps-contanier .seat-row .seat.booked {
  background-color: #e9e9e9 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}
.main-seat-maps-contanier .seat-row .seat.legroom-seat {
  background-color: #ff000075 !important;
}
.main-seat-maps-contanier .seat-row .seat.selected {
  background-color: #2196F3 !important;
}
.main-seat-maps-contanier .seat-row .seat.selected::before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
}
.main-seat-maps-contanier .seat-row .seat.booked .seat-hover.tooltip-box {
  cursor: not-allowed;
}
.main-seat-maps-contanier .seats {
  width: 100%;
  background-color: var(--white);
  padding: 20px;
}
.flight-seat-map .flight-seat-map-title {
  max-width: 100%;
  background-color: var(--white);
  border: 1px solid var(--platinum) !important;
  padding: 20px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99999;
  font-weight: bold;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}
.confirm-booking-box{
  background-color: var(--white);
  border: 1px solid var(--platinum) !important;
  padding: 20px;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}
.flight-seat-map-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.white-box {
  width: 100%;
  height: 280px;
  background-size: 100% 100%;
  background-position: 50%;
  background-image: url(../images/ic_flightSmallFront.png);
  background-repeat: no-repeat;
}
.white-box.white-box-bottom {
  background-image: url(../images/ic_flightSmallTail.png);
}
.select-seat-box{
  background-color: var(--white);
  padding: 20px;
  border: 1px solid var(--platinum) !important;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
  margin-bottom: 10px;
}
.select-seat-box h6{
  font-size: 18px;
  font-family: "Jost-SemiBold";
}
.main-seat-maps-contanier .flight-seat-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100% !important;
  background-color: var(--mercury-e0e7ef);
  height: 700px;
  overflow: hidden;
  overflow-y: auto;
}
.select-seats-row{
  max-width: 75%;
  width: 100%;
  margin: 0;
}
.main-seat-maps-contanier {
  padding: 0;
  /* margin-top: 30px; */
}
#seat-maps-container{
  height: 700px;
  margin-bottom: 30px;
}

.main-seat-maps-contanier .swiper-button-prev{
  left: 20px;
  display: block;
  /* transform: translate(0, -50%); */
}
.main-seat-maps-contanier .swiper-button-next {
  right: 20px;
  display: block;
  /* transform: translate(0, -50%); */
}
.main-seat-maps-contanier #book-btn {
  margin-bottom: 30px;
}
.main-seat-maps-contanier .row-label {
  width: 30px !important;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 13px;
}

.empty-box {
  background-color: #fff;
  width: 30px !important;
  padding: 0 !important;
  height: 30px !important;
  /* border: 1px solid #ebebeb; */
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: not-allowed;
}

.airport-name p {
  margin: 0;
}
.result-flight-num .num {
  margin-left: 5px;
}
.airport-name .airport-ttl p {
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Jost-SemiBold";
}
.seat-box-wrap {
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  padding: 15px;
  bottom: 8%;
  position: fixed;
  display: inline-flex;
  flex-direction: column;
  margin-left: 25px;
  width: 160px;
}
.seat-box-wrap .box {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.seat-box-wrap li {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 10px;
}
.seat-box-wrap li:not(:last-child){
  margin-bottom: 10px;
}
/* .tooltip-box {
  position: relative;
  display: inline-block;
}
.tooltip-box .tooltiptext {
  display: none;
  position: absolute;
  background-color: var(--white);
  color: var(--black);
  padding: 5px;
  border-radius: 6px;
  box-shadow: 2px 2px 6px rgba(87, 87, 87, 0.28);
  top: -20px;
  left: -20px;
  width: 200px;
  z-index: 999;
}
.tooltip-box .tooltiptext:after {
  border-left: solid transparent 15px;
  border-right: solid transparent 15px;
  border-top: solid #dfdfdf 15px;
  bottom: -15px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 0;
} */

.tooltip-box  {
  position: relative;
  padding: 10px;
  width: 40px;
  text-align: center;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
}

.tooltiptext {
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  padding: 8px;
  border-radius: 5px;
  z-index: 10;
  width: 220px;
  white-space: normal;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}
.tooltip-box .tooltiptext:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #ffffff 10px;
  box-shadow: 0 3px 30px 0 rgba(134, 134, 134, 0.1);
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 0;
}

/* .main-seat-maps-contanier .swiper-pagination-bullets.swiper-pagination-horizontal{
  display: none !important;
} */

/* err-message css */
.err-message h5 {
  color: #f00;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

/* disabled btn css */
.hide-seat-section, .confirm-booking-box.hide-seat-section button#confirm_booking  {
  opacity: .5;
  cursor: not-allowed;
}
.confirm-booking-box.hide-seat-section button#confirm_booking{
  pointer-events: none;
}

/* Booking Seat related dynamic change */
.seat-not-aviable {
  height: 50px !important;
  padding: 12px 0;
}
.seat-not-aviable p {
  text-align: center;
}

