* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

:root {
  --themecolor: #3a5ba5;
  --blackcolor: #000;
  --whitecolor: #fff;
  --secondcolor: #ffbb02;
}

.logo {
  width: 170px !important;
  height: 44px !important;
}

a {
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

.loaderFlight {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999999999999;
  height: 100vh;
  background: #fff;
  display: grid;
  place-items: center;
}

.loaderFlight object {
  height: auto;
  width: 400px;
  object-fit: cover;
}

.picker--opened .picker__frame {
  max-width: 500px;
  font-size: 12px;
  top: auto;
  bottom: 20dvh;
}

.loaderFlight.active {
  display: none;
}

.unlockDiv {
  font-size: 14px;
  font-weight: 600;
}

.srerbae1 {
  line-height: normal;
  font-size: 15px;
  font-weight: 600;
  color: rgb(70, 72, 77);
  margin-bottom: 6px;
}

.srerbae2 {
  line-height: normal;
  font-size: 12px;
  font-weight: 400;
  color: rgb(70, 72, 77);
}

.whyImage img {
  width: 50px;
  overflow: hidden;
  height: 50px;
  object-fit: contain;
}

#countryCode {
  width: 100px;
}

.form-control:focus {
  box-shadow: none;
}

.navbar-nav .nav-link {
  padding: 0px 8px 8px;
  color: var(--blackcolor) !important;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.navbar-nav .nav-item {
  padding: 0px 20px;
}

.navbar-nav .nav-item:last-child {
  border-right: none;
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--themecolor) !important;
  border-bottom: 4px solid var(--themecolor);
  font-weight: 600;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 2.5px;
  background-color: var(--themecolor);
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
  left: 0;
}

.navbar-nav .nav-link:hover {
  color: var(--themecolor) !important;
}

ul.bannerSlider {
  padding-left: 0;
}

.bannerSlider {
  height: 22rem;
}

.bannerSlider .slide__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 22rem;
  background: linear-gradient(360deg, #ffffff00, #ffffff00, #000000);
  top: 0;
  z-index: 999;
}

.bannerSlider .slick-slide {
  position: relative;
}

.bannerSlider .slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.slide__image__top-position {
  object-position: center bottom;
}

.bannerSlider .slide__text {
  position: absolute;
  z-index: 1111;
  text-align: center;
  width: 100%;
  top: 30%;
}

.bannerSlider .slide__text h2 {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  width: fit-content;
  margin: auto;
  text-shadow: 0 5px 15px var(--themecolor);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: var(--tg-ff-chillax);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--whitecolor);
  -webkit-text-stroke-width: 2px;
}

.slide__text p {
  font-size: 18px;
  color: #fff;
}

.slide__text h4 {
  color: #fff;
  font-size: 25px;
}

.slide__text h4 span {
  font-size: 45px;
}


.bannerSlider .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  background: rgb(255 255 255) !important;
  color: #3a5ba5 !important;
  border: none;
  padding: 12px !important;
  font-size: 22px !important;
  cursor: pointer;
  padding: 25px !important;
  display: flex !important;
  justify-content: center !important;
  border-radius: 30px !important;
  left: 15%;
}

#loginPopupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: none;
}

#loginPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 1000px;
  width: 90%;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

.popup-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10000;
}


.bannerSlider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  background: rgb(255 255 255) !important;
  color: #3a5ba5 !important;
  border: none;
  padding: 12px !important;
  font-size: 22px !important;
  cursor: pointer;
  padding: 25px !important;
  display: flex !important;
  justify-content: center !important;
  border-radius: 30px !important;
  right: 15%;
}

.slickSlideBTN .slick-prev:before,
.slickSlideBTN .slick-next:before {
  display: none;
}

.slickSlideBTN .slick-arrow i {
  line-height: 3px;
}


.cusDropdown .rounded-2 {
  background: var(--themecolor) !important;
  color: var(--whitecolor) !important;
}

.cusDropdown .currencyChange {
  background: transparent !important;
  color: var(--blackcolor) !important;
}

.cusDropdown .currencyChange:hover {
  background: #ddd !important;
}

.cusDropdown .currencyChange.active {
  background: var(--themecolor) !important;
  color: var(--whitecolor) !important;
}

.topmainheader {
  padding: 10px 0;
  z-index: 999;
  background-color: var(--whitecolor);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}

.navloginbtn {
  background: var(--themecolor);
  color: var(--whitecolor);
  padding: 8px 15px;
}

.topmainheader.is-sticky .navbar-nav .nav-link {
  color: var(--blackcolor) !important;
}

.topmainheader.is-sticky .navbar-nav .nav-link.active {
  color: var(--themecolor) !important;
}

.topmainheader.is-sticky {
  position: fixed;
  top: 0;
  padding: 8px 0;
  width: 100%;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background-color: var(--whitecolor);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.search-box {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.search-box-input,
.guest-toggle {
  border-radius: 10px;
  border: none;
  background: #f3f3f3;
  padding: 11px;
  font-weight: 400;
  color: #000;

  width: 100%;
}

.search-box-input input {
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 14px !important;
  outline: none;
}

.search-box .inputstylebox {
  width: 100%;
  position: relative;
}

.search-box input::placeholder {
  font-weight: 400;
  color: #4a4a4a;
  font-size: 14px;
}

.inputstylebox button[type="submit"] {
  background: var(--themecolor);
  color: var(--whitecolor);
  width: 100%;
  padding: 8px 20px;
  border-radius: 10px;
}

.search-box input:focus {
  background: #f3f3f3;
}

.search-box label {
  margin-bottom: 10px;
}

.guest-dropdown {
  position: relative;
}

.guest-box {
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  width: 330px;
  left: 0;
}

.guest-box .row {
  align-items: center;
  margin-bottom: 10px;
}

.guest-box button {
  width: 32px;
  height: 32px;
  padding: 6px 10px;
}

.guest-box .ok-btn {
  width: 100%;
  background-color: var(--secondcolor);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 4px 10px;
  font-weight: bold;
  margin-top: 10px;
  height: 40px;
}

.seachbtns {
  display: flex;
  gap: 20px;
}

.seachbtns button {
  background: #ffff;
  display: flex;
  flex-direction: column;
  padding: 15px;
  gap: 10px;
  width: 100px;
  border-radius: 10px;
  box-shadow: rgb(227 235 255) 0px 3px 8px;
  font-size: 16px;
  border: 1px solid #ddd;
}

.searchinputs {
  width: 100%;
}

.searchhomesec {
  position: relative;
  margin-top: -6rem;
}

.seachbtns button.active {
  background: var(--themecolor);
  color: var(--whitecolor);
  border: 1px solid var(--themecolor);
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  display: flex;
  justify-content: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: var(--themecolor) !important;
  color: var(--whitecolor) !important;
}

.fullzoom {
  animation: scale 40s linear infinite;
}

.ui-widget.ui-widget-content {
  border: none;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  /* padding: 10px; */
}

.ui-datepicker .ui-datepicker-header {
  border: none;
  background: #ebebeb;
  border-radius: 10px;
}

/* .ui-state-default,
.ui-widget-content .ui-state-default {
  border: none !important;
  border-radius: 3px;
} */

.marwueeSection {
  display: flex;
  align-items: center;
  background: #f6e6cc7a;
  border-radius: 26px;
  overflow: hidden;
}

.marwueeSection>div:first-child {
  background: #feb31a;
  color: #fff;
  padding: 10px 25px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  border-radius: 26px;
}

.marwueeSection marquee {
  width: 84%;
}

.marwueeSection>div:last-child {
  height: 30px;
  width: 68px;
  padding-right: 20px;
  padding-left: 20px;
}

.marwueeSection>div:last-child img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: swingBell 2s ease-in-out infinite;
  transform-origin: top center;
}

@keyframes swingBell {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(20deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-20deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.sectionpadding {
  padding-top: 40px;
  padding-bottom: 100px;
}

.discountsecstyle {
  margin-bottom: -140px;
  position: relative;
  z-index: 1;
}

.searchalltabs {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  top: -75px;
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.morelogin {
  height: 100%;
  width: 100%;
  background: linear-gradient(11deg, rgb(255, 255, 255) 53%, var(--themecolor) 100%);
  border-radius: 14px 0px 0px 14px;
  padding: 22px;
}

.unlockDiv {
  font-size: 14px;
  font-weight: 600;
}

.whyImage img {
  width: 50px;
  overflow: hidden;
  height: 50px;
  object-fit: contain;
}

.sectitleheading {
  text-align: center;
  margin-bottom: 30px;
}

.sectitleheading p {
  color: #feb31a;
  font-size: 17px;
  margin-bottom: 5px;
}

.sectitleheading h2 {
  font-size: 35px;
  font-weight: 600;
}

.packgslidecards {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.packgslidecards:hover .pkgimgcrd img {
  transform: scale(1.1);
  transition: all 0.7s ease-in-out;
}

.packgslidecards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.pkgimgcrd {
  width: 100%;
  height: 200px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.pkkgcontentbox {
  padding: 10px 20px;
}

.pkkgcontentbox a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.pkkgcontentbox a:hover {
  color: var(--themecolor);
}

.pkkgcontentbox ul {
  padding: 0px;
  margin: 10px 0px;
}

.pkkgcontentbox ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 13px;
}

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

.price-tag {
  background-color: var(--secondcolor);
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  border-top-left-radius: 0px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 0px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 100% 101%, 0 100%);
}

.pkgimgcrd::after {
  content: '';
  background: linear-gradient(0deg, #000000b3, #ffffff00, transparent);
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}

.packgslidecards:hover .pkgimgcrd::after {
  opacity: 1;
}

.price-tag .unit {
  font-weight: normal;
  font-size: 13px;
  margin-left: 4px;
}

.rightrating {
  padding: 10px 10px;
  font-size: 14px;
}

.rightrating i {
  color: #ff9901;
}

.tg-listing-shape {
  position: absolute;
  top: 0;
  right: 172px;
}

.tg-listing-shape-2 {
  position: absolute;
  top: 216px;
  right: 61px;
}

.tg-listing-shape-3 {
  position: absolute;
  bottom: 0;
  left: 33px;
}


.slickSlideBTN .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  background: rgb(255 255 255) !important;
  color: #3a5ba5 !important;
  border: none;
  padding: 12px !important;
  font-size: 22px !important;
  cursor: pointer;
  padding: 25px !important;
  display: flex !important;
  justify-content: center !important;
  border-radius: 30px !important;
  left: 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.slickSlideBTN .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  background: rgb(255 255 255) !important;
  color: #3a5ba5 !important;
  border: none;
  padding: 12px !important;
  font-size: 22px !important;
  cursor: pointer;
  padding: 25px !important;
  display: flex !important;
  justify-content: center !important;
  border-radius: 30px !important;
  right: 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.ribbon-tag {
  background-color: #00C851;
  color: white;
  font-weight: bold;
  padding: 1px 24px;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%);
  position: absolute;
  top: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tg-listing-item-wishlist a {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--whitecolor);
  text-align: center;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_show {
  height: 200px !important;
  border-radius: 6px !important;
  overflow: hidden;
}

.banner_show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer_box {
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}

.offer_box_inn {
  border: 2px solid #F5F5F5;
  overflow: hidden;
  border-radius: 10px;
}

.offer_image {
  height: 330px !important;
  width: 100%;
}

.offer_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.offer_con {
  padding: 20px 15px 25px 15px;
}

.offer_tit {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  height: 3rem;
  overflow: hidden;
}

.offer_des {
  padding-top: 10px;
  font-size: 13px;
  color: #696969;
  letter-spacing: .2px;
  height: 3rem;
  overflow: hidden;
}

.view_more_offer {
  padding-top: 10px;
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}

.maindesticardflx {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}

.destiimgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destiimgbox {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}

.desiaboutcontent {
  text-align: center;
}

.desiaboutcontent h3 a {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.desiaboutcontent h3 {
  margin-top: -5px;
  margin-bottom: 0px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.destitourbox {
  position: relative;
  top: -13px;
  background: #3a5ba5;
  width: fit-content;
  margin: auto;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.tg-location-border {
  position: absolute;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  width: 97%;
  height: 100%;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.tg-location-border.two {
  bottom: -10px;
  width: 94%;
}

.tg-location-shape {
  position: absolute;
  bottom: 0px;
  left: 40px;
}

.leftdeals {
  background: url(https://images.pexels.com/photos/4321815/pexels-photo-4321815.jpeg?cs=srgb&dl=pexels-jess-vide-4321815.jpg&fm=jpg);
  background-size: cover;
  background-position: center;
  padding: 105px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 271px;
}

.leftdeals a {
  height: 60px;
  width: 60px;
  display: inline-block;
  background: var(--whitecolor);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: var(--themecolor);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.leftdeals a::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .4);
  animation: borderanimate2 2s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transition: all .3s 0s ease-out;
  -moz-transition: all .3s 0s ease-out;
  -ms-transition: all .3s 0s ease-out;
  -o-transition: all .3s 0s ease-out;
  transition: all .3s 0s ease-out;
  animation-delay: .7s;
}

@keyframes borderanimate2 {

  0% {
    transform: translate(-50%, -50%) scale(.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.leftdeals a::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .4);
  animation: borderanimate2 2s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transition: all .3s 0s ease-out;
  -moz-transition: all .3s 0s ease-out;
  -ms-transition: all .3s 0s ease-out;
  -o-transition: all .3s 0s ease-out;
  transition: all .3s 0s ease-out;
}

.tg-banner-content {
  background: #071952;
  height: 100%;
  padding: 73px 20px;
  border-radius: 0 12px 12px 0;
  text-align: center;
  position: relative;
}

.tg-banner-subtitle {
  font-weight: 600;
  font-size: 18px;
  color: var(--whitecolor);
}

.tg-banner-title {
  font-weight: 800;
  font-size: 26px;
  color: var(--whitecolor) !important;
}

.tg-banner-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tg-banner-content button {
  color: #ffffff;
  background: #ffbb02;
  padding: 10px 30px;
  margin-top: 10px;
}

.summerdealsbox .col-lg-7,
.col-lg-5 {
  padding: 0px;
}

.tg-banner-transparent-bg {
  height: 140px;
  width: 100%;
  display: inline-block;
  background: #f8f8f8;
  margin-bottom: -10px;
}



.topexplorebox {
  padding-top: 380px;
  padding-bottom: 235px;
  text-align: center;
}

.topexplorebox h5 {
  color: var(--whitecolor);
}

.topexplorebox h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
}

.tg-banner-2-big-title h2 {
  text-shadow: 0 5px 15px rgba(33, 120, 128, .2784313725);
  font-weight: 600;
  font-size: 130px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: var(--tg-ff-chillax);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--whitecolor);
  -webkit-text-stroke-width: 2px;
}




.footer {
  background-color: var(--dynamic-footer) !important;
  color: #fff;
  font-family: sans-serif;
}

.footer-top {
  background: linear-gradient(90deg, #6f3ff5, #7b2bf9);
  padding: 40px 20px;
  text-align: center;
  border-radius: 30px;
  margin: 0 10%;
  transform: translateY(-50%);
}

.download-app h4 {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

.download-app h2 {
  font-size: 30px;
  margin: 10px 0;
  color: #fff;
  font-weight: 700;
}

.app-buttons img {
  height: 40px;
  margin: 10px;
  cursor: pointer;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  gap: 20px;
  padding-bottom: 50px;
  align-items: start;
}

.footer-column {
  flex: 1 1 200px;
}

.footer-column h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

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

.footer-column ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-column ul li i {
  margin-right: 8px;
}

.footer-column ul li a {
  color: var(--whitecolor);
}

.about .logo {
  margin-bottom: 20px;
  width: 120px;
  height: revert;
}

.newsletter {
  display: flex;
  margin: 15px 0;
}

.newsletter input {
  padding: 10px;
  flex: 1;
  border: none;
  border-radius: 4px 0 0 4px;
}

.newsletter button {
  background: #7b2bf9;
  border: none;
  color: white;
  padding: 0 15px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  background: #1a1335;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-icons a.fb {
  background: #3b5998;
}

footer .social-icons a.insta {    background: linear-gradient(135deg, #ff02ce, #ff252a 61%, #fec900);
}

footer .social-icons a.link {
  background: #007bb6;
}

footer .social-icons a.youtube {
  background: #f61f4b;
}

footer .social-icons a.twitter {
  background: #000;
}

footer .social-icons a.whatsapp {
  background: #0cc143;
}

footer .social-icons a.pinterest {
  background: #eb314d;
}

.social-icons a:hover {
  background: #7b2bf9;
}

.footer-bottom {
  text-align: center;
  padding: 20px;
  background-color: #0b0019;
  font-size: 14px;
}

.social-icons {
  display: flex;
}


.testimonial-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.user-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.user-info h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.user-info p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #777;
}

.quote-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: #ddd;
}

.testimonial-text {
  font-style: italic;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.stars {
  color: #ffb400;
}

.stars .fa-star {
  font-size: 16px;
  margin-right: 3px;
}

.stars .fa-star:not(.filled) {
  color: #ccc;
}

.footerphnimg {
  margin-top: -19px;
  margin-bottom: -38px;
}

.download-app {
  text-align: left;
  margin-top: 20px;
}

.app-buttons {
  margin-top: 50px;
}

.summerdealsbox {
  display: flex;
  align-items: center;
}

.leftdeals {
  width: 60%;
}

.tg-banner-content {
  width: 40%;
}

.mobdropdown {
  display: none;
}


@media (max-width: 575.98px) {

  .slide__text p {
    font-size: 13px;
  }

  .bannerSlider .slide__text h2 {
    font-size: 25px;
  }

  .bannerSlider .slide__text {
    top: 40%;
  }

  .bannerSlider {
    height: 60vh;
  }

  .bannerSlider .slide__image::before {
    height: 60vh;
  }

  .bannerSlider .slick-next {
    display: none !important;
  }

  .bannerSlider .slick-prev {
    display: none !important;
  }

  .searchhomesec {
    top: -165px;
  }

  .seachbtns {
    gap: 10px;
  }

  .seachbtns button {
    width: 80px;
    font-size: 13px;
    padding: 10px;
  }

  .search-box label {
    font-size: 13px;
  }

  .search-box input,
  .guest-toggle {
    font-size: 13px;
    padding: 10px 15px;
  }

  .search-box .inputstylebox {
    margin-bottom: 15px;
  }

  .searchinputs .row {
    display: flex;
    flex-direction: column;
  }

  .searchinputs {
    margin-top: -75px;
  }

  .inputstylebox button {
    padding: 10px 20px;
    font-size: 13px;
    margin-top: 10px;
  }

  .sectionpadding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .secmarqurestyle {
    margin-top: -140px !important;
  }

  .marwueeSection>div:first-child {
    font-size: 13px;
    padding: 10px 15px;
  }

  .marwueeSection marquee {
    font-size: 13px;
  }

  .marwueeSection>div:last-child {
    height: 15px;
    width: 68px;
  }

  .tg-listing-shape {
    width: 150px;
    left: 0;
  }

  .sectitleheading h2 {
    font-size: 18px;
  }

  .sectitleheading p {
    font-size: 14px;
  }

  .slickSlideBTN .slick-next {
    right: -8px !important;
    width: 14px !important;
    height: 14px !important;
    font-size: 18px !important;
    padding: 20px !important;
  }

  .slickSlideBTN .slick-prev {
    left: -8px !important;
    width: 14px !important;
    height: 14px !important;
    font-size: 18px !important;
    padding: 20px !important;
  }

  .summerdealsbox {
    flex-direction: column;
  }

  .leftdeals {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }

  .tg-banner-content {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    padding: 30px 0px;
  }

  .leftdeals {
    padding: 50px 0px;
    height: 170px;
  }

  .tg-banner-subtitle {
    font-size: 14px;
  }

  .tg-banner-title {
    font-size: 18px;
  }

  .tg-banner-shape {
    height: 70px;
  }

  .tg-banner-content button {
    font-size: 13px;
    padding: 10px 20px;
  }

  .maindesticardflx {
    margin-bottom: 20px;
  }

  .destiimgbox {
    height: 230px;
  }

  .tg-location-shape {
    display: none;
  }

  .topexplorebox {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .topexplorebox h2 {
    font-size: 22px;
  }

  .topexplorebox h5 {
    font-size: 15px;
  }

  .tg-banner-2-big-title h2 {
    font-size: 30px;
  }

  .testimobstyle {
    margin-bottom: 200px !important;
  }

  .footerphnimg img {
    height: 100px;
  }

  .download-app {
    margin-top: 50px;
  }

  .download-app h4 {
    font-size: 14px;
  }

  .download-app h2 {
    font-size: 20px;
  }

  .app-buttons {
    margin-top: 10px;
  }

  .footer-top {
    margin: 0 5%;
  }

  .footer-main {
    margin-top: -150px;
    padding: 20px 10%;
  }

  .offer_image {
    height: 230px !important;
  }

  .navbar-collapse {
    background-color: var(--whitecolor);
    box-shadow: rgb(100 100 111 / 43%) 0px 7px 29px 0px;
  }

  .navbar-collapse .navbar-nav {
    margin: 0px !important;
    padding: 10px 10px;
    padding-top: 15px;
  }

  .navbar-collapse .navbar-nav .nav-link {
    color: var(--blackcolor) !important;
  }

  .navbar-collapse .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .mbocolps {
    padding: 0px 10px 10px 30px !important;
  }

  .mbocolps .mobhide {
    display: none !important;
  }

  .navbar-collapse .navbar-nav .nav-link.active {
    background: #3a5ba5;
    color: #fff !important;
    padding: 10px 10px !important;
    border-radius: 10px;
  }

  .navbar-collapse .navbar-nav .nav-link {
    background: #ddd;
    padding: 10px 10px !important;
    border-radius: 10px;
    font-size: 13px;
  }

  .navbar-light .navbar-brand {
    padding-left: 10px;
  }

  .navbar-expand-lg .container-fluid {
    padding: 0px !important;
  }

  .navbar-light .navbar-toggler {
    margin-right: 10px;
  }

  .topmainheader.is-sticky {
    box-shadow: none;
  }

  .topmainheader.is-sticky .navbar-nav .nav-link.active {
    color: var(--whitecolor) !important;
  }

  #loginPopup .d-flex {
    flex-direction: column;
  }

  #loginPopup .w-50 {
    width: 100% !important;
  }

  .mobhide {
    display: none;
  }

  .navloginbtn {
    font-size: 12px;
    border-radius: 10px;
  }

  .mobdropdown {
    display: block;
  }

  .navbar-collapse .dropdown {
    display: none;
  }

  .custom-dropdown {
    position: relative;
  }

  .custom-dropdown .dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #ddd;
    padding: 10px 10px !important;
    border-radius: 10px;
    font-size: 13px;
  }

  .custom-dropdown .dropdown-menu {
    display: none;
    left: 0;
    background: white;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    z-index: 9999;
  }

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

  .custom-dropdown .dropdown-menu li:hover {
    background-color: #f0f0f0;
  }

  .custom-dropdown .dropdown-divider {
    border-top: 1px solid #ccc;
    margin: 5px 0;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(images/togglemenu.png) !important;
  }

  .topmainheader.is-sticky .navbar-light .navbar-toggler-icon {
    background-image: url(images/toggle2menu.png) !important;
  }

  .topmainheader.is-sticky .navbar-light .navbar-toggler {
    border-color: var(--blackcolor) !important;
  }


  .navbar-light .navbar-toggler {
    border-color: var(--whitecolor) !important;
  }

  .navbar-toggler:focus-visible {
    outline: none;
    border: none;
  }

  .navbar-toggler:focus {
    outline: none;
    border: none;
  }

}

.footer-column i {
  font-size: 16px;
}

.travellers_box {
  position: absolute;
  top: 104%;
  right: 0;
  width: 35rem;
  display: none;
  background: #fff;
  z-index: 3;
  cursor: auto;
}

.travellers_box.active {
  display: block;
}

.travellers_box .first {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.travellers_box .ygugyuyvyuyvu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.travellers_box .ygugyuyvyuyvu input {
  width: 20px;
  text-align: center;
  cursor: context-menu;
  border: 0;
}

.travellers_box .ygugyuyvyuyvu>div:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
}

.travellers_box .ygugyuyvyuyvu>div:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
}

.travellers_box .ygugyuyvyuyvu>div:nth-child(3) {
  display: flex;
  align-items: center;
  width: 6rem;
  justify-content: space-between;
  margin-top: 12px;
  border-radius: 6px;
  border: 2px solid #dbdbdb;
  padding: 4px 14px;
}

.travellers_box .ygugyuyvyuyvu .act {
  cursor: pointer;
  user-select: none;
  display: grid;
  place-items: center;
}

.travellers_box .ygugyuyvyuyvu .act i {
  cursor: pointer;
  font-size: 10px;
  user-select: none;
}

.travellers_box .travel_class {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.travellers_box .travel_class>div {
  font-size: 13px;
  border-radius: 6px;
  border: 1.5px solid #ddd;
  padding: 4px 10px;
  font-weight: 500;
  cursor: pointer;
  color: #666;
  transition: all ease-in-out .2s;
}

.travellers_box .travel_class>div.active {
  border-color: var(--themecolor);
  background: #eee;
  color: var(--themecolor);
  font-weight: 600;
}

.travellers_box .second {
  padding: 12px 26px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
}

.travellers_box .second>div:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.travellers_box .second>div:nth-child(2) {
  padding: 4px 16px;
  border-radius: 4px;
}

.dewqew {
  font-size: 13px;
}

.vttyh {
  font-size: 14px;
}

.btn_custom {
  background: var(--themecolor);
  color: #fff;
  transition: all ease-in-out .2s;
  cursor: pointer;
}

.searchinput {
  border: 2px solid #e1e7ee;
  border-radius: 10px;
  padding: 12px 6px 12px 16px !important;
  cursor: pointer;
  position: relative;
}

.formsearchtable button {
  background: var(--themecolor);
  color: var(--whitecolor);
  width: 100%;
  padding: 12px 20px;
  border-radius: 10px;
}

.etaeaerbaeh {
  color: var(--themecolor) !important;
  -webkit-text-fill-color: var(--themecolor) !important;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 5px;
}

.breadcrumb ul li {
  font-size: 13px;
  line-height: 11px;
  letter-spacing: 0.2px;
  font-weight: 500;
  color: #3a3a3a;
  white-space: nowrap;
  position: relative;
  padding-right: 13px;
  list-style: none;
}

.breadcrumb ul li a::after {
  content: '>';
  font-size: 12px;
  color: #868686 !important;
  right: -12px;
  top: 1px;
  padding: 0 0 0px;
  position: absolute;
}

.breadcrumb ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #2196f3;
}

.package_box {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  overflow: hidden;
}

.tnight {
  background: rgba(0, 0, 0, .75);
  border-radius: 20px;
  padding: 3px 8px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 12px;
}

.pack_img {
  height: 220px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.package_content {
  padding: 10px;
  border-bottom: 1px solid #f3f3f3;
}

.packa_facility {
  padding: 15px 10px 15px 10px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.pa_fa {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.pa_fa img {
  max-width: 100%;
}

.paca_pricing {
  padding: 15px 10px 10px 10px;
  border-top: 1px solid #f3f3f3;
}

.sup_text {
  font-size: 12px;
  color: #000;
  display: block;
}

.prc-ttl {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}

.sup_text {
  font-size: 12px;
  color: #000;
  display: block;
}

.ritbtn {
  width: 45%;
  display: grid;
  place-items: center;
}

.vdtl-btn {
  padding: 6px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  background-color: var(--themecolor);
  text-decoration: none;
  border-radius: 40px;
  float: right;
  width: 100%;
  font-weight: 500;
}

.pkgName {
  font-size: 18px;
  color: #000;
  text-align: left;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.itinerary-img>div {
  background: #f8f8f8;
  border: 0.5px solid #e9e3e3;
  padding: 10px 20px;
  width: 80px;
  border-radius: 8px;
}

.itinerary-img>div img {
  max-width: 100%;
}

.pkkgcontentbox p {
  font-size: 16px;
  font-weight: 600;
}


/* flight */


input[type="radio"] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  outline: none;
  background-color: white;
  cursor: pointer;
  accent-color: var(--themecolor);
}

input[type="radio"]:checked+label {
  color: var(--themecolor);
}

.bi534b45 {
  gap: 14px;
}

.from-field,
.to-field,
.from-date,
.return-date,
.traveller {
  position: relative;
  border: 2px solid #e1e7ee;
  border-radius: 10px;
  line-height: 20px;
  padding: 16px 6px 16px 16px !important;
  cursor: pointer;
}

.from-field:hover,
.to-field:hover,
.from-date:hover,
.return-date:hover,
.traveller:hover {
  border: 2px solid rgb(153, 153, 155);
}

.from-field .popCus,
.to-field .popCus {
  box-shadow: 0 9px 30px 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: -3.5rem;
  z-index: 2;
  background: white;
  padding: 7px 14px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  display: none;

  &::after {
    content: '';
    position: absolute;
    background: transparent;
    top: 100%;
    left: 13px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #fff;
  }
}

.from-field:hover .popCus,
.to-field:hover .popCus {
  display: block;
}

.from-tag,
.to-tag,
.date-tag,
.traveller-tag {
  position: absolute;
  top: -12px;
  background-color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 4px;
  left: 12px;
  color: #4b6685;
}

/* .jhivar(--dynamic-text,var(--themecolor))e {
  font-size: 24px;
  font-weight: 700;
} */

.fev4v {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.input-field input:focus {
  outline: 0;
  border: 0;
  padding: 0 !important;
}


.jhirede {
  font-size: 22px;
  font-weight: 600;
}

.Search-btn {
  background-color: var(--themecolor);
  color: white;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.swap-btn {
  background: white;
  padding: 3px;
  position: absolute;
  right: -1.5rem;
  z-index: 99;
  top: 14px;
  height: 36px;
  width: 36px !important;
  transition: all ease-in-out .3s;

  &.active {
    transform: rotate(180deg);
  }
}

.swap-btn>div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: var(--themecolor);
  color: white;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.yggbh {
  font-size: 26px;
  font-family: "Overlock", sans-serif;
  font-weight: 600 !important;
}

.weerfc {
  color: var(--themecolor);
  font-size: 15px;
  font-family: "Overlock", sans-serif;
}

.hnbgg {
  background-color: #fff4ee;
  cursor: pointer;
  transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
}

.hnbgg:hover {
  transform: scale(1.05);
}

.hnbgg:hover .lkhyfu {
  color: var(--themecolor);
}

.hnbgg:hover .qrtere img {
  border-radius: 20px;
}

.lkhyfu {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}

.fjuig {
  font-size: 12px;
  color: #5a5a5a;
  font-weight: 600;
}

.qrtere {
  width: 84px;
  height: 84px;
}

.qrtere img {
  width: 100%;
  height: 100%;
}

/* .var(--dynamic-text,var(--themecolor))edc img {
  width: 82px;
} */

.kjjgfy {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  position: relative;
}

.jhbv {
  font-size: 12px;
  color: #5a5a5a;
  font-weight: 500;
}

.uhgtr {
  color: var(--themecolor);
  font-size: 18px;
  font-weight: 700;
}

.gfcrg {
  width: 50px;
  height: 50px;
}

.kjjgfy::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5a5a5a;
}

.hfiuh {
  width: 90px;
  height: 90px;
}

.hfiuh img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
}

.dealModalImg {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.dealModalInfo {
  font-weight: 600;
}


/* bus */

.dropdownlistsbuscities {
  width: 100%;
  min-height: 50px;
  background: #fff;
  float: left;
  max-height: 217px;
  position: absolute;
  z-index: 999;
  top: 75px;
  overflow: auto;
  border: none !important;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
  padding-top: 5px;
  left: 0;
}

.dropdownlistsbuscities ul {
  float: left;
  height: auto !important;
  margin: 0;
  overflow: auto;
  padding-bottom: 6%;
  width: 100%;
  border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0;
}

.dropdownlistsbuscities ul li {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  line-height: 28px;
  position: relative;
  padding: 6px 12px;
  cursor: pointer;
  color: #333;
  text-transform: capitalize;
}

.dropdownlistsbuscities.busInpTo {
  width: 100%;
}

.formsearchtable {
  padding: 25px 30px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -2px;
  border-radius: 18px;
}

.searchinput .popCus {
  box-shadow: 0 9px 30px 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: -3.5rem;
  z-index: 2;
  background: white;
  padding: 7px 14px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  display: none;
}

.searchinput:hover .popCus {
  display: block;
}

.searchinput .searchtag {
  background-color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 4px;
  left: 12px;
  color: #4b6685;
  position: absolute;
  top: -12px;
}

.searchinput .popCus {
  &::after {
    content: '';
    position: absolute;
    background: transparent;
    top: 100%;
    left: 13px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #fff;
  }
}

.searchinput input {
  outline: none;
  width: 100%;
  border: 0;
}

/* hotel search */
.hotel-guest {
  z-index: 999999999999;
  right: 0px;
  position: absolute;
  width: 340px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 11px 14px;
  background-color: white;
  border-bottom: 0px solid #ddd;
  box-shadow: 2px 2px 4px #00000057;
  border-radius: 5px;
  max-height: 260px;
  overflow-y: auto;
}

.guest-head {
  font-size: 15px;
  font-weight: 600;
}

.select2 {
  outline: 0;
  border: 1px solid #bababa;
  border-radius: 3px;
  font-size: 14px;
  width: 82px;
}

.roomguestblockdiv .add-room {
  margin-top: 15px;
  cursor: pointer;
  background-color: var(--themecolor);
  padding: 10px 11px;
  color: #fff;
  font-size: 12px;
  margin-left: 2px;
  border-radius: 40px;
}

.room-submit {
  background-color: var(--themecolor);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  outline: 0;
  padding: 4px;
}

.roomguestblockdiv .remove-room {
  margin-top: 15px;
  cursor: pointer;
  background-color: #e52b30;
  padding: 10px 11px;
  color: #fff;
  font-size: 12px;
  margin-left: 2px;
  border-radius: 40px;
}

.paxdetails p {
  font-weight: 600;
}

.paxContent {
  display: none;
  background: #fff;
  position: absolute;
  top: 94px;
  width: 300px;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 4px;
  z-index: 99;
  padding: 7px;
}

#roomshtml {
  max-height: 345px;
  overflow: auto;
}

.addroom {
  margin-top: 4px;
  color: var(--themecolor);
  padding: 0px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  margin-left: 6px;
  margin-bottom: 6px;
  font-size: 13px;
  border: 1px solid var(--themecolor);
  padding: 6px 8px;
  float: left;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-decoration: none;
  cursor: pointer;
}

.removeroom {
  color: #e00005;
  border-color: #e00005;
}

.exitroom {
  color: #fff;
  background: var(--themecolor);
  float: right;
  margin-right: 6px;
  border-color: var(--themecolor);
  display: block;
  width: 32%;
  text-align: center;
  padding: 6px 8px;
}

.box {
  margin-top: 0px;
  border-bottom: 1px solid #e8e9eb;
  padding: 6px 6px 6px 6px;
  clear: both;
  height: auto;
  overflow: auto;
  font-size: 14px;
  -o-animation-name: animateElement;
  -moz-animation-name: animateElement;
  -webkit-animation-name: animateElement;
  animation-name: animateElement;
  -o-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -o-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -o-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.box:last-child {
  border: 0px;
}

.roomTxt {
  color: #000;
  font-weight: 600;
  margin-bottom: 1px;
}

.pull-left {
  float: left;
}

.pull-left {
  width: 63%;
}

.txt {
  display: block;
  padding-top: 2px;
  text-align: left;
  color: #000;
}

.txt em {
  font-size: 11px;
  color: #737373;
  display: block;
  font-style: normal;
}

.pull-right {
  float: right;
  width: 36%;
}

.pull-right {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.spacer {
  height: 10px;
  clear: both;
}

.PlusMinusRow {
  border-radius: 2px;
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 30px;
  line-height: 28px;
  text-align: center;
}

.sub {
  font-size: 22px;
  font-weight: 600;
  left: 0;
  top: 0px;
  width: 33px;
  position: absolute;
  cursor: pointer;
  user-select: none;
  color: #000000;
  background: #f5f9ff;
  height: 30px;
  border-right: 1px solid #e3e3e3;
}

.PlusMinus_number,
.PlusMinus_label {
  margin-top: 0px;
  display: inline-block;
}

.PlusMinus_number {
  font-size: 14px;
  color: #000000;
  width: 32px;
  margin: auto;
  margin-top: auto;
  text-align: center;
  border: 0;
  outline: 0;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
}

.add {
  font-weight: 600;
  font-size: 17px;
  width: 33px;
  position: absolute;
  cursor: pointer;
  user-select: none;
  color: #000000;
  right: 0;
  top: 0;
  background: #f5f9ff;
  height: 30px;
  border-left: 1px solid #e3e3e3;
}

.childresAgeTxt {
  margin: 2px 0px 3px 0;
  margin-top: 2px;
  font-size: 12px;
  color: #959595;
  text-align: left;
  width: 100%;
  margin-top: 13px;
  float: left;
}

.paxContent select {
  border: 1px solid #c3c3c3;
  margin-right: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  width: 58px;
  color: #434343;
  -webkit-appearance: none;
  padding: 3px 8px;
  height: 30px;
  background: #ffffff url(https://www.easemytrip.com/dm-img/arrow_down.png) no-repeat 81% 50%;
}

.navvlink {
  font-size: 14px;
}

.bannerShowMain {
  height: 300px !important;
}

.container {
  max-width: 1240px !important;
}

.flightSelectionBox {
  position: absolute;
  top: 100%;
  left: 0;
  width: 23rem;
  left: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: 4px 4px 10px #00000040;
  z-index: 11;
  display: none;
}

.flightSelectionBox.active {
  display: block;
}

.flightSelectionBox>div {
  padding: 12px 16px;
  transition: all ease-in-out .1s;
  cursor: pointer;
}

.flightSelectionBox>div:hover {
  background: #f0f0f0b0;
}

.flightSelectionBox>div i {
  color: #9f9f9f;
  font-size: 20px;
  transform: rotate(-30deg);
}

.flightSelectionBox>div img {
  height: 30px;
  border-radius: 4px;
}

.flightSelectionBox>div .city {
  font-size: 16px;
  font-weight: 600;
}

.flightSelectionBox>div .air_name {
  font-size: 12px;
  color: #666;
  line-height: 1;
}

.navbar {
  background: transparent !important;
}


.fs12The3 {
  font-size: 12px
}

.fs13The3 {
  font-size: 13px
}

.fs1212rr {
  font-size: 13px;

  & * {
    font-weight: 600;
  }
}

.iyf3y2f33 {
  & .iyf3y2f33Chd {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ddd;
    top: 50%;
    z-index: -1;
  }

  & p {
    padding: 0 10px;
    margin-bottom: 0;
    background: white;
    font-size: 13px;
    font-weight: 500;
    color: #797979;
  }
}

.dflex3 {
  display: flex;
}

#otp-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.otp-input {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
}

/* .ofccaafnefwenfwe {
  position: fixed;
  height: 100dvh;
  width: 100%;
  left: 0;
  top: 0;
  padding-right: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  & .child {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    flex-direction: column;
    border-radius: 16px;
    padding: 1rem;
  }
} */

.submitbutton{
  width: 100%;
  height: 100%;
  background: var(--themecolor) !important;
  color: #ffff !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  text-transform: uppercase;
}

.swipebuscities{width: 27px;height: 27px;transition: all .5s ease 0s;position: absolute;right: -18px;top: 20px;z-index: 9;cursor: pointer;background: var(--themecolor);color: #fff;display: grid;place-items: center;border-radius: 50%;font-size: 12px;}
.swipebuscities i{transition: all .5s ease 0s;}
.swipebuscities.on i{rotate: 180deg;}

.acc-img{
  height: 500px;width: 100%;
}

.destiSlider .slick-slide{
  height:auto;
}


/*!------------------------- Special Fare Css Start -----------------------  */

.special_fare{
    background: linear-gradient(135deg, rgb(233, 252, 243) 0%, rgba(255, 255, 255, 0) 100%);padding: 12px 16px;border-radius: 5px;margin-top: 2rem;
}
.special_fare .more_bene{
    background: var(--dynamic-text,var(--themecolor));font-size: 12px;font-weight: bold;color: #fff;text-align: center;border-radius: 26px;
}
.special_fare .spe_fare{
    font-size: 16px;font-weight: 600;
}
.special_fare .frgtyhuiuyhg {
    border: 2px solid var(--dynamic-text,var(--themecolor));display: inline-block;width: 20px;height: 20px;text-align: center;border-radius: 3px;position: relative;
}
.special_fare .frgtyhuiuyhg.active{
    background: var(--dynamic-text,var(--themecolor));border-color: var(--dynamic-text,var(--themecolor));
}
.special_fare .frgtyhuiuyhg.active::after{
    content: "";transform: rotate(45deg);height: 11px;width: 6px;border-bottom: 2px solid rgb(229, 243, 255);border-right: 2px solid rgb(229, 243, 255);display: inline-block;position: absolute;left: 5px;top: 2px;
}
.special_fare .spe_chi{
    border: 1.5px solid #ddd;padding: 12px;background: #fff;border-radius: 5px;cursor: pointer;position: relative;
}
.special_fare .img{
    height: 26px;width: 26px;
}
.special_fare .img img{
    height: 100%;width: 100%;object-fit: cover;
}
.special_fare input{display: none;}
.spe_chi.active{
    border-color: var(--dynamic-text,var(--themecolor));
}
.spe_chi .first{
    line-height: 1;font-size: 14px;
}
.spe_chi .second{
    font-size: 12px;color: #777777;margin-top: 0;
}
.special_fare .spe_chi .ghyujioiuhyg{
  position: absolute;top: 100%;left: 0;width: 22rem;z-index: 1;opacity: 0;user-select: none;pointer-events: none;transition: all ease-in-out .2s;background: rgba(34, 34, 34, 0.9);color: #fff;padding: 12px;
}
.special_fare .spe_chi:hover .ghyujioiuhyg{
  opacity: 1;pointer-events: all;
}
.special_fare .spe_chi .ghyujioiuhyg h4{
  font-size: 16px;font-weight: 600;margin-bottom: 6px;
}
.special_fare .spe_chi .ghyujioiuhyg p{
  font-size: 10px;font-weight: 600;margin-bottom: 0;
}

/*!------------------------- Special Fare Css End -----------------------  */