/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Pridi:wght@300;400&display=swap"); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary-gradient: linear-gradient(260deg, #8754df, #db60af);
  --color: #db60af;
}

button[disabled] {
  opacity: 0.3;
}

.form-control:focus {
  box-shadow: inherit;
}

html {
  scroll-behavior: smooth;
}

header .navbar-nav .nav-link {
  padding: 0px;
}

.footer-container .absolute-blob1 img {
  position: absolute;
  bottom: 0px;
  top: -54px;
  right: 49%;
}

body {
  background-color: #000;
  font-family: poppins;
  font-weight: 500;
  scroll-behavior: smooth;
}

.shutter-effect {
  position: fixed;
}

header .navbar-nav {
  flex-direction: row;
  align-items: center;
}

header .nav-link:hover {
  color: #e625a1;
}

header .nav-Active {
  color: #e625a1;
}

header .nav-item {
  margin-right: 10px;
}

header .nav-item {
  margin-right: 10px;
}

header .navbar-nav {
  flex-direction: row;
  gap: 20px;
  margin-left: auto;
  /* display: none; */
}

header .nav-link {
  font-weight: 300;
  text-decoration: none;
}

header .navbar-nav .dropdown-menu {
  position: absolute;
}

.menu-btn {
  position: absolute;
  left: 10px;
  top: 20px;
  display: none;
  background: 0 0;
  border: none;
  opacity: 1;
}

.menu-btn:focus {
  outline: 0;
}

.menu-btn span {
  width: 30px;
  height: 3px;
  background-color: #fefefe;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-btn:hover {
  cursor: pointer;
}

.menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.menu-btn.active span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}

.menu-btn.active span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

figure {
  margin: 0;
}

/* #profileContainer {
    display: none;
} */

.transparentbg {
  box-shadow: inherit;
}

.header-btn-container {
  gap: 22px;
}

a {
  color: #fff;
}

.solid-bg {
  background-color: #232323;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.light-theme .transparentbg .navbar-nav .nav-link {
  color: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4b4b4b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2e2e2e;
}

.savebtn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0;
}

#saveButton {
  padding: 10px 112px;
  background-color: cornflowerblue;
}

.signUpContainer .signUpHeading {
  color: #fff;
  font-size: 24px;
  margin: 1rem 0;
}

#signinUpFormCarousel img {
  width: 200px;
}

.signUpImg .startFull img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signUpImg .p-5 {
  padding: 0px !important;
}

.signupOtpModal {
  position: fixed;
  top: -100%;
  left: 50%;
  z-index: 9999;
  background: #fff;
  transform: translate(-50%, -50%);
}

.signinupModal input {
  border-radius: 5px !important;
  margin: 0;
  padding: 10px 10px !important;
  background-color: transparent !important;
  border: 1px solid #585858 !important;
  color: #fff !important;
  font-size: 13px;
  height: inherit;
}

.signinupModal .form-group label {
  display: block;
  background: none;
  border: none;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.signUpContainer {
  background: #1b2a49;
}

.signUpContainer .modal-body.p-5 {
  padding: 0 20px !important;
}

.signUpContainer .form-control:focus {
  background-color: transparent;
  border-color: #585858;
  box-shadow: none;
}

.form-header {
  background: var(--primary-gradient);
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  /* background: ; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.form-header h5 {
  color: #fff;
}

.signin-upModal .form-group label {
  background: none;
  color: #000;
  border: none;
  font-size: 13px;
}

/* .signUpImg{
  background: #5eb7b7;
} */
.signin-upModal .nav {
  flex-wrap: nowrap;
}

.signinupModal #exampleModal .close span {
  color: #ffffff;
}

.signinupModal .modal-dialog {
  max-width: 900px;
}

.modal-backdrop {
  /* z-index: 0; */
}

.bg-grey {
  background: #232323;
}

.content1 p {
  color: #fff;
  margin: 0;
  font-size: 12px;
  margin-top: 2px;
}

/* .inoutFlight {
  margin-top: 95px;
} */

input[disabled="disabled"] {
  opacity: 0.5;
}

.editFrom .cross-icon {
  /*  content:"";
  background-image:url("../img/crossvg2.svg");*/
  background-size: contain;
  height: 22px;
  width: 22px;
  position: absolute;
  cursor: pointer;
  top: 21px;
  right: 2px;
  /* z-index: 99999999999; */
}

.arrival-ticket {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 30px;
  gap: 11px;
}

.arrival-ticket img {
  height: 40px;
  filter: invert(1);
}

.datepicker-radius {
  border-radius: 5px !important;
  margin-right: 10px !important;
}

/*.locate-container:nth-child(2){margin-right:8px;}
.locate-container:nth-child(2) .bordered-input{border-radius: 10px!important}*/

/* .btn:hover:not(.btn-icon-only) {
  box-shadow: 0 3px 5px 0px rgb(0 0 0 / 9%), 0 2px 3px 0px rgb(0 0 0 / 7%);
  transform: scale(1.02);
} */

.featured-options {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.featured-options .flight-box {
  background-color: transparent;
  padding: 0;
}

.checkbox-styling {
  position: relative;
}

.featured-options .flight-box {
  position: relative;
}

.featured-options .flight-box:nth-child(1):after {
  left: 100%;
  position: absolute;
  /* border-right: 1px solid #fff; */
  height: 26px;
  width: 1px;
  background: #fff;
  border-radius: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.featured-options .flight-boxes {
  position: relative;
}

.featured-options .flight-boxes:nth-child(3):after {
  right: 100%;
  position: absolute;
  /* border-right: 1px solid #fff; */
  height: 29px;
  width: 1px;
  background: #ffffff69;
  border-radius: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.search-btn:hover:not(.btn-icon-only) {
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 9%), 0 2px 3px -1px rgb(0 0 0 / 7%);
  transform: scale(1.02);
}

.offer-4card .card-img-top {
  transition: 1s all;
}

.offer-4card:hover .card-img-top {
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 9%), 0 2px 3px -1px rgb(0 0 0 / 7%);
  transform: scale(1.08);
}

.price-card-header p {
  margin: 0px;
}

.links-container .links-item a:hover img {
  transform: translateX(5px);
}

.links-container .links-item a img {
  transition: all 0.2s cubic-bezier(0.34, 1.61, 0.7, 1.3);
}

.slick-dots li button:before {
  font-size: 0px;
}

.page-link:focus {
  box-shadow: none;
}

/* fonts */

/* @font-face {
    font-family: rubik-regular;
    src: url("../fonts/rubik-regular.ttf");
}

@font-face {
    font-family: rubik-extrabold;
    src: url("../fonts/rubik-extrabold.ttf");
} */
@font-face {
  font-family: poppins-light;
  src: url("../fonts/poppins-light.ttf");
}

@font-face {
  font-family: poppins-regular;
  src: url("../fonts/poppins-regular.ttf");
}

@font-face {
  font-family: poppins-medium;
  src: url("../fonts/poppins-medium.ttf");
}

@font-face {
  font-family: poppins-semibold;
  src: url("../fonts/poppins-semibold.ttf");
}

/*********************************** fonts end ***********************************/

/*********************************** common styling **************************/
input {
  color: #fff;
}

:root {
  --main-txt-color: #fff;
  --primary-color: white;
  --main-bg-color: black;
  --green-color: #15d17c;
  --label-color: #8e8e8e;
  --btn-color: rgb(245 200 200 / 20%);
  --gradient-color: linear-gradient(90deg,
      rgba(129, 84, 230, 0.9) 0.89%,
      rgba(230, 99, 171, 0.9) 98.39%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "poppins-regular";
  margin: 0px;
  /* color: #fff; */
}

button {
  font-family: poppins-regular;
}

a:hover {
  color: #fff;
}

a {
  font-family: poppins-regular;
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding: 24px 28px;
  flex-wrap: nowrap !important;
}

nav.navbar span {
  font-size: 33px;
  font-weight: 400;
}

.selected-input {
  background-color: #fff;
}

.selected-input label {
  color: blue;
}

.gradient-btn {
  color: white;
  padding: 3px 23px;
  border-radius: 7px;
  border-style: none;
  background: linear-gradient(45deg, rgb(129, 84, 230), rgb(230, 99, 171));
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.trip-icon {
  position: absolute;
  padding: 12px;
  background-color: white;
  border-radius: 50%;
}

.btn:focus,
.btn.focus {
  box-shadow: inherit;
}

.trip-icon figure {
  margin: 0;
  height: 30px;
  width: 30px;
}

.trip-icon figure img {
  height: 100%;
  width: 100%;
}

.common-btn {
  border-style: none;
  border-radius: 8px;
  color: white;
  padding: 10px;
  background: linear-gradient(45deg,
      rgba(132, 83, 226, 0.84),
      rgba(206, 94, 182, 0.97));
  width: 100%;
}

.btn-default {
  border: none;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}

.fixed-header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  padding: 16px 10px;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.fixed-header {
  color: #000;
}

.fixed-header .menu-btn span.line {
  background-color: #000;
}

.fixed-header .signupbtn {
  color: #fff;
  background-color: #000;
}

/*.fixed-header  .menu-btn{top:29px;}*/

.btn-filled {
  font-family: poppins-regular;
  background-color: var(--btn-color);
  display: flex;
  align-items: center;
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  border: navajowhite;
  padding: 8px;
  border-radius: 7px;
  color: #fff;
  /* display: inline; */
}

.btn-filled figure {
  margin: 0px 0px 0px 10px;
}

.btn-filled img {
  height: 20px;
  width: 20px;
}

.quantity_manage span {
  font-size: 10px;
}

.menu-btn {
  /* width: 27px;
    height: 20px; */
  /* position: absolute; */
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 4;
  left: 30px;
  top: 26px;
  cursor: pointer;
  z-index: 9999;
}

.close-filter {
  display: none;
}

.filter-mobile {
  display: none;
}

.menu-btn span.line {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--white);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 999;
}

.menu-btn span.line:nth-child(1) {
  top: 0;
}

.menu-btn span.line:nth-child(2) {
  top: 8px;
}

.menu-btn span.line:nth-child(3) {
  top: 16px;
}

.menu-btn span.line {
  background-color: #fff !important;
}

/* .menu-btn.open span.line:nth-child(1) {
  top: 0px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #000;
}


.menu-btn.open span.line:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.menu-btn.open span.line:nth-child(3) {
  top: 0px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #000;
} */

.viewallbtn {
  margin: 16px auto;
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  border: 2px solid #fff;
  padding: 5px 14px;
  border-radius: 20px;
  z-index: 3;
  margin-top: 30px;
  position: relative;
}

.gradient-color {
  background-image: linear-gradient(0deg,
      #000 22%,
      rgba(129, 84, 230, 0.71) 30%,
      #000 42%);
}

.gradient-color header h1 {
  color: #fff !important;
}

/* .gradient-color .menu-btn span.line {
    background-color: #fff!important;
} */

.card1,
.card2 {
  /* height: 120px; */
  /* margin: 16px auto; */
  border-radius: 4px;
  padding: 20.9px 11px;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.08);
}

.card2 .element1 {
  /* top: 16px; */
  border-radius: 20px;
  height: 48px;
  width: 100%;
}

.card2 .element2 {
  top: 12px;
  height: 20px;
  border-radius: 20px;
  width: 100%;
}

.card2 .element3 {
  top: 30px;
  height: 70px;
  border-radius: 20px;
  width: 100%;
}

/* .card2 .element3 {
    top: 35px;
    height: 30px;
    border-radius: 20px;
    width: 100%;
} */
.card2.loader2 {
  margin-top: 20px;
}

.gradient {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #fafafa;
  background: linear-gradient(to right,
      #fafafa 15%,
      #cdcdcd 20%,
      #fafafa 30%,
      #fafafa 15%);
  background-size: 1000px 640px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.travellingContent:nth-child(1) .bordered-input {
  border-radius: 8px 0 0 8px;
  margin: 0;
}

.travellingContent:nth-child(2) .bordered-input {
  border-radius: 0 5px 5px 0;
}

.overlay-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #0000006e;
  top: 0;
  left: 0;
  z-index: 99;
  backdrop-filter: blur(10px);
}

.overlay-loader span {
  position: absolute;
  /* right: 50%; */
  left: 50%;
  top: 58%;
  color: white;
  font-size: 40px;
  z-index: 999;
  transform: translate(-50%, -50%);
}

.svg-calLoader {
  transform-origin: 115px 115px;

  animation: 1.4s linear infinite loader-spin;

  margin: 0;

  width: 230px;

  height: 230px;
}

.loading-svg-cont {
  position: absolute;
  /* right: 42%; */
  top: 38%;
  left: 50%;
  z-index: 999;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
}

.cal-loader__plane {
  fill: #db60af;
}

/* .cal-loader__path {
    stroke: $c-front;
    animation: 1.4s ease-in-out infinite loader-path;
} */

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }

  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }

  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

/* .loader {
  width: 120px;
  height: 120px;
  border-top: 4px solid rgb(237, 44, 73);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

/* .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  margin-left: 46%;
  -webkit-animation: spin 2s linear infinite; 
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

/*checkbox styling*/

/* Hide the browser's default checkbox */

.checkbox-styling input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: -2px;
  height: 15px;
  border-radius: 4px;
  width: 15px;
  background-color: #eee;
  /* background: #ccc; */
  border: 1px solid #585858;
}

/* On mouse-over, add a grey background color */

.checkbox-styling:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkbox-styling input:checked~.checkmark {
  background-color: var(--pink);
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkbox-styling input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkbox-styling .checkmark:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-btn-styling {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  margin: 0px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */

.radio-btn-styling input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.radio-btn-styling .checkmark {
  position: absolute;
  top: 13px;
  left: 10px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid;
  /* border-color: var(--green-color); */
}

/*filter styling*/

/* Filter Button */

.filterIcon {
  width: 2rem;
  height: 1.5rem;
  display: block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-sizing: border-box;
}

/* Line Style */

/*    .filterIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    border-radius: 2px;
    opacity: 1;
    z-index: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
*/

/* Circle Style */

/*.filterIcon span::after {
    display: block;
    position: absolute;
    height: 0.25rem;
    width: 0.25rem;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #000000;
    opacity: 1;
    z-index: 5;
    top: -150%;
    content: "";
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
*/

/* Filter State - Panel Closed */

/* TOP */

/* .filterIcon span:nth-child(1) {
    top: 0;
}
*/

/* Line */

/*  
.filterIcon span:nth-child(1)::after {
    left: 15%;
}
*/

/* Circle */

/* MIDDLE */

/*    
.filterIcon span:nth-child(2) {
    top: 46%;
}
*/

/* Line */

/*.filterIcon span:nth-child(2)::after {
    left: 60%;
}*/

/* Circle */

/* BOTTOM */

/*    .filterIcon span:nth-child(3) {
    bottom: 0;
}*/

/* Line */

/* .filterIcon span:nth-child(3)::after {
    left: 30%;
}*/

.filterIcon img {
  height: 100%;
  width: 100%;
}

/* Circle */

/* Closed State - Panel Open */

/* Circle Style */

/* .filterIcon.open span::after {
    opacity: 0;
}*/

/* TOP */

/*  .filterIcon.open span:nth-child(1) {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

/* Line */

/* .filterIcon.open span:nth-child(1)::after {
    left: 60%;
}*/

/* Circle */

/* MIDDLE */

/* .filterIcon.open span:nth-child(2) {
    top: 46%;
    opacity: 0;
}
*/

/* Line */

/*   .filterIcon.open span:nth-child(2)::after {
    left: 15%;
}
*/

/* Circle */

/* BOTTOM */

/*.filterIcon.open span:nth-child(3) {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*/

/* Line */

/*  .filterIcon.open span:nth-child(3)::after {
    left: 55%;
}
*/

/* Circle */

/* Hover State - Move circles slightly on hover*/

/* .filterIcon:hover span:nth-child(1)::after {
    left: 25%;
}

.filterIcon:hover span:nth-child(2)::after {
    left: 50%;
}

.filterIcon:hover span:nth-child(3)::after {
    left: 40%;
}

*/

/*filter styling end*/

/* On mouse-over, add a grey background color */

/*.radio-btn-styling:hover input ~ .checkmark {
border-color:var(--green-color);
text-align: center;
}*/

/*
.radio-btn-styling:hover input ~ .checkmark:after {
background-color:var(--green-color);

}*/

/* When the radio button is checked, add a blue background */

.radio-btn-styling input:checked~.checkmark {
  border-color: var(--green-color);
  text-align: center;
}

.radio-btn-styling input:checked~.radio-btn-styling {
  background-color: var(--green-color);
}

.radio-btn-styling:has(input:checked) {
  border-color: var(--green-color) !important;
}

.radio-btn-styling:has(input:checked) span {
  color: var(--green-color);
}

.radio-btn-styling:has(input:checked) p {
  color: var(--green-color);
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.radio-btn-styling .checkmark:after {
  content: "";
  position: absolute;
}

/* Show the indicator (dot/circle) when checked */

.radio-btn-styling input:checked~.checkmark:after {
  background-color: var(--green-color);
  border-color: var(--green-color);
}

/* Style the indicator (dot/circle) */

.radio-btn-styling .checkmark:after {
  top: 50%;
  left: 50%;
  width: 10px;
  background-color: #979797;
  height: 10px;
  border-radius: 50%;
  display: block;
  border-color: #979797;
  transform: translate(-50%, -50%);
}

/*checkbox styling end*/

/*Bootstrap Calendar*/

/* .datepicker {
  border-radius: 0;
  padding: 0;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
  padding: 10px;
  display: list-item;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n + 0) td,
.datepicker-days table thead tr:nth-child(2n + 0) th {
  border-radius: 3px;
  text-align: center;
}

.datepicker-days table thead tr:nth-child(3n + 0) {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 16px 14px;
  cursor: pointer;
}

.datepicker-months table thead td,
.datepicker-months table thead th,
.datepicker-years table thead td,
.datepicker-years table thead th,
.datepicker-decades table thead td,
.datepicker-decades table thead th,
.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
  border-radius: 0;
}

.datepicker td,
.datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #211a18;
  color: #ffffff;
  border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker .prev,
.datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 37px;
  height: 37px;
}

.datepicker .prev:hover,
.datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
  font-size: 21px;
}

.datepicker .datepicker-switch {
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.datepicker table tr td span {
  border-radius: 2px;
  margin: 3%;
  width: 27%;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border-radius: 8px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0, 0, 0, 0.1);
} */

.datepicker.dropdown-menu {
  padding: 0;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  -webkit-animation: popup 0.2s ease-out forwards;
  animation: popup 0.2s ease-out forwards;
}

/* .datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
  background: linear-gradient(45deg, #8754df, #db60af);
} */

/* .datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.prev {
  background: linear-gradient(45deg, #8754df, #db60af);
} */

.datepicker.dropdown-menu {
  border-radius: 7px;
  overflow: hidden;
}

.datepicker.dropdown-menu table {
  /*  border-radius: 10px;
*/
  background: linear-gradient(308deg, #8754df, #db60af);
}

.datepicker.dropdown-menu table thead {
  /* background: linear-gradient(45deg, #8754df, #db60af); */
}

.datepicker.dropdown-menu table thead tr {
  border-top: 0;
}

.datepicker.dropdown-menu table tbody {
  background-color: white;
}

.datepicker.dropdown-menu table tr {
  border-top: 1px solid #ededed;
}

.datepicker.dropdown-menu table tr td,
.datepicker.dropdown-menu table tr th {
  width: auto;
  height: 24px;
  padding: 8px;
  font-size: 14px;
  border-radius: 0;
  transition: background-color 0.6s ease-out;
}

@media screen and (min-width: 400px) {

  .datepicker.dropdown-menu table tr td,
  .datepicker.dropdown-menu table tr th {
    padding: 4px 4px;
    font-size: 12px !important;
  }
}

.datepicker.dropdown-menu table tr td:hover,
.datepicker.dropdown-menu table tr td.active:hover,
.datepicker.dropdown-menu table tr td:active:hover,
.datepicker.dropdown-menu table tr th:hover,
.datepicker.dropdown-menu table tr th.active:hover,
.datepicker.dropdown-menu table tr th:active:hover {
  border-color: #ededed;
  border-radius: 0;
  transition: background-color 0.2s ease-out;
}

.datepicker.dropdown-menu table tr td.focused,
.datepicker.dropdown-menu table tr td.selected,
.datepicker.dropdown-menu table tr th.focused,
.datepicker.dropdown-menu table tr th.selected {
  background-color: #24a0ad;
  border-color: #ededed;
  border-radius: 0;
}

.datepicker.dropdown-menu table tr td.active,
.datepicker.dropdown-menu table tr td.active:focus,
.datepicker.dropdown-menu table tr td.active.active:hover,
.datepicker.dropdown-menu table tr td:active:focus,
.datepicker.dropdown-menu table tr td.highlighted,
.datepicker.dropdown-menu table tr th.active,
.datepicker.dropdown-menu table tr th.active:focus,
.datepicker.dropdown-menu table tr th.active.active:hover,
.datepicker.dropdown-menu table tr th:active:focus,
.datepicker.dropdown-menu table tr th.highlighted {
  background-color: linear-gradient(45deg, #8754df, #db60af);
  border-color: #ededed;
}

.datepicker.dropdown-menu table tr th.datepicker-switch {
  font-size: 12px;
  /* font-weight: bold; */
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: inherit;
  border-radius: 0;
  position: relative;
  z-index: 13;
}

.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
  color: #ffffff;
  background: transparent;
  border-radius: 0;
}

.datepicker.dropdown-menu table tr th.dow {
  padding: 2px 12px;
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  background: transparent;
  /* border-top: 1px solid #196d76; */
  border-radius: 0;
}

.datepicker.dropdown-menu table tr td.day {
  width: 24px;
  border-right: 1px solid #ededed;
}

.datepicker.dropdown-menu table tr td.day:last-child {
  border-right-width: 0;
}

.datepicker.dropdown-menu table tr td.range {
  background-color: #eeeeee;
}

.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
  color: #ccc;
}

/************************* common styling end *********************/

/********************************navigation*****************************/

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #252525;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 7px;
  color: rgb(255, 255, 255);
  padding: 21px 33px;
  /* position: relative; */
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9 !important;
  border-bottom: 1px solid #ffffff38;
}

header h1 {
  font-family: "Pridi", serif;
  margin-right: auto;
  margin-left: 82px;
}

header i {
  color: rgb(255, 255, 255);
}

header .hamemenu {
  height: 45px;
  width: 30px;
  cursor: pointer;
  margin: 0px;
}

header .hamemenu img {
  height: 100%;
  width: 100%;
  margin: 0px;
  line-height: normal;
}

header .dropdown {
  border-bottom: 0.5px solid rgb(0, 0, 0);
}

header .signupbtn {
  padding: 10px 28px;
  font-size: 14px;
  border-style: none;
  color: #000;
  background: linear-gradient(4deg,
      rgb(54 54 54 / 0%) 0%,
      rgb(88 88 88 / 94%) 100%);

  color: #fff;
  /* border: 1px solid; */
  /* backdrop-filter: saturate(200%) blur(30px); */
  /* background-color: hsla(0, 0%, 100%, .8)!important; */
  font-weight: 700;
  border-radius: 2px;
  /* background: rgba(255, 255, 255, 0.32); */
  /* color: white; */
  border-radius: 6px;
}

/********************************navigation end*****************************/

/*********************footer css*************************************************/

footer {
  /* background: linear-gradient(45deg, #291b1b, #5d5d5d); */
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(to right, #232526, #414345);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #232526, #414345);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

footer .footer-container-contents {
  display: flex;
  padding: 36px 0px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0px;
  padding-bottom: 0;
}

.footer-container-contents.container {
  display: flex;
  /* align-items: center; */
}

.social {
  padding-top: 20px;
}

.footer-container-contents.container li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}

.footer-container-contents.container li a:hover {
  text-decoration: underline;
}

/*********************footer css*************************************************/

/************************* hotel booking css **********************/

/* banner styling */

.hotel-booking-container .homemain-container {
  padding: 42px 0;
  background: rgba(0, 0, 0, 0.5);
}

.hotel-booking-container .homemain-container h2 {
  color: white;
  display: flex;
  justify-content: center;
  font-size: 34px;
  text-align: center;
  font-family: poppins, sans-serif;
}

.hotel-booking-container .homemain-container-primary_main h2 {
  text-align: center;
  padding-top: 46px;
  font-size: 45px;
  margin: 0;
  font-size: 60px;
  position: relative;
  font-family: poppins-regular;
  font-weight: 600;
}

.hotel-booking-container .detail_main {
  padding: 22px 67px;
  border-radius: 10px;
  background: linear-gradient(180deg,
      rgba(54, 54, 54, 0.7) 0%,
      rgba(88, 88, 88, 0.7) 100%);
  backdrop-filter: blur(20px);
  margin-top: 108px;
}

.trip_search-icon {
  position: absolute;
  padding: 9px;
  right: 10%;
  bottom: 25%;
  background-color: white;
  border-radius: 30%;
}

.trip_search-icon figure {
  margin: 0;
}

.hotel-booking-container .arrival-departure-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hotel-booking-container .arrival-departure-container .trip-icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hotel-overlay-container {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000080;
  top: 0px;
  left: 0px;
}

/* banner styling */

/* travel deals  container */

.travel-deals-container .overlay-container-slick-content h4 {
  font-family: poppins-semibold;
  color: var(--main-txt-color);
  font-size: 50px;
  margin-bottom: 158px;
}

.travel-deals-container .slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100% !important;
}

.travel-deals-container .slick-slider .slick-track,
.slick-slider .slick-list div {
  height: 100%;
}

.travel-deals-container .text-overlay-container {
  position: absolute;
  z-index: 1;
  background: linear-gradient(142deg, #000000cf, transparent);
  height: 100%;
  width: 100%;
  padding: 40px 34px;
  top: 0;
  left: 0;
  /* display: flex; */
}

.travel-deals-container .text-overlay-container .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: static;
  align-items: baseline;
}

.travel-deals-content h4 {
  color: #e0e0e0;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.travel-deals-container .text-overlay-container .content button {
  /* width: 18%; */
  text-align: center;
  /* display: inline; */
  justify-content: center;
}

.travel-deals-container .text-overlay-container h3 {
  font-size: 25px;
  font-weight: 600;
  font-family: "poppins-semibold";
  width: 50%;
  filter: drop-shadow();
  /* filter: drop-shadow(2px 2px 2px black); */
  color: #fff;
}

.travel-deals-container .text-overlay-container h2 {
  font-size: 45px;
  font-weight: 600;
  font-family: "poppins-semibold";
  width: 50%;
  filter: drop-shadow();
  /* filter: drop-shadow(2px 2px 2px black); */
  color: #fff;
}

.travel-deals-container #fullImgContainer figure {
  margin: 0px;
  position: relative;
  height: 100%;
}

.travel-deals-container .cards {
  padding-top: 30px;
}

#fullImgContainer img {
  height: 100%;
}

.travel-deals-container .slick .slick-dots {
  display: block;
  position: absolute;
  bottom: -35px;
}

/* travel deals  container end*/

/* best deals */

.hotel-prices-details_main span.price {
  font-family: poppins-semibold;
  font-size: 24px;
}

.grid-container {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-gap: 10px;
  grid-template-rows: 190px 55px;
}

.img-grid-container h4 {
  color: #fff;
}

.slider-nav figcaption h6 {
  color: #fff;
}

.grid-container .slickSlide {
  grid-column-start: 4;
  grid-column-end: 1;
}

.grid-container .slickSlide figure {
  margin: 0px;
  /* height: 100%; */
}

.grid-container img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.grid-container figure {
  position: relative;
  margin: 0px;
}

.grid-container .item-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000057;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  right: 0;
}

.grid-container .item-overlay {
  display: flex;
  justify-self: center;
  align-items: center;
}

.grid-container .item-overlay span {
  font-size: 20px;
  /* z-index: 1; */
  color: #fff;
  font-family: "poppins-medium";
}

.grid-container-fourimg {
  grid-template-rows: 65px 65px 65px 65px;
  grid-template-columns: repeat(4, minmax(100px, 2fr));
}

.grid-container-fourimg .slickSlide {
  grid-row-start: 1;
  grid-row-end: 5;
}

.button.slick-next.slick-arrow {
  position: absolute;
  right: 24px;
  cursor: pointer;
}

.hotel-details-container_container_main .slick-next:before,
.slick-prev:before {
  font-size: 24px;
  line-height: 1;
  opacity: 0.85;
}

/* best deals */

/*************************  hotel booking css  end **********************/

.absolute-container {
  position: absolute;
  top: 8px;
  transform: translate(-50%, 50%);
  right: -30px;
  z-index: 1;
}

.absolute-container figure {
  margin: 0px;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 9999999;
}

.absolute-container figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  margin: 0px;
  padding: 8px;
  transition: 1s all;
  cursor: pointer;
  z-index: 333;
  position: relative;
}

.fromto-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex: 1;
}

.search-btn figure {
  background-color: #fff;
  /*  height: 45px;
  width: 45px;*/
  margin: 0px;
  border-radius: 10px;
}

.search-btn figure img {
  height: 20px;
  padding: 0;
  width: 20px;
  filter: invert(1);
}

#sidebar-wrapper {
  z-index: 999;
  position: fixed;
  width: 0px;
  height: 100%;
  overflow-y: scroll;
  background-color: #fefefe;
  /* background: linear-gradient(45deg, #8754dfbd, #db60afc2); */
  width: 0%;
  /* opacity: 0.9; */
  /* transition: all 0.5s ease 0s; */
  /* display: flex; */
  /* align-items: center; */
  top: 0px;
  left: -100%;
  width: 65%;
  color: #000;
  padding: 33px 0px;
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
}

#sidebar-wrapper h6 {
  /* padding:10px 10px; */
  font-size: 40px;
  padding-left: 20px;
  margin-bottom: 20px;
}

/*************************************travel ui******************************************/

/**********************************travel 1st page*****************************/

.travel-main-container {
  /* background-image: linear-gradient(180deg, #0A0F17 80%, #31629F 95%); */
  padding-top: 30px;
  position: relative;
  /* z-index: -1; */
  overflow: hidden;
}

#page-content-wrapper {
  width: 100%;
  /* padding: 15px; */
  transition: all 0.5s ease 0s;
  background-image: url("../img/fight.jpg");
  height: 100%;
  background-position: center center;
  background-size: cover;
}

#wrapper.menuDisplayed #sidebar-wrapper {
  width: 250px;
}

#wrapper.menuDisplayed #page-content-wrapper {
  padding-left: 250px;
}

.travel-banner {
  /* position: relative; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 97px;
}

.nice-select.open .list {
  z-index: 9999999;
  width: 136px;
}

.travel-banner-container {
  /* padding-top: 75px; */
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.travel-banner-container .nav-link.active {
  /* background-color: red; */
}

.travel-banner-container .tab-content {
  /* background: linear-gradient(180deg, rgb(255 255 255 / 20%) 0%, rgba(255, 255, 255, 0.7) 100%); */
  box-shadow: 0px 12px 4px rgba(0, 0, 0, 0.17);
  /* backdrop-filter: blur(32px); */
  padding: 20px 32px;
  border-radius: 3px;
  /* backdrop-filter: saturate(200%) blur(30px); */
  /* background-color: hsla(0, 0%, 100%, .8)!important; */
  background: linear-gradient(4deg,
      rgb(54 54 54 / 81%) 0%,
      rgb(88 88 88 / 76%) 100%);
  /* filter: saturate(0.5); */
}

/* .travel-banner-container .tab-content button {
  color: #fff;
} */

.travel-banner .overlay-container {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #0000006b;
  top: 0px;
  left: 0px;
}

.travel-banner-container h2 {
  font-size: 42px;
  padding: 10px;
  font-family: "poppins-regular";
  width: 50%;
  margin: auto;
  /* filter: drop-shadow(5px 3px 2px black); */
  color: #fff;
}

.travel-banner-container .tab-content button {
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.travel-banner-container .tab-content button:hover {
  color: inherit;
  box-shadow: inherit;
  transform: inherit;
}

.travel-banner-container .tabs-container ul li a {
  color: #fff;
  text-decoration: underline;
  border-radius: 0px;
  text-decoration: none;
  color: #000;
}

.travel-banner-container .nav-link {
  backdrop-filter: blur(20px);
  color: #fff;
  background: linear-gradient(4deg,
      rgb(54 54 54 / 0%) 0%,
      rgb(88 88 88 / 61%) 100%);
  border: none;
  padding: 10px 26px;
}

.travel-banner-container .nav-link.active {
  border-radius: 0px;
  color: #000;
  background: linear-gradient(260deg, #8754df, #db60af);
  backdrop-filter: saturate(200%) blur(30px);
  color: #fff;
  /* background-color: hsla(0, 0%, 100%, 0.8) !important; */
}

.travel-banner-container .nav-link i:first-child {
  margin-right: 4px;
}

.travel-banner-container .bordered-input {
  border: 0.5px solid #252525;
  background: #25252578;
  padding: 10px 20px;
  margin-right: 20px;
  border-radius: 8px;
  position: relative;
  /* background: #fff; */
  position: relative;
}

.travel-banner-container .bordered-input label {
  font-weight: 500;
  margin: 0px;
  color: #d4d4d4;
  font-size: 12px;
}

#fromCode label,
.fromMultiCodeCityName,
#multicityToCode label,
#dropdownListTo label,
#dropdownListFromHotel label {
  color: #444 !important;
}

.travel-banner-container .bordered-input input {
  background: transparent;
  border: none;
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  letter-spacing: 0.3px;
  height: inherit;
  cursor: pointer;
  /* opacity: .3; */
  color: #fff;
  font-family: "poppins-semibold";
}

.social-icons a img {
  height: 100%;
  filter: invert(1);
  padding: 12px 12px;
  width: 100%;
}

.select2-results {
  margin-top: 14px;
  max-height: 200px;
}

.select2-search--dropdown {
  padding: 0px;
  position: relative;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  top: -30px;
  left: -10px;
}

span.select2-dropdown.select2-dropdown--below {}

.travel-banner-container .bordered-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 28px;
  font-weight: 900;
  padding-left: 0px;
}

.select2-search--dropdown:after {
  content: "";
  background-image: url("../img/searchblack.svg");
  position: absolute;
  height: 12px;
  width: 12px;
  left: 11px;
  top: 50%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: navajowhite;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
  outline: none;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-left: 20px;
}

.travel-banner-container .select2-dropdown {
  border: none;
}

.travel-banner-container .bordered-input .select2-container--open .select2-dropdown--below {
  border: none;
}

.travel-banner-container .bordered-input select {
  width: 100%;
}

.travel-banner-container .bordered-input .select2-container--default .select2-selection--single {
  background: transparent;
  border: navajowhite;
}

.travel-banner-container .bordered-input .search-container i {
  position: absolute;
  top: 58%;
  right: 19px;
  font-size: 18px;
  transform: translate(-50%, -50%);
}

/*.travel-banner-container .bordered-input:hover {
  background-color: hsl(0deg 0% 100% / 30%) !important;
  backdrop-filter: saturate(200%) blur(30px);
}*/

.travel-banner-container select {
  flex: 0 0 12%;
  outline: none;
  margin-right: 10px;
  background: transparent;
  border: none;
  color: #000;
  padding-left: 0px;
  width: 100%;
  margin-right: 24px;
  font-size: 14px;
}

.travel-banner-container input:focus {
  box-shadow: inherit;
}

.travel-banner-container input::placeholder {
  font-family: poppins-semibold;
  font-size: 18px;
  color: #000000;
}

.travel-banner-container .dropdown {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
  /* flex-wrap: wrap; */
  gap: 22px;
}

.travel-banner-container .nav {
  border-radius: 5px 5px 0px 0px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0.35) 100%);
  display: inline-flex;
  position: relative;
  overflow: hidden;
  margin: 0px;
}

/*************************************travel ui end******************************************/

/**************************************best deals*********************************************************/

.ticket-container .row {
  gap: 22px 0px;
  padding: 0px 10px;
}

.--flex-column h4 {
  font-weight: 800;
}

.ticket-short h6 {
  font-weight: 800;
  font-size: 15px;
}

.--flex-column a {
  color: #000;
  font-size: 14px;
}

.ticket-container .slick-initialized .slick-slide {
  padding-bottom: 2px;
  padding-top: 30px;
}

/****************************************best deals end*******************************************************/

/*feature slider section*/

.feature-slider {
  background-image: var(--gradient-color);
  color: #fff;
  width: 84%;
  margin-left: auto;
  padding: 30px;
  /* margin: 0px 0px 0px 0px; */
  margin: 44px 0px 44px auto;
  padding-left: 0px;
  position: relative;
  /* left: 30px; */
  padding-right: 0px;
}

.feature-container .feature-item {
  background: #fff;
  padding: 32px 19px;
}

.feature-container .feature-item img {
  height: 25px;
  width: 25px;
}

.feature-container .feature-item h6 {
  color: #000;
  margin-top: 8px;
  font-family: "poppins-semibold";
}

.feature-container .feature-item p {
  color: #425271;
  margin-top: 5px;
  font-size: 11px;
  /* text-overflow: ellipsis; */
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.feature-slider .sliderabsolute-content {
  /* position: absolute;
  width: 41%;
  left: 24px;*/
  color: #fff;
  padding: 10px 15px;
}

.feature-slider .sliderabsolute-content h5 {
  font-size: 15px;
  transition: 1s all;
  color: #fff !important;
}

.feature-slider .sliderabsolute-content h3 {
  font-size: 24px;
  margin-top: 15px;
  font-family: "poppins-regular";
  line-height: 42px;
  color: #fff;
  /* width */
}

/*feature slider section*/

/*offer section*/

.destination-cards {
  margin-top: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.destination-cards .overlay-container .absolute-txt {
  position: absolute;
  background: #fff;
  color: #008000;
  padding: 2px 10px;
  font-size: 13px;
  left: 12px;
  top: 12px;
  border-radius: 10px;
}

.destination-cards .pagination {
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

.destination-cards .pagination li {
  margin-left: 12px;
}

.destination-cards .overlay-container .absolute-img {
  border-radius: 50%;
  height: 34px;
  width: 34px;
  background: #fff;
  padding: 4px;
  margin: 0px;
  right: 14px;
  position: absolute;
  /* top: 14px; */
}

.destination-cards .overlay-container .absolute-img img {
  height: 100%;
  width: 100%;
  object-fit: inherit;
  /* padding: 2px; */
}

.destination-cards .overlay-container .heartimg {
  top: 12px;
  line-height: 0px;
  padding: 6px;
  cursor: pointer;
}

.destination-cards .overlay-container .arrowimg {
  bottom: 15px;
  height: 45px;
  width: 45px;
}

.destination-cards .overlay-container .arrowimg img {
  padding: 8px;
  cursor: pointer;
}

.destination-cards .overlay-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  border: 3px solid #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 30px;
}

.destination-cards .offer-4card:nth-child(1) .overlay-container {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 54.69%,
      #262626 100%);
}

.destination-cards .offer-4card:nth-child(2) .overlay-container {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 54.69%,
      #262626 100%);
}

.destination-cards .offer-4card:nth-child(3) .overlay-container {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 54.69%,
      #262626 100%);
}

.offer-cards {
  padding: 34px 0;
  position: relative;
  margin-top: 80px;
}

/* .offer-cards-global-heading {
    text-align: center;
    color: #fff;
} */

.offer-4card img {
  width: 100%;
}

.offer-4card {
  position: relative;
  overflow: hidden;
}

.offer-4card img {
  width: 100%;
  height: calc(350px - 4px);
  object-fit: cover;
}

.offer-4card {
  position: relative;
  /* margin: 22px; */
  margin-bottom: 35px;
  /* border: 1px solid #fff; */
  overflow: hidden;
  border-radius: 26px;
}

.destination-cards .pagination a {
  background: transparent;
  border: none;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  padding: 4px 9px;
  line-height: 24px;
  text-align: center;
}

.destination-cards .pagination a {
  border: none;
  line-height: 26px;
}

.destination-cards .pagination a.active {
  background: linear-gradient(180deg, #f76565 0%, #7b55e8 100%);
  border-color: #000;
}

.destination-cards .pagination .pagearrow {
  margin: 0px;
  height: 35px;
  padding: 0px;
  width: 35px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.destination-cards .pagination .pagearrow img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 6px;
}

/*offer section end*/

/*touriest places section*/

.complex-slider {
  position: relative;
}

.tourist-place-section .img-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 250px 52px 250px;
  gap: 30px;
  margin-bottom: 86px;
  margin-top: 30px;
}

.tourist-place-section .img-grid-container .grid-item:nth-child(1) {
  grid-row-start: 1;
}

.tourist-place-section .img-grid-container .grid-item:nth-child(2) {
  grid-row-start: 2;
  grid-row-end: 4;
}

.tourist-place-section .img-grid-container .grid-item:nth-child(3) {
  grid-row-start: 3;
}

.tourist-place-section .img-grid-container .grid-item:nth-child(4) {
  grid-row-start: 1;
  grid-row-end: 3;
}

.tourist-place-section .img-grid-container .grid-item:nth-child(5) {
  grid-row-start: 2;
  grid-row-end: 4;
}

.tourist-place-section .img-grid-container .grid-item:nth-child(6) {
  grid-row-start: 1;
  grid-column-end: 4;
}

.tourist-place-section .img-grid-container figure {
  margin: 0px;
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.tourist-place-section .img-grid-container figure img {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  object-fit: cover;
}

.tourist-place-section .grid-heading p {
  color: #d0d0d0;
  padding: 16px 0px;
  width: 60%;
  font-family: "poppins-light";
  font-size: 15px;
  text-align: center;
  margin: auto;
}

.tourist-place-section {
  margin-top: 100px;
  margin-bottom: 50px;
}

.tourist-place-section .grid-heading img {
  height: 80px;
  top: -65px;
  width: 80px;
  position: absolute;
}

.tourist-place-section .grid-heading img:nth-child(4) {
  right: -67px;
  top: 12px;
}

.tourist-place-section .grid-heading {
  margin-bottom: 20px;
}

/*tourist places section*/

/*complex slider*/

.complex-slider .slider-for {
  position: relative;
}

.complex-slider .slider-nav figure {
  position: relative;
}

.complex-slider .slider-nav .heartimg {
  margin: 0px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.complex-slider .slider-nav .heartimg img {
  height: 100%;
  width: 100%;
  object-fit: inherit;
  cursor: pointer;
  padding: 5px;
}

.complex-slider .slider-nav img {
  width: 100%;
  /*    height: 293px;*/
  object-fit: cover;
  border-radius: 13px;
}

.complex-slider .slider-nav h3 {
  color: #fff;
  /* position: absolute; */
  /* top: -40%; */
  /* left: 50%; */
  font-size: 100px;
  /* transform: translate(-50%, -40%); */
  font-family: "poppins-semibold";
  background: -webkit-linear-gradient(#fff, #ffffff45);
  --webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: -webkit-linear-gradient(98deg, #fff, #ffffff08);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* z-index: 400000000000000; */
  text-align: center;
  padding-bottom: 64px;
}

.complex-slider .carousel-inner .carousel-item img {
  object-fit: cover;
  height: 609px;
}

.complex-slider .banner-slick-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding-right: 20px;
}

.complex-slider .banner-slick-container .slick-arrow {
  position: static;
}

.complex-slider .slick-dotted.slick-slider {
  margin: 0px;
}

/*complex slider end*/

/*featured card*/

.feature-blog-container {
  text-align: center;
  padding-bottom: 100px;
  /* background-image: url(../img/blob.svg); */
  position: relative;
  /* padding-top: 40px; */
  /* height: 100%; */
  /* width: 100%; */
  position: relative;
  /* overflow: hidden; */
  /* opacity: 0.5; */
  z-index: 12;
  padding-top: 64px;
}

.feature-blog-container .slider1 .feature-blog-container h3 {
  text-align: center;
}

.feature-blog-container .card img {
  height: 200px;
  padding: 0px;
  border-radius: 10px;
  /* position: relative; */
  /* overflow: hidden; */
  position: relative;
  z-index: 2;
  object-fit: cover;
}

.feature-blog-container .card figure {
  margin: 0px;
  position: relative;
  /* padding: 10px; */
  /* overflow: hidden; */
}

.feature-blog-container .card figure:after {
  content: "";
  background-image: url("../img/hut.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  /* top: 0px; */
  z-index: 1;
  left: 0px;
  /* height: 30px; */
  bottom: -6px;
  filter: blur(12px);
  -webkit-filter: blur(12px);
  transform: scale(0.94);
  top: 3.5%;
}

.feature-blog-container .card {
  padding: 10px;
  width: 100%;
  margin: 0px;
}

.feature-blog-container h3 {
  font-size: 32px;
}

.feature-blog-container .slider1 {
  margin-top: 38px;
}

.feature-blog-container .slick-arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.feature-blog-container .slick-arrow-container h3 {
  padding: 0px;
  margin: 0px 100px;
  color: #fff;
}

.feature-blog-container .card-body {
  padding: 10px 10px;
}

.blog-img-container .blog-content .future-dest {
  color: #fff;
}

.blog-img-container #blogContent {
  color: #9c9c9c !important;
}

.blog-grid .card-content .subTitle {
  color: #9c9c9c;
}

.feature-blog-container .card-title {
  /* background: -webkit-linear-gradient(90deg, #8154E6 0%, #FF5F50 95.45%); */
  --webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  margin-bottom: 6px;
  margin-top: 10px;
  /* background: -webkit-linear-gradient(90deg, #8154E6 0%, #FF5F50 95.45%); */
  /* --webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  background: -webkit-linear-gradient(90deg, #8154e6 0%, #ff5f50 95.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins";
}

.feature-blog-container .card-body h5 {
  font-size: 15px;
  margin-bottom: 8px;
}

.blob-overlay-container img {
  position: absolute;
  width: 100%;
  /* padding-top: 30px; */
  height: 100%;
  left: 0px;
  z-index: -1;
  /* margin-top: 100px; */
  top: 0px;
  object-fit: cover;
}

/*featured card end*/

/****************************************************travel 1st page**********************************/

/******************************************travel 2nd page ********************************************************/

.home-container {
  background: url(../img/flights.svg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  background-size: cover;
  height: 100vh;
  position: relative;
  /* margin-bottom: 320px; */
  padding-bottom: 30px;
}

.homemain-container h2 {
  font-size: 30px;
  line-height: 55px;
  /* margin: 30px auto; */
}

.home-container .tab-content .dropdown-item {
  color: #000;
  font-size: 12px;
  padding: 8px 14px;
}

.home-container .tab-content button:hover {
  color: #000;
}

.home-container .tab-content label {
  /* color: #fff; */
  font-size: 13px;
  margin-right: 6px;
  letter-spacing: 0.4px;
  cursor: pointer;
  white-space: nowrap;
}

.home-container .tab-content {
  padding: 17px 38px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.home-container .tab-content .search-btn figure {
  background-color: #fff;
  text-align: center;
  padding: 10px 10px;
  background: linear-gradient(260deg, #8754df, #db60af);
}

.offer-card-container .offer-item {
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  width: 100%;
  height: 250px;
  z-index: 1;
}

.offer-main-container {
  background-color: rgb(26, 28, 35);
  padding-top: 20px;
}

.offer-card-container {
  margin-top: 56px;
}

/*ticket section*/

.ticket-section {
  position: relative;
  margin-top: 60px;
}

.ticket-section .absolute-blob2 {
  left: -26% !important;
}

.ticket-section .absolute-blob1 {
  position: absolute;
  top: 0px;
  /* height: 100%; */
  width: 100%;
  left: -44%;
}

.ticket-section .absolute-blob1 img {
  position: absolute;
  top: 0px;
  right: 66px;
  width: 100%;
  height: 542px;
}

.ticker-heading-section {
  display: flex;
  justify-content: space-between;
}

.ticker-heading-section .best-offers {
  margin: 0px;
}

.ticket-section .banner-slick-container {
  display: flex;
  align-items: center;
}

.select-destiny-container {
  display: flex;
  align-items: center;
}

.select-destiny-container h3 {
  /* flex: 0 0 77%; */
  margin-right: 4px;
  padding: 0px;
  margin: 0px;
}

.select-destiny-container select {
  background-color: transparent;
  color: #fff;
  /* flex: 0 0 10%; */
  border: none;
  cursor: pointer;
  padding: 0px;
  font-size: 24px;
  /* flex: 1; */
}

.select-destiny-container select option {
  color: #000;
}

.select-destiny-container span {
  margin-left: 10px;
  font-size: 26px;
  /* background: #ffffff38; */
  background: linear-gradient(260deg, rgb(135, 84, 223), rgb(219, 96, 175));
  padding: 0 15px;
  border-radius: 4px;
  font-weight: 200;
  text-transform: uppercase;
}

.select-destiny-container .form-control:focus {
  background-color: transparent;
  box-shadow: inherit;
  color: #fff;
}

.select-destiny-container .nice-select::after {
  position: absolute;
  right: 6px;
}

.ticket-section .banner-slick-container .slick-arrow:nth-child(1) {
  margin-right: 15px;
}

.ticket-blob-section .select-destiny-container select {
  flex: 1;
}

.ticket-section .banner-slick-container .slick-arrow {
  position: static;
}

.links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.links-container .links-item a img {
  height: 20px;
  width: 20px;
}

.links-container .links-item a:nth-child(1) {
  margin: 0px;
}

.links-container .links-item a {
  margin-left: 15px;
  font-size: 15px;
}

/*ticket section end*/

/*destination styling*/

.destination-cards p,
.blogs-heading-index p {
  color: #cfcfcf;
  line-height: 28px;
  margin: 0;
}

.destination-cards .badges-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  flex-wrap: wrap;
  color: #fff;
}

.destination-cards .badges-pills-container {
  /* background-color: black; */
  /* z-index: 0; */
  padding-bottom: 25px;
}

.rounded-pill {
  padding: 10px 16px;
  border-radius: 2rem;
  cursor: pointer;
  margin: 0 10px;
  justify-content: center;
  background-color: #ffffff38;
  color: var(--main-txt-color);
  border: 1px solid #8555e4;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  margin-left: 0;
  flex-direction: row-reverse;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #8555e424;
  color: #e6d9ff;
}

.rounded-pills {
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 10px;
  background-color: #ffffff38;
  color: var(--main-txt-color);
  border: 1px solid white;
  font-weight: 300;
  font-size: 15px;
  text-transform: capitalize;
  font-family: Poppins-SemiBold, sans-serif;
  transition: 1s all;
  /* margin-bottom: 28px; */
  /* border: 1px solid #000;

  /* margin-bottom: 28px; */
  /* border: 1px solid #000; */
}

.rounded-pills:active {
  background-color: blueviolet;
}

.rounded-active {
  background-color: #415a5b;
}

.destination-main-container .blob-overlay-container {
  height: 100%;
  width: 100%;
}

/*destination styling end*/

/******************************************travel 2nd page ********************************************************/

/*******************************************why choose us section**************************************************************/

.whychoose-section {
  margin-top: 100px;
}

.whychoose-section .listing-container {
  margin-top: 34px;
}

.whychoose-section .listing-container img {
  height: 20px;
  width: 20px;
}

section.whychoose-section h3 {
  color: #e0e0e0;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.whychoose-section img {
  width: 100%;
}

.whychoose-section .banner figcaption {
  color: var(--primary-color);
}

.whychoose-section .banner figcaption p {
  font-size: 14px;
  margin-top: 10px;
  color: #8c8c8c;
}

.whychoose-section .banner h6 {
  font-size: 24px;
  color: #fff;
}

/*******************************************why choose us section**************************************************************/

/*************************************************travel filter page*********************************************************/

.filter-bg-color {
  background-color: #232323;
  color: #fff;
  padding: 12px 12px;
  border-radius: 5px;
  /* position: sticky; */
  top: 84px;
}

.filter-bg-color .checkbox-styling {
  color: #a1a19f;
  font-size: 13px;
  letter-spacing: 0.2px;
  margin: 0px;
  display: flex;
  padding-left: 22px;
  cursor: pointer;
}

.filter-bg-color .filter-main-container ul {
  padding: 0px;
  margin-top: 9px;
  margin-bottom: 2px;
  /* max-height: 100px; */
  /* overflow: scroll; */
  padding: 10px 1px;
  display: flex;
  flex-wrap: wrap;
}

.filter-main-container .all_filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px;
}

.filter-main-container .all_filters h4 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.3px;
}

.filter-main-container .all_filters span {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  color: rgb(230 99 171);
  cursor: pointer;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.showFilter {
  /* padding: 0 20px; */
  color: #dfdfdf;
  letter-spacing: 0.4px;
  font-size: 13px;
}

.showFilter strong {
  color: #aca9a9;
}

button.clear-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.filter-bg-color .filter-main-container ul li {
  /* flex-wrap: wrap; */
  list-style: none;
  display: flex;
  /* flex: 1; */
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 100%;
}

.filter-bg-color .filter-main-container ul li:last-child {
  margin-bottom: 0px;
}

.filter-bg-color .filter-main-container ul li p {
  margin: 0px;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.filter-bg-color .filter-main-container .popular-filter-container {
  /* margin-bottom: 10px; */
  padding: 10px 3px;
  border-top: 1px solid #c4c4c478;
}

.filter-bg-color .filter-main-container .popular-filter-container:nth-child(1) {
  border-top: none;
}

.filter-bg-color .filter-main-container .popular-filter-container a {
  font-size: 12px;
  color: #a1a1a1;
}

.filter-bg-color .filter-main-container .popular-filter-container .time-item:nth-child(1) {
  margin: 0px;
  cursor: pointer;
  /* flex: 1; */
  width: 100%;
}

.filter-bg-color .filter-main-container .popular-filter-container .time-item figcaption {
  font-size: 7px;
  color: #585858;
  margin-top: 5px;
  font-weight: 700;
}

.filter-bg-color .filter-main-container .popular-filter-container .time-item {
  margin: 0px;
  text-align: center;
  border: 2px solid #585858;
  padding: 2px 2px;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 10px;
  flex: 1;
}

.filter-bg-color .filter-main-container .popular-filter-container .time-item img {
  height: 22px;
  width: 22px;
}

.filter-bg-color .filter-main-container .one-way-container ul {
  margin-top: 4px;
}

.filter-bg-color .filter-main-container .one-way-container li {
  display: inherit;
}

.filter-bg-color .filter-main-container .one-way-container {
  margin: 0px;
}

.one-way-container ul li input {
  width: 100%;
  cursor: pointer;
}

/*flights ticker*/

.flights-section .nav-tabs {
  margin-bottom: 8px;
  border-bottom: 0px;
  margin-top: 8px;
  border-bottom: 1px solid #666666b3;
}

.flights-section .nav-tabs a {
  padding: 10px;
  text-decoration: none;
  color: #7e7e7e;
  font-size: 14px;
  background: transparent;
}

.flights-section .nav-tabs a:hover {
  border-color: transparent;
}

.flights-section .nav-tabs a.active {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  /* text-decoration: none; */
}

.flights-section .sorted-by li {
  font-size: 14px;
  flex: 0 0 6%;
  font-weight: 100;
  margin: 0 20px;
  padding: 12px 11px;
  white-space: nowrap;
}

.flights-section .ticket-item {
  background-color: #dedede;
  border-radius: 13px;
  position: relative;
  /* overflow: hidden; */
  margin-top: 20px;
  border-radius: 10px;
}

.flights-section .ticket-item .big-ticket {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  cursor: pointer;
  margin: 0px;
  background: rgb(255, 255, 255);
  /* overflow: inherit; */
  border-radius: 9px;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  padding: 8px 16px;
  background: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 3%);
  border-radius: 2px;
}

.flights-section .ticket-item .big-ticket .departure-from {
  text-align: center;
}

.white-bg {
  background: #fff;
}

.flights-section .ticket-item .big-ticket .departure-from h4 {
  font-size: 15px;
  font-family: poppins;
  font-weight: 600;
  margin-bottom: 4px;
}

.flights-section .ticket-item .big-ticket .departure-from h5 {
  font-size: 18px;
  font-weight: 600;
}

.flights-section .ticket-item .big-ticket .way-time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flights-section .ticket-item .big-ticket .price-drop h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 4px;
}

.flights-section .ticket-item .big-ticket .price-drop button {
  border: none;
  font-size: 11px;
  padding: 6px 4px;
  border-radius: 4px;
  border: 2px solid #008cff;
  width: 100%;
  background: #008cff2e;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flights-section .ticket-item .big-ticket .price-drop {
  text-align: center;
  flex: 0 0 20%;
  /* padding-right: 22px; */
  /* flex: 1; */
  padding-left: 9px;
}

.flights-section .ticket-item .big-ticket .way-time h6 {
  font-size: 16px;
  /* margin-bottom: 10px; */
}

.flights-section .ticket-item .big-ticket .way-time p {
  font-size: 13px;
  /* margin-top: 10px; */
  margin-bottom: 0px;
  color: #fafafa;
}

.flights-section .ticket-item .acc-table th {
  text-transform: uppercase;
  padding: 14px 13px;
  white-space: nowrap;
}

.flights-section .ticket-item .acc-table tr td {
  font-size: 12px;
  font-family: Poppins;
  width: 10%;
  padding: 16px 8px;
}

.flights-section .ticket-item .acc-table tr .fare-head:nth-child(2) {
  border-left: 2px solid #15d17c;
}

.flights-section .ticket-item .acc-table tr .fare-head {
  border-left: 4px solid #ffce31;
  font-weight: 700;
  line-height: 16px;
  width: 19%;
  padding-right: 4px;
  font-size: 14px;
  padding-left: 10px;
}

.flights-section .ticket-item .acc-table tr .fare-head.green-border {
  border-color: #15d17c;
}

.flights-section .ticket-item .acc-table tr .fare-head a {
  font-size: 10px;
  color: #008cff;
  margin-top: 18px;
  display: block;
}

.flights-section .ticket-item .acc-table .book-now h3 {
  color: black;
  font-size: 18px;
  font-weight: 600;
  /* text-align: center; */
}

.flights-section .ticket-item .acc-table .book-now {
  text-align: center;
}

.flights-section .ticket-item .acc-table td:last-child {
  width: 16%;
}

.flights-section .ticket-item .acc-table .book-now button {
  font-size: 9px;
  padding: 7px 10px;
  border-radius: 5px;
  width: 100%;
  white-space: nowrap;
}

.flights-section .ticket-item .big-ticket .price-drop button img {
  height: 15px;
  width: 15px;
  margin-left: 6px;
}

.flights-section .ticket-item .big-ticket .price-drop .dropdown-item {
  text-decoration: none;
  font-size: 10px;
}

.flights-section .feature-slider {
  width: 100%;
  /* position: relative; */
  overflow: hidden;
}

.flights-section .feature-slider .sliderabsolute-content h3 {
  font-size: 20px;
  line-height: 30px;
  transition: 1s all;
  color: #fff !important;
}

.feature-slider .sliderabsolute-content .banner-slick-container {
  display: flex;
  align-items: center;
  margin-top: 0px;
  z-index: 2;
  position: relative;
  margin-top: 35px;
}

.feature-slider .sliderabsolute-content .banner-slick-container .slick-arrow {
  position: static;
  margin-right: 10px;
  height: 38px;
  width: 38px;
  border: 2px solid #fff;
  transition: 1s all;
}

.feature-slider .sliderabsolute-content .banner-slick-container .slick-arrow img {
  padding: 9px;
}

/*flerights ticker end*/

/*************************************************travel filter page*********************************************************/

/*******************************************************travel 4 page*******************************************************/

.from-to-container .card-2 {
  border-style: none;
  background-color: rgb(42, 42, 42);
  color: white;
  border-radius: 7px;
  padding: 3px;
  padding: 20px 20px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
}

.from-to-container .card-3 {
  border-style: none;
  background-color: rgb(42, 42, 42);
  color: white;
  border-radius: 7px;
  padding: 3px;
  padding: 20px 20px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
}

.from-to-container .travel-route {
  display: flex;
  /* align-items: center; */
  /* justify-content: space-between; */
}

.refundable {
  text-align: right;
}

.seat-reservation {
  padding-top: 29px;
  cursor: pointer;
  text-align: right;
}

.seat-reservation {
  align-items: center;
  background: linear-gradient(45deg, rgb(129, 84, 230), rgb(230, 99, 171));
  padding: 2px 20px;
  justify-content: center;
  border-radius: 7px;
  display: inline-block;
  display: flex;
  align-self: flex-end;
  margin: 0;
  padding: 10px 17px;
}

.from-to-container .route {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.from-to-container .route img {
  margin: 0px 14px;
  /* height: 30px;
    width: 30px; */
  height: 20px;
  width: 202px;
}

.from-to-container .refundable p {
  /* background: linear-gradient(
    90deg,
    rgba(102, 228, 171, 0.6) 0%,
    rgba(0, 152, 83, 0.6) 100%
  ); */
  padding: 2px 20px;
  border-radius: 4px;
  display: inline-block;
}

.from-to-container .schedule {
  display: flex;
  align-items: center;
  margin: 0px 0px;
}

.schedule .flight-type {
  background: #15c962;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
}

.flighttype-color {
  background: #15c962;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
}

.schedule .flight-type span {
  color: #fff;
}

.from-to-container .day p {
  /* background-color: #e7b000; */
  /* padding: 2px 16px; */
  border-radius: 4px;
  font-size: 10px;
  margin-right: 15px;
  margin-bottom: 0;
}

.from-to-container .flight {
  display: flex;
  align-items: center;
  gap: 14px;
  /* margin-top: 36px; */
  margin-bottom: 20px;
  margin-right: auto;
  /* margin-top: 20px; */
}

.from-to-container .flight-style {
  color: rgb(196, 196, 196);
  /* display: flex; */
}

.from-to-container .flight-style a {
  text-decoration: none;
  color: #555555;
}

.from-to-container .card-inside {
  border-style: solid;
  /* margin: 20px; */
  border-radius: 12px;
  padding: 17px;
  margin-top: 25px;
}

.from-to-container .card-2 h4 {
  font-family: Poppins;
  font-weight: 500;
  /* margin-bottom: 16px; */
  color: #fff;
}

.from-to-container .basic {
  margin-bottom: 0px;
}

.from-to-container .basic p {
  font-family: Poppins;
  /* font-size: 18px; */
  color: rgb(194, 194, 194);
  margin-top: 4px;
}

.flight-item h6 {
  margin-bottom: 0px !important;
}

.from-to-container .card-2 h6 {
  /* font-size: 20px; */
  font-size: 11px;
  font-family: Poppins;
  /* font-weight: 600; */
  color: #fff !important;
  /* margin-bottom: 14px; */
  /* font-family: "Pridi"; */
  /* font-weight: 600; */
  /* color: #fff; */
  /* margin-bottom: 14px; */
  /* padding-left: 4px; */
  /* margin-bottom: 4px; */
  /* margin-bottom: 18px; */
  /* margin: 0px; */
}

.from-to-container .card-2 h4 {
  /* font-size: 11px; */
  font-family: Poppins;
  color: #fff !important;
}

.from-to-container .card-3 h4 {
  /* font-size: 11px; */
  font-family: Poppins;
  color: #fff !important;
}

.from-to-container {
  padding: 0px 30px;
}

.from-to-container .cover figcaption {
  font-size: 12px;
  font-family: Poppins;
  font-weight: 400;
}

.rotateFromto {
  transform: rotate(180deg);
}

.from-to-container .cover img {
  /* margin-top: 4px; */
  height: 20px;
  width: 20px;
  height: 18px;
  width: 18px;
}

.from-to-container .money h4 {
  font-size: 30px;
  margin: 0px;
}

.from-to-container .money p {
  font-size: 10px;
}

.from-to-container .money {
  text-align: right;
}

.from-to-container .money button {
  margin-top: 10px;
}

.from-to-container .phone-container {
  display: flex;
  width: 100%;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  margin-bottom: 15px;
}

.from-to-container .phone-container .form-group {
  margin: 0px;
}

.from-to-container .phone-container select {
  border: none;
  border-right: 1px solid #9e9e9e;
  border-radius: 0px;
}

.from-to-container .phone-container input {
  border: none;
}

.from-to-container .phone-container .passenger_phone {
  flex: 1;
}

.from-to-container .form-control:focus {
  background-color: transparent;
  box-shadow: inherit;
  border-color: #9e9e9e;
}

.from-to-container .price-card-header {
  background: linear-gradient(90.2deg,
      #ef4123 0.79%,
      #ee3f25 50.32%,
      #d11450 99.85%);
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
  width: 100%;
  padding: 6px 8px;
}

.from-to-container .price-card-header .from-to-container .price-break-card {
  padding-left: 0;
  padding-right: 0px;
}

.from-to-container .price-break-card .total-amount {
  font-size: 12px;
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin: 0px;
}

.from-to-container .price-break-card .total-amount .active {
  color: #15d17c;
  font-size: 18px;
}

.from-to-container .price-break-card ul {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding: 0, 12px;
}

.from-to-container .price-break-card ul li {
  list-style: none;
  font-size: 14px;
  margin-left: 14px;
}

.from-to-container .price-break-card img {
  height: 18px;
  width: 22px;
  margin-right: 8px;
}

.from-to-container .price-break-card .discount-txt {
  font-size: 10px;
  color: #15d17c;
}

.price-break-card h4 {
  margin-bottom: 20px;
}

.coupon-container .coupon-item {
  /* padding: 16px 16px; */
  margin: 14px 0;
  /* border-radius: 16px; */
  /* border: dashed; */
  /* border-color: #979797; */
}

.coupon-container .coupon-item label {
  line-height: 11px;
  border: dashed;
  border: 2px dashed #c4c4c4;
  padding: 9px 45px;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  border-radius: 10px;
}

.coupon-container .coupon-item.active {
  border-color: var(--green-color);
}

.coupon-container .coupon-item.active p {
  color: var(--green-color);
}

.coupon-container .coupon-item.active label {
  border-color: var(--green-color);
}

.coupon-container .coupon-item span {
  font-size: 10px;
  color: #fff;
}

.coupon-container .coupon-item p {
  color: #d7d7d7;
  font-size: 14px;
  margin: 0px;
}

.wrapper {
  background: #ffd800;
  width: 844px;
  height: 160px;
}

.margin-area {
  position: relative;
  text-align: center;
  font-family: "Trebuchet", sans-serif;
  font-size: 14px;
  margin: 0 20px;
}

.dot {
  height: 30px;
  width: 30px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 19px;
  color: #fff;
  line-height: 30px;
  z-index: 9999;
}

.dot.one {
  left: 65px;
  background: #0c84d9;
}

.dot.two {
  left: 280px;
  background: #0c84d9;
}

.dot.three {
  left: 490px;
  background: #bbb;
  color: #ffd800;
}

.dot.four {
  left: 700px;
  background: #bbb;
  color: #ffd800;
}

.progress-bar {
  position: absolute;
  height: 10px;
  width: 25%;
  top: 20px;
  left: 10%;
  background: #bbb;
}

.progress-bar.first {
  background: #0c84d9;
}

.progress-bar.second {
  left: 37%;
}

.progress-bar.third {
  left: 64%;
}

.message {
  position: absolute;
  height: 60px;
  width: 170px;
  padding: 10px;
  margin: 0;
  left: -8px;
  top: 40px;
  color: #000;
}

.message.message-1 {
  color: #000;
}

.message.message-2 {
  left: 210px;
}

.message.message-3 {
  left: 410px;
  color: #000;
}

.message.message-4 {
  left: 210px;
}

.status {
  position: absolute;
  width: 700px;
  left: -600px;
  text-align: center;
  padding: 20px;
  color: black;
}

.status.code {
  top: 70px;
}

a {
  color: #0c84d9;
  text-decoration: none;
  font-weight: bold;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/********************************************************travel 4 page******************************************************/

/********************************hotelbooking***********************************************************/

.hotelcards-section {
  margin-top: 90px;
}

.hotelcards-section .search-tab-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.hotelcards-section .search-tab-container .continent-choice .nav-link {
  background-color: transparent;
  font-size: 18px;
  text-decoration: none;
}

.hotelcards-section .search-tab-container .continent-choice .nav-link.active:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background: #fff;
  border-radius: 50%;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%);
}

.hotelcards-section .search-tab-container .continent-choice .nav-link:hover {
  color: #fff;
}

.hotelcards-section .search-tab-container .continent_search {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  padding: 6px 10px;
  border-radius: 30px;
  flex-direction: row-reverse;
  background-color: #333333;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.hotelcards-section .search-tab-container .continent_search figure {
  margin: 0px;
  line-height: 0px;
}

.hotelcards-section .search-tab-container .continent_search img {
  height: 15px;
  width: 20px;
  line-height: 0px;
  object-fit: contain;
}

.hotelcards-section .search-tab-container .continent_search input {
  padding: 0px;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  border: none;
  margin-right: auto;
}

.hotel-card-item .content_main h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 3px;
}

.hotel-card-item .content_main p {
  font-size: 14px;
  margin-top: 4px;
}

.hotel-card-item a {
  font-size: 12px;
  /* display: block; */
  /* position: absolute; */
  right: 0px;
  text-align: center;
  text-decoration: none;
  padding: 8px 16px;
}

.hotel-card-item a:hover {
  color: #fff;
}

.hotel-card-item .price-cont {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 13px;
}

/********************************hotelbooking/  ***********************************************************/

/*********************hotel filter************************************/

.hotel-listing-cards {
  margin-top: 20px;
}

.hotel-listing-cards .hotel-card-item {
  border: 2px solid #ffffff;
  padding: 14px 18px;
  background: #212121;
  border-radius: 16px;
  margin: 0px 0px 30px 0px;
}

.sidebar-searches img {
  height: 20px;
  width: 20px;
}

/***********************hotel filter************************************/

/**************************hotel details********************************************/

.hotel-photos-section .item-hotel-photos {
  position: relative;
  display: grid;
  grid-template-columns: 365px 1fr;
  grid-template-rows: 180px 180px;
  gap: 30px;
}

.hotel-photos-section .item-hotel-photos .overlay-container {
  position: absolute;
  z-index: 1;
  /* position: absolute; */
  height: 100%;
  width: 100%;
  background: #00000026;
  top: 0px;
  left: 0px;
  color: #fff;
  display: flex;
  align-items: end;
  padding: 16px 14px;
}

.hotel-photos-section .item-hotel-photos figure {
  margin: 0px;
  height: 100%;
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  width: 100%;
}

.hotel-photos-section .sliderRoomImg {
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.kings-room-content figure {
  margin: 0px;
}

.kings-room-content ul {
  padding: 0px;
  margin: 0px;
  margin-top: 6px;
}

.kings-room h6 {
  color: #fff;
}

.kings-room-content ul li {
  list-style: none;
  margin-bottom: 4px;
  color: #15d17c;
}

.kings-room-content figure img {
  height: 15px;
  width: 15px;
}

.kings-room-amount span {
  color: #b0b0b0;
}

.kings-room-content img {
  height: 12px;
  width: 12px;
}

.kings-room-content .adult-txt {
  color: #b0b0b0;
}

.kings-room-amount .price-txt {
  color: #15d17c;
  font-size: 20px;
  font-weight: 800;
}

/* .kings-room-amount p {
    color: #878787;
    margin: 0px;
} */

/* .kings-room-amount p span {
    color: ;
} */

.kings-room-amount button {
  width: 100%;
}

.card-review-content {
  border: 2px solid #fff;
  border-radius: 12px;
  height: 100%;
  padding: 8px 10px;
  color: #fff;
  margin-top: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  height: 180px;
}

.card-review-content a {
  font-size: 12px;
}

.review-container .review-box {
  background-color: #15d17c;
  border-radius: 5px;
  padding: 3px 15px;
}

.spinner-border-sm {
  display: block;
}

.review-container .review-box small {
  font-size: 13px;
}

.review-container span {
  color: #fff;
  font-size: 31px;
  /* line-height: 0px; */
}

.review-container .base-txt {
  font-size: 12px;
  color: #c1c1c1;
}

.customer-review-content figcaption {
  line-height: 21px;
  margin: 12px 0px;
}

.sticky-container {
  position: sticky;
  top: 15px;
}

/********************   ******hotel details end********************************************/

.container_content {
  text-align: center;
  padding: 45px;
  margin: 0px;
  background-color: black;
  color: var(--primary-color);
}

.card-container {
  text-align: center;
  padding-top: 45px;
  background-image: linear-gradient(0deg, rgb(46, 92, 149), rgb(14, 23, 36));
}

.card-container button {
  background-color: transparent;
  border-style: solid;
  border-radius: 50px;
  border-color: var(--primary-color);
  padding: 0px 12px;
  margin: 12px;
  color: var(--primary-color);
}

.card-body {
  text-align: start;
}

.card-body span {
  font-size: 13px;
  color: rgb(137, 137, 137);
}

.navbar_text {
  text-align: center;
  padding-top: 20px;
}

h2 {
  color: var(--primary-color);
}

.sidebar-nav {
  padding: 0px;
  list-style: none;
  transition: all 0.5s ease 0s;
  left: 0px;
  width: 100%;
  /* text-align: center; */
  border-top: 2px solid #444444;
  padding: 20px 0px;
  margin-bottom: 0;
}

.slider-nav figcaption {
  color: white;
  margin-top: 10px;
}

.slider-nav figcaption p {
  color: #8f8f8f;
}

.sidebar-nav li {
  line-height: 30px;
  width: 100%;
  transition: all 0.3s ease 0s;
  padding: 4px 29px;
  /* text-align: right; */
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #444444;
}

/*.sidebar-nav li:hover {
  text-decoration: underline;
}*/

.destination-input-container {
  display: flex;
  /* padding: 20px; */
  align-items: center;
  gap: 0px;
  position: relative;
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}

.slider1 img {
  padding: 10px;
}

.slider1 .card {
  border-radius: 10px;
}

.slider1 .slick-slid img {
  padding: 10px;
}

.slick-arrow-container img {
  /* position: absolute; */
  top: 0px;
  /* cursor: pointer; */
  height: 36px;
  padding: 6px;
  cursor: pointer;
  width: 36px;
}

.slick-arrow-container img:nth-child(2) {
  left: 22%;
}

img {
  vertical-align: middle;
}

.container-content-heading p {
  padding: 0px;
  margin: 10px 100px;
  position: relative;
}

.container-content-heading img {
  position: absolute;
  left: 47px;
  bottom: 300px;
  width: 6%;
}

.flex-column {
  max-width: 500px;
}

.slider-nav img {
  width: 80%;
}

.scale {
  transform: scaleY(1.05);
  padding-top: 5px;
}

.container {
  /* position: relative; */
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0px 3px 3px 0px;
  user-select: none;
} */

.next {
  right: 0px;
  border-radius: 3px 0px 0px 3px;
}

.numbertext {
  color: rgb(242, 242, 242);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 16.66%;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

li.item {
  /* padding: 7px 0px; */
}

.footer-list {
  margin: 0px 30px;
}

.social-icons {
  /* width: 19px; */
  gap: 24px;
  display: flex;
}

.social-media {
  width: 20px;
  display: flex;
}

/* ul.social {
  padding-top: 44px;
} */

.social-media img {
  width: 20px;
}

.line {
  width: 33px;
  background-color: white;
  height: 4px;
  margin: 3px;
}

.flight-btn {
  padding: 2px 17px;
  border-style: none;
  color: var(--primary-color);
  background: linear-gradient(rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0.35) 100%);
}

.home-container_navigation-detail_main {
  background: url(../img/bg.jpg) no-repeat center/cover;
  /* height: 90vh; */
  position: relative;
  width: 100%;
}

.typed-text {
  font-family: "Poppins";
  color: white;
  font-weight: 500;
  /* font-size: 52px; */
}

/* .homemain-container h2 {
  color: var(--primary-color);

   align-items: center; 
   width: 54%;
  line-height: 1.2; 
  text-align: center;
   margin-top: 10%;
  font-size: 55px;
  font-weight: 500; 
} */

.homemain-container h2 {
  font-size: 45px !important;
  font-weight: 200;
  width: 100% !important;
  margin-bottom: 41px !important;
  text-align: center !important;
  font-family: "poppins";
}

.travel-detail-container {
  padding-top: 60px;
}

.travel-detail p {
  color: white;
  padding: 6px 20px;
}

.detail-boxes-boxes_main {
  display: flex;
  flex-wrap: wrap;
  padding: 0 21px;
  gap: 28px;
}

/*.box_main p,
h3 {
    padding: 0;
}

.detail-box p,
h3 {
    color: white;
    margin: 0px;
    font-size: 24px;
    padding-bottom: 10px;
}*/

.home-add-details {
  /* display: flex; */
  color: white;
  /* align-items: center; */
  /* justify-content: center; */
  text-align: center;
}

.home-add-details a {
  color: white;
  padding: 0px 5px;
}

.home-add-details p {
  margin: 0px;
}

.travel-deals-container {
  /* background-color: rgb(26, 28, 35); */
  /* padding: 50px 0px; */
  padding-top: 30px;
}

.travel-deals-content {
  color: var(--primary-color);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.cards {
  padding-top: 80px;
}

.card {
  position: relative;
  background-repeat: no-repeat;
  flex: 0 0 45%;
  margin: 0px 20px;
  border: none;
}

.card h4 {
  color: var(--primary-color);
  /* padding: 0px 20px; */
  /* font-size: 50px; */
  /* font-weight: 700; */
}

img.card-img {
  height: 100%;
  margin: 0px;
}

button.overlay-button {
  display: flex;
  margin: 2px 21px;
  padding: 6px 19px;
  border-radius: 11px;
  border: none;
  background: linear-gradient(45deg,
      rgba(132, 83, 226, 0.84),
      rgba(206, 94, 182, 0.97));
  color: white;
}

button.overlay-button figure {
  width: 16px;
  height: 0px;
  margin-left: 5px;
}

.button-content {
  position: absolute;
  top: 77%;
  left: 2%;
}

.slick-container {
  position: relative;
  z-index: 0;
  margin-top: 20px;
  cursor: pointer;
}

#fullImgContainer .slick-dots li.slick-active {
  background-color: rgb(255, 255, 255);
  width: 60px;
}

#fullImgContainer .slick-dots li {
  background: rgb(128, 128, 128);
  width: 30px;
  border-radius: 30px;
  height: 6px;
  transition: all 1s ease 0s;
}

.deal-btn {
  /* justify-content: center; */
  /* background-color: rgb(26, 28, 35); */
  /* display: flex; */
  padding: 29px;
  text-align: center;
}

.banner-heading {
  font-size: xx-large;
  color: var(--primary-color);
  background-color: black;
}

.rating {
  color: yellow;
}

.overlay-container-content {
  color: white;
  margin: 0px 9px;
}

.schedule {
  display: flex;
  align-items: flex-start;
  /* margin-left: 7px; */
}

.flight-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  flex: 0 0 20%;
  /* flex-wrap: wrap; */
  /* justify-content: center;
    padding-right: 17px;*/
}

.flight-info {
  display: flex;
  align-items: baseline;
  margin-top: 14px;
}

.deparature {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
  gap: 26px;
}

.arrival {
  display: flex;
  align-items: baseline;
}

.card-right {
  background-color: rgb(42, 42, 42);
  color: white;
  border-style: none;
  border-radius: 20px;
  padding: 50px 14px 20px 14px;
  /* margin: 20px 20px 0px 0px; */
}

.card-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.benefits {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.basic-cover {
  border-radius: 12px;
  padding: 22px 20px;
  background: #373737;
}

.comphresive-cover {
  border-style: solid;
  border-radius: 12px;
  padding: 18px;
  margin-top: 20px;
  border-color: rgb(101, 101, 101);
}

.cover figure {
  display: flex;
  align-items: flex-start;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 11px;
}

.money button {
  color: white;
  padding: 3px 23px;
  border-radius: 7px;
  border-style: none;
  background: linear-gradient(45deg, rgb(129, 84, 230), rgb(230, 99, 171));
}

.side-bar {
  background-color: rgb(35, 35, 35);
  color: white;
  margin: 0px 17px;
  border-style: none;
  border-radius: 5px;
  padding: 10px 10px;
}

.slider {
  appearance: none;
  width: 100%;
  height: 226px;
  background: rgb(211, 211, 211);
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s ease 0s;
}

.slider:hover {
  opacity: 1;
}

.time-img {
  display: flex;
}

.time-img img {
  width: 65px;
}

.passenger-form .general-detail-row .general-detail-input-s input {
  background-color: transparent;
  font-size: 17px;
  width: 100%;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
}

/* .passenger-form .general-detail-row .general-detail-input-s .iti__country-list {
  background-color: #4b4b4b;
  border: 1px solid #4b4b4b;
} */

#postalCode:focus {
  border: none;
  outline: none;
}

/* #psname {
  padding: 10px 0;
  margin: 0px;
  border-bottom: 2px solid #4b4b4b;
  margin: 10px 0;
  width: 100%;
} */
#psname .nice-select {
  font-size: 17px;
  /* bottom: -9px; */
  flex: 0 0 38px;
  height: inherit;
}

.passenger-form .general-detail-row .general-detail-input-s .emailin {
  font-size: 17px;
}

/* .rounded-pills:first-child {
  width: 100% !important;
} */

.passengerOptionContainer .slick-track {
  display: flex;
  align-items: center;
}

.passenger-form .general-detail-row .general-detail-input-s input:focus {
  border: none;
  outline: none;
}

.passenger-form .contact {
  /* display: flex; */
  margin-left: 25px;
  height: fit-content;
  align-items: center;
}

/* .passenger-form .nav-tabs {
} */
.banner-slick-container .slick-arrow {
  background-color: rgba(255, 255, 255, 0.38);
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  top: calc(50% - 20px);
  z-index: 2;
  cursor: pointer;
  margin: 0px;
  border: 2px solid #fff;
}

.banner-slick-container .slick-arrow:nth-child(1) {
  transform: rotate(180deg);
  left: -10px;
}

.banner-slick-container .slick-arrow:nth-child(2) {
  right: -9px;
}

.banner-slick-container .slick-arrow img {
  /* height: 100%; */
  /* width: 100%; */
  /* margin: 0px; */
  /* padding: 8px; */
  width: 38px !important;
  height: 38px !important;
  /* background: #000; */
  padding: 6px;
  padding-left: 12px;
  padding-bottom: 1px;
  border-radius: 50%;
}

#fullImgContainer {
  height: 400px;
}

#fullImgContainer img {
  height: 100%;
  display: block;
  width: 100%;
  object-fit: cover;
}

.filghts-tab-container {
  background-image: linear-gradient(rgba(54, 54, 54, 0.7) 0%,
      rgba(88, 88, 88, 0.7) 100%);
  backdrop-filter: blur(20px);
  width: 100%;
  margin: auto;
  padding: 20px;
}

.filghts-tab-container .dropdown {
  padding-top: 20px;
  gap: 40px;
}

.deal-btn button {
  background-color: transparent;
  color: white;
  border-style: solid;
  border-radius: 5px;
  padding: 4px 26px;
  border-color: #fff;
}

hr.new1 {
  border: 0.5px solid rgb(125, 125, 125);
  width: 90%;
}

.search-btn img {
  padding: 10px;
  height: 100%;
  width: 100%;
  /* filter: invert(1); */
}

.two-container {
  display: flex;
  align-items: center;
}

.two-container .fl-icon,
.search-container .fl-icon {
  margin-right: 8px;
}

.fl-icon {
  height: 35px;
  width: 35px;
  flex: 0 0 35px;
  margin: 0;
  background: #fff;
  padding: 6px;
  border-radius: 6px;
  /* line-height: inherit; */
  /* line-height: inherit; */
  margin-right: 12px;
}

.fl-icon img {
  height: 100%;
  width: 100%;
}

button.extra-button {
  padding: 9px 43px;
  border-radius: 20px;
  border: none;
  background: linear-gradient(45deg, rgb(135, 84, 223), rgb(219, 96, 175));
  color: white;
}

/*bottom-banner-section*/

.bottom-banner-section .slick-container-primary {
  position: relative;
  height: 372px;
  padding: 0px;
}

.bottom-banner-section {
  padding-top: 80px;
  padding-bottom: 60px;
  /* margin-top: 30px; */
}

.bottom-banner-section .slick-container-primary .slickCarousel {
  margin: 0px;
  height: 100%;
}

.bottom-banner-section .slick-container-primary .slick-dots li {
  transition: 1s all;
  z-index: 3;
  width: 38px;
  background: #ffffff61;
  height: 4px;
}

.bottom-banner-section #sliderarrow2 {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgb(0 0 0 / 68%);
  height: 40px;
  border: 2px solid #fff;
  border-radius: 8px;
}

.bottom-banner-section .arrow-btn-container {
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  width: 92%;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  margin-left: 24px;
}

.bottom-banner-section .slick-arrow img {
  height: 28px;
  width: 28px;
  object-fit: contain;
  cursor: pointer;
}

.bottom-banner-section .slick2Next {
  transform: rotate(180deg);
}

.bottom-banner-section .overlay-container-primary {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0px;
  z-index: 1;
  padding: 28px 30px;
}

.bottom-banner-section .overlay-container-primary-content {
  display: flex;
  justify-content: end;
  flex-direction: column;
  height: 100%;
  align-items: baseline;
  background: linear-gradient(1deg, #00000096, 78%, #020202cc);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -3;
  border-radius: 1rem;
}

.bottom-banner-section .overlay-container-primary-content span {
  position: absolute;
  top: 10%;
  right: 77%;
  font-size: 20px;
  /* z-index: 2; */
  color: #000;
  font-family: "poppins-medium";
}

.bottom-banner-section .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -3;
  border-radius: 1rem;
}

.bottom-banner-section .slick-dots {
  z-index: 3;
  bottom: -21px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom-banner-section .slick-container-primary .slick-dots li.slick-active {
  width: 48px;
  background: #fff;
}

/*bottom-banner-section end*/

.flight-style {
  color: rgb(196, 196, 196);
  /* margin-bottom: 9px; */
}

.luggage {
  padding-left: 237px;
}

.arrival span {
  padding-left: 26px;
}

.arrival h6 {
  padding: 0px 17px;
}

.path img {
  position: absolute;
  top: 263px;
  height: 91px;
  left: 16%;
}

.passenger-form h5 {
  font-size: 30px;
}

.travel-route {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.travel-route .route h4 {
  color: #fff;
  margin: 0px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: white;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: green;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slider-nav {
  /* position: absolute; */
  /* width: 100%; */
  /* bottom: -28%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
}

.img-grid-container figcaption {
  position: absolute;
  /* width: 100%; */
  color: white;
  z-index: 1;
  /* padding: 0px 80px 0px 0px; */
  left: 30px;
  bottom: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  background-image: linear-gradient(45deg, black, transparent);
  left: 0px;
  top: 0px;
  /* padding: 12px; */
  padding: 10px 22px;
  padding-bottom: 25px;
}

.best-offers {
  /* background-color: black; */
  color: white;
  margin-top: 50px;
}

.from-date h6 {
  margin: 0px;
  font-size: 16px;
}

widget {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}

widget[type="ticket"] {
  width: auto;
  height: auto;
  display: inline-block;
}

widget[type="ticket"] .top>div:first-child,
widget[type="ticket"] .bottom>div:first-child {
  /* padding-top: 18px; */
  /* width: 300px; */
  /* height: 159px; */
  padding: 15px;
}

widget[type="ticket"] .top>div:last-child,
widget[type="ticket"] .bottom>div:last-child {
  /* padding-bottom: 18px; */
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

widget[type="ticket"] .top img {
  /* padding: 18px 0; */
  height: 30px;
  object-fit: cover;
}

widget[type="ticket"] .top,
widget[type="ticket"] .bottom,
widget[type="ticket"] .rip {
  background-color: #fff;
}

widget[type="ticket"] .top {
  width: 100%;
}

widget[type="ticket"] .top .deetz {
  padding-bottom: 10px !important;
}

widget[type="ticket"] .bottom {
  padding: 8px;
  padding-top: 10px;
  width: 100%;
}

widget[type="ticket"] .bottom .barcode {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAAABCAYAAABXChlMAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAACPSURBVChTXVAJDsMgDOsrVpELiqb+/4c0DgStQ7JMYogNh2gdvg5VfXFCRIZaC6BOtnoNFpvaumNmwb/71Frrm8XvgYkker1/g9WzMOsohaOGNziRs5inDsAn8yEPengTapJ5bmdZ2Yv7VvfPN6AH2NJx7nOWPTf1/78hoqgxhzw3ZqYG1Dr/9ur3y8vMxgNZhcAUnR4xKgAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  min-width: 58px;
}

widget[type="ticket"] .rip {
  height: 38px;
  margin: 0 10px;
  position: relative;
  box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
  /* margin: 0px 25px; */
  width: 76%;
  /* margin-right: -32px; */
  margin: auto;
}

widget[type="ticket"] .rip:before,
body widget[type="ticket"] .rip:after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 8px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-radius: 100%;
  /* pointer-events: none; */
  margin: 0px;
}

widget[type="ticket"] .rip:before {
  left: -19px;
}

widget[type="ticket"] .rip:after {
  transform: translate(-50%, -50%) rotate(225deg) !important;
  right: -74px;
}

.joylogoContainer img {
  width: 100%;
  height: 34px;
  object-fit: cover;
}

.joyLogo {
  display: flex;
  align-items: center;
  margin: 0 45px;
}

widget .-bold {
  font-weight: bold;
}

.flight-img img {
  width: 232px;
}

.emirates-route h4 {
  margin: 0px;
}

.emirates-route span {
  font-size: 14px;
  color: #7e7e7e;
}

.emirates-land h4 {
  margin: 0px;
}

.emirates-land span {
  font-size: 14px;
  color: #7e7e7e;
}

.from-date span {
  font-size: 15px;
  color: #7e7e7e;
}

.to-date span {
  font-size: 15px;
  color: #7e7e7e;
}

.to-date {
  text-align: end;
}

.emirates-logo img {
  margin-bottom: 22px;
}

.flight-img {
  padding: 0px !important;
}

.date-check {
  display: flex;
  align-items: center;
  color: white;
  gap: 10px;
}

.date-check h5 {
  font-size: 17px;
}

.sorted-by h5 {
  font-size: 14px;
  font-weight: 400;
}

.sorted-by h4 {
  font-size: 18px;
  font-weight: 600;
}

.flight-boxes {
  /* display: flex; */
  align-items: center;
}

.flight-boxes .flight-box {
  padding: 10px 15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
}

.take-off-location {
  display: flex;
}

.take-off-location img {
  width: 15%;
}

.quntas-route {
  display: flex;
  align-items: center;
  flex: 1;
}

/* HOTEL UI"S */

/* HOTEL BOOKING SECTION */

.line {
  width: 33px;
  background-color: white;
  height: 4px;
  margin: 3px 3px;
}

select.custom-select {
  background: linear-gradient(65deg, #36363678, #58585800, #00000000);
  color: white;
  border: none;
}

hr {
  background-color: rgb(255 255 255);
  width: 100%;
}

.travel-detail p {
  color: white;
  padding: 6px 0px;
}

.boxes_main {
  display: flex;
  padding: 0px 21px;
  margin-top: 3px;
  flex-wrap: wrap;
}

.box_main p {
  color: #cecece;
  margin: 0px;
  font-size: 17px;
  padding: 0;
  font-family: Poppins-Medium, sans-serif;
  font-weight: 500;
}

.box_main h3 {
  font-size: 26px;
  padding: 0;
  font-weight: 600;
  font-family: Poppins-SemiBold, sans-serif;
}

.home-add-details a {
  color: white;
  padding: 0 5px;
}

.home-add-details p {
  margin: 0;
}

/* TRAVEL DEALS CONTAINER */

.travel-deals-content p {
  color: #cfcfcf;
  text-align: center;
  font-size: 16px;
  font-family: Poppins-Regular, sans-serif;
}

.cards {
  padding-top: 80px;
}

.card {
  position: relative;
  background-repeat: no-repeat;
  flex: 0 0 40%;
  /* margin: 0 20px; */
  border: none;
}

.card h4 {
  color: var(--main-txt-color);
  /* padding: 0 20px; */
}

img.card-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

button.overlay-button {
  display: flex;
  margin: 0 21px;
  align-items: baseline;
  padding: 3px 10px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(45deg, #8453e2d6, #ce5eb6f7);
  color: white;
}

button.overlay-button figure {
  width: 20px;
  height: 0;
}

.button-content {
  position: absolute;
  top: 77%;
  left: 8%;
}

.overlay-container-card-slick {
  position: absolute;
  z-index: 3;
  /* height: 100%; */
  width: 100%;
  background: linear-gradient(0deg, rgb(0 0 0 / 15%), rgba(0, 0, 0, 0.2)),
    #c4c4c400;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  height: 100%;
  padding: 20px 48px;
}

button.overlay-slick-button {
  display: flex;
  /* position: absolute; */
  /* bottom: 77px; */
  /* left: 6%; */
  padding: 9px 15px;
  border: none;
  background: linear-gradient(45deg, #8453e2f2, #ce5eb6);
  border-radius: 20px;
  color: white;
  gap: 10px;
  align-items: center;
}

button.overlay-slick-button figure {
  width: 26px;
  margin: 0;
}

/* ROOM DETAILS CONTAINER. */

.room-details-container_main p {
  margin: 0;
}

.room-detail-content h3 {
  /* font-size: 50px; */
  font-weight: 500;
  color: #fff;
  font-family: Rubik-Medium;
}

.hotel-prices_main .prevPrice {
  color: #4f4f4f !important;
  text-decoration: line-through;
  font-size: 18px;
  font-family: Poppins-Light, sans-serif;
}

.continent-choice ul {
  display: flex;
  padding-left: 31px;
  margin: 0;
}

.continent-choice li {
  list-style: none;
  /* color: white; */
  /* padding: 0 18px; */
}

.content_main h4 {
  margin: 0;
  /* font-size: 34px; */
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.content_main .star {
  color: #ffce31;
}

.room-service-extra figcaption {
  color: #a3a3a3;
  margin: 0 6px;
}

.star_span {
  color: #ffce31;
  /* padding: 0 30px; */
}

.room-services-extra_main {
  display: flex;
  /* padding: 0 15px; */
}

.room-service-extra_main figure {
  width: 24px;
  margin: 0px;
  line-height: 0px;
}

.room-service-extra_main figcaption {
  color: #a3a3a3;
  font-size: 12px;
  font-family: Poppins-Light, sans-serif;
  width: max-content;
}

.hotel-prices_main {
  display: flex;
  /* gap: 8px; */
  /* padding: 0 17px; */
}

.hotel-prices_main span {
  color: #159f44;
}

.price-detail_main p {
  color: #a3a3a3;
}

.hotel-option_price {
  font-size: 22px;
  font-weight: 600;
  /* padding-left: 24px; */
  font-family: poppins;
  color: #15d17c;
}

.price-detail_main a {
  color: var(--main-txt-color);
}

/* DESTINATION DEALS CONTAINER */

.blob-container {
  position: relative;
}

img.blob {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  /* z-index: 0; */
  opacity: 0.4;
}

.destination-content {
  color: var(--main-txt-color);
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: black;
}

.destinations-card {
  background: linear-gradient(353deg, rgb(88, 57, 157), rgb(0, 0, 0));
  padding: 34px 0;
}

.destination-card {
  position: relative;
}

.overlay-container-content {
  color: var(--main-txt-color);
}

/* EXTRA CONTAINER */

img.roomImg {
  width: 83%;
  height: 345px;
  object-fit: cover;
  border-radius: 20px;
}

img.livingImg {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 230px;
}

.showFilter p {
  font-family: "Poppins";
  font-size: 10px;
}

img.livingRoomImg {
  width: 67%;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  left: 35%;
}

img.bathImg {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 25px;
}

.row-content {
  color: white;
}

.preferences-section {
  background-color: black;
}

.preference-content {
  background: linear-gradient(180deg, #58399d 0%, rgba(88, 57, 157, 0) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 23px 0px;
}

.preference-content p {
  color: #a3a3a3;
}

.hotel-select-section {
  background-color: black;
  padding: 80px;
}

.overlay-container-primary-content h2 {
  padding: 20px 0;
  color: var(--main-txt-color);
}

button.extra-button {
  padding: 3px 26px;
  border-radius: 20px;
  border: none;
  background: linear-gradient(45deg, #8754df, #db60af);
  color: white;
}

/* FOOTER CONTAINER */

.footer-container-contents_main {
  display: flex;
  padding: 63px 0;
  justify-content: space-between;
}

.footer-container_main ul li {
  list-style: none;
  color: var(--main-txt-color);
  font-family: Poppins-Light, sans-serif;
  font-weight: 600;
}

li.item {
  /* padding: 7px 0; */
}

.footer-container_main ul {
  padding: 0;
}

.footer-container_main ul h5 {
  color: var(--main-txt-color);
  font-family: Poppins-Regular, sans-serif;
  font-weight: 700;
  font-size: 25px;
}

.footer-list_main {
  margin: 0 30px;
}

.social-icons {
  /* width: 19px; */
  display: flex;
}

.social-media {
  width: 20px;
  display: flex;
}

ul.social {
  padding-top: 44px;
}

.social-media img {
  width: 20px;
}

/* UTILITY CLASS */

.btn {
  padding: 4px 15px;
  color: white;
  background-color: #b9b2b28f;
  border: none;
}

.button {
  font-size: 18px;
  margin: auto;
  display: block;
  border: 2px solid white;
  background-color: black;
  color: white;
  margin-top: 37px;
  border-radius: 24px;
  padding: 4px 30px;
}

button.btn_choices {
  margin: auto;
  display: block;
  padding: 7px 32px;
  background-color: black;
  color: white;
  border: 4px solid white;
  border-radius: 37px;
  margin-top: 65px;
}

.bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 22px;
}

figure.rating {
  color: yellow;
}

.rating span {
  color: rgb(231, 223, 223);
}

.travel-detail-container_main {
  padding-top: 100px;
  padding-bottom: 45px;
  background: rgba(0, 0, 0, 0.5);
}

.travel_main {
  display: flex;
}

.travel_main p {
  color: white;
  padding: 6px 13px;
  margin: 0;
  font-size: 22px;
  font-family: "poppins-semibold";
  font-weight: 600;
}

.box_main {
  border: 1px solid white;
  padding: 10px 27px;
  position: relative;
}

.home-add-details {
  /* display: flex; */
  /* padding-bottom: 60px; */
  /* color: white; */
  padding-bottom: 70px !important;
  /* padding: 42px 0px; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  padding-top: 0px 0px;
  /* position: relative; */
  /* font-family: rubik; */
  padding-bottom: 18px;
  /* margin-top: 30px; */
  /* font-size: 22px; */
  margin-top: 38px;
  /* z-index: -1; */
  position: relative;
}

.home-add-details a {
  color: white;
  padding: 0 5px;
  font-size: 14px;
  font-family: Rubik-SemiBold, sans-serif;
  font-weight: 600;
}

.home-add-details p {
  margin: 0;
  font-family: poppins-regular, sans-serif;
  font-size: 14px;
}

/* TRAVEL DEALS CONTAINER */

.cards {
  padding-top: 80px;
}

.card {
  /* position: relative; */
  background-repeat: no-repeat;
  /* flex: 0 0 42%; */
  /* margin: 0 20px; */
  border: none;
  /* height: 330px; */
}

.card h4 {
  color: var(--main-txt-color);
  /* padding: 0 20px; */
  position: absolute;
  top: 10%;
  left: 8%;
  font-size: 35px;
  font-weight: 700;
  font-size: 50px;
  font-family: poppins-semibold, sans-serif;
}

button.overlay-button {
  display: flex;
  margin: 0 21px;
  align-items: baseline;
  padding: 8px 17px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(45deg, #8453e2d6, #ce5eb6f7);
  color: white;
  gap: 10;
  font-size: 19px;
  font-weight: 600;
  gap: 7px;
}

button.overlay-button figure {
  width: 20px;
  height: 0;
}

/* ROOM DETAILS CONTAINER. */

.room-details-container_main p {
  margin: 0;
  color: #a3a3a3;
  font-size: 17px;
  font-family: Poppins-Regular, sans-serif;
}

.continent-choice ul {
  display: flex;
  padding-left: 70px;
  margin: 0;
  /* padding-top: 27px; */
}

.continent-choice li {
  list-style: none;
  color: white;
  /* padding: 0 18px; */
  margin-bottom: 7px;
}

.hotel-details-container_container_main {
  margin-bottom: 30px;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 32px;
}

.hotel_details_main {
  color: var(--main-txt-color);
  padding: 0 8px;
}

.content_main {
  /* padding: 0 38px; */
  font-family: poppins;
}

/*.hotel-photos_section {
    display: flex;
}
*/

.room-services-extra_main {
  display: flex;
  align-items: center;
  /* padding: 7px 15px; */
  /* margin: 0 14px; */
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0px;
}

.room-service-extra_main {
  display: flex;
  /* padding: 0 12px; */
  gap: 0px;
  align-items: center;
  margin-right: 10px;
}

.room-service-extra_main img {
  width: 13px;
  height: 13px;
  object-fit: cover;
}

.room-service-extra_main span {
  padding: 0 27px;
  color: #a3a3a3;
}

.hotel-prices_main {
  display: flex;
  align-items: center;
  gap: 0px 8px;
  /* padding: 0 17px; */
  flex-wrap: wrap;
  flex: 0 0 41%;
  line-height: 27px;
}

.hotel-prices_main span {
  color: #f5a623 !important;
  font-size: 11px;
  font-family: Poppins-SemiBold, sans-serif;
}

.hotel-prices_main p {
  margin: 0px;
  color: #a3a3a3;
  font-size: 12px;
}

span.price {
  color: #159f44 !important;
  /* font-size: 50px; */
  font-weight: 500;
  font-family: Poppins-Medium, sans-serif;
}

.hotel-prices-details_main h4 {
  font-size: 12px;
  /* padding: 0 17px; */
  font-weight: 500;
  color: #e1e1e1;
  margin: 10px 0px;
  font-family: Poppins-Medium, sans-serif;
}

.price-detail_main {
  /* display: flex; */
  /* padding: 0 18px; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  text-align: right;
  position: absolute;
  right: 0px;
}

.price-detail_main a {
  color: var(--main-txt-color);
  font-weight: 600;
  /* position: absolute; */
  right: 0px;
}

/* .overlay-container {
    position: absolute;
    z-index: 3;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 54.69%, #262626 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 26px;
    border: 3px solid white;
}*/

.destination-card {
  position: relative;
  margin: 22px;
}

.overlay-container-content {
  color: var(--main-txt-color);
}

/* EXTRA CONTAINER */

.preference-content {
  background: linear-gradient(180deg, #58399d 0%, rgb(24 24 26) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 23px 0px;
}

.overlay-container-primary-content h2 {
  padding: 20px 0;
  color: var(--main-txt-color);
  font-size: 50px;
  font-weight: 600;
}

button.extra-button {
  padding: 9px 43px;
  border-radius: 20px;
  border: none;
  background: linear-gradient(45deg, #8754df, #db60af);
  color: white;
  /* margin-left: auto; */
  display: block;
  /* text-align: right; */
}

.overlay-container-primary-content span {
  color: white;
  background: linear-gradient(45deg, #00000040, #00000030);
  padding: 2px 17px;
  font-size: 13px;
}

/* FOOTER CONTAINER */

.footer-container ul li {
  list-style: none;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 9px;
}

.footer-container ul li a {
  font-weight: 300;
  text-decoration: none;
}

.footer-container ul li a:hover {
  text-decoration: underline;
}

.footer-container ul {
  padding: 0;
  flex-wrap: wrap;
}

.footer-container ul h5 {
  padding-bottom: 16px;
  /* padding-top: 50px; */
  font-weight: 500;
  color: #fff;
  font-size: 22px;
}

.footer-list_main {
  margin: 0 30px;
}

.social-icons {
  /* width: 19px; */
  display: flex;
  gap: 12px;
  margin: 5px 0;
}

.social-media {
  width: 20px;
  display: flex;
  gap: 40px;
}

ul.social {
  padding-top: 44px;
}

.social-media img {
  width: 20px;
}

/* UTILITY CLASS */

.btn {
  padding: 4px 15px;
  color: white;
  background-color: #b9b2b28f;
  border: none;
  cursor: pointer;
}

.button {
  font-size: 18px;
  margin: auto;
  display: block;
  border: 3px solid white;
  background-color: black;
  color: white;
  margin-top: 37px;
  border-radius: 24px;
  padding: 4px 30px;
  cursor: pointer;
}

figure.rating {
  color: yellow;
  margin: 0px;
}

.rating span {
  color: rgb(231, 223, 223);
}

#fullImgContainer .slick-dots li.slick-active {
  background-color: #fff;
  width: 60px;
}

.slick img {
  width: 100%;
  /* height: 362px; */
  height: 100%;
  object-fit: cover;
}

/*
#fullImgContainer .slick-dots li {
    background: #808080;
    width: 30px;
    border-radius: 30px;
    height: 6px;
    transition: 1s all;
}*/

.slick-arrow-container figure {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.659);
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0px;
  z-index: 5;
  cursor: pointer;
}

.slick-arrow-container figure:nth-child(1) {
  left: -2%;
  transform: rotate(180deg);
}

.slick-arrow-container figure:nth-child(2) {
  right: -4%;
}

.slick-arrow-container figure img {
  height: 100%;
  padding: 10px;
  width: 100%;
}

#slickSlider figure {
  height: 200px;
  width: 200px !important;
}

#slickSlider figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

button.slick-next.slick-arrow {
  position: absolute;
  right: 4%;
  cursor: pointer;
}

button.slick-prev.slick-arrow {
  position: absolute;
  left: 3%;
  z-index: 1;
  cursor: pointer;
}

/* EXTRA */

.slickCarousel button.slick-prev.slick-arrow {
  position: absolute;
  left: 5%;
  z-index: 1;
  cursor: pointer;
  top: 86%;
}

.slickCarousel button.slick-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  left: 8%;
  top: 86%;
}

.slickCarousel .slick-dots li.slick-active {
  /* background-color: #fff; */
  /* width: 232px; */
  /* position: absolute; */
  /* height: 3px; */
  /* bottom: 72px; */
  /* left: 30%; */
  /* font-size: 1px; */
  /* z-index: 4; */
}

.slickCarousel .slick-dots li button:before {
  /* position: absolute; */
  /* width: 100px; */
  /* background-color: #fff; */
  /* height: 3px; */
  /* left: 280px; */
}

.slickCarousel .slick-dots li button:after {
  position: absolute;
  width: 100px;
  background-color: #fff;
  height: 3px;
  left: 280px;
}

.blob-container figure {
  margin: 0;
}

/* HOTEL FILTER SECTION */

/* HOME-CONTAINER */

.home-container_main .navbar {
  display: flex;
  justify-content: space-between;
  padding: 24px 28px;
}

.home-container_main .navbar h1 {
  color: white;
  margin-right: auto;
  margin-left: 22px;
}

.home-container_main .navbar span {
  font-size: 33px;
  font-weight: 400;
}

/* TRAVEL-DETAILS CONTAINER */

.travel-detail {
  display: flex;
  padding: 21px 0px;
  flex-wrap: wrap;
}

.travel-detail figure {
  width: 25px;
  margin: 6px 0;
}

.travel-box p {
  margin: 0;
}

/* SIDEBAR CONTAINER */

.sidebar-navigation {
  padding-left: 53px;
  padding-top: 30px;
}

.input-group-popular_filter {
  display: flex;
  align-items: center;
  font-family: poppins;
  /* font-size: 18px; */
}

.sidebar-container {
  padding-top: 50px;
  padding-left: 64px;
}

.sidebar-container-items {
  background: #232323;
  padding: 16px 22px;
  border-radius: 18px;
}

.sidebar-filters a {
  padding-left: 18px;
  color: #a2a2a2;
  text-decoration: none;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 20px;
}

.filter-main-container h5 {
  color: #fff;
  font-size: 16px;
}

.input-group_landmark {
  display: flex;
  flex-wrap: wrap;
}

.input-group p {
  color: #ededed;
}

p.h-primary {
  margin-left: 6px;
  font-size: 11px;
  color: #dfdfdf;
  margin: 0;
}

h3.h-primary {
  padding: 15px 11px;
  font-size: 34px;
  /* font-family: 'Poppins-SemiBold'; */
  font-weight: 600;
}

.hotel-amenity span {
  color: #a3a3a3;
  /* padding-left: 23px; */
  padding: 0 9px;
  font-size: 13px;
}

.hotel-amenities-section h2 {
  color: #fff;
}

.hotel-content figure {
  margin: 0;
}

.hotel-amenity figure {
  margin: 0px;
}

.input-group-text {
  border: none;
  background-color: #232323;
}

.sidebar-searches {
  position: relative;
}

img.mapImg {
  width: 100%;
  object-fit: cover;
  height: 100px;
  margin: 11px 0px;
  margin-top: 20px;
}

img.searchImg {
  width: 20px;
  position: absolute;
  bottom: 3%;
  left: 8%;
}

input[type="text"] {
  border-radius: 17px;
  background-color: #a69e9e;
  padding: 4px 50px;
  border: 2px solid white;
  /* margin-left: 18px; */
  width: 100%;
  /* margin: 0 8px; */
  outline: none;
}

.search img {
  width: 36px;
  position: absolute;
  bottom: 3%;
  left: 5%;
}

.price-sidebarImg img {
  width: 100%;
  padding-left: 21px;
}

.rating-boxes {
  padding-left: 21px;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}

.rating-box {
  padding: 4px 23px;
  background-color: #232323;
  border: 4px solid grey;
  border-radius: 10px;
}

.h-primary.ratings {
  color: #8e8e8e;
  font-family: Poppins-SemiBold, sans-serif;
  font-weight: 600;
  font-size: 25px;
}

.sidebar-landmarks a {
  /* padding-left: 26px; */
  color: #a1a1a1;
  text-decoration: none;
  font-size: 23px;
  /* font-family: poppins; */
}

.sidebar-amenity-box img {
  width: 33px;
}

.sidebar-amenity-box.icon {
  padding: 12px 15px;
}

.sidebar-amenity-box.icon p {
  color: #8e8e8e;
  font-family: "Poppins-Regular", sans-serif;
  /* font-size: 18px; */
  margin: 0;
}

.sidebar-amenity-box figure {
  margin: 0;
}

.sidebar-amenity-boxes {
  display: flex;
  padding-left: 6px;
  flex-wrap: wrap;
}

.sidebar-amenity-box {
  padding: 9px 9px;
  background-color: #232323;
  border-radius: 12px;
  margin: 0 12px;
  border: 4px solid #585858;
}

/* HOTEL DETAILS CONTAINER */

.hoteldetails-container {
  padding-top: 42px;
}

.hotel-details-right_content span {
  font-weight: 400;
  color: #cdcdcd;
  font-family: "Poppins-Regular", sans-serif;
}

.hotel-details-right_content h4 {
  /* padding: 30px; */
  padding: 5px 36px;
  /* font-size: 40px; */
  font-weight: 600;
  font-family: "Poppins-SemiBold", sans-serif;
}

.hotel-choices-filter_main {
  padding: 10px 40px;
}

.hotel-choice-filter_main {
  display: flex;
  border: 2px solid white;
  padding: 14px 25px;
  /* background-color: #212121; */
  background-color: #212121;
  border-radius: 16px;
  /* align-items: center; */
  flex-wrap: wrap;
}

.hotel-details-choices-filter_main {
  padding: 0px 30px;
  flex: 1;
}

.hotel-details-choices-filter_main p {
  color: #a8a8a8;
  /* margin: 0; */
}

.hotel-details-choices-filter_main-content h5 {
  margin: 0;
}

.hotel-details-choices-filter_main-content span {
  color: #ffce31;
  padding: 0 30px;
}

.hotel-amenities-filter_main img {
  width: 18px;
  height: 18px;
  object-fit: cover;
}

.hotel-amenity-filter_main {
  display: flex;
  padding-top: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.amenities-filter_main {
  display: flex;
  align-items: flex-start;
  /* padding: 0 13px; */
  gap: 5px;
}

.hotel-amenity-filter_main figcaption {
  color: #a3a3a3;
  font-family: "Poppins-Light";
  font-size: 14px;
  padding: 0 4px;
}

.hotel-prices-filter_right {
  display: flex;
  gap: 8px;
  /* padding: 0 30px; */
  align-items: center;
  flex-wrap: wrap;
}

.hotel-prices-filter_right p {
  margin: 0;
  color: #4f4f4f;
  text-decoration: line-through;
  font-size: 30px;
  font-family: "Poppins-Light";
}

.hotel-price-detail-right_booking {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.hotel-price-detail-right_booking p {
  color: #a3a3a3;
  margin: 0;
  line-height: normal;
  font-size: 20px;
  font-family: "Poppins-Regular";
}

.hotel-prices-filter_right span {
  color: #f5a623;
  font-weight: 600;
  font-size: 26px;
  font-family: "Poppins-SemiBold";
}

.hotel-prices-filter_right .price-filter_main {
  color: #1ab64f;
  font-size: 50px;
  font-family: "Poppins-Medium";
  font-weight: 500;
}

/* UTILITY CLASS */

.btn {
  padding: 4px 15px;
  color: white;
  background-color: #b9b2b28f;
  border: none;
  cursor: pointer;
}

.sidebar-container-items hr {
  background-color: #c6c2c2;
  width: 100%;
  display: inline-table;
}

.slickSlideBooking img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

#slickImg {
  position: relative;
  overflow: hidden;
  width: 200px;
  margin: 0px;
  border-radius: 20px;
}

#slickImg figure {
  height: 200px;
  width: 200px;
  margin: 0px;
}

#slickImg figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#slickImg .slick-prev {
  left: 13px;
  z-index: 2;
}

#slickImg .slick-next {
  right: 6px;
}

/* WHY US */

.prefer-slick {
  border: 2px solid red;
  display: flex;
}

.prefer-box-content {
  display: flex;
}

/*  .overlay-container {
    display: flex;
    background: linear-gradient(45deg, #7e3bae, #d23939c7);
}*/

.prefer-boxes {
  display: flex;
  padding-left: 100px;
}

.travel-box p {
  margin: 0;
}

.input-group {
  flex-wrap: inherit;
}

.price-range {
  display: flex;
  justify-content: space-between;
}

/* HOTEL DETAILS SECTION */

/* nav.navbar span {
    font-size: 33px;
    font-weight: 400;
} */

/* TRAVEL-DETAILS CONTAINER */

.travel-detail-content {
  display: flex;
}

.travel-detail figure {
  width: 25px;
  margin: 6px 0;
}

.travel-box p {
  margin: 0;
}

/* HOTELS SECTION */

.hotel-photos {
  padding-top: 16px;
}

.kings-room-contents figure {
  margin: 0;
}

.kings-room h4 {
  font-size: 39px;
}

.plm {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

/* ROOM DETAILS SECTION */

.room-details-section {
  padding-left: 44px;
}

.room-details {
  border: 3px solid white;
  border-radius: 15px;
  display: inline-block;
}

.room-detail-section h2 {
  font-weight: 600;
  font-size: 24px;
  font-family: "Poppins-SemiBold", sans-serif;
}

.roomDetails-content {
  padding-top: 30px;
}

.room_detail {
  display: flex;
}

.room_detail figure {
  margin: 0;
}

.hotel-room {
  padding-top: 40px;
}

.room-details-content {
  padding: 15px 30px;
}

/* ul li {
  list-style: none;
} */

.room-item {
  text-decoration: underline;
  cursor: pointer;
  list-style: none;
  padding: 20px 10px;
}

/* ATTRACTIONS SECTION */

.hotel-attractions {
  padding-top: 70px;
}

li.items {
  color: #e5e5e5;
}

.customer.review figure {
  margin: 0;
}

.about-hotel span {
  color: #878787;
}

.hotel-rooms {
  /* padding: 40px 45px; */
}

.hotel-rooms h2 {
  font-size: 24px;
  margin: 0;
}

.hotel-inputs {
  padding: 15px 0;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}

.inputs {
  display: inline-block;
  padding: 12px 15px;
  background-color: #4f4f4f;
  border-radius: 9px;
  margin: 0 10px;
}

div#home\ displayStyle {
  display: none;
}

button#contact-tab\ attraction_link {
  background-color: black;
  color: #878787;
  font-size: 30px;
  font-weight: 600;
}

button#profile-tab\ attraction_link {
  background-color: black;
  color: #878787;
  font-size: 30px;
  font-weight: 600;
}

button#home-tab\ attraction_link {
  background-color: black;
  border: none;
  color: white;
  text-decoration: underline;
  font-size: 30px;
  font-weight: 600;
}

hr.attractions_hr {
  background: linear-gradient(45deg, #7049c8, #c85695);
  height: 1px;
  margin: 0px;
  margin-top: 0px;
}

.input-group-text {
  background-color: #4f4f4f;
  border: none;
}

.input-group p {
  margin: 0;
}

.hotel-choices {
  border: 3px solid white;
  padding: 20px 20px;
  border-radius: 20px;
  margin: 25px 0;
}

.hotel-choices h3 {
  font-size: 23px;
}

.hotel-choice-content {
  display: flex;
}

.hotel-choice-content p {
  /* margin: 0 6px; */
}

.hotel-choice {
  display: flex;
}

.hotel-option {
  border: 3px solid #fff;
  background-color: #2828287a;
  padding: 6px 20px;
  display: flex;
  border-radius: 20px;
  margin: 25px 0;
}

.hotel-option-content {
  display: flex;
}

.hotel-option-content img {
  width: 26px;
}

.hotel-choices-amenities {
  display: flex;
  align-items: center;
}

.hotel-choices-amenity {}

/* AMENITY SECTION */

.container-fluid.hotel-amenities-section h2 {
  /* padding-left: 28px; */
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.amenities {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.amenities img {
  width: 25px;
  width: 25px;
  height: 25px;
}

.amenities figcaption {
  color: #b9b9b9;
}

.row.hotel-amenities {}

.amenities figcaption {
  font-size: 16px;
  font-family: "Poppins-Light", sans-serif;
  margin-bottom: 20px;
}

a.amenity-link {
  /* padding-left: 40px; */
  font-size: 13px;
  font-family: "Poppins-Light", sans-serif;
}

/* PROPERTY RULES */

.rule img {
  width: 37px;
}

/* GALLERY SECTION */

.photo-gallery-section {
  /* padding-left: 12px; */
  /* padding-top: 35px; */
  padding: 45px 8px;
}

.photo-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
  padding-top: 32px;
}

.photo-gallery figure {
  margin: 0;
}

.photo-gallery-items {
  grid-row: 1 / span3;
}

.photo-gallery-items img {
  border-radius: 20px;
  width: 100%;
  height: 468px;
  object-fit: cover;
}

.item2 img {
  height: 225px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.item3 img {
  height: 225px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.item4 img {
  height: 225px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.item5 img {
  height: 225px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

/* TRAVEL-DETAILS CONTAINER */

.travel-plans {
  /* padding: 0px 50px; */
  margin: 45px 0px;
}

.travel-details {
  padding: 0 10px;
  background: linear-gradient(90deg,
      rgba(129, 84, 230, 0.87) 0.89%,
      rgba(230, 99, 171, 0.87) 98.39%);
  border-radius: 15px;
}

.travel-detail-content {
  display: flex;
  padding: 8px 14px;
}

.travel-detail-content h1 {
  font-size: 24px;
}

.travel-detail-content img {
  width: 25px;
  height: 25px;
}

.travel-detail figure {
  width: 25px;
  margin: 6px 0;
}

.travel-detail h1 {
  margin: 0 10px;
  font-weight: 600;
  font-size: 36px;
  font-family: "Poppins-SemiBold", sans-serif;
}

.travel-boxes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 17px;
}

.travel-box {
  padding: 10px 13px;
  border-radius: 10px;
  background: rgb(255 255 255 / 13%);
  margin: 0 18px;
  flex-wrap: wrap;
}

.travel-box p {
  margin: 0;
  color: #dbdbdb;
  font-size: 18px;
  font-family: "Poppins-Medium", sans-serif;
}

.travel-box h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  font-family: "Poppins-Medium", sans-serif;
}

/* HOTELS SECTION */

.hotel-section-content {
  padding: 0 7px;
}

span.starImg {
  color: #a8a8a8;
  font-size: 20px;
  position: absolute;
  top: 3px;
  margin-left: 74px;
}

.hotel-heading {
  font-size: 16px;
  color: #ababab;
  font-family: poppins;
}

.kings-room h4 {
  font-size: 18px;
  font-family: poppins;
  font-weight: 600;
}

.plm {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  padding: 0 4px;
}

.poiod {
  border: 3px solid white;
  border-radius: 20px;
  flex: 0 0 47%;
}

.poio {
  border: 3px solid white;
  border-radius: 20px;
  height: 100%;
}

/* ROOM DETAILS SECTION */

.room-details-section {
  padding: 30px 0px;
}

.room-details {
  border: 3px solid white;
  border-radius: 15px;
  /* display: inline-block; */
}

.room_detail {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin: 10px 0; */
}

.room-details-content {
  padding: 10px 30px;
  padding-bottom: 15px;
}

.room-details-content a {
  color: #15d17c;
  padding: 0 10px;
  text-decoration: underline;
  font-size: 13px;
  font-family: "Poppins-Medium", sans-serif;
}

.room-details-content img {
  width: 20px;
}

ul.rooms {
  display: flex;
  border-bottom: 3px solid white;
  margin: 0;
  /* padding: 20px 10px; */
  justify-content: space-around;
  color: #fff;
}

ul li {
  /* list-style: none; */
  position: relative;
}

/*#departDate {
  border: none;
  background: transparent;
  padding: 0;
  color: #fff;
  border-bottom: 2px  solid #fff;
  border-radius: 0;
}
*/

/* ATTRACTIONS SECTION */

.hotel-attractions {
  padding-top: 80px;
}

.hotel-attraction ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

li.items {
  color: #e5e5e5;
  font-size: 20px;
  font-family: poppins;
  font-size: 23px;
}

.about-hotel {
  /* padding-left: 46px; */
  /* padding-top: 22px; */
  /* background-color: #171717; */
  /* padding: 13px 23px; */
  color: #fff;
}

.about-hotel h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins-SemiBold", sans-serif;
  color: #fff;
}

.about-hotel span {
  color: #878787;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 15px;
}

.hotel-rooms {
  /* padding: 40px 45px; */
  /* flex: 0 0 28%; */
}

.hotel-rooms h2 {
  font-size: 18px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins-SemiBold", sans-serif;
}

.hotel-inputs {
  padding: 15px 0;
}

.hotel-inputs .checkbox-styling {
  color: #fff;
  margin: 0px;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
}

.hotel-inputs .checkbox-styling .checkmark {
  top: 2px;
}

.inputs {
  display: inline-block;
  padding: 10px 15px;
  background-color: #505050;
  border-radius: 9px;
  margin: 0px;
}

.input-group-text {
  background-color: #25242400;
  border: none;
}

.input-group p {
  margin: 0;
  font-size: 14px;
  font-family: "Poppins-Medium", sans-serif;
}

.hotel-attraction .nav-tabs {
  border: none;
  /* margin-bottom: 30px; */
  justify-content: space-between;
  /* padding: 0px 16px; */
  border-bottom: 1px solid #fff;
}

.hotel-choices {
  border: 3px solid white;
  padding: 10px 20px;
  border-radius: 20px;
  margin: 25px 0;
  background-color: #2828287a;
}

.hotel-choices-content {
  padding: 6px 14px;
}

.hotel-choices h3 {
  font-size: 23px;
}

.hotel-choice-content {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 2px;
}

.hotel-choice-content p {
  /* margin: 0 6px; */
  color: #fff;
  margin: 0px;
  font-size: 13px;
}

.hotel-choice {
  display: flex;
  flex: w;
  flex-wrap: wrap;
}

.hotel-option {
  /* border: 3px solid #656565; */
  padding: 15px 23px;
  display: flex;
  border-radius: 20px;
  /* flex-wrap: wrap; */
  font-family: poppins;
  color: #fff;
  position: relative;
}

.hotel-option-content {
  display: flex;
  /* padding: 7px 0; */
  /* padding-top: 11px; */
  gap: 8px;
  align-items: center;
}

.hotel-option-content figure {
  margin: 0;
}

.hotel-option-content img {
  width: 18px;
  height: 18px;
}

.hotel-choices-amenities {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
}

.hotel-choices-amenity {
  display: flex;
  /* padding: 0 17px; */
  align-items: center;
}

.hotel-choices-amenity img {
  width: 20px;
}

/* AMENITY SECTION */

.hotel-amenity img {
  width: 30px;
}

/* PROPERTY RULES */

.property-rules-section {
  /* padding: 45px 44px; */
  margin-top: 40px;
}

.rule-boxes {
  display: flex;
  gap: 30px;
  padding: 25px 0px;
}

.rule figure {
  margin: 0;
}

.rule {
  display: flex;
  align-items: center;
}

.rule-box {
  padding: 6px 21px;
  background-color: #646464;
  border-radius: 10px;
  color: #fff;
}

.rule img {
  width: 37px;
}

a.rules-link {
  padding-left: 37px;
  font-size: 13px;
  font-weight: 400;
  font-family: "Poppins-Light", sans-serif;
}

/* REVIEW SECTION */

.gallery-section {
  padding: 36px 30px;
}

.gallery-section h3 {
  padding: 13px 17px;
}

/* .row img {
    border-radius: 20px;
} */

img.photo {
  width: 100%;
  height: 443px;
  object-fit: cover;
}

.reviews-section {
  /* padding: 16px 50px; */
}

.hotel-reviews {
  /* border: 3px solid white; */
  /* padding: 22px 30px; */
  /* border-radius: 22px; */
  /* margin: 20px 0; */
  /* background-color: #171717; */
}

.hotel-review img {
  width: 34px;
}

img.reviewImg {
  width: 130px;
  height: 166px;
  padding: 16px 0;
  border-radius: 30px;
  object-fit: cover;
}

.hotel-reviews span {
  color: #9c9c9c;
}

.review-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.client-review-content {
  margin: 0 12px;
}

/* CLIENT REVIEW SECTION */

.client-reviews {
  padding-left: 10px;
}

.client-review {
  display: flex;
  align-items: flex-start;
}

.client-review-content span {
  color: #c1c1c1;
  font-size: 13px;
  font-family: "Poppins-Regular", sans-serif;
}

.client-review img {
  padding: 12px 16px;
  background-color: green;
  border-radius: 10px;
}

p.h-primary.clientRating {
  margin: 0;
  font-size: 25px;
}

/* FOOTER SECTION */

li.item {
  /* padding: 7px 0; */
  color: #a5a5a5;
}

.footer-list {
  margin: 0 30px;
}

.footer-list h5 {
  color: #c2c2c2;
}

/* UTILITY CLASS */

.btn {
  padding: 4px 15px;
  color: white;
  background-color: #b9b2b28f;
  border: none;
  cursor: pointer;
}

button.room-btn {
  padding: 9px 29px;
  /* margin: 9px 4px; */
  color: white;
  background: linear-gradient(45deg, #7049c8, #c85695);
  border-radius: 10px;
  border: none;
  font-size: 12px;
  padding: 5px 10px;
  width: 100%;
}

button.room-btn a {
  text-decoration: none;
}

/* SLICK */

.slick-section img {
  width: 100%;
}

/* .hotel-options {
    padding-left: 25px;
} */

.hotel-pricelist {
  /* padding-top: 100px; */
  flex: 1;
  text-align: right;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

button.primary-btn {
  padding: 7px 32px;
  border-radius: 9px;
  background: linear-gradient(45deg, #8154e6, #e663ab);
  color: white;
  border: none;
  font-size: 13px;
}

span.h-primary.price {
  font-size: 25px;
  font-weight: 700;
}

a {
  color: white;
  text-decoration: underline;
}

p.h-primary.content {
  padding: 0 9px;
}

/* .hotel-option-contents {
    padding-left: 13px;
} */

/* a.link {
    padding-left: 17px;
} */

.hotel-choices-amenity figcaption {
  margin: 0 6px;
}

.kings-room-contents img {
  width: 24px;
}

.h-primary.crossImg {
  color: red;
}

.kings-room-content img {
  width: 20px;
}

p.h-primary.price {
  margin: 0;
  text-decoration: line-through;
  color: #878787;
  font-size: 27px;
  /* flex: 0; */
  /* padding: 0px 17px; */
}

p.h-primary.prices {
  margin: 0;
  color: #878787;
  font-size: 16px;
}

figcaption.h-primary.price {
  color: red;
}

.poiod img {
  /* width: 84px; */
  /* padding: 23px 7px; */
  /* background-color: green; */
  margin: 15px 12px;
}

h3.h-primary.roomImg {
  position: relative;
  bottom: -36%;
  left: 10%;
}

h3.h-primary.roomsImg {
  position: relative;
  top: 87%;
  left: 10%;
}

.poiod figcaption {
  font-size: 25px;
  font-weight: 700;
}

.customer.review {
  padding: 17px 17px;
}

.review-link a {
  padding: 0 28px;
  color: #008cff;
  font-size: 25px;
  text-decoration: none;
}

span.unicode {
  color: yellow;
}

img.photo {
  width: 100%;
  height: 443px;
  object-fit: cover;
}

.reviews-section {
  /* padding: 16px 50px; */
}

.hotel-review {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hotel-reviews {
  border: 3px solid white;
  padding: 22px 30px;
  border-radius: 22px;
  margin: 20px 0;
  background-color: #171717;
  color: #fff;
}

.hotel-review img {
  width: 34px;
}

img.reviewImg {
  width: 130px;
  height: 166px;
  padding: 16px 0;
  border-radius: 30px;
  object-fit: cover;
}

.hotel-reviews span {
  color: #9c9c9c;
  font-size: 14px;
}

.review-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

img.likeImg {
  padding-top: 60px;
  cursor: pointer;
}

.client-review-content {
  margin: 0 12px;
  color: #fff;
}

/* CLIENT REVIEW SECTION */

.client-review {
  display: flex;
  /* padding-top: 30px; */
  /* padding: 33px 12px; */
}

.client-review img {
  padding: 9px 9px;
  background-color: #15d17c;
  border-radius: 6px;
}

p.h-primary.clientRating {
  margin: 0;
  font-size: 25px;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: 600;
}

.hotel-reception {
  /* display: flex; */
  flex: 1;
  /* justify-content: space-around; */
  flex-wrap: wrap;
}

/* FOOTER SECTION */

li.item {
  /* padding: 7px 0; */
  color: white;
}

.footer-list {
  margin: 0 30px;
}

.footer-list h5 {
  color: #c2c2c2;
}

/* UTILITY CLASS */

.btn {
  padding: 4px 15px;
  color: white;
  background-color: #b9b2b28f;
  border: none;
  cursor: pointer;
}

.h-primary {
  /* margin: 0; */
  color: white;
}

hr.filterHr {
  background-color: grey;
  height: 2px;
}

/* SLICK */

.slick-section img {
  width: 100%;
}

.slider img {
  height: 227px;
  border-radius: 20px;
  object-fit: cover;
}

/* 
.hotels {
    flex: 0 0 60%;
} */

button.primary-btn {
  padding: 7px 29px;
  border-radius: 9px;
  background: linear-gradient(45deg, #8154e6, #e663ab);
  color: white;
  border: none;
  /* margin-top: 96px; */
  margin-bottom: 8px;
}

span.h-primary.price {
  padding-left: 50px;
  font-size: 30px;
  font-weight: 700;
}

a {
  color: white;
  text-decoration: underline;
}

p.h-primary.content {
  padding: 0 9px;
}

/* .hotel-option-contents {
    padding-left: 13px;
} */

a.link {
  /* padding-left: 17px; */
  font-family: "Poppins-Light", sans-serif;
  font-size: 13px;
}

.slider-contents h3 {
  padding: 20px 3px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 2px;
}

.hotel-choices-amenity figcaption {
  margin: 0 6px;
  font-size: 13px;
  font-family: "Poppins-Light", sans-serif;
}

p.h-primary.cost {
  color: #d0d0d0;
  font-size: 18px;
}

.kings-room-contents img {
  width: 10px;
  height: 10px;
}

.kings-room-contents {
  display: flex;
  gap: 10px;
  font-size: 12px;
}

.h-primary.crossImg {
  color: red;
}

.kings-room-content img {
  width: 20px;
}

.kings-room-amount {
  text-align: right;
  /* padding: 16px 17px; */
  flex: 1;
}

p.h-primary.price {
  margin: 0;
  text-decoration: line-through;
  color: #878787;
  font-size: 27px;
  /* flex: 0; */
  /* padding: 0px 17px; */
}

p.h-primary.prices {
  margin: 0;
  color: #878787;
  font-size: 16px;
}

figcaption.h-primary.price {
  color: red;
}

.poiod img {
  /* width: 84px; */
  padding: 20px 7px;
  background-color: green;
  margin: 15px 12px;
  margin: 0px;
  font-size: 8px;
}

img.room-view {
  height: 200px;
  object-fit: cover;
  width: 100%;
  /* padding-left: 11px; */
  /* border-radius: 20px; */
  /* margin-left: 23px; */
}

/*   
.overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 54.69%, #262626 100%);
}*/

h3.h-primary.roomImg {
  position: absolute;
  bottom: 60%;
}

h3.h-primary.roomsImg {
  position: absolute;
}

img.fullImg {
  /* border-radius: 20px; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poio figure {
  margin: 0;
}

.poiod figcaption {
  font-size: 25px;
  font-weight: 700;
}

.customer.review {
  padding: 0px;
}

.review-link a {
  /* padding: 0 22px; */
  color: #008cff;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
  padding: 0px;
  display: block;
  text-align: center;
  /* margin-top: 24px; */
}

span.unicode {
  color: yellow;
}

/* img.mapImg {
    width: 200px;
    height: 260px;
    object-fit: cover;
} */

.hotel-choice .slider {
  width: 300px;
  border-radius: 30px;
}

.slider-contents {
  padding-top: 11px;
  /* margin: auto; */
}

button.slick-next.slick-arrow {
  position: absolute;
}

.line {
  width: 33px;
  background-color: white;
  height: 4px;
  margin: 3px 3px;
}

.navbar {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  position: relative;
  /* background: rgba(0, 0, 0, 0.5); */
  /* background: rgba(0, 0, 0, 0.5); */
}

nav.navbar span {
  font-size: 19px;
  font-weight: 400;
  color: white;
}

.navbar h1 {
  color: white;
  margin-right: auto;
  margin-left: 45px;
  font-size: 35px;
  margin-bottom: 0;
  font-family: Pridi-Regular;
  font-weight: 600;
}

/* UTILITY CLASS */

.btn {
  padding: 6px 15px;
  color: white;
  background-color: #b9b2b28c;
  border: none;
  cursor: pointer;
}

button.primary {
  padding: 8px 35px;
  color: white;
  background: linear-gradient(90deg,
      rgba(129, 84, 230, 0.87) 0.89%,
      rgba(230, 99, 171, 0.87) 98.39%);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-family: "Poppins-SemiBold";
}

hr {
  background-color: #c6c2c2;
  width: 100%;
  display: inline-table;
}

/* TRAVEL DETAIL SECTION */

.travel-section-price_lists {
  padding: 50px 50px;
}

.travel-details-booking_prices {
  background-color: #2a2a2a;
  border-radius: 20px;
  padding: 34px 6px;
}

.travel-detail-booking_price {
  padding-left: 36px;
}

.travel-detail-booking_price p {
  color: #a8a8a8;
  font-size: 24px;
  font-family: "Poppins-Regular";
}

.travel-detail-booking_price h1 {
  font-size: 30px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
}

.travel-boxes-booking_boxes {
  display: flex;
  padding: 24px;
  flex-wrap: wrap;
}

span.stars {
  color: yellow;
}

/* 
span {
  color: #555555;
} */

span.h-primary.travel-date {
  font-size: 26px;
  font-family: "Poppins-Medium";
  margin: 0;
}

.travel-box-booking_box {
  padding: 9px 14px;
  background-color: #3d3d3d;
  margin: 0 10px;
  border-radius: 14px;
}

.travel-box-booking_box p {
  color: #b8b8b8;
  margin: 0%;
  font-family: "Poppins-Regular";
  font-size: 18px;
}

/* HOTEL DETAILS SECTION */

.hotel-details-section {
  padding: 30px;
}

.hotel-details {
  border: 3px solid white;
  border-radius: 15px;
}

.hotel-detail {
  padding: 25px 49px;
  border-bottom: 3px solid white;
}

.hotel-detail h2 {
  margin: 0;
  font-size: 26px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
}

.hotel-detail p {
  color: #bababa;
  font-size: 25px;
  margin: 0;
  font-family: "Poppins-Medium";
}

.hotel-contents {
  padding: 17px 46px;
}

.hotel-content {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hotel-content p {
  font-size: 28px;
  margin: 0;
  font-family: "Poppins-Medium";
}

.hotel-content img {
  width: 27px;
}

.hotel-amenity img {
  width: 38px;
}

.hotel-amenity {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 10px;
}

.hotel-amenities {
  display: flex;
  margin-top: 15px;
  align-items: center;
  padding: 16px 30px;
  flex-wrap: wrap;
}

.hotel-amenity figcaption {
  font-size: 26px;
  font-family: "Poppins-Light";
}

/* PRICE BREAK UP */

.card-right {
  background-color: rgb(42, 42, 42);
  color: white;
  border-style: none;
  border-radius: 20px;
  padding: 30px 20px;
}

.card-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 35px;
}

/* FORM */

.passenger-form button {
  border: none;
  background-color: transparent;
  color: white;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Poppins-SemiBold", sans-serif;
  cursor: pointer;
}

.passenger-form select {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  margin: 0;
  height: 46px;
  width: 100%;
  padding: 0 10px;
  font-size: 12px;
  color: #a69e9e;
}

.passenger-form input {
  background-color: transparent;
  /* border-top: 1px solid #9e9e9e !important; */
  border: none;
  border-radius: 5px;
  padding: 0;
  font-size: 13px;
  margin: 0;
  color: #fff;
  border-bottom: 1px solid #9e9e9e !important;
}

.passenger-form {
  /* padding: 40px; */
}

.travel-form {
  background-color: #2a2a2a;
  border-radius: 20px;
}

.form-details {
  padding-top: 40px;
}

.passenger-form h5 {
  color: white;
}

.payButton {
  padding-top: 20px;
}

/* PRICE BREAKUP 2 */

.coupon h5 {
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  font-size: 24px;
}

.card-Heading h5 {
  font-size: 38px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  padding-bottom: 25px;
}

.card-price p {
  line-height: 2;
  font-size: 24px;
  font-family: "Poppins-Medium";
}

.discount {
  color: #15d17c;
}

.first-trip {
  padding: 16px 16px;
  margin: 14px 0;
  border-radius: 16px;
  border: dashed;
}

.plan-inputs {
  background-color: #2a2a2a;
  border: none;
}

.slice {
  padding: 16px 16px;
  margin: 14px 0;
  border-radius: 16px;
  border: dashed;
}

.icici {
  padding: 16px 16px;
  margin: 14px 0;
  border-radius: 16px;
  border: dashed;
}

img.mapFullImg {
  width: 100%;
  object-fit: cover;
  height: 100%;
  /* border-radius: 15px; */
}

/* UTILITY CLASS. */

.btn {
  color: white;
}

button.pay-btn {
  margin: auto;
  display: block;
  padding: 15px 0px;
  background: linear-gradient(90deg,
      rgba(129, 84, 230, 0.87) 0.89%,
      rgba(230, 99, 171, 0.87) 98.39%);
  border-radius: 20px;
  color: white;
  width: 64%;
  font-size: 22px;
  font-weight: 600;
  border: none;
}

.destination-card_main_primary {
  display: flex;
}

.destinations-card h3 {
  text-align: center;
}

.continent_search {
  position: relative;
  text-align: right;
}

.input-group-popular_filter p {
  color: #ededed;
  font-size: 18px;
  font-family: "Poppins-Regular", sans-serif;
}

.input-group-popular_filter span {
  margin-left: auto;
  /* font-size: 20px; */
  font-family: "Poppins-Medium", sans-serif;
}

.range_start {
  font-size: 22px;
  font-family: "Poppins-Medium", sans-serif;
}

p.h-primary.primary_rating {
  color: #8e8e8e;
  font-size: 14px;
  font-family: "Poppins-Regular", sans-serif;
}

.input-group_landmark p {
  color: #ededed;
  font-size: 20px;
  font-family: "Poppins-Regular", sans-serif;
}

.location_price {
  margin-left: auto;
  font-size: 20px;
  font-family: "Poppins-Medium", sans-serif;
}

.hotel-details-choices-content h5 {
  font-weight: 600;
  font-size: 28px;
  /* font-family: 'Poppins-SemiBold'; */
}

.hotel-amenities-filter_main span {
  color: #a3a3a3;
  font-family: "Poppins-Light";
  font-size: 18px;
}

.flight-box p {
  font-size: 12px;
  font-family: poppins;
  margin: 0px;
}

.flight-box h6 {
  font-size: 15px;
  font-family: "poppins-semibold";
}

.flight-name h4 {
  font-size: 17px;
  font-family: poppins;
  font-weight: 500;
}

.departure-from h4 {
  font-size: 22px;
  font-family: poppins;
  font-weight: 600;
}

.departure-from h5 {
  font-size: 20px;
  font-family: poppins;
  font-weight: 500;
}

.reached-to h4 {
  font-size: 22px;
  font-family: poppins;
  font-weight: 600;
}

.reached-to h5 {
  font-size: 20px;
  font-family: poppins;
  font-weight: 500;
}

.flight-type p {
  font-family: Poppins;
  margin: 0px;
  color: #fff;
  font-size: 10px;
  /* background: #15c962; */
  padding: 2px 6px;
  border-radius: 4px;
}

.flight-info h6 {
  font-family: Poppins;
  margin: 0 !important;
}

.departure span,
.departure p,
.departure h6,
.arrival p {
  font-family: Poppins;
}

.basic h6 {
  font-size: 25px;
  font-family: Poppins;
  /* font-weight: 600; */
}

.cover figcaption {
  /* font-size: 15px; */
  font-family: Poppins;
  /* font-weight: 400; */
}

.money p {
  font-family: Poppins;
  /* font-size: 14px; */
  /* font-weight: 400; */
  color: rgb(163, 163, 163);
}

.passenger-form h5 {
  /* font-size: 30px; */
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: 600;
}

.best-offers h3 {
  /* font-size: 50px; */
  font-family: "Poppins";
  /* font-weight: 500; */
  font-family: "poppins-regular";
  color: #cdcdcd;
  /* white-space: nowrap; */
  /* margin-right: 10px; */
}

.best-offers h5 {
  font-size: 18px;
  font-family: "poppins-regular";
  font-weight: 300;
  color: #9d9d9d;
}

.grid-heading h2 {
  margin-bottom: 0px;
  text-align: center;
  font-family: "Poppins";
  color: #fff;
  /* font-size: 50px; */
  font-weight: 500;
}

.card-body h5 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
}

.city {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.travel-date {
  display: flex;
  align-items: center;
  text-align: start;
  margin-top: 6px;
  justify-content: space-between;
}

.flight-img img {
  width: 90%;
  margin: auto;
  display: block;
  /* padding-top: 27px; */
}

.emirates-route h4 {
  margin: 0px;
}

.emirates-route span {
  font-size: 14px;
  color: rgb(126, 126, 126);
}

.emirates-land h4 {
  margin: 0px;
  font-weight: 800;
}

.emirates-land span {
  font-size: 14px;
  color: rgb(126, 126, 126);
}

.from-date span {
  font-size: 13px;
  color: rgb(126, 126, 126);
}

.to-date span {
  font-size: 13px;
  color: rgb(126, 126, 126);
}

.to-date {
  text-align: end;
}

.emirates-logo img {
  margin-bottom: 22px;
}

.flight-img {
  padding: 0px !important;
  display: flex;
}

.date-check {
  display: flex;
  align-items: center;
  color: white;
  gap: 10px;
}

.date-check h5 {
  font-size: 17px;
}

.sorted-by {
  background-color: #232323;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
  border-radius: 10px;
}

.sorted-by h5 {
  font-size: 14px;
  font-weight: 400;
}

.sorted-by h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 0px 43px;
}

.deparature-card {
  background: linear-gradient(90deg,
      rgba(129, 84, 230, 0.87) 0.89%,
      rgba(230, 99, 171, 0.87) 98.39%);
  border-radius: 9px;
  padding: 21px 25px;
  /* margin-right: 16px; */
}

/* .deparature-card ::after {
    content: "";
} */

.flight-boxes {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
  gap: 10px;
  /* margin-left: auto; */
  /* justify-content: center; */
}

.flight-box {
  padding: 10px 6px;
  border-radius: 10px;
  padding-top: 0;
  color: rgb(255, 255, 255);
  margin-left: 10px;
  /* border-bottom: 2px solid; */
  /* background: rgba(255, 255, 255, 0.2); */
  border-radius: 0px;
  padding-bottom: 0;
}

.take-off-location {
  display: flex;
  align-items: center;
}

.take-off-location img {
  width: 30px;
  height: 30px;
  margin: 10px;
}

.quntas-route {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}

.visiting-route {
  justify-content: space-evenly !important;
}

.dropdown-price button {
  background-color: transparent;
  border-color: rgb(0, 140, 255);
  color: rgb(0, 140, 255);
  border-radius: 11px;
  padding: 6px;
}

.check-in {
  display: flex;
  gap: 18px;
}

.seat {
  margin: 0px;
}

.cabin-details {
  justify-content: space-between;
  background-color: white;
}

.cabin-details h6 {
  /* font-size: 12px; */
}

.economy-value h4 {
  font-size: 18px;
}

.economy-value h6 {
  font-size: 12px;
}

.economy-value {
  display: flex;
  justify-content: space-between;
  background-color: white;
  align-items: center;
}

.book-now button {
  border-style: none;
  border-radius: 8px;
  color: white;
  padding: 10px;
  background: linear-gradient(45deg,
      rgba(132, 83, 226, 0.84),
      rgba(206, 94, 182, 0.97));
  width: 100%;
  white-space: nowrap;
}

.multicity-book-now-btn {
  background: linear-gradient(45deg,
      rgba(132, 83, 226, 0.84),
      rgba(206, 94, 182, 0.97)) !important;
}

.flight-check h3 {
  font-size: 23px;
  font-weight: 400;
  font-family: Poppins;
  color: #fff;
}

.flight-check span {
  /* font-size: 41px; */
  font-weight: 600;
  /* padding: 0 20px; */
  font-family: Poppins;
  /* color: #fff; */
  color: #fff;
}

.weight {
  display: flex;
  gap: 45px;
  margin-right: 113px;
}

.charge {
  display: flex;
  gap: 31px;
}

.deparature-card-details {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  margin-top: 23px;
}

.dropdown-way button {
  border-style: none;
  color: white;
  background-color: transparent;
}

.trip-type h6 {
  color: white;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.trip-type {
  padding: 10px 20px;
  border-radius: 10px;
  margin: 0px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 10px;
  margin-right: 14px;
}

.btn-sign button {
  color: white;
  background-color: white;
  padding: 3px 13px;
}

.cabin-details {
  margin-top: 20px;
}

.acc-table {
  width: 100%;
  background: rgb(250, 250, 250);
  margin-top: 20px;
  border-spacing: 1px 14px;
  border-collapse: revert;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.acc-table th {
  font-size: 9px;
  font-family: roboto;
}

.acc-table tr {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.acc-table .cabin {
  background: rgb(250, 250, 250);
}

.ticket-container {
  width: 100%;
  margin: 14px 0px;
  margin-top: 18px;
  border-radius: 10px;
}

.ticket-container .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.circle {
  height: 33px;
  width: 31px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  bottom: 95px;
  right: 103px;
}

.circle2 {
  height: 33px;
  width: 31px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  right: 102px;
  bottom: -19px;
}

.circle3 {
  height: 33px;
  width: 31px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  right: 102px;
  top: -19px;
}

.circle4 {
  height: 33px;
  width: 31px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  bottom: -18px;
  right: 102px;
}

.hotel-detail-content.content_main p {
  font-size: 12px;
  color: #b5b5b5;
  margin-bottom: 1px;
}

.destination-content p {
  font-size: 20px;
  color: #cfcfcf;
  font-family: Poppins-Regular, sans-serif;
}

.hotel-section-content h2 {
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  font-family: "Poppins-SemiBold", sans-serif;
  position: relative;
}

li.room-item.h-primary {
  font-family: Poppins-Medium, sans-serif;
  font-size: 26px;
}

.room_detail p {
  color: white;
  font-size: 15px;
  font-family: "poppins-medium";
  margin: 4px 0;
}

.about-hotel p {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 14px;
  padding-top: 15px;
  margin: 0;
}

.hotel-option-contents h4 {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  font-family: "Poppins-SemiBold", sans-serif;
  margin-bottom: 10px;
}

.hotel-option-content p {
  font-size: 13px;
  font-family: "Poppins-Medium", sans-serif;
  margin: 0px;
  color: #d0d0d0;
  margin-top: 4px;
}

.content h5 {
  font-family: "poppins-light";
  /* font-weight: 600; */
  font-size: 26px;
  margin: 0;
  color: #fff;
}

.content p {
  font-family: "poppins-light";
  font-size: 19px;
  margin: inherit;
}

.overlay-container-content {
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /* top: 0; */
  margin: 0px;
  /* left: 0; */
}

.content {
  position: absolute;
  bottom: 25px;
  text-align: left;
}

.hotel-review h6 {
  font-size: 18px;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: 600;
  color: #fff;
}

.hotel-reviews p {
  margin: 0;
  font-size: 13px;
  font-family: "Poppins-Regular", sans-serif;
}

.rule-box p {
  font-size: 16px;
  font-family: "Poppins-Medium";
  margin: 0;
}

.rule-box span {
  color: #b8b8b8;
  font-size: 16px;
  font-family: "Poppins-Regular", sans-serif;
}

.rule p {
  color: #c8c8c8;
  font-size: 14px;
  font-family: "Poppins-Regular", sans-serif;
  margin: 0px;
}

.hotel-reception p {
  font-size: 14px;
  font-family: "Poppins-Regular", sans-serif;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0px;
}

.amount h4 {
  font-size: 23px;
  font-family: "Poppins-SemiBold";
  font-weight: 600;
  margin: 0;
}

.amount span {
  color: #15d17c;
  font-size: 36px;
  font-family: "Poppins-Medium";
}

.travel-main-container .blob2-container img {
  /* height: 100%; */
  width: 100%;
  object-fit: contain;
  position: absolute;
  top: 0px;
  right: -32%;
}

.location-container {
  flex: 0.5;
}

.location-container .location-item {
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.location-container .location-item img {
  height: 25px;
  width: 25px;
}

.location-container .location-item h2 {
  color: #fff;
}

.svg__character {
  fill: #06038d;
}

.svg__line {
  fill: none;
  stroke: #9251c1;
  stroke-dasharray: 6;
  stroke-width: 1;
  stroke-linejoin: round;
}

.svg__dot {
  fill: blue;
}

.svg__plane {
  transform: translate(-6px, -11px) rotate(25deg);
  fill: #9d53bb;
  opacity: 0;
}

.svg__mask {
  fill: none;
  stroke: white;
  stroke-width: 10;
  stroke-dasharray: 480;
  stroke-dashoffset: 480;
}

#planeAnim {
  position: absolute;
  z-index: 1;
  top: -40%;
  right: 0px;
  height: 186px;
  z-index: -1;
}

.card.card-background .full-background {
  background-position: 50%;
  background-size: cover;
  margin-bottom: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0rem;
}

.card.card-background .card-body {
  color: #fff;
  position: relative;
  z-index: 2;
}

.tourist-place-section a {
  text-decoration: none;
}

.card.card-background .card-body p {
  text-decoration: none;
  font-size: 13px;
}

.move-on-hover {
  transition: 0.2s ease-out;
  overflow: hidden;
  transform-origin: 50% 0;
  transform: perspective(999px) rotateX(0deg) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, box-shadow;
  border-radius: 6px;
}

.card.card-background {
  /* align-items: center; */
  position: relative;
  overflow: hidden;
}

.card .card-body {
  font-family: Open Sans;
  padding: 1.5rem;
}

.card.card-background:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.pt-12 {
  padding-top: 6rem !important;
}

.slider-bottom-nav {
  top: 57%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  header .nav-link {
    font-size: 30px;
  }

  .joylogoContainer {
    /* margin: auto; */
  }

  header .topNav {
    position: fixed;
    background: #fff;
    height: 100vh;
    top: 0;
    display: none;
    left: 0;
    width: 100vw;
    color: #000;

    padding-left: 0;
    flex-direction: column;
    padding: 68px 0px;
    top: -100%;
  }

  /*.dark-mode-container {
    position: absolute;
    right: 102px;
  } */

  /* nav.navbar span {
        background-color: #fff;
    } */

  .menu-btn {
    position: static;
    display: block;
    margin-right: 12px;
  }

  header .topNav .nav-link {
    color: #000;
  }

  .feature-blog-container {
    margin-top: 80px;
  }

  .select-destiny-container {
    flex-wrap: wrap;
    margin-bottom: 10px;
    /* justify-content: center; */
  }

  .select-destiny-container span {
    margin-left: 0;
  }

  .select-destiny-container select {
    flex: 0 0 30% !important;
  }

  /* .fromto-container {
        flex-wrap: wrap;
    } */

  .tourist-place-section .img-grid-container {
    display: inherit;
  }

  .tourist-place-section .img-grid-container .grid-item {
    margin-bottom: 20px;
  }

  .tourist-place-section .grid-heading img:nth-child(4) {
    right: 0px;
  }

  .tourist-place-section .grid-heading p {
    width: inherit;
  }

  .feature-slider {
    width: 100%;
  }

  .feature-slider .sliderabsolute-content h3 {
    font-size: 14px;
  }

  .feature-blog-container .slick-arrow-container h3 {
    margin: 0px 20px;
  }

  /* .travel-banner-container .bordered-input {
        flex: 1; 
        margin-bottom: 20px;
    } */
  /* .absolute-container {
        top: 51%;
    } */
  .travel-banner-container .dropdown button {
    font-size: 14px;
    padding-left: 0px;
  }

  .travel-box {
    margin: 16px 15px;
  }

  .hotel-details-choices-content span {
    padding: 0;
  }

  .travel-box-booking_box {
    margin: 15px;
  }

  #next>section.bottom-banner-section>div>div>div.slickCarousel.slick-initialized.slick-slider.slick-dotted>div {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  .travel-box {
    margin: 13px;
  }

  .location_price {
    margin: 0 37px;
  }

  .sidebar-amenity-boxes {
    gap: 10px;
  }
}

/*search stying*/

.search-locality-dropdown {
  position: absolute;
  top: 70px;
  left: -2em;
  z-index: 999;
  background-color: #fff;
  width: 22vw;
  border-radius: 3px;
  /*  opacity:0;
*/
  /* padding: 25px 11px; */
  display: none;
  border: 1px solid #e6e6e6;
  max-height: 300px;
  overflow: hidden;
  /* padding-top: 15px; */
}

.search-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
  cursor: pointer;
  z-index: 0;
  padding: 0px 10px;
}

.search-item h6 {
  font-size: 12px;
  font-family: "poppins-semibold";
  color: #898989 !important;
}

.search-item:hover {
  color: #000;
}

.search-item:hover h6 {
  color: #000;
}

.search-item:hover label {
  color: #000;
}

.search-item:hover i {
  color: #000;
}

.search-locality-dropdown .locality-listing p {
  font-size: 14px;
  color: #898989;
  cursor: pointer;
  margin-bottom: 0px;
  display: flex;
  align-items: flex-start;
  margin-right: 2px;
}

.search-locality-dropdown .locality-listing {
  margin-top: 10px;
}

.search-locality-dropdown .locality-container h6 {
  font-family: "poppins-semibold";
  font-size: 12px;
  margin-left: auto;
  margin-top: 4px;
}

.search-locality-dropdown .locality-listing i {
  margin-right: 10px;
}

.locality-container h5 {
  font-size: 15px;
  font-family: "poppins-semibold";
  margin-bottom: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 4px 5px 9px;
  border-bottom: 2px solid #9b9b9b26;
  font-family: sans-serif;
  background: linear-gradient(260deg, #8754df, #db60af);
  color: #fff;
  letter-spacing: 1px;
}

.gradient-tavel-home {
  background-image: linear-gradient(180deg, #0a0f17 72%, #31629f 95%);
}

.gradient-tavel-home header h1 {
  color: #fff !important;
}

.gradient-tavel-home .menu-btn span.line {
  background-color: #fff !important;
}

.footer-section {
  padding-top: 60px;
  padding-bottom: 50px;
}

/*hotel  detail css*/

.tab-layout-section .tab-content h3 {
  color: #ffff;
}

.hotels-section {
  margin-top: 40px;
}

.hotels-section .hotel-section-content p {
  margin: 0px;
  color: #a8a8a8;
}

.hotels-section .kings-room {
  border: 2px solid white;
  border-radius: 20px;
  padding: 13px 25px;
  flex-wrap: wrap;
  background: #212121;
  color: #fff;
}

.hotel-photos-section .sliderrow {
  height: 100%;
  width: 100%;
  margin: 0px;
  /* border-radius: 30px; */
}

.hotel-photos-section .item-hotel-photos .grid-arrow-container figure {
  margin: 0px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
}

.hotel-photos-section .item-hotel-photos .grid-arrow-container figure:nth-child(1) {
  left: 26px;
}

.hotel-photos-section .item-hotel-photos .grid-arrow-container figure:nth-child(2) {
  right: 0px;
}

.hotel-photos-section .item-hotel-photos .grid-arrow-container figure img {
  height: 100%;
  width: 100%;
}

.hotels-section .kings-room .kings-room-contents p {
  margin: 0px;
}

.review-container p {
  margin: 0px;
  /* font-size: 12px; */
}

.hotel-choices-content .hotel-choice-content img {
  height: 16px;
  width: 16px;
  margin-right: 10px;
}

.hotel-choices-content a {
  font-weight: 100;
  font-size: 13px;
}

.client-review-content p {
  margin: 0px;
}

/*tab-details layout*/

.tab-layout-section .nav-tabs .nav-link {
  border-bottom: 2px solid #e5e5e5;
  /* flex: 0 0 13%; */
  text-align: center;
  background: transparent;
  border: none;
  text-decoration: none;
  color: #fff;
  padding-bottom: 0;
}

.tab-layout-section .nav-tabs .nav-link.active {
  /* border-bottom: 3px solid transparent; */
  background-image: linear-gradient(to left, #743ad5, #d53a9d);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  padding-bottom: 15px;
}

.tab-layout-section nav {
  /* border-bottom: 2px solid #fff; */
  border-image-slice: 1;
}

.tab-layout-section .tab-content {
  background-color: #1717176b;
  padding: 30px 30px;
}

.tab-layout-section .hotel-reception p span {
  color: #fff;
  /* margin-left: 10px; */
  display: flex;
  /* align-items: center; */
}

.tab-layout-section .progress {
  /* margin:20px auto; */
  padding: 0;
  width: 100%;
  height: 8px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
  margin-top: 15px;
}

.tab-layout-section .bar {
  position: relative;
  float: left;
  /* min-width:1%; */
  height: 100%;
  background: #15d17c;
}

.tab-layout-section .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: tahoma, arial, helvetica;
  font-size: 12px;
  color: white;
}

.map-link {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

.hotel-amenities-section {
  margin-top: 40px;
}

/*profilecss*/

/****************************************** CLIENT DETAILS SECTION START ***************************************/

#client-details_main {
  background: linear-gradient(180deg, rgb(129 84 230 / 94%) 0%, #000 360px);
}

/************************************ HEADER STYLING START ******************************/

.line {
  width: 33px;
  background-color: white;
  height: 4px;
  margin: 3px 3px;
}

.home-container_main .navbar {
  display: flex;
  justify-content: space-between;
  padding: 24px 28px;
}

input#returnDatepicker::placeholder {
  color: #fff;
}

.home-container_main .navbar h1 {
  color: white;
  margin-right: auto;
  margin-left: 22px;
}

.home-container_main .navbar span {
  font-size: 33px;
  font-weight: 400;
}

/************************************ HEADER STYLING END ******************************/

/******************************* TRAVELLER DEtAIL START *****************************/

.traveller-details {
  background: #2a2a2a;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 18px 0;
}

.traveller-details-container {
  padding-left: 36px;
  padding-top: 36px;
  margin-top: 50px;
}

.profile-additional {
  width: 100%;
  margin: 0 !important;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 50%;
  /* border: 5px solid rgba(255, 255, 255, 0.2); */
  /* top: -40px; */
  /* left: -41px; */
}

.profilee-additional {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  /* margin-left: 30px; */
  /* border: 5px solid rgb(127 88 216); */
}

.traveller-detail {
  padding: 30px 0px;
}

#trav-det {
  padding-left: 0;
}

.traveller_contact-number {
  display: flex;
  padding: 6px 0;
}

.traveller-detail label {
  color: #8f8f8f;
  font-family: "Poppins";
}

.traveller-detail h1 {
  color: #fff;
  font-size: 21px;
  font-family: "Poppins";
  font-weight: 600;
}

.traveller-detail p {
  color: #8f8f8f;
  margin: 0;
  margin-top: 2px;
  font-family: "Poppins";
}

/******************************* TRAVELLER DETAIL END *****************************/

/************************************************************ PROFILE DETAIL STYLING START ****************************************/

.profile-detail {
  background: #2e2e2e;
  border-radius: 4px;
  padding: 20px 0;
}

.profile-details-container {
  padding-top: 15px;
}

.profile-link {
  display: flex;
  align-items: center;
  padding: 10px 30px;
}

.profile-detail span:hover {
  text-decoration: none;
}

.fig {
  margin: 0;
}

.figu {
  margin: 0;
  width: 20px;
  filter: invert(1);
}

.pro-pic {
  padding: 0;
  margin: auto !important;
  position: relative;
  z-index: 0;
  /* height: 100%; */
}

#profileImage:hover .dz-default {
  visibility: visible;
}

.profile-edit {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 12px 0px;
  text-decoration: underline;
  gap: 20px;
  /* text-align: center; */
  justify-content: center;
}

.edit-pen {
  background: none;
  border: none;
  color: #fff;
}

.edit-pencil {
  color: #fff;
  font-size: 15px;
}

/************************************************************ PROFILE DETAIL STYLING END ****************************************/

/************************************************* PROFILE COMPLETE STYLING START ***********************************************/

.profile-complete-section {
  padding-top: 38px;
  margin-top: 50px;
}

.profile-complete-container {
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  padding: 23px 30px;
}

.profile-complete_item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.profile-detail span {
  margin-right: auto;
  margin-left: 18px;
  color: #fff;
  font-size: 14px;
  /* font-family: 'Poppins'; */
}

.profile-complete-container h2 {
  font-size: 24px;
  /* font-family: 'Poppins'; */
  font-weight: 600;
  color: #000;
}

.profile-complete-container p {
  color: #474747;
  /* font-family: 'Poppins'; */
  font-size: 16px;
}

.profile-complete_item figcaption {
  color: #000;
  font-size: 14px;
  /* font-family: 'Poppins'; */
}

@media screen and (min-width: 300px) and (max-width: 775px) {
  #trav-det {
    text-align: center;
    font-size: 13px;
    padding-bottom: 3px;
  }

  #gen-det-inp {
    width: 100%;
  }
}

/************************************************* PROFILE COMPLETE STYLING END ***********************************************/

/************************************************** GENERAL DETAILS STYLING START **************************************************/

/* .general-details-container,
.general-detail-container {
    width: 100%;
    max-width: 100%; 
    overflow-x: hidden;
    box-sizing: border-box;
} */

.general-details-container {
  padding-bottom: 15px;
}

/* .general-details-container {
    max-width: 1200px; 
    margin: 0 auto;
    padding: 0 15px; 
    box-sizing: border-box;
} */

.general-details-container h3 {
  color: #fff;
}

.general-detail-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #2e2e2e;
  border-radius: 4px;
  padding: 20px 20px;
  box-sizing: border-box;
  /* margin-bottom: 20px; */
}

.general-detail-input {
  /* border-bottom: 2px solid #4b4b4b; */
  margin: 10px 0;
  width: 100%;
}

.general-detail-input-s {
  /* border-bottom: 2px solid #4b4b4b; */
  margin: 10px 0;
  font-size: 12px;
  color: #a8a8a8;
  width: 46%;
  position: relative;
  /* margin: 0; */
}

.general-detail-input-s input:disabled,
.general-detail-input-s input.disabled-field:disabled,
.general-detail-input-s input.w-100:disabled {
  background-color: #222 !important;
  color: #aaa !important;
  border-color: #444 !important;
  cursor: not-allowed;
  opacity: 1 !important;
}


.contact-email {
  border-bottom: 2px solid #4b4b4b;
  margin: 10px 0;
  width: 46%;
  position: relative;
}

.contact-email label {
  border: none;
  border-radius: 3px;
  padding: 4px 0;
  color: #a8a8a8;
  text-transform: uppercase;
  outline: none;
  margin: 0;
  font-size: 12px;
}

.contact-email input {
  padding-top: 5px;
  margin: 0;
  font-size: 12px;
  width: 100%;
  background: rgb(42, 42, 42);
  border: none;
  border-radius: 3px;
  padding: 4px 0;
  color: #fff;
  outline: none;
}

.contact-email-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
}

.general-detail-input-gender {
  border-bottom: 2px solid #4b4b4b;
  margin: 10px 0;
  width: 10%;
  position: relative;
}

.general-detail-input-form {
  /* border-bottom: 2px solid #4b4b4b; */
  margin: 10px 0;
  width: 35%;
  align-items: end;
  position: relative;
  display: flex;
}

.mbClass {
  margin-bottom: 10px;
}

.general-detail-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 10px;
}

.general-detail-container input {
  width: 92%;
  background: #2e2e2e;
  border: none;
  border-radius: 3px;
  padding: 4px 0;
  color: #fff;
  outline: none;
  border-bottom: 1px solid #4b4b4b;
}

.general-detail-container h3 {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 600;
}

.general-detail-container label {
  color: #a8a8a8;
  text-transform: uppercase;
  padding-top: 5px;
  margin: 0;
  font-size: 12px;
  /* font-family: 'Poppins'; */
}

.general-detail-inputs {
  padding: 10px 0;
  margin: 0px;
}

.validationImg img {
  width: 25px;
  height: 25px;
  margin: 15px 0;
  display: none;
}

/************************************************** GENERAL DETAILS STYLING END **************************************************/

/************************************************** PROGRESS BAR STYLING START *******************************************************************************/

.progress-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff00;
  margin: 0 20px;
  /* width: 280px; */
  /* height: 350px; */
  border-radius: 5px;
  border: none;
}

.progress-progress-card .percent {
  position: relative;
}

.progress-card svg {
  /* position: relative; */
  /* height: 210px; */
  /* width: 228px; */
  width: 100%;
  /* text-align: center; */
}

.progress-card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #c4c4c4;
  stroke-width: 10;
  stroke-linecap: round;
}

.progress-card svg circle:last-of-type {
  stroke-dasharray: 449px;
  stroke-dashoffset: 230;
  /* stroke: #3498db; */
}

.progress-card .number {
  position: absolute;
  top: 38%;
  left: 94px;
  transform: translate(-50%, -50%);
}

.progress-card .number h3 {
  font-weight: 400;
  font-size: 30px;
  margin: 0;
  /* font-family: 'Poppins'; */
}

.progress-card .number h3 span {
  font-size: 2rem;
}

.progress-card .title h2 {
  margin: 25px 0 0;
}

.progress-card:nth-child(1) svg circle:last-of-type {
  stroke: #1bad6b;
}

.progress-card:nth-child(2) svg circle:last-of-type {
  stroke: #2ecc71;
}

.circle-big {
  position: relative;
  width: 114px;
  height: 114px;
  margin: 30px auto 25px auto;
}

.circle-big svg {
  width: 114px;
  height: 114px;
}

.circle-big .bg {
  fill: none;
  stroke-width: 10px;
  stroke: var(--disable-color);
}

.circle-big .progress {
  fill: none;
  stroke-width: 10px;
  stroke: var(--orange-color);
  stroke-linecap: round;
  stroke-dasharray: 326.56;
  stroke-dashoffset: 60;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  animation: big 1.5s ease-in-out;
}

.circle-big .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 56%;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  line-height: 22px;
  transform: translate(-50%, -50%);
  color: var(--orange-color);
  font-weight: 500;
  font-size: 35px;
}

.circle-big .text .small {
  font-size: 14px;
  color: #fff;
}

.percent {
  width: 100%;
}

.filter-bg-icon {
  display: none;
}

/************************************************** PROGRESS BAR STYLING END *******************************************************************************/

/****************************************** CLIENT DETAILS SECTION END ****************************************/

/*profile css end*/

/* hotel-why-choose*/

.hotel-why-choose img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.hotel-why-choose {
  width: 100%;
}

.hotel-why-choose {
  /* height:200px; */
}

.hotel-why-choose .card-body {
  padding: 6px 0px;
  background: transparent;
}

.hotel-why-choose h6 {
  font-weight: 600;
}

.hotel-why-choose .card {
  margin: 0px;
}

.hotel-why-choose .card p {
  margin: 0px;
  font-size: 12px;
  color: #262626;
  margin-top: 6px;
}

.hotel-why-choose {
  background-color: #fff !important;
  padding-top: 58px;
  position: relative;
  text-align: center;
  padding-bottom: 49px;
}

.column2-card {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 30px;
  /* justify-content: center; */
  align-items: center;
  justify-content: center;
  width: 74%;
  margin: 17px auto !important;
  margin-top: 10px;
  margin-top: 11px;
}

.column2-card img {
  width: 150px;
  /* hotel-why-choose end*/
  border-radius: 14px;
  height: 108px;
}

.single-image {
  margin: 0px;
  margin-bottom: 18px;
}

.single-image img {
  height: 188px;
}

.row-container {
  margin-top: 40px;
}

.square-dots-container li {
  height: 40px;
  width: 40px;
  background: linear-gradient(180deg, #8154e6 3%, #e663ab 100%);
  border-radius: 6px;
  margin-bottom: 10px;
  position: absolute;
  top: -55px;
  /* left: 0px; */
  margin: 0px;
}

.square-dots-container li:nth-child(1) {
  right: 0px;
}

.square-dots-container li:nth-child(3) {
  bottom: 25px;
  top: inherit;
}

.square-dots-container li:nth-child(4) {
  bottom: 24px;
  top: inherit;
  right: 16px;
}

.hotel-why-choose .card {
  margin-bottom: 20px;
}

/*switch mode*/

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */

#switchMode .switch input {
  display: none;
}

/* The slider */

#switchMode .sliderswitch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#switchMode .sliderswitch:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#switchMode input:checked+.sliderswitch {
  background-color: #2196f3;
  content: attr(data-on);
}

#switchMode input:focus+.sliderswitch {
  box-shadow: 0 0 1px #2196f3;
}

#switchMode input:checked+.sliderswitch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

#switchMode .sliderswitch.round {
  border-radius: 34px;
}

#switchMode .sliderswitch.round:before {
  border-radius: 50%;
}

.light-theme .hotel-card-item .content_main h4 {
  color: #000;
}

.round-ticket {
  display: flex;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  background: #fff;
  padding: 15px 10px;
  align-items: center;
  margin-top: 16px;
  border-radius: 4px;
  flex-wrap: wrap;
  flex: 0 0 100%;
  border-radius: 8px;
  margin-right: 24px;
  display: flex;
  scroll-snap-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  margin-bottom: 10px;
}

/*switch mode*/

/*ticket table stying*/

.ticket-table-container .ticket-info-item .info-con {
  /* display: flex; */
  /* box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px; */
  background: #fff;
  /* padding: 15px 10px; */
  align-items: center;
  /* margin-top: 16px; */
  border-radius: 4px;
  flex-wrap: wrap;
  flex: 0 0 100%;
  /* border-radius: 8px; */
  /* margin-right: 24px; */
  display: flex;
  scroll-snap-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 10px 10px 0px;
  border-left: 4px solid #15d17c;
  /* border-top: 1px solid rgba(0, 0, 0, 0.22); */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.22); */
  /* margin-bottom: 10px; */
}

.ticket-table-container .ticket-info-item ul {
  margin: 0px;
  /* flex: 0 0 12.5%; */
  text-align: left;
  /* justify-content: center; */
  align-items: center;
}

.ticket-table-container .flight-comp-img {}

.ticket-table-container ul .book-now {
  text-align: center;
}

.ticket-table-container ul .book-now a {
  color: #008cff;
}

.ticket-table-container ul li:nth-child(1) {
  color: #8c8a8a;
  /* display: none; */
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  /* identical to box height */
  color: #000000;
}

.ticket-table-container ul li:nth-child(2) {
  /* font-size: 16px; */
  /* text-align: right; */
  margin-left: 15px;
  text-align: center;
}

.ticket-table-container ul li {
  /* flex: 0 0 12%; */
  font-size: 12px;
  /* padding: 13px 12px; */
  text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ticket-table-container ul .fare-head {
  /* display: flex!important; */
  /* flex-direction: column; */
  /* gap: 10px; */
  /* text-align: revert; */
}

.ticket-table-container ul .fare-head::before {
  content: "";
}

.ticket-table-container ul .fare-head h5 {
  font-size: 15px;
}

.ticket-table-container ul .fare-head a {
  color: #008cff;
}

.ticket-table-container {
  /* padding: 20px 32px; */
  /* margin-top: 18px; */
}

/*ticket table styling end*/

.take-off-location h3 {
  color: #fff;
  font-size: 17px;
}

/* .error {
  color: red !important;
} */

.table-header-container {
  background-color: #fff;
  margin: 6px 0px;
  padding: 4px 0px;
}

.table-header-container ul {
  display: flex;
  align-items: center;
  margin: 0px;
  justify-content: space-between;
}

.table-header-container ul li {
  display: block !important;
}

.table-header-container ul li {
  text-align: center;
  flex: 0 0 15%;
  font-size: 10px;
  color: #000;
}

.res-price {
  /* display: none; */
}

.book-now h3 {
  color: #000 !important;
}

.flights-section h3 {
  color: #fff;
  font-family: "poppins-regular";
}

.absolute-price-container p {
  margin-bottom: 0;
  color: #d0d0d0;
  font-size: 11px;
}

.search-container {
  position: relative;
}

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap");

:root {
  --calendar-bg-color: #262829;
  --calendar-font-color: #fff;
  --weekdays-border-bottom-color: #404040;
  --calendar-date-hover-color: #505050;
  --calendar-current-date-color: #1b1f21;
  --calendar-today-color: linear-gradient(to bottom, #03a9f4, #2196f3);
  --calendar-today-innerborder-color: transparent;
  --calendar-nextprev-bg-color: transparent;
  --next-prev-arrow-color: #fff;
  --calendar-border-radius: 16px;
  --calendar-prevnext-date-color: #484848;
}

.calendar {
  font-family: "IBM Plex Sans", sans-serif;
  position: relative;
  min-width: 300px;
  /*change as per your design need */
  /* min-width: 320px; */
  background: #ffffff;
  color: var(--calendar-font-color);
  /* margin: 20px auto; */
  box-sizing: border-box;
  overflow: hidden;
  font-weight: normal;
  border-radius: var(--calendar-border-radius);
  position: absolute;
  top: 70px;
  border-radius: 3px;
  left: 0px;
  color: black;
  z-index: 1;
}

.calendar-inner {
  padding: 10px 10px;
}

.calendar .calendar-inner .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.calendar .calendar-inner .calendar-body div {
  padding: 4px;
  min-height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
  margin: 5px 2px 0px;
}

.calendar .calendar-inner .calendar-body div:nth-child(-n + 7) {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div:nth-child(-n + 7):hover {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendar .calendar-inner .calendar-body div>a {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.calendar .calendar-inner .calendar-body div:hover {
  border: 1px solid var(--calendar-date-hover-color);
  border-radius: 4px;
}

.calendar .calendar-inner .calendar-body div.empty-dates:hover {
  border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.calendar .calendar-inner .calendar-today-date {
  display: grid;
  text-align: center;
  cursor: pointer;
  margin: 3px 0px;
  background: #e0e0e0;
  padding: 8px 0px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  display: none;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month {
  display: flex;
  min-width: 100px;
  justify-content: space-evenly;
  align-items: center;
}

.calendar .calendar-inner .calendar-controls .calendar-next {
  text-align: right;
}

.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
.calendar .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
  font-weight: 500;
  font-size: 20px;
}

.calendar .calendar-inner .calendar-body .calendar-today {
  background: var(--calendar-today-color);
  border-radius: 4px;
}

.calendar .calendar-inner .calendar-body .calendar-today:hover {
  border: 1px solid transparent;
}

.calendar .calendar-inner .calendar-body .calendar-today a {
  outline: 2px solid var(--calendar-today-innerborder-color);
}

.calendar .calendar-inner .calendar-controls .calendar-next a,
.calendar .calendar-inner .calendar-controls .calendar-prev a {
  color: var(--calendar-font-color);
  font-family: arial, consolas, sans-serif;
  font-size: 26px;
  text-decoration: none;
  padding: 4px 12px;
  display: inline-block;
  background: var(--calendar-nextprev-bg-color);
  /* margin: 10px 0 10px 0; */
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg {
  height: 20px;
  width: 20px;
  filter: invert(1);
}

.calendar .calendar-inner .calendar-controls .calendar-next a svg path,
.calendar .calendar-inner .calendar-controls .calendar-prev a svg path {
  fill: var(--next-prev-arrow-color);
}

.calendar .calendar-inner .calendar-body .prev-dates,
.calendar .calendar-inner .calendar-body .next-dates {
  color: #a0a0a0;
}

.calendar .calendar-inner .calendar-body .prev-dates:hover,
.calendar .calendar-inner .calendar-body .next-dates:hover {
  border: 1px solid transparent;
  pointer-events: none;
}

.calendar.clafrom {
  display: none;
}

.calendarr {
  font-family: "IBM Plex Sans", sans-serif;
  position: relative;
  min-width: 300px;
  /*change as per your design need */
  /* min-width: 320px; */
  background: #ffffff;
  color: var(--calendar-font-color);
  /* margin: 20px auto; */
  box-sizing: border-box;
  overflow: hidden;
  font-weight: normal;
  border-radius: var(--calendar-border-radius);
  position: absolute;
  top: 70px;
  border-radius: 3px;
  left: 0px;
  color: black;
  display: none;
  z-index: 1;
}

.calendar-inner {
  padding: 10px 10px;
}

.calendarr .calendar-inner .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.calendarr .calendar-inner .calendar-body div {
  padding: 4px;
  min-height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
  margin: 10px 2px 0px;
  color: black;
}

.calendarr .calendar-inner .calendar-body div:nth-child(-n + 7) {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendarr .calendar-inner .calendar-body div:nth-child(-n + 7):hover {
  border: 1px solid transparent;
  border-bottom: 1px solid var(--weekdays-border-bottom-color);
}

.calendarr .calendar-inner .calendar-body div>a {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
}

.calendarr .calendar-inner .calendar-body div:hover {
  border: 1px solid var(--calendar-date-hover-color);
  border-radius: 4px;
}

.calendarr .calendar-inner .calendar-body div.empty-dates:hover {
  border: 1px solid transparent;
}

.calendarr .calendar-inner .calendar-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.calendarr .calendar-inner .calendar-today-date {
  display: grid;
  text-align: center;
  cursor: pointer;
  margin: 3px 0px;
  background: var(--calendar-current-date-color);
  padding: 8px 0px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  display: none;
}

.calendarr .calendar-inner .calendar-controls .calendar-year-month {
  display: flex;
  min-width: 100px;
  justify-content: space-evenly;
  align-items: center;
}

.calendarr .calendar-inner .calendar-controls .calendar-next {
  text-align: right;
}

.calendarr .calendar-inner .calendar-controls .calendar-year-month .calendar-year-label,
.calendarr .calendar-inner .calendar-controls .calendar-year-month .calendar-month-label {
  font-weight: 500;
  font-size: 20px;
}

.calendarr .calendar-inner .calendar-body .calendar-today {
  background: var(--calendar-today-color);
  border-radius: 4px;
}

.calendarr .calendar-inner .calendar-body .calendar-today:hover {
  border: 1px solid transparent;
}

.calendarr .calendar-inner .calendar-body .calendar-today a {
  outline: 2px solid var(--calendar-today-innerborder-color);
}

.calendarr .calendar-inner .calendar-controls .calendar-next a,
.calendarr .calendar-inner .calendar-controls .calendar-prev a {
  color: var(--calendar-font-color);
  font-family: arial, consolas, sans-serif;
  font-size: 26px;
  text-decoration: none;
  padding: 4px 12px;
  display: inline-block;
  background: var(--calendar-nextprev-bg-color);
  margin: 10px 0 10px 0;
}

.calendarr .calendar-inner .calendar-controls .calendar-next a svg,
.calendarr .calendar-inner .calendar-controls .calendar-prev a svg {
  height: 20px;
  width: 20px;
  filter: invert(1);
}

.calendarr .calendar-inner .calendar-controls .calendar-next a svg path,
.calendarr .calendar-inner .calendar-controls .calendar-prev a svg path {
  fill: var(--next-prev-arrow-color);
}

.calendarr .calendar-inner .calendar-body .prev-dates,
.calendarr .calendar-inner .calendar-body .next-dates {
  color: #9f9f9f;
}

.calendarr .calendar-inner .calendar-body .prev-dates:hover,
.calendarr .calendar-inner .calendar-body .next-dates:hover {
  border: 1px solid transparent;
  pointer-events: none;
}

#datepicker {
  margin: 0 auto;
  /* padding: 50px 0; */
  /* width: 400px; */
}

.input-group-addon {
  background-color: #efefef;
}

input#leaveFrom::placeholder {
  color: #ffffffbd;
}

input#leaveFromHotel::placeholder {
  color: #ffffffbd;
}

input#referencePoint::placeholder {
  color: #ffffffbd;
}

input::placeholder {
  color: #ffffffbd;
}

::placeholder {
  color: #ffffffbd;
}

input#goingTo::placeholder {
  color: #ffffffbd;
}

input#datepicker::placeholder {
  color: #ffffffbd;
}

input#dateTo::placeholder {
  color: #ffffffbd;
}

input#datepicker1::placeholder {
  color: #ffffffbd;
}

input#dateFrom::placeholder {
  color: #ffffffbd;
}

input#datepicker3::placeholder {
  color: white;
}

.datepicker table tr td.highlighted {
  background: none !important;
}

.absolute-container.second {
  top: -5px;
  right: -49px;
  height: fit-content;
  display: none;
}

.nice-select {
  background-color: transparent !important;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 0px;
}

.nice-select span {
  color: #fff;
}

#todate {
  display: none;
}

input#datepicker2::placeholder {
  color: white;
}

.datepicker.datepicker-inline {
  position: absolute;
  top: 30px;
  left: -13px;
}

table.table-condensed {
  background: white;
}

.direction-line-con {
  display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
  /* margin-top: 20px; */
}

.circle-con {
  width: 16px;
  height: 16px;
  background: rgba(103, 103, 103, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-dot {
  width: 10px;
  height: 10px;
  border-radius: 40px;
  background: #676767;
}

.direction-line-con hr {
  border: 1px dashed #676767;
  width: 70px;
  margin: 16px 0px;
}

hr.cutter {
  border-bottom: 2px dashed #a7a7a7;
  transform: rotate(90deg);
  margin: 0px;
  width: 7%;
  height: 0px;
  background-color: #fff;
}

.direction-line-con img {
  width: 24px;
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 5px;
}

.ticket-info-item ul:first-child {
  flex: 0 0 21%;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style-type: none;
}

li.res-price h6 {
  font-weight: 500;
  font-size: 14px;
  color: black;
}

.ticket-table-container .ticket-info-item ul li b {
  font-weight: 600;
  font-size: 12px;
  display: block;
  color: #000000;
}

.stopage-con h1 {
  color: black;
  font-weight: 500;
  font-size: 12px;
}

.stopage-con hr {
  border: 1.5px solid #15d17c;
  margin: 0px;
}

.stopage-con p {
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

ul.name-time li {
  font-weight: 600;
  font-size: 12px !important;
}

.ticket-info-item ul:nth-child(5) {
  flex: 0 0 12%;
  list-style-type: none;
}

li.flight-comp-img img {
  width: 30px;
  margin-left: 10px;
}

.table-header-container ul li:nth-child(1) {
  /* margin-left: 72px; */
  font-size: 10px;
  font-weight: 100;
  color: #212529;
  flex: 0 0 18%;
}

.table-header-container ul li:nth-child(2) {
  text-align: center;
  flex: 0 0 20%;
  margin-left: 0;
}

.table-header-container ul li:nth-child(3) {
  flex: 0 0 8%;
}

.table-header-container ul li:nth-child(4) {
  flex: 0 0 15%;
  text-align: center;
}

.layover-con hr {
  border: 1px dashed rgb(0 0 0 / 9%);
  margin: 0px;
  height: 0px;
  background: none;
}

.layover-con {
  position: relative;
  padding: 0px 30px;
  background: white;
}

.layover-time {
  padding: 6px 30px;
  font-weight: 100;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  color: #fff;
  margin: 0 15px;
  border-radius: 10px;
  position: absolute;
  /* right: 0; */
  /* left: 0; */
  background: #f79327;
  /* margin-left: auto; */
  /* margin-right: auto; */
  top: 0px;
  width: fit-content;
  text-align: center;
  transform: translate(-50%, 0%);
  left: 50%;
}

.booking-layover-time {
  padding: 6px 30px;
  font-weight: 100;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin: auto;
  border-radius: 10px;
  background: #f79327;
  width: fit-content;
  text-align: center;
}

.layover-time p b {
  font-weight: 600;
}

.layover-time p {
  margin: 0px;
}

.ticket-info-item {
  margin-bottom: 10px;
  width: 100%;
}

.pl-0 {
  padding-left: 0 !important;
}

.br-yellow {
  border-color: #00cc8e !important;
}

/* .flight-check {
    padding: 0px 3%;
} */

.ticket-info-item ul:nth-child(2) {
  flex: 0 0 16%;
  text-align: center;
  list-style-type: none;
}

.ticket-info-item ul:nth-child(3) {
  flex: 0 0 8%;
  list-style-type: none;
}

.ticket-info-item ul:nth-child(4) {
  flex: 0 0 13%;
  list-style-type: none;
}

.table-header-container ul li:nth-child(5) {
  flex: 0 0 10%;
}

.ticket-info-item ul:nth-child(6) {
  flex: 0 0 13%;
  list-style-type: none;
}

.table-header-container ul li:nth-child(6) {
  flex: 0 0 13%;
}

.table-header-container ul li:nth-child(7) {
  flex: 0 0 11%;
}

.ticket-info-item ul:nth-child(7) {
  flex: 0 0 10%;
  list-style: none;
}

body.double .flight-check {
  padding: 0px;
  flex: 0 0 49%;
}

body.double .flight-name {
  flex-direction: column;
}

body.double .flight-name h4 {
  font-size: 16px;
}

body.double .flight-check-con {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

body.double .flights-section .ticket-item .big-ticket .departure-from h5 {
  font-size: 14px;
}

body.double .flights-section .ticket-item .big-ticket .price-drop {
  flex: 0 0 22%;
}

body.double .flights-section .ticket-item .big-ticket .price-drop button {
  font-size: 11px;
  padding: 5px 4px;
  margin: 0px 7px;
  width: fit-content;
}

body.double .flights-section .ticket-item .big-ticket .price-drop h4 {
  font-size: 20px;
}

body.double .ticket-info-item ul:first-child {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 8px;
  flex: 0 0 14%;
}

body.double .ticket-table-container ul .fare-head h5 {
  font-size: 12px;
}

body.double .info-con ul li:nth-child(1) {
  font-size: 12px;
}

body.double .ticket-info-item ul:nth-child(2) {
  flex: 0 0 7%;
}

body.double .table-header-container ul li:nth-child(2) {
  flex: 0 0 8%;
}

body.double .table-header-container ul li:nth-child(1) {
  flex: 0 0 16%;
}

body.double ul.name-time li {
  font-size: 14px !important;
}

body.double .ticket-table-container .ticket-info-item ul li b {
  font-size: 14px;
}

body.double .ticket-info-item ul:nth-child(4) {
  flex: 0 0 20%;
}

body.double .ticket-info-item ul:nth-child(6) {
  flex: 0 0 20%;
}

body.double .stopage-con h1 {
  font-size: 12px;
}

body.double .stopage-con p {
  font-size: 10px;
}

body.double .ticket-info-item ul:nth-child(7) {
  flex: 0 0 3%;
}

body.double .ticket-info-item ul:nth-child(3) {
  flex: 0 0 7%;
}

body.double .table-header-container ul li:nth-child(3) {
  flex: 0 0 7%;
}

body.double .table-header-container ul li:nth-child(4) {
  flex: 0 0 20%;
}

body.double .table-header-container ul li:nth-child(6) {
  flex: 0 0 20%;
}

body.double .table-header-container ul li:nth-child(7) {
  flex: 0 0 5%;
}

body.double .flights-section .ticket-item .big-ticket .price-drop button img {
  width: 10px;
  margin-left: 2px;
  height: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

/* NEW CSS ******* 21/9*/

.dropdown-menu-right {
  left: -22px;
  /* padding: 10px 0; */
  border-radius: 10px;
  min-width: 246px;
  /* min-height: 108px; */
  top: 34px;
}

.w-400 {
  min-width: 305px;
  border-radius: 10px;
}

.datepicker table tr td span {
  margin: 0px 6px !important;
  /* width: 48% !important; */
  /* height: 17% !important; */
}

.pricing-container .makeFlex {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.--flex-column .rip {
  text-align: center;
}

a.search-btn {
  margin: 5px 0;
  text-decoration: none;
  color: #fff;
}

a.search-btn figcaption {
  font-size: 12px;
  color: #000;
  font-family: poppins;
  color: #fff;
}

#show,
#destShow {
  color: #fff;
  font-size: 12px;
  padding-top: 6px;
  position: absolute;
}

.positionSticky {
  position: sticky;
  top: 76px;
  /* overflow-y: auto; 
  max-height: 94vh; */
}

.from-to-container .price-break-card .total-amount li {
  font-size: 16px !important;
}

#datepicker4::placeholder {
  color: #fff !important;
}

#datepickerToHotel::placeholder {
  color: darkgrey;
}

.bordered-input .form-control::placeholder {
  opacity: 0.3;
}

.quantityDropdown {
  display: flex;
  justify-content: space-between;
  /* margin: 10px 0; */
  gap: 5px;
  padding-bottom: 11px;
  /* padding: 0 22px; */
  align-items: center;
}

.quantityDropdown .dropdown-item {
  width: 327px;
  cursor: default;
  padding: 0;
  background: transparent;
  font-size: 12px;
}

.p-5 {
  padding: 0 8px !important;
}

.quantity_minus {
  /* padding: 7px 12px; */
  background: #fff;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  line-height: 32px;
  text-align: center;
  color: #000000ba;
  border: 1px solid #cecece;
  cursor: pointer;
}

.quantity_plus {
  /* padding: 7px 12px; */
  background: #fff;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  line-height: 32px;
  text-align: center;
  color: #000000ba;
  border: 1px solid #cecece;
  cursor: pointer;
}

.quantity_plus:hover {
  background-color: #f1f1f1;
  color: #676767;
}

.quantity_minus:hover {
  background-color: #f1f1f1;
  color: #676767;
}

.pass_number {
  padding: 7px 12px;
  margin: 0;
  color: black;
  font-size: 14px;
}

.quantity_minus {
  color: grey;
  border-color: grey;
  font-size: 21px;
}

.quantity_plus {
  color: grey;
  border-color: grey;
  font-size: 21px;
}

.quantity_manage {
  /* margin: 0 22px; */
}

.done_btn:hover {
  background-color: #000;
  color: #fff;
}

.done_btn {
  padding: 4px 19px;
  background-color: #fff;
  border: 1px solid grey;
  display: table;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  margin-left: auto;
  border-radius: 8px;
  margin-top: 4px;
}

.quantity_manage hr {
  /* width: 78%; */
  display: none;
  margin: 10px auto;
  /* margin-top: 0; */
  display: block;
  /* border-bottom: 3px solid #c4c4c4; */
  /* border: navajowhite; */
}

.p-0 {
  padding: 0;
}

.show_error {
  display: none;
  color: crimson;
  background: #ff000029;
  border: 1px solid crimson;
  margin-top: 0 4px;
  font-size: 10px !important;
  border-radius: 4px;
  padding: 4px 10px;
}

.travellingContent {
  /* width: 100%; */
}

input#departDate\ departDatepicker {
  background: transparent;
  border: none;
  padding: 0;
  color: #fff;
}

.ticketd {
  background: transparent !important;
  border: none;
  padding: 0;
  color: #fff;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  border-radius: 0px !important;
  padding: 4px 4px !important;
}

.dropdown-way a.dropdown-item {
  text-decoration: none;
}

.nice-select .option {
  color: #000;
}

/* .dropdown-menu.show {
    border-radius: 8px;
    min-width: 200px;
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    height: 13%;
    justify-content: space-between;
} */

.dropdown-way {
  padding-top: 6px;
}

td.disabled.day:hover {
  border: 1px solid #3b3a3a;
  border-radius: 10px;
  background: none;
}

td.day:hover {
  border: 1px solid #585656;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  cursor: pointer !important;
}

.datepicker .datepicker-switch:hover {
  background: none !important;
}

.datepicker table tr td span {
  width: 39% !important;
  margin: 0 6px !important;
}

.activeImg {
  transform: rotate(180deg);
}

button.editPlan {
  background: #0000002e;
  color: #fff;
  border: none;
  filter: blur(0.5px);
  padding: 9px 20px;
  display: none;
  /* margin: 0 35px; */
  border-radius: 8px;
}

.loaderSearch {
  background: #0000002e;
  color: #fff;
  border: none;
  filter: blur(0.5px);
  padding: 9px 20px;
  /* margin: 0 35px; */
  border-radius: 8px;
}

/* Edit search */

.travel_planChange-container {
  width: 100%;
  padding: 28px 0;
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 999;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.travel_planEdit .nav-tabs {
  border-bottom: none;
  gap: 42px;
}

.collapsed img {
  transform: rotate(180deg);
}

.travelPlan_searches {
  display: flex;
  align-items: center;
  padding: 40px 0;
  gap: 30px;
}

.travelPlan_searches .travel-flex {
  display: flex;
  align-items: center;
}

.travelPlan_searches .travelPlans label {
  color: #8a8a8a;
}

.travelPlan_searches .travelPlans .search-dropdown {
  background-color: #c1c1c1;
  /* margin-top: 5px; */
  position: absolute;
  padding: 10px 10px;
  border-radius: 8px;
  width: 22%;
  z-index: 1;
}

.travelPlan_searches .travelPlans .search-dropdown .search-items {
  display: flex;
  margin: 10px 0;
  align-items: center;
  justify-content: space-between;
}

.travelPlan_searches .travelPlans .search-dropdown .search-items label {
  margin-right: auto;
  margin-left: 8px;
  margin-bottom: 0;
  color: #000;
}

.travelPlan_searches .travelPlans .search-dropdown .search-items img {
  width: 16px;
}

.travel_planChange-container h1 {
  color: #000;
  font-size: 28px;
}

.EditPlan-overlayContainer {
  /* position: fixed; */
  height: 100%;
  width: 100%;
  background: #00000091;
  /* z-index: 9999; */
  backdrop-filter: blur(5px);
  /* display: none; */
}

.travel_planTabs .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  /* background-color: #fff; */
  /* border-color: #dee2e6 #dee2e6 #fff; */
}

.travel_planTabs .nav-tabs .nav-link.active {
  color: #495057;
  border-radius: 8px;
  border: none;
  text-decoration: underline;
}

.travel_planTabs a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
}

.travel_planChange-container .travel_planEdit {
  padding-top: 27px;
}

.travelPlan_searches .travelPlans input {
  background: transparent;
  border-bottom: 1px solid #0000007d;
  border-radius: 0;
  padding: 5px 0px;
  cursor: pointer;
}

button.btn-changesPlan {
  padding: 13px 19px;
  border-radius: 8px;
  border: 2px solid #008cff;
  background: #008cff2e;
  font-weight: 500;
  color: #36a4fe;
  font-size: 14px;
}

.travel_planChange-container .planChange-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.planClose-btn {
  padding: 8px 25px;
  border-radius: 8px;
  border: 2px solid #008cff;
  background: #008cff2e;
  font-weight: 500;
  color: #36a4fe;
  font-size: 14px;
}

.rotate {
  transform: rotate(180deg);
}

.modify-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modify-search h4 {
  color: #fff;
  font-size: 21px;
}

.right-navbar {
  height: 100%;
  position: fixed;
  background-color: rgb(42, 42, 42);
  padding: 50px 25px 20px 25px;
  z-index: 20;
  right: -100%;
  width: 58%;
  overflow-y: auto;
  top: 0;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.right-navbar .closefullImg {
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 18px;
}

.right-navbar .heading {
  /* font-weight: 800; */
  margin-bottom: 5px;
  color: black;
}

.img-container {
  text-align: end;
  /* padding: 20px 38px; */
}

button.editGroupPlan {
  background: transparent;
  padding: 0;
}

.editGroupPlan::after {
  display: none;
}

button.editGroupPlan.btn.btn-danger.dropdown-toggle {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

#populateA {
  overflow-y: auto;
}

#populateA .layoverContainer .ticket-info-item {
  margin: 0px;
}

#populateA .ticket-info-item {
  margin: 20px 5px 0px 0px;
}

/****************************************** MY BOOKING CSS START ***************************************/

body {
  background-color: #000;
}

.bookingPlans-container .sectionHeader {
  color: #fff;
  text-transform: uppercase;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bookingPlans-container .sectionHeader h1 {
  font-size: 30px;
}

.bookingTabs-wrapper {
  /* padding-top: 57px; */
  border: 1.5px solid #fff;
  border-radius: 15px;
  margin-bottom: 40px;
}

.bookingPlans-container {
  /* padding: 35px 0; */
  padding-bottom: 20px;
  padding-top: 60px;
}

.bookingTabs-wrapper .bookingTabs .nav-item {
  text-transform: capitalize;
}

.bookingTabs-wrapper .bookingTabs .nav-item a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.bookingTabs-wrapper .bookingTabs {
  /* height: 50vh; */
  background-color: #000;
  /* border: 1px solid #fff; */
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bookingTabs-wrapper .bookingTabs .nav {
  justify-content: space-between;
  padding: 22px 50px;
  border-bottom: 1.5px solid #fff;
  /* background-color: #252525; */
  background: linear-gradient(90deg,
      rgba(129, 84, 230, 0.87) 0.89%,
      rgba(230, 99, 171, 0.87) 98.39%);
  border-radius: 15px 15px 0px 0px;
}

.bookingTabs-wrapper.bookingTabs-wrapper .bookingTabs .nav-pills .nav-link.active {
  color: #fff;
  background-color: transparent;
  /* padding: 13px 40px; */
  border-radius: 10px;
}

.tab-pane {
  color: #fff;
}

.travelBookingContainer .bookingCards-wrapper .allBookingCards {
  background-color: #252525;
  padding: 15px 30px;
  margin: 0 5px;
  border-radius: 10px;
}

.travelBookingContainer .bookingCards-wrapper .allBookingCards .bookingTables {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.travelBookingContainer .bookingCards-wrapper .allBookingCards .bookingTables h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.travelBookingContainer {
  padding-top: 30px;
}

.travelBookingContainer .detailsLink {
  text-align: end;
  margin: 14px 21px;
}

/* .bookingCards-wrapper .detailsLink a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.6px;
  opacity: 0.9;
} */

.bookingCards-wrapper .detailsLink button {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  background: none;
  letter-spacing: 0.6px;
  opacity: 0.9;
}

.bookingCards-wrapper .bookingContentDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  position: relative;
  margin: 0 20px;
}

.bookingCards-wrapper .bookingContentDetails h3 {
  font-size: 21px;
  text-transform: capitalize;
}

.contentPrimary {
  background-color: #252525;
  margin: 28px 5px;
  padding: 10px;
  cursor: pointer;
  border-radius: 15px;
}

/* h3.position {
  position: absolute;
  left: 48%;
  transform: translate(-50%, -50%);
  top: 64%;
  bottom: -25%;
} */

h3.makeFlex {
  flex: 0 0 20%;
  white-space: nowrap;
}

.contentPrimary:hover {
  outline: 1px solid #e0e0e0;
}

.tab-pane {
  /*  margin: 20px;
*/
  text-transform: capitalize;
}

.dropdown-container {
  margin: auto;
  display: flex;
  background: #c4c4c421;
  gap: 20px;
  border-radius: 5px;
  padding: 0 15px;
  padding-right: 30px;
}

.sectionHeader .select {
  position: relative;
  width: 220px;
}

.sectionHeader select {
  -webkit-appearance: none;
  background-color: transparent;
  outline: 0;
  border: 0;
  display: block;
  width: 100%;
  padding: 0px 15px;
  /* height: 3rem; */
  font-size: 1rem;
  height: 62px;
  font-weight: 400;
}

.sectionHeader select option {
  text-transform: capitalize;
}

.sectionHeader select:focus+fieldset {
  border: 2px solid #c5c5c7;
}

.sectionHeader legend {
  margin: -1px 0px 0px -1px;
}

.sectionHeader select:hover+fieldset {
  border-color: #c5c5c7;
}

.sectionHeader fieldset {
  position: absolute;
  border: 1px solid #ffffff;
  border-radius: 5px;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10px;
}

l.sectionHeader legend {
  font-size: 12px;
  padding: 0 5px;
  line-height: 0;
  color: #757577;
}

.sectionHeader svg {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 0;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  fill: #757577;
  pointer-events: none;
}

.sectionHeader legend {
  color: #fff;
  opacity: 0.9;
  font-size: 14px;
}

.from-to-container .travel-route:not(:first-child) {
  /* margin-top: 6px; */
}

.Ticket-details h5 {
  margin-bottom: 20px;
  font-size: 29px;
}

.modal-details {
  background-color: #252525;
  cursor: pointer;
  border-radius: 15px;
}

.Ticket-details {
  text-align: left;
}

.Ticket-details-information ul {
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.5px;
}

.modal-header {
  border-bottom: none;
}

.Ticket-details-information ul li {
  color: #e3e3e3;
}

/* .form-area {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
  padding: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-area .form-inner {
  width: 100%;
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 19px;
  font-size: 1rem;
  line-height: 1.4;
  color: #475f7b;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #475f7b;
  background-color: #fff;
  border-color: #5a8dee;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
} */
#profileDatepicker {
  background: #2e2e2e;
  height: 23px;
  border: none;
  outline: none;
  border-bottom: 2px solid #4b4b4b;
}

#profileDatepicker.form-control:focus {
  box-shadow: none;
  border: none;
}

.intl-tel-input,
.iti {
  width: 100%;
}

.arrival-ticket h3 {
  color: white;
  font-size: 23px;
  margin-bottom: 10px;
}

/****************************************** MY BOOKING CSS START ***************************************/

.filter-more {
  display: none;
}

#amount {
  background: transparent;
  border: none;
  color: white;
  pointer-events: none;
}

.applyFilter {
  border-style: none;
  border-radius: 8px;
  color: white;
  display: none;
  padding: 8px 8px;
  background: linear-gradient(45deg,
      rgba(132, 83, 226, 0.84),
      rgba(206, 94, 182, 0.97));
  width: 100%;
  margin-top: 25px;
  font-size: 12px;
}

.load {
  border-style: none;
  border-radius: 8px;
  color: white;
  padding: 8px 8px;
  background: linear-gradient(45deg,
      rgba(132, 83, 226, 0.84),
      rgba(206, 94, 182, 0.97));
  width: 100%;
  margin-top: 25px;
  font-size: 12px;
}

.sr-only-filter {
  color: white;
}

.flight-name img {
  width: 35px;
  border-radius: 3px;
}

.flight-box-passenger {
  padding: 14px 20px;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  /* margin-left: 10px; */
  background: rgba(255, 255, 255, 0.2);
}

#total_pass {
  background: transparent;
  font-size: 12px;
  color: #fff;
}

#classData {
  background: transparent;
}

.flight-box-class {
  padding: 14px 20px;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  /* margin-left: 10px; */
  background: rgba(255, 255, 255, 0.2);
}

#wayData {
  background: transparent;
}

.search-container-edit input {
  background: transparent;
  padding: 0px;
  border: none;
  border-radius: 0px;
  padding: 0px 1px;
  height: 33px;
  color: white;
  border-bottom: 2px solid #fff;
  text-align: right;
  font-size: 20px;
  text-align: left;
}

/* .search-container-edit input[type="text"],
textarea {
  background-color: transparent;
} */

.editFrom input {
  text-align: left;
}

#prefix {
  color: #ffffffba;
}

#state {
  color: #ffffffba;
  /* color: white; */
  /* width: 240px; */
}

#postalCode {
  /* width: 225px; */
}

#country {
  /* margin-left: -15px; */
  color: #ffffffba;
  /* width: 225px; */
}

#street {
  /* margin-left: 14px; */
}

#city {
  /* margin-left: 14px; */
}

.title-form {
  display: flex;
}

#emailID {
  /* width: 533px; */
}

.fromto-container-edit {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
}

.travellingContent-edit {
  width: 100%;
  /* flex: 0 0 187px; */
}

input.search-container-edit::placeholder {
  color: white;
}

.incrementer {
  background: #fff !important;
  border-radius: 50% !important;
  height: 25px !important;
  font-size: 15px !important;
  flex: 0 0 25px;
  width: 25px !important;
  padding: 4px;
  text-align: center !important;
  line-height: 1 !important;
  color: #000000ba !important;
  border: 1px solid #cecece !important;
  cursor: pointer !important;
}

.decrementer {
  background: #fff !important;
  border-radius: 50% !important;
  height: 25px !important;
  vertical-align: middle !important;
  width: 25px !important;
  font-size: 17px !important;
  flex: 0 0 25px;
  text-align: center !important;
  line-height: 1 !important;
  padding: 4px;
  color: #000000ba !important;
  border: 1px solid #cecece !important;
  cursor: pointer !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number-input {
  border: none !important;
}

.search-item label {
  color: #3e3c3c !important;
}

.journey-input {
  display: flex;
  justify-content: space-between;
}

input#datepicker5::placeholder {
  color: darkgrey;
}

input#datepickerFromHotel::placeholder {
  color: darkgrey;
}

.search-container-edit .form-control:focus {
  color: white;
  background: rgb(255 255 255 / 22%);
  box-shadow: none;
  border-radius: 4px;
  border-radius: 0;
}

.middle-arrow img {
  transition: 1s all;
  height: 20px;
  cursor: pointer;
  width: 20px;
}

.flight-style span {
  color: white;
  font-size: 14px;
  font-weight: 100;
}

#loadingbtn {
  border: none;
  color: white;
  padding: 8px 24px;
  position: absolute;
  left: 266px;
  display: none;
  width: 501px;
  border-radius: 7px;
  border-style: none;
  background: linear-gradient(45deg, rgb(129, 84, 230), rgb(230, 99, 171));
  font-size: 16px;
}

.fa {
  margin-left: -12px;
  margin-right: 8px;
}

label.error {
  color: red !important;
  font-size: 13px;
}

/* MODAL */

.modal-header {
  display: block;
}

.nav-tabs .nav-link {
  color: #000;
}

.form-group label {
  color: #fff;
  background: #ff000073;
  padding: 2px 4px;
  margin-top: 6px;
  border: 1px solid red;
  border-radius: 2px;
  font-size: 9px;
}

#home-tab {
  padding: 10px 91px;
  text-decoration: none;
}

#home-tab:active {
  background: #80808099;
}

#profile-tab {
  padding: 10px 91px;
  text-decoration: none;
}

#profile-tab.active {
  background: #80808099;
}

#home-tab.active {
  background: #80808099;
}

.login {
  width: 100%;
  margin-top: 13px;
  background: #008a9b;
}

#exampleInputUser1 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control option {
  background: #2a2a2a;
}

#state option {
  background: #2a2a2a;
}

.position-fixed-container {
  position: fixed;
  width: 100%;
  background: #252525;
  top: 0;
  z-index: 3;
  left: 0;
  animation: slideDown 1s ease-out;
  backdrop-filter: blur(2px);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.modal-tickerError {
  position: fixed;
  z-index: 999;
  top: 26%;
  right: 38%;
  display: none;
}

.modal-body-tickerError {
  display: flex;
  text-align: center;
  margin: 6px 69px;
  flex-direction: column;
}

.modal-footer-tickerError {
  text-align: center;
}

#tickerError-btn {
  padding: 10px 44px;
  margin: 18px 10px;
  background: linear-gradient(45deg, rgb(129, 84, 230), rgb(230, 99, 171));
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.formHeader-container {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.head-cont h5 {
  color: #fff;
}

.head-cont p {
  font-size: 12px;
  margin: 0;
  margin-top: 4px;
  font-family: "poppins-light";
}

.spinner-border {
  display: none;
  margin-left: 12px;
  width: 1rem;
  height: 1rem;
}

.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

#nav-tabContent {
  /* margin-left: -27px; */
  padding: 0 !important;
}

.mouse {
  width: 100px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  justify-content: center;
  display: flex;
}

.mouse-icon {
  width: 25px;
  height: 45px;
  border: 2px solid white;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.mouse-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

.incrementer:hover {
  background-color: #000;
  color: #fff;
}

.decrementer:hover {
  background-color: #000;
  color: #fff;
}

.dropdown {
  --webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  --webkit-user-select: none;
  --moz-user-select: none;
  --ms-user-select: none;
  user-select: none;
}

/*.nice-select.open .list{opacity: 1!important}
*/

.open {
  opacity: 1;
}

.nice-select-anime .dropdown-menu.show {
  padding: 21px 14px;
  opacity: 1;
  z-index: 999999;
  padding-bottom: 10px;
  pointer-events: auto;
  --webkit-transform: scale(1) translateY(0);
  --ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select-anime.show .dropdown-toggle:after {
  transform: rotate(-135deg);
}

.datepicker-container .datepicker-icon {
  background-position: center;
  /*  content:"";
  background-image:url("../img/datewhite.svg");*/
  background-size: 100% 100%;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 22px;
  cursor: pointer;
  right: 10px;
}

.travellingContent-edit .search-locality-dropdown {
  top: 50px;
}

.nice-select-anime .dropdown-toggle:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 4px;
  border-left: 0;
  border-top: 0;
  top: 51%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.bordered-input {
  position: relative;
}

.nice-select:after {
  border-color: #fff !important;
  position: absolute;
  right: -10px;
}

.nice-select-anime .dropdown-menu {
  opacity: 0;
  z-index: -2;
  display: block;
  --webkit-transform-origin: 50% 0;
  --ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  --webkit-transform: scale(0.75) translateY(-21px);
  --ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  --webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
}

.flight-boxes .flight-box {
  /* flex: 1; */
  position: relative;
}

.quantityDropdown .number-input {
  font-size: 15px !important;
}

.locate-container {
  display: flex;
  /* align-items: center; */
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

.form-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.edit-flight-button {
  margin-left: auto;
  margin-top: 1rem;
  min-width: fit-content;
}

.loader {
  width: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
}

/*.loader-container{
  display: flex;
    align-items: center;
   
    height: 100vh;
}*/

.loader span {
  width: 100px;
  height: 100px;
  /*     background-color: #bbb; */
  border-radius: 50%;
  border: 6px solid #bbb;
  border-top: 6px solid #c7589e;
  animation: animate 1s linear infinite;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 2px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.cont {
  /*  background: #f13c20;*/
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  flex-direction: column;
}

.lds-dual-ring {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  margin: 8px;
  border-radius: 50%;
  border: 8px solid #9e53ba;
  border-color: #9e53ba #e83e8c #9e53ba #e83e8c;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* #airLineFilter {
    overflow-y: scroll;
} */

.filter-icon {
  display: flex;
  align-items: center;
}

.filter-icon img {
  height: 18px;
  width: 18px;
  margin-right: 4px;
}

.seat-reservation img {
  height: 20px;
  width: 20px;
  margin-right: 4px;
}

.seat-reservation p {
  margin: 0;
  font-family: "poppins-regular";
}

.refundable p {
  font-size: 11px;
  /* background: #fab1a0; */
}

.filter-icon figcaption {
  font-size: 16px;
}

.arrivalflightHeading {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #00000080;
  padding-bottom: 10px;
}

.arrivalflightHeading img {
  height: 30px;
  width: 30px;
  /* filter: invert(1); */
  margin-right: 11px;
}

.arrivalflightHeading figcaption {
  font-size: 26px;
  font-family: "poppins-regular";
  font-weight: 800;
  color: #fff;
}

#populateRoundWay {
  margin-top: 40px;
}

.joylogoContainer {
  padding-left: 10px;
  /* margin: auto; */
}

#populateRoundWay .flight-name h6 {
  margin: 0px;
  font-family: "poppins-regular";
  font-size: 15px;
}

.flight-info {
  border-right: 1px solid;
  border-left: 1px solid;
  padding: 0px 12px;
  margin: 0;
}

.arrival-ticket figure {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 15px;
}

.arrival-ticket figure img {
  filter: invert(1);
  margin-right: 8px;
  height: 40px;
  width: 40px;
}

.arrival-ticket figure figcaption {
  font-size: 25px;
}

.label {
  display: none;
}

.stopage-con {
  text-align: center;
}

.stopage-con p {
  background: #15d17c;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 7px;
  margin-top: 5px;
}

.layoverContainer {
  margin-bottom: 20px;
  /* display: flex; */
}

.layoverContainer .ticket-info-item {
  margin-bottom: 0px;
}

.layoverContainer .ticket-info-item .info-con {
  margin-bottom: 0px;
}

.book-now h6 {
  color: #000;
}

.featured-options .flight-box:nth-child(3):after {
  left: 4px;
  position: absolute;
  border-left: 1px solid #fff;
  height: 26px;
  width: 1px;
  background: #ffffff69;
  border-radius: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
}

div#flightDetails {
  margin-top: 38px;
}

.flight-key {
  align-items: baseline;
  justify-content: end;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.addPassenger {
  margin-bottom: 10px;
}

.addPassenger h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}

.addPassenger .gender {
  padding: 0 7px;
  border: none;
  /* color: #2e2e2e!important; */
  font-size: 16px;
  border-radius: 0;
  border-bottom: 2px solid #4b4b4b;
}

.addPassenger input {
  padding: 0 7px;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 2px solid #4b4b4b;
}

.addPassenger .ns-mr {
  padding: 0 7px;
  border: none;
  /* color: #2e2e2e!important; */
  font-size: 16px;
  border-radius: 0;
  border-bottom: 2px solid #4b4b4b;
}

.addPassenger select {
  padding: 0;
  border-radius: 2px;
  height: 27px;
  border: none;
  align-items: center;
  font-size: 18px;
  display: flex;
}

#populateform {
  margin-top: 30px;
}

#passengerTab .nav-link {
  text-decoration: none;
  color: #fff;
  /* padding: 9px 18px; */
  font-weight: 500;
  font-size: 13px;
  margin: 0;
}

#xaddPassengerButton,
#xaddAddressButton,
#yaddAddressButton {
  display: flex;
  justify-content: space-between;
  /* margin: 10px 0; */
  margin-left: auto;
  border: 2px solid #a254d69c;
  padding: 8px 12px;
  text-decoration: none;
  /* margin-bottom: 10px; */
  border-radius: 8px;
  background: #8555e436;
}

#xaddPassengerButton button,
#xaddAddressButton button {
  text-decoration: none;
  background-color: transparent !important;
}

#passengerTab .nav-link.active {
  background: linear-gradient(45deg, rgb(129, 84, 230), rgb(230, 99, 171));
  border: navajowhite;
  /* padding: 12px 18px; */
}

#passengerTab .nav-link:hover,
.nav-tabs .nav-link:focus {
  /* border: none; */
  border-color: #2a2a2a;
}

.signUpImg .overlayImg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000059;
  backdrop-filter: blur(2px);
  top: 0;
  left: 0;
  z-index: 9;
}

.startContent-container {
  position: absolute;
  top: 32px;
  text-align: start;
  padding-left: 16px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.overlayHeading h4 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  position: relative;
}

/* .overlayHeading h4::before {
    content: "";
    position: absolute;
    top: 44px;
    left: 20%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
} */

.startDetail-Container .startJourney {
  display: flex;
  align-items: center;
  margin: 20px 0;
  gap: 10px;
}

.startJourney .startDetailContainer p {
  margin-bottom: 0;
  font-size: 12px;
  color: #e0e0e0;
}

.startDetail-Container {
  padding-top: 15px;
}

.startDetail-Container .startJourney h5 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.startDetailContainer {
  border-bottom: 1px solid #a2a2a2;
  padding-bottom: 10px;
}

.startCoupon {
  background: #2b78ce;
  display: inline-block;
  border-radius: 10px;
  padding: 10px 15px;
  position: relative;
  margin-bottom: 88px;
  margin-right: 10px;
}

.dotImgs {
  position: absolute;
  width: 60px;
  height: 60px;
  object-fit: contain;
  right: -8px;
  top: 62%;
  z-index: -1;
}

.startCoupon .startCouponHeading img {
  object-fit: cover;
  width: 47px;
  height: 35px;
}

.startCoupon .startCouponContent p {
  margin-bottom: 0;
  width: 90%;
  font-size: 12px;
  color: #fff;
}

.startCoupon .startCouponContent span {
  text-transform: uppercase;
  font-size: 11px;
  color: #d2d2d2;
}

.startCoupon .startCouponHeading {
  position: relative;
}

.startCoupon .startCouponHeading p {
  margin-bottom: 0;
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  background: #1e6bc1;
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
}

/* .startCoupon::after {
  content: '';
  position: absolute;
  top: 53px;
  right: -11px;
  width: 20px;
  height: 20px;
  background: #2b78ce;
  border-radius: 50%;
}
.startCoupon::before {
  content: '';
  position: absolute;
  top: 53px;
  left: -11px;
  width: 20px;
  height: 20px;
  background: #2b78ce;
  border-radius: 50%;
} */
.signupOtpCont {
  display: none;
  border-top: 1px solid #a2a2a2;
}

.signupOtpCont input {
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 14px;
  margin-right: 8px;
}

.signupOtpCont .form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 8px;
}

.form-group #signupBtn {
  background: linear-gradient(45deg, rgb(129, 84, 230), rgb(230, 99, 171));
}

.signupOtpCont input:focus-visible {
  outline: none;
}

.signupOtpCont .resendOption p {
  font-size: 12px;
  color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background: linear-gradient(45deg, rgb(129, 84, 230), rgb(230, 99, 171));
  opacity: 1;
}

.purpleGradlook {
  background: linear-gradient(260deg, #8754df, #db60af);
}

.signinCont {
  display: none;
}

.signUpContainer a {
  font-size: 12px;
}

.signinOtpCont {
  display: none;
}

.submit {
  background: linear-gradient(260deg, #8754df, #db60af);
}

.signinOtpCont input {
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 14px;
  margin-right: 8px;
}

.signinOtpCont .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.signinOtpCont input:focus-visible {
  outline: none;
}

.signinOtpCont .resendOption p {
  font-size: 12px;
  color: #565656;
}

.signupLoader {
  width: 35px;
  height: 35px;
  display: none;
}

.animLoader {
  text-align: center;
}

.signupinErr {
  color: #e53442;
  margin-top: 5px;
  font-size: 12px;
}

.errorOutline {
  border: 1px solid #e53442 !important;
}

.profile-container button {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 7px 10px;
  /* border: 0.5px solid #252525; */
  padding-right: 26px;
  background: linear-gradient(4deg,
      rgb(54 54 54 / 81%) 0%,
      rgb(88 88 88 / 76%) 100%);
  border-radius: 7px;
}

.profile-container .profile-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.profile-container span {
  height: 35px;
  width: 35px;
  background: linear-gradient(260deg, #8754df, #db60af);
  border-radius: 50%;
  line-height: 2;
  color: #fff;
  text-transform: capitalize;
}

.profile-container p {
  margin: 0;
  text-transform: capitalize;
  text-overflow: ellipsis;
}

.profile-container.nice-select-anime .dropdown-toggle:after {
  right: 12px;
}

.profile-container.nice-select-anime .dropdown-menu {
  width: 100%;
  padding: 0;
}

.profile-container .dropdown-item {
  text-decoration: none;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 14px;
}

.profile-container {
  border: none !important;
}

.from-to-container {
  margin-top: 76px;
}

/* .modal-body {
  display: flex;
  justify-content: center;
} */

/* .modal-content {
width: fit-content;
} */

.economy {
  color: white;
  background-color: #43aa8b;
}

.first-class {
  color: white;
  background-color: #1a6bbb;
}

.reduced {
  color: white;
  background-color: #f8961e;
}

.paid-class {
  color: white;
  background-color: rgb(15, 88, 199);
  cursor: not-allowed !important;
  user-select: none;
}

#profileImage img {
  height: 100%;
  width: 100%;
}

.pro-pic {
  padding: 0;
  margin: auto !important;
  /* height: 100%; */
  overflow: hidden;
}

#profileImage {
  transition: 1s all;
  cursor: pointer;
}

#profileImage .dz-default {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  background: #ffffff5c;
  color: #202124;
  height: 100%;
  visibility: hidden;
  display: flex;
  justify-content: center;
  font-weight: 700;
  backdrop-filter: blur(1px);
}

input.disabled-field:disabled,
input.w-100:disabled {
  background-color: rgba(17, 16, 16, 1);
  color: #555;
  cursor: not-allowed;
  opacity: 1 !important;
}

.bottom-blogs-content-home {
  padding: 50px;
}

.night-life {
  color: #fff;
  margin-bottom: 8px;
}

.night-dark {
  padding: 0px;
  color: #cfcfcf;
  width: 62%;
}

/* overlay for iframe payment gateway */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  z-index: 9999;
  /* Ensure the overlay appears on top of other elements */
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader_circle {
  position: relative;
  display: flex;
  border: 3px solid #48cae4;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-bottom-color: transparent;
  background-color: transparent;
  margin: 0;
  padding: 0;
  animation: loader_circle 1.5s linear infinite;
}

@keyframes loader_circle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.success_center_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#profileImage .dz-preview .dz-image {
  height: inherit;
  width: inherit;
}

/* this below code is for success page  */
/* start */

svg {
  width: 100px;
  display: block;
  margin: 40px auto 0;
}

.path_success_page {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.path_success_page.circle_success_page {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

.path_success_page.line_success_page {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

.path_success_page.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

/* end */

/* **************************************Profile page modal************************************************* */

@media (min-width: 576px) {
  #modalDialogCont {
    max-width: 610px !important;
    margin: 1.75rem auto;
  }

  #modalDialogContAdd {
    max-width: 610px !important;
    margin: 1.75rem auto;
  }

  #exampleModalCenter .modal-content {
    overflow: visible;
  }

  .modal-content {
    color: #ffff;
    background: #2e2e2e;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
  }

  .modal-body {
    background: #2e2e2e;
    padding: 0;
  }

  .save-btn {
    text-align: right;
  }

  /* .modal-header {
        vb
    } */

  /* .modal-content #crossBtn {
    position: absolute;
    right: 28px;
    color: #fff;
  } */
  .addressContainerForProfilePage {
    display: flex;
    margin-bottom: 10px;
  }

  .modal-body .savingbtn {
    /* position: absolute;
    right: 43px; */
    margin-left: auto;
    background: var(--primary-gradient);
    font-size: 14px;
    bottom: 12px;
    padding: 6px 10px;
  }

  #gdc {
    padding: 0;
  }

  #addPassenger {
    color: #fff;
    text-decoration: underline;
    background: none;
  }

  #addAddress {
    color: #fff;
    /* text-decoration: underline; */
    background: none;
  }
}

.general-detail-input-s .nice-select {
  background-color: transparent !important;
  border: none;
  color: #fff;
  font-size: 12px;
  padding: 0px;
  position: absolute;
  bottom: -12px;
  width: 100%;
  border-bottom: 1px solid #4b4b4b;
  border-radius: 0;
}

.iti input,
.iti input[type="text"],
.iti input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
  padding-left: 85px !important;
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
  color: #000;
}

/* .passenger-div {
  background: #00000021;
  border-radius: 8px;
  col */
.app-store-icon img {
  width: 160px;
}

.social-icon {
  height: 42px;
  width: 42px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
}

.social-icon img {
  height: 100%;
  width: 100%;
}

.addpassenger-container {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

/* #passengerContainerForProfile .slick-track {
  margin: inherit;
} */

.addpassenger-container button {
  /* padding: 10px 10px !important; */
  border-radius: 10px;
}

.addAddress-container {
  display: flex;
  align-items: center;
}

.xaddAddressButton {
  padding: 9px 12px;
}

.editButton img {
  height: 15px;
  width: 20px;
}

.fade-bg {
  background: linear-gradient(45deg, #00000085, transparent);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.fade-bg1 {
  right: 0;
}

.fade-bg2 {
  left: 0;
  background: linear-gradient(232deg, #000000ab, transparent);
}

.toggle-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.toggle-slot {
  position: relative;
  height: 26px;
  width: 62px;
  /* border: 2px solid #e4e7ec; */
  border-radius: 10em;
  background-color: white;
  box-shadow: 0px 3px 4px #e4e7ec;
  transition: background-color 250ms;
}

.toggle-checkbox:checked~.toggle-slot {
  background-color: #374151;
}

.toggle-button {
  transform: translate(34px, 3px);
  position: absolute;
  height: 18px;
  cursor: pointer;
  width: 18px;
  border-radius: 50%;
  background-color: #ffeccf;
  box-shadow: inset 0px 0px 0px 0.2em #e356b0;
  transition: background-color 250ms, border-color 250ms,
    transform 500ms cubic-bezier(0.26, 2, 0.46, 0.71);
}

.footer-container ul li a {
  font-weight: 300;
}

.footer-list {
  margin: 0px;
}

.img-wrapper-btn {
  position: absolute;
  top: -20px;
  right: 3px;
  height: 0 !important;
}

#adultaddd0 .img-wrapper-btn {
  top: 7px;
}

.passenger-item .img-wrapper-btn {
  top: 7px;
}

/* .img-wrapper-btn:nth-child(1) {
    right: 20px;
} */

.address-box {
  background: rgb(219 97 177 / 21%);
  padding: 11px 15px;
  border-radius: 8px;
  position: relative;
  border: 2px solid #b856cb;
  margin-bottom: 20px;
}

.toggle-checkbox:checked~.toggle-slot .toggle-button {
  background-color: #485367;
  box-shadow: inset 0px 0px 0px 0.2em white;
  transform: translate(3px, 2px);
}

.dark-mode-container svg {
  height: 32px;
  width: 32px;
  margin: 0;
  cursor: pointer;
  background: #fefefe;
  padding: 4px;
  border-radius: 50%;
}

.sun-icon {
  position: absolute;
  height: 6em;
  width: 6em;
  color: #ffbb52;
}

.datepicker table tr td span {
  color: #000;
}

.dark-mode-container svg:nth-child(2) {
  display: none;
  background: #444444 !important;
}

/* #modalDialogCont .modal-title {
  padding: 10px 10px;
} */
.input-container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #4b4b4b;
}

.btnstatusActive::after {
  content: "";
  background: url("../img/tick.svg");
  height: 14px;
  width: 20px;
  display: block;
  /* margin-right: 6px; */
  background-repeat: no-repeat;
}

.img-wrapper-btn .editButton {
  /* position: inherit; */
  right: 10px;
}

.badges-pills-container {
  margin: 10px 0px;
}

.badges-container {
  display: flex;
}

/* .dark-mode-container {
    margin-left: 18px;
} */

#passengerContainer .passengerName {
  border: none;
}

#psname input {
  border: none;
}

#modalDialogContAdd span {
  color: #fff;
}

.iti__selected-flag {
  height: inherit !important;
  padding-top: 2px !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 13px !important;
}

label#passengerName-error {
  position: absolute;
  bottom: -21px;
}

.img-wrapper-btn button img {
  height: 15px;
  width: 15px;
}

.joylogoContainer img {
  width: 100%;
  height: 34px;
  object-fit: cover;
}

.flight-key button {
  display: flex;
  align-items: center;
  gap: 2px;
}

@media only screen and (max-width: 390px) {
  .travel-banner-container .bordered-input {
    padding: 0px;
  }
}

.country-left-arrow {
  position: absolute !important;
  left: 89% !important;
  top: 0 !important;
}

.country-right-arrow {
  position: absolute !important;
  top: 0 !important;
}

.country-section {
  padding: 64px 0;
}

.content-country {
  position: relative;
  bottom: 0;
}

.destination-cards .overlay-country {
  border: 1px solid #fff;
  border-radius: 15px;
}

.card-country {
  border-radius: 15px;
}

.country-top-heading {
  font-family: Poppins;
  background: linear-gradient(180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.5) 98.7%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: 800;
  line-height: 80px;
  letter-spacing: -0.05em;
  text-align: center;
  font-size: 4.2rem;
  width: 28rem;
  margin: 0 10px;
}

.nameof-country {
  display: flex;
  flex-shrink: 0;
  height: 120px;
  align-items: center;
  animation: country-slider 20s linear infinite;
}

@keyframes country-slider {
  from {
    -webkit-transform: translateX(0);
    transform: translate(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.country-name-rolling {
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

.global-overlay-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #00000038;
}

.payment-icons img {
  width: 30px;
}

.payment-icons {
  display: flex;
  flex-direction: row;
  gap: 14px;
  pointer-events: none;
}

.payment-icons li {
  border-radius: 8px;
  padding: 6px;
  background-color: #fff;
}

/*.destination-cards img {
  width: 330px;
  height: 330px;
  object-fit: cover;
   border-radius: 26px; 
}*/

@media only screen and (max-width: 368px) {
  .dark-mode-container svg {
    width: 28px;
    height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  .dark-mode-container svg {
    height: 32px;
    width: 32px;
  }

  .footer-container .absolute-blob1 img {
    right: -27%;
  }
}

@media only screen and (max-width: 353px) {
  .footer-container .absolute-blob1 img {
    width: 308%;
  }
}

@media only screen and (max-width: 275px) {
  .footer-container .absolute-blob1 img {
    width: 340%;
  }
}

@media only screen and (max-width: 575px) {
  .banner-slick-container .slick-arrow {
    width: 39px;
    height: 39px;
  }
}

@media only screen and (max-width: 767px) {
  .country-left-arrow {
    left: 82% !important;
  }
}

@media only screen and (max-width: 511px) {
  .country-left-arrow {
    left: 80% !important;
  }

  #client-details_main>div.container-fluid.flights-page-container.mb-4.col-10>div.travel-plans>div.deparature-card {
    padding: 21px 8px;
  }
}

@media only screen and (max-width: 410px) {
  .country-left-arrow {
    left: 78% !important;
  }
}

@media only screen and (max-width: 386px) {
  .country-left-arrow {
    left: 74% !important;
  }
}

@media only screen and (max-width: 303px) {
  .country-left-arrow {
    left: 68% !important;
  }
}

@media only screen and (max-width: 994px) {
  .country-left-arrow {
    left: 84% !important;
  }
}

@media only screen and (max-width: 863px) {
  .travel-banner {
    padding-top: 56px;
  }
}

@media only screen and (max-width: 768px) {
  .homemain-container h2 {
    display: none;
  }

  .travel-banner-container {
    min-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .form-content {
    margin-top: 15px;
  }

  .banner-slick-container .slick-arrow img {
    padding: 0px !important;
    margin-left: 3px;
    margin-top: 2px;
  }

  .address-box {
    width: 100%;
  }

  .readmore-txt a {
    font-size: 14px !important;
  }

  #client-details_main>div.container-fluid.flights-page-container.mb-4.col-10>div.travel-plans>div>div.modify-search>div.dropdown-container>div.nice-select:after,
  #client-details_main>div.container-fluid.flights-page-container.mb-4.col-10>div.travel-plans>div>div.modify-search>div.dropdown-container>div:nth-child(4)>div.nice-select:after {
    right: 10px;
  }

  #client-details_main>div.container-fluid.from-to-container>div>div.col-md-4.mt-5.positionSticky>div.card-2.price-break-card>div.price-country.d-flex>div>div {
    padding-right: 0.2em !important;
  }

  #propogateStop {
    left: -2em;
  }

  .general-detail-container {
    padding: 15px 10px;
  }

  #addressDiv>div:nth-child(1)>div:nth-child(2)>div>span {
    font-size: 15px;
  }

  #addressDiv>div:nth-child(1)>div:nth-child(2)>div::after {
    right: 12px;
  }

  .profile-complete-section {
    margin-top: 0;
  }

  #client-details_Section>div>div.col-md-7.profile-complete-section>div {
    padding: 0;
  }

  .navig::-webkit-scrollbar {
    height: 2px;
    border-radius: 1px;
  }

  .sc-main-container {
    flex-wrap: wrap;
    padding: 0;
  }

  .sc-right-container {
    margin-top: 3em;
  }

  .addpassenger-container #xaddPassengerButton {
    padding: 0 !important;
  }

  .addaddress-container #yaddAddressButton {
    padding: 0 !important;
  }

  #propulateform>div.passenger-tabs>ul>li>a {
    width: 6em !important;
  }

  #pills-home #dropdownListFrom.search-locality-dropdown,
  #pills-home #dropdownListTo.search-locality-dropdown {
    width: 50vw;
    top: 55px;
  }

  #flightContainerHeight {
    height: auto !important;
  }

  .menu-btn {
    margin-right: 0px;
  }

  .header-btn-container {
    gap: 12px;
  }
}

.passengerContainerForProfilePage #xaddPassengerButton,
.addressContainerForProfilePage #yaddAddressButton {
  padding: 0;
}

#xaddPassengerButton button,
#yaddAddressButton button {
  background-color: transparent !important;
}

#modalDialogCont>div>div.modal-body {
  background-color: #2e2e2e;
}

#gdc,
#passengerContainer,
#addressContainer {
  padding-top: 0;
}




/* _-----------------bysahil--------------------_ */

#exampleModal>div>div>div>div.col-md-6.d-flex.signUpImg>div>div>div.startContent-container>div.startDetail-Container>div>img {
  filter: invert(1);
}

#exampleModal>div>div>div>div.col-md-6.d-flex.signUpContainer>div>div.text.w-100.py-0.py-md-5.signinCont>form>div.form-group.mb-3>div.iti.iti--allow-dropdown.iti--separate-dial-code>div>div>div.iti__selected-dial-code,
#signupFormValidate>div:nth-child(3)>div>div>div>div.iti__selected-dial-code {
  color: #fefefe;
}

#userphoneNumber {
  font-size: 13px;
  transition: all 0.5s ease-out;
}

.absolute-blob1 {
  width: 100%;
}

#client-details_main>div.container-fluid.from-to-container>div>div.col-md-4.mt-5.positionSticky>div.card-2.price-break-card>div.price-country.d-flex>div {
  background-color: #fefefe42;
  width: 3.5em;
  height: 2em;
  align-items: center;
  /* padding: 1em; */
  display: flex;
  justify-content: center;
  border-radius: 7px;
}

#passengerDiv>div:nth-child(3)>div:nth-child(1)>input {
  height: 25px;
}

#addexampleModalCenter .modal-body,
#addressContainer {
  border-radius: 0 0 12px 12px;
}

#modalDialogCont .close {
  color: #fff !important;
}

input#PassengerDob.form-control {
  font-size: inherit !important;
}

.button-right,
#passengerContainer>div.save-btn {
  margin-top: 1em;
  display: flex;
  justify-content: right;
  width: 100%;
  margin-right: 1em;
}

.addressContainerForProfilePage {
  align-items: center;
  display: flex;
}

.passengerContainerForProfilePage {
  align-items: center;
}

#signModal>div>div>div.modal-header>button {
  color: #fff;
}

#addressContainerForProfile>div>div>div.slick-slide.slick-current.slick-active {
  display: flex;
  justify-content: center;
}

#propulateform>div.passenger-tabs>ul>li>a.active {
  color: #fff !important;
  /* padding: 3px 23px; */
  border: none !important;
  border-radius: 7px 7px 0 0 !important;
  border-style: none !important;
  background: linear-gradient(45deg,
      rgb(129, 84, 230),
      rgb(230, 99, 171)) !important;
}

#propulateform>div.passenger-tabs>ul>li>a {
  width: 8em;
  text-align: center;
  color: #ffffff !important;
}

#populateform>button.slick-next.slick-arrow,
#populateform>button.slick-prev .slick-arrow {
  content: "" !important;
}

#countryListing>ul {
  width: 18vw;
  height: 22vh;
  overflow-y: scroll;
}

.rounded-pill.btnstatusActive {
  color: #fff;
  background: linear-gradient(45deg, rgb(129, 84, 230), rgb(230, 99, 171));
}

#flightContainerHeight {
  height: 100%;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  background-color: #b63dd4a1 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #23232329;
}

.overlay-container-sidebar {
  background-color: #00000069;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  /* top: 108%; */
  top: 0;
  display: none;
  backdrop-filter: blur(20px);
}

#exampleModalCenterTitle {
  backdrop-filter: blur(15px);
}

#exampleModalCenterTitle .modal-content {
  color: #fff;
  background: #000000bd;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(15px);
}

#exampleModalLongTitle {
  color: #fff;
}

#exampleModalCenterTitle span {
  padding: 5px 10px;
  color: #fff;
  position: absolute;
  top: 14px;
  right: 5px;
}

#exampleModalCenterTitle .modal-body {
  background: transparent;
}

#exampleModalCenterTitle .form-group label {
  color: #fff;
  background: transparent !important;
  padding: 2px 16px;
  margin-top: 6px;
  border: none !important;
  border-radius: 2px;
  font-size: 17px;
}

#exampleModalCenterTitle .form-control {
  border-radius: 10px;
  background-color: #a69e9e1f;
  padding: 4px 10px;
  border: 2px solid #ffffff47;
  /* margin-left: 18px; */
  width: 90%;
  /* margin: 0 8px; */
  outline: none;
  margin: 0 15px;
  color: #fff;
}

.addInfoBox h5,
.addInfoBox p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70%;
  color: black;
}

.addInfoBox {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .traveller_contact-number {
    justify-content: center;
  }
}

.passenger-Container {
  width: 100%;
}

#adultaddd0 .img-wrapper-btn {
  top: 8px !important;
}

#addressDiv .address-box {
  width: 100%;
}

#addressDiv .img-wrapper-btn {
  top: 8px !important;
}

#adultaddd0 {
  gap: 10px;
}

#adultaddd0 .address-box {
  width: 48%;
  margin-bottom: 0;
}

.already-signedin {
  display: none;
  color: red;
  font-size: 12px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .right-navbar {
    width: 90%;
  }
}

/* hotels */
.hotel-details-content {
  padding-left: 20px;
  padding-right: 0 !important;
}

.hotel-details-card {
  margin-top: 0 !important;
}

.hotel-details-rating {
  font-size: 19px;
  position: absolute;
  top: 4px;
  margin: 0 10px;
}

.box-item {
  background: #3d3d3d;
  border-radius: 12px;
  padding: 5px 10px;
  flex: 1;
}

.box-item-details {
  color: #b8b8b8;
  font-size: 13px;
}

.box-item-date {
  font-size: 15px !important;
}

.box-item-guests {
  font-size: 14px !important;
}

.box-container hr {
  width: 1%;
}

.box-item-night {
  border-radius: 20px !important;
  text-align: center;
  padding: 3px !important;
}

.box-item-night span {
  font-size: 13px;
}

.passenger-details-input {
  border: 1px solid #9e9e9e;
}

#client-details_main>div:nth-child(5)>div.container-fluid.from-to-container>div>div.col-md-8>div.passenger-form.main_form.card-2>div.title.row.m-0>div:nth-child(1)>div {
  display: flex;
  align-items: center;
  border: 2px solid #9e9e9e;
  padding: 0 10px;
  width: 100%;
}

#client-details_main>div:nth-child(5)>div.container-fluid.from-to-container>div>div.col-md-8>div.passenger-form.main_form.card-2>div.contact.phone-container>div:nth-child(1)>div {
  display: flex;
  align-items: center;
  padding: 0 10px;
  width: 5em;
}

.room-actual-price {
  font-size: 16px;
  margin: 0px;
}

.room-tax-price {
  color: #b0b0b0;
  margin: 0px;
  font-size: 11px;
  margin-top: 3px;
}

div.roomDetails-content>div>div>div>div:nth-child(1) {
  margin-top: 0;
}

.virtical-line {
  height: auto;
  border: 2px solid #fff;
}

#total_hotel_pass {
  background: transparent;
  font-size: 12px;
  color: #fff;
}

#total_room {
  background: transparent;
  font-size: 12px;
  color: #fff;
}

.rating-hotel {
  font-size: 18px;
  color: #15d17c !important;
}

.out-of {
  font-size: 10px;
  color: #fff;
}

.hotel-location {
  color: #fff !important;
}

.filter-stars-img {
  height: 16px !important;
  width: 16px !important;
  margin-bottom: 3px;
}

.stars-item {
  display: flex;
  padding: 9px 12px !important;
  align-items: center;
  gap: 4px;
  justify-content: center;
  width: 50% !important;
}

.white-bg-hotels {
  background: #fff;
  color: #585858;
}

.slider-container {
  position: relative;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 18px;
}

.slider-bar {
  width: 100%;
  height: 5px;
  background-color: #ddd;
  border-radius: 5px;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}

.slider-range {
  position: absolute;
  height: 5px;
  background-color: #e663ab;
  border-radius: 5px;
}

.slider-handle {
  width: 18px;
  height: 18px;
  background-color: #e663ab;
  border-radius: 50%;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider-value {
  position: absolute;
  transform: translateY(-50%);
  /* transform: translateX(-50%); */
  margin-top: 30px;
  font-size: 11px;
}

#priceMinValue {
  left: 0;
}

#priceMaxValue {
  right: 0;
}

.hotel-extra-info {
  font-size: 12px;
  color: #b5b5b5 !important;
  font-weight: 400 !important;
  margin-bottom: 1px;
  margin-top: 4px;
}

.hotel-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hotel-tabs {
  margin: 0;
  font-size: 16px !important;
  font-weight: 600;
  font-family: "Poppins-SemiBold", sans-serif;
  color: #928b8b !important;
}

.amenities {
  color: #8e8e8e;
  font-size: 13px;
}

.amenities-list {
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.rooms-item,
.hotels-item,
.transport-item,
.bed-item {
  margin-left: 0 !important;
}

.bed-item {
  line-height: 1;
  padding: 6px 10px !important;
}

.rooms-item span {
  font-size: 11px;
}

.hotels-item span {
  font-size: 11px;
}

.transport-item span {
  font-size: 11px;
}

.bed-item span {
  font-size: 11px;
}

.amenity-name {
  align-items: center;
}

.amenity-name img {
  margin-right: 5px;
}

.call-icon {
  width: 11px !important;
  height: 11px !important;
}

.amenity-type {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 3px;
}

.amenity-type h3 {
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins-SemiBold", sans-serif;
  gap: 3px;
}

.flight-details h4 {
  color: #fff;
}

.mybooking-hotel-icon {
  right: 28px;
  display: flex;
  position: absolute;
  justify-content: end;
  align-items: center;
}

.mybooking-hotel-icon img {
  width: 14px;
}

.mybooking-hotel-icon h6 {
  font-size: 14px;
  padding: 0 2px;
}

.infoDetail_content h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}

.bookingcodeContent p {
  margin: 0;
  margin-bottom: 8px;
}

.room-service-extra-container {
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 2px;
}

.margin-hotel-option-content {
  margin: 7px 0;
}

div.card-content>div.sliderrow.row.slick-initialized.slick-slider>div {
  width: 100% !important;
}

.review-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

div.card-2.price-break-card>div.price-country.d-flex>div>div {
  padding-right: 0 !important;
}

.amenities-list figure span {
  font-size: 9px;
  word-break: unset;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
  padding: 5px 10px;
}

.hotel-info {
  padding: 0 5px;
  position: relative;
}

.hotel-info span {
  color: #b8b8b8;
}

.hotel-booked {
  color: #15d17c !important;
}

.amenities-filter-ul li:nth-child(1) {
  margin: 0 !important;
}

.see-more {
  font-size: 11px !important;
}

.phone-number-a {
  color: #15d17c !important;
}

.btnstatus::after {
  content: "";
  background: url("../img/tick.svg");
  height: 14px;
  width: 20px;
  display: block;
  filter: brightness(0.5);
  /* margin-right: 6px; */
  background-repeat: no-repeat;
}

.rounded-pill.btnstatusActive::after {
  filter: brightness(1) !important;
}

.my-booking-main-heading {
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

#pills-flights {
  margin: 20px 0 !important;
}

/* #pills-hotel {
    margin: 20px 0 !important;
} */

/* .hotel-meals-available{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
} */
.meals-avl {
  font-size: 11px;
  color: #15d17c;
  width: max-content;
}

.no-meals {
  font-size: 11px;
  color: #8f8f8f;
  width: max-content;
}

.hotel-meals-available {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.hotel-meals-available figure {
  margin: 0;
}

.hotel-meals-available img {
  width: 16px;
}

#airLineFilter li {
  width: 100%;
}

/* contact support starts*/
.supportServices-container .servicesSupport a {
  color: #ffffff;
}

/* contact support ends*/

.return-datepicker {
  display: none;
}

.one-round-way-search {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  gap: 1.5rem;
}

#priceList li {
  margin-left: 0;
}

.chat-status h4 {
  color: #fff !important;
}

.modal-content.add-passenger-modal {
  overflow: hidden !important;
}

#passportImg {
  border: 1.5px dashed #525252 !important;
  border-radius: 5px;
}

#passportImg .dz-remove {
  color: crimson !important;
}

.signUpImg .overlayHeading h4 {
  font-size: 32px;
  color: #e5e5e5;
}

.signUpImg .startDetail-Container img {
  filter: brightness(100);
}

.signup-form .iti__flag-container .iti__selected-flag {
  height: 40px !important;
}

.signup-form .iti__flag-container .iti__selected-dial-code {
  font-size: 12px;
}

.ticket-container h4 {
  color: #4a4a4a;
}

.ticket-container .makeFlex h4 {
  color: #141414;
}

.ticket-container .ticket-inner-container {
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}

.ticket-container .ticket-inner-container:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

.destination-cards h3,
.blogs-heading-index h3 {
  color: #e0e0e0;
  font-size: 2.5rem;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }
}

.w-md-50,
.w-md-75 {
  width: 100%;
}

.bottom-banner-section>.container {
  border-radius: 1rem;
  overflow: hidden;
}

#signupFormValidate input[disabled],
#signinFormValidate input[disabled] {
  cursor: not-allowed !important;
  background-color: #e0e0e0 !important;
}

.flight-time-arrow {
  width: 25px;
  margin: 0 10px;
  filter: invert(1);
}

.supportQuestion .card-body p,
.supportQuestion .card-body li {
  color: #bbbbbb;
  font-size: 14px;
}

.my-bookings-showdetail .modal-dialog-centered {
  max-width: 676px !important;
}

.my-bookings-showdetail .modal-header {
  background: var(--primary-gradient);
  color: #fff;
}

.my-bookings-showdetail .modal-header h5,
.my-bookings-showdetail .modal-header .close span {
  color: #fff !important;
}

.cancel-booking-button {
  border: 1px solid crimson !important;
  color: crimson;
  background: #ed143d24 !important;
}

.text-primary-color {
  color: #8154e6 !important;
  font-weight: 600 !important;
}

.commonBooking_container .gateDet-container .getDetContent span {
  color: #fff;
}

.cancel-booking-button:hover:enabled {
  background-color: #d32f2f;
}

.cancel-booking-button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

/* Status-specific override classes */
.cancel-booking-button.btn-cancelled {
  background-color: crimson !important;
  color: #fff !important;
}

.cancel-booking-button.btn-pending {
  background-color: #ffa00029 !important;
  color: #ffa000 !important;
  border-color: #ffa000 !important;
}

footer>div.container>div:nth-child(2)>div:nth-child(2)>ul>span {
  color: #eee;
}

#addexampleModalCenter .modal-content {
  overflow: visible;
}

#addexampleModalCenter .nice-select .list {
  min-width: min-content !important;
  max-height: 16rem;
  overflow-y: auto;
}

#addexampleModalCenter .form-header {
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
}

.addInfoBoxForAddress p,
.addPassenger .passenger-item p {
  color: #d2d2d2 !important;
}

.noFlghts figcaption {
  color: #fff;
}

#passportImg {
  background: #474747;
}

#passportImg>div>span>div>i {
  color: #d5d5d5 !important;
}

#passportImg>div>span>div>strong {
  color: #d9d9d9 !important;
}

#passportImg>div>span>div>small {
  color: #c9c9c9 !important;
}

#paymentModal.fade.show {
  backdrop-filter: blur(1.5px);
}

#paymentModal .modal-content {
  border-radius: 10px;
}