@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: helvetica-regular;
  src: url(../font/Helvetica.ttf);
}
@font-face {
  font-family: helvetica-bold;
  src: url(../font/Helvetica-Bold.ttf);
}
@font-face {
  font-family: helvetica-condensed-bold;
  src: url(../font/Helvetica\ Bold\ Condensed.otf);
}
:root {
  --app-font-family: "Roboto", sans-serif;
  --this-body-bg: #efefef;
  --this-black: #222222;
  --this-black-light: #3a3a3a;
  --this-red: #e60e11;
  --this-orange: #f39500;
  --this-yellow: #fbc400;
  --this-yellow-light: #ffeca9;
  --this-green: #51c053;
  --this-blue: #4594f6;
  --this-gray: #3a3d3e;
  --pf-regular: helvetica-regular;
  --pf-bold: helvetica-bold;
  --pf-condensed-bold: helvetica-condensed-bold;
  --sherpa-blue: #384652;
  /* --sherpa-blue-light: #2d3e52; */
  --sherpa-blue-light: #0e4e96;
  --this-primary: #384652;
  --this-secondary: #02495d;
  --green: #c0272c;
  --gray: #dddddd;
  --gray-light: #f3f3f3;
  --white: #ffffff;
  --this-new-black: #000000ed;
  --black: #000000;
  --text-dark: #4e4e50;
  --text-gray: #8c8c8c;
  --text-light: #75767b;
  --btn-green: #46a045;
  --btn-blue: #3289d6;
  --btn-orange: #ff851b;
  --btn-red: #e83e3c;
  --btn-ink: #003087;
  --table-text-color: #5a6477;
  --border-2x: 2px solid #80808033;
  --border-1x: 1px solid #80808033;
  --border-flight-result: 1px solid #e4e4e4;
  --this-shadow: 0px 5px 15px var(--black);
  --smart-red: #c0272c;
  --smart-blue: #0e4e96;

  --smart-gray: #b2b2b2;
  --paginate-normal: #009cde;
  --paginate-active: #003087;

  /* --booking-result-black-bg: #00000075; */
  --booking-result-black-bg: white;

  --body-bg: #dce5ea;
  --font-xxs: 8px;
  --font-xs: 10px;
  --font-s: 12px;
  --font-m: 13px;
  --font-15: 15px;
  --font-l: 16px;
  --font-xl: 18px;
  --font-xxl: 20px;
  --ticker-duration: 25s;

  /* holiday makers */
  --hm-blue:#02599b;
  --hm-red:#ff000f;
  --hm-black:#222222;
  --hm-gray:#8c8c8c;

}
.t-xxs {
  font-size: var(--font-xxs) !important;
}
.t-xs {
  font-size: var(--font-xs) !important;
}
.t-s {
  font-size: var(--font-s) !important;
}
.t-m {
  font-size: var(--font-m) !important;
}
.t-l {
  font-size: var(--font-l) !important;
}
.t-xl {
  font-size: var(--font-xl) !important;
}
.bg-g {
  background-color: var(--this-body-bg) !important;
}
.tc-b {
  color: var(--this-black) !important;
}
.pf-bold{
  font-family: var(--pf-bold)!important;
}
.wp-14 {
  width: 14%;
}
.owl-carousel.matrixcarsl .owl-nav .owl-prev,
.owl-carousel.matrixcarsl .owl-nav .owl-next {
  top: 16px;
}
#arlinemtrx .item:hover {
  /* transform: scale(1.05); */
  transition: all 0.2s;
  cursor: pointer;
  border-bottom: 5px solid var(--this-yellow);
}
.owl-flight {
  background-color: var(--white);
  border-radius: 10px;
  /* box-shadow: 0px 0px 6px black; */
}
.owl-flight .flight-img {
  width: 100% !important;
  height: 40px !important;
  object-fit: contain;
  margin: auto;
}
.owl-flight .flight-name {
  margin: 0;
  font-size: var(--font-s);
  font-weight: normal;
  text-align: center;
  color: var(--text-light);
}
.owl-flight .flight-count {
  text-align: center;
  text-decoration: underline;
  font-size: var(--font-m);
}
.owl-flight .flight-price {
  background: var(--smart-blue);
  padding: 2px;
  text-align: center;
  border-top-left-radius: 17px;
}
.owl-flight .flight-price p {
  color: var(--white);
}
.owl-flight .img-sec {
  width: 35%;
  border: 1px solid black;
  height: 55px;
  margin: 3px;
  display: inline-flex;
  border-radius: 5px;
  padding: 2px;
}
.owl-flight .cont-sec {
  width: 60%;
}

.owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-prev,
.owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-next,
.owl-carousel.matrixcarsl .owl-nav .owl-prev,
.owl-carousel.matrixcarsl .owl-nav .owl-next,
#hotel_bottom .owl-controls .owl-prev,
#hotel_bottom .owl-controls .owl-next {
  border-radius: 0;
  height: 30px;
  margin: 0 2px;
  padding: 0;
  position: absolute;
  text-indent: -99999px;
  width: 25px;
  z-index: 10;
}
.owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-prev,
.owl-carousel.matrixcarsl .owl-nav .owl-prev {
  background: url(../images/icons/owl-arrow-left.png) no-repeat scroll center
    center transparent;
  left: -29px;
  background-size: contain;
}
.owl-carousel.matrixcarsl .owl-controls .owl-buttons .owl-next,
.owl-carousel.matrixcarsl .owl-nav .owl-next {
  background: url(../images/icons/owl-arrow-right.png) no-repeat scroll center
    center transparent;
  right: -29px;
  background-size: contain;
}
#hotel_bottom .owl-controls .owl-next,
#hotel_bottom .owl-controls .owl-prev {
  width: 35px;
  height: 35px;
  top: 23px;
  opacity: 1;
}
#hotel_bottom .owl-controls .owl-prev {
  left: -4px;
  background: url(../images/b2c/icons/ak-prev-button.png) top center / contain
    no-repeat transparent !important;
}
#hotel_bottom .owl-controls .owl-next {
  right: -4px;
  background: url(../images/b2c/icons/ak-next-button.png) top center / contain
    no-repeat transparent !important;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.d-block {
  display: block;
}
/* new home */
.ak-navbar {
  background-color: var(--this-gray);
  margin-bottom: 0 !important;
  padding: 10px 0px;
}
.ak-navbar .nav-item {
  margin-right: 10px;
}
.ak-navbar .nav-link,
.ak-navbar .nav-link:hover,
.ak-navbar .nav-link:focus {
  color: var(--white);
  background-color: var(--this-gray);
  font-size: var(--font-m);
  font-family: var(--pf-regular);
  padding-left: 20px !important;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 44%;
}
.ak-navbar .nav-link.i-top,
.ak-navbar .nav-link.i-top:hover,
.ak-navbar .nav-link.i-top:focus {
  padding: 20px 10px 10px 10px !important;
  background-position: center 10%;
  font-size: var(--font-s);
}
.ak-navbar .nav-link.i-top:hover,
.ak-navbar .nav-link.i-top:focus,
.ak-navbar .nav-link.i-top.active {
  color: var(--this-yellow);
}
.ak-navbar .nav-link.i-user {
  background-image: url(../images/b2c/icons/user-signin-yellow.svg);
}
.ak-navbar .nav-link.i-support {
  background-image: url(../images/b2c/icons/support-yellow.svg);
}
.ak-navbar .nav-link.i-alert {
  background-image: url(../images/b2c/icons/alert-yellow.svg);
}
.ak-navbar .nav-link.i-blogs {
  background-image: url(../images/b2c/icons/blog-yellow.svg);
}
/*  */
.ak-navbar .nav-link.i-flight {
  background-image: url(../images/b2c/icons/flight-white.svg);
}
.ak-navbar .nav-link.i-flight.active,
.ak-navbar .nav-link.i-flight:hover,
.ak-navbar .nav-link.i-flight:focus {
  background-image: url(../images/b2c/icons/flight-yellow.svg);
}
.ak-navbar .nav-link.i-hotel {
  background-image: url(../images/b2c/icons/hotel-white.svg);
}
.ak-navbar .nav-link.i-hotel.active,
.ak-navbar .nav-link.i-hotel:hover,
.ak-navbar .nav-link.i-hotel:focus {
  background-image: url(../images/b2c/icons/hotel-yellow.svg);
}
.ak-navbar .nav-link.i-visa {
  background-image: url(../images/b2c/icons/visa-white.svg);
}
.ak-navbar .nav-link.i-visa.active,
.ak-navbar .nav-link.i-visa:hover,
.ak-navbar .nav-link.i-visa:focus {
  background-image: url(../images/b2c/icons/visa-yellow.svg);
}
.ak-navbar .nav-link.i-visa,
.ak-navbar .nav-link.i-visa:hover,
.ak-navbar .nav-link.i-visa:focus {
  background-size: 11px;
  background-position: center 15%;
}
.ak-navbar .nav-link.i-tours {
  background-image: url(../images/b2c/icons/sightseeing-white.svg);
}
.ak-navbar .nav-link.i-tours.active,
.ak-navbar .nav-link.i-tours:hover,
.ak-navbar .nav-link.i-tours:focus {
  background-image: url(../images/b2c/icons/sightseeing-yellow.svg);
}
.ak-navbar .nav-link.i-tours,
.ak-navbar .nav-link.i-tours:hover,
.ak-navbar .nav-link.i-tours:focus {
  background-size: 18px;
  background-position: center 17%;
}
.ak-navbar .nav-link.i-insurance {
  background-image: url(../images/b2c/icons/travel-insurance-white.svg);
}
.ak-navbar .nav-link.i-insurance.active,
.ak-navbar .nav-link.i-insurance:hover,
.ak-navbar .nav-link.i-insurance:focus {
  background-image: url(../images/b2c/icons/travel-insurance-yellow.svg);
}
.ak-navbar .nav-link.i-insurance,
.ak-navbar .nav-link.i-insurance:hover,
.ak-navbar .nav-link.i-insurance:focus {
  background-size: 18px;
  background-position: center 17%;
}

.ak-navbar .open > a,
.ak-navbar .open > a:focus,
.ak-navbar .open > a:hover {
  background-color: var(--this-gray) !important;
  border-color: var(--this-gray) !important;
}
.ak-carousel .carousel-inner .item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.ak-carousel .carousel-indicators {
  bottom: 75px;
}
.ak-navbar {
  border-radius: 0 !important;
}
.ak-navbar .navbar-brand {
  padding: 4px 0 0 0 !important;
}
.ak-navbar .userorlogin {
  font-size: var(--font-m);
  padding-right: 0;
  line-height: 20px;
}
.ak-navbar .reglog {
  min-width: auto !important;
}
.ak-navbar .icon-bar {
  background: var(--this-yellow);
}
#supersized,
#supersized li {
  display: none !important;
}
.ak-tab {
  margin-bottom: 0 !important;
}
.searcharea {
  margin-top: -60px;
}
.ak-search-form .wament {
  color: var(--text-gray);
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: var(--pf-regular);
}
.ak-search-form .wament input[type="radio"] {
  margin: 0;
  accent-color: var(--this-yellow);
}
.ak-search-form.tabspl {
  padding: 0;
}
.ak-search-form .select2-container {
  width: 100% !important;
}
.ak-search-form .normalinput,
.ak-search-form .outsideserach .forminput,
.ak-search-form .totlall,
.ak-search-form .outsideserach .forminput,
.ss-select-container .select2-container--default .select2-selection--single {
  border: 1px solid var(--text-gray);
  font-family: var(--pf-regular);
  font-size: var(--font-s);
  height: 35px !important;
  padding: 0 35px 0 10px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 90% center;
}
.sghtseen .ak-search-form .totlall {
  padding: 10px 35px 10px 10px;
  height: 40px !important;
  border-radius: 5px !important;
}
.sghtseen .ak-search-form .remngwd {
  transform: translateY(-11px);
}
.alladvnce.flightIcon {
  background: url(../images/b2c/icons/preferred-flight.svg), #fff;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 90% center;
}
.totlall.traveller-holder {
  background: url(../images/b2c/icons/traveller.svg), #fff;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 90% center;
}
.forhotelonly .totlall.traveller-holder {
  background-position: 97% center;
}
.ak-search-form .alladvnce {
  border: 1px solid var(--text-gray);
  font-size: var(--font-s);
  height: 35px !important;
  border-radius: 25px !important;
  margin: 0;
  width: 100%;
}
.ak-search-form .normalsel {
  border: 1px solid var(--text-gray) !important;
  font-size: var(--font-s);
  height: 35px !important;
  border-radius: 25px !important;
}
.visa-search .normalsel,
.n-o-n {
  padding: 6px 30px 6px 10px;
  background-image: url(../images/b2c/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 95% center;
}
.n-o-n {
  background-image: url(../images/b2c/icons/moon.svg);
  background-size: 18px;
}
.visa-search .selctmark {
  position: relative;
}
.visa-search .selctmark:after {
  content: "\f078";
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  color: #222426;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  line-height: 36px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.ak-search-form .normalinput,
.ak-search-form .normalinput.b-r-0,
.ak-search-form .totlall,
.ss-select-container .select2-container--default .select2-selection--single {
  border-radius: 25px !important;
}

.ak-search-form .normalinput::placeholder {
  font-size: var(--font-s);
  font-family: var(--pf-regular);
}
.ak-search-form .deprtures::before,
.ak-search-form .destinatios::before,
.ak-search-form .datemark::before,
.alladvnce.flightIcon::after,
.ss-select-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.ak-search-form .deprtures .normalinput,
.ak-search-form .destinatios .normalinput {
  background-image: url(../images/b2c/icons/preferred-flight.svg);
}
.ak-search-form .deprtures .frominsurance.normalinput,
.ak-search-form .destinatios .departinsurance.normalinput {
  background-image: url(../images/b2c/icons/globe.svg);
}
.ak-search-form .destinatios .departinsurance.normalinput {
  background-position: 94% center;
}
.hotel_city.normalinput {
  background-image: url(../images/b2c/icons/globe.svg);
  background-position: 97% center;
}
.ak-search-form .attached-form .deprtures .normalinput,
.ak-search-form .attached-form .datepicker_new1 .normalinput {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ak-search-form .attached-form .destinatios .normalinput,
.ak-search-form .attached-form .datepicker_new2 .normalinput {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.ak-search-form .attached-form .destinatios .normalinput {
  padding-left: 20px;
}
.attached-form .flight_chnge {
  right: -11px;
}
.ak-search-form .datemark .normalinput {
  background-image: url(../images/b2c/icons/calendar.svg);
}

.ak-search-form .flight_chnge {
  width: 22px;
  height: 22px;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.ak-search-form .lablform,
.ak-search-form .formlabel,
.ak-search-form .totlall::before,
.ak-search-form .totlall::after,
.ak-search-form .plcemark::before,
.selctmark::after {
  display: none;
}
.ak-search-form .remngwd {
  transform: translateY(-3px);
  font-size: var(--font-s);
  font-family: var(--pf-regular);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: var(--font-s);
  font-family: var(--pf-regular);
}
.searcharea .nav-tabs.tabstab > li > a {
  line-height: 15px;
}
.ak-search-form .remove_age .lbllbl {
  color: var(--text-gray) !important;
}
.allformst .ak-search-form .searchsbmt {
  background-color: var(--this-yellow);
  color: var(--this-black);
  font-weight: bold;
  text-transform: uppercase;
  height: 35px;
  background-image: url(../images/b2c/icons/search-black.svg) !important;
  background-size: 16px;
  background-position: 87% center;
  background-repeat: no-repeat !important;
  width: 100%;
}

.hd-carousel-card {
  padding: 0px 1px 0 1px;
  position: relative;
  margin-bottom: 25px;
  /* overflow: hidden; */
}
.hd-carousel {
  position: relative;
}
.owl-dots {
  position: absolute;
}
.hd-carousel .owl-nav .owl-prev,
.hd-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.hd-carousel .owl-nav .owl-prev span,
.hd-carousel .owl-nav .owl-next span {
  visibility: hidden;
}
.hd-carousel .owl-nav .owl-prev {
  left: -11px;
  background-image: url(../images/b2c/icons/ak-prev-button.png) !important;
}
.hd-carousel .owl-nav .owl-next {
  right: -11px;
  background-image: url(../images/b2c/icons/ak-next-button.png) !important;
}

.b2b_login .smart-deals-container {
  background-color: var(--white);
}

.cont-sec {
  border-bottom: 0;
  margin-bottom: 0;
}
.hd-card .cont-sec .loc {
  color: var(--white);
  font-size: 22px;
  letter-spacing: 1px;
  font-family: var(--pf-condensed-bold);
  font-weight: bold;
}
.nights-pill {
  background-color: var(--this-yellow);
  color: var(--this-black);
  font-family: var(--pf-bold);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
  text-transform: uppercase;
}
.smart-tag {
  background-color: red;
  color: #ffeb3b;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: -62px;
  top: 19px;
  padding: 4px;
  width: 184px;
  text-align: center;
  font-size: 10px;
  transform: rotate(313deg);
}
.newsEvents .hd-card .cont-sec .loc {
  font-size: 18px;
}
.hd-card {
  position: relative;
  border-radius: 15px;
  margin: 10px;
}
.hd-card .img-sec {
  position: relative;
  overflow: hidden;
}
.hd-card .img-sec:hover img {
  transform: scale(1.2);
  transition: all 1.5s ease-in-out 0s;
}
.hd-card .img-sec img {
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
}
.hd-card .img-sec .loc {
  background-color: #0e4e96;
  position: absolute;
  bottom: 0;
  padding: 3px 20px 3px 10px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border-top-right-radius: 20px;
}
.hd-card .cont-sec {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.hd-card .cont-sec p {
  font-size: 14px;
  font-weight: 300;
}
.hd-card .cont-sec p.tc-apply {
  font-size: 8px;
}
.hd-card .cont-sec .book-now {
  background-color: #ea1c30;
  padding: 1px 3px;
  text-transform: uppercase !important;
  font-size: 13px;
  color: white;
  font-weight: 400 !important;
}

.b2c_homepage .sec-title {
  font-family: var(--pf-regular);
  color: var(--this-black);
  font-size: var(--font-xxl);
  margin-bottom: 20px;
}
.wrk-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrk-row .col {
  width: 100%;
}
.wrk-img-container {
  position: relative;
}
.wrk-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  opacity: 0.4;
  transition: opacity 0.5s;
}
.wrk-img.first {
  opacity: 1;
}
.wrk-img.first.reduce-opacity {
  opacity: 0.4;
}

#count-start-container .wrk-img:hover {
  opacity: 1;
}
.wrk-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: var(--this-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  transform: translateY(-88px);
  box-shadow: 0px 0px 3px var(--this-black-light);
  position: relative;
  z-index: 1;
}
.wrk-circle .count {
  font-family: var(--pf-bold);
  color: var(--white);
  font-size: 30px;
}
.wrk-circle .cont {
  font-family: var(--pf-regular);
  color: var(--this-yellow);
  font-size: var(--font-15);
  text-align: center;
  padding: 0 45px;
}
.ak-contact-card {
  background-color: var(--this-yellow);
  padding: 110px 25px 25px 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  transform: translateY(-172px);
}

.ak-contact-sec,
.ak-customer-sec {
  width: 100%;
}
.ak-contact-sec {
  font-family: var(--pf-regular);
}
.ak-customer-sec {
  font-family: var(--pf-regular);
}
.ak-contact-sec .form-control {
  border: 0;
  border-radius: 3px !important;
  padding: 0 15px;
  font-size: var(--font-s);
  font-family: var(--pf-regular);
}
.ak-contact-sec textarea.form-control {
  padding-top: 10px;
}
.ak-contact-sec .form-control::placeholder {
  font-size: var(--font-s);
}
.ak-customer-sec .icon img {
  width: 30px;
}
.c-title {
  font-size: var(--font-xl);
  margin-bottom: 1px;
  line-height: 13px;
}
.c-link {
  font-family: var(--pf-regular);
  color: var(--this-black-light);
  font-size: var(--font-xl);
  font-weight: 600;
}
.btn-yellow,
.btn-yellow:hover {
  background-color: var(--this-yellow) !important;
  color: var(--this-black) !important;
  font-weight: bold !important;
}
.btn-yellow.rounded {
  border-radius: 30px !important;
}
.btn-sub,
.btn-sub:hover {
  border-radius: 25px !important;
  background-color: var(--this-black) !important;
  color: var(--white) !important;
  padding: 6px 20px !important;
  font-family: var(--pf-regular);
}
.ak-branches {
  background-color: var(--this-yellow);
  padding: 20px 15px 15px;
}
.ak-branches .sec-title {
  margin-bottom: 10px;
}
.ak-branches address {
  margin-bottom: 0;
}
.ak-branches p,
.ak-branches a {
  color: var(--this-black-light);
  font-family: var(--pf-regular);
}
.ak-scroll {
  max-height: 347px;
  overflow: auto !important;
}

/* width */
.ak-scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.ak-scroll::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;
}

/* Handle */
.ak-scroll::-webkit-scrollbar-thumb {
  background: #d4ac0c;
  border-radius: 10px;
}

/* Handle on hover */
.ak-scroll::-webkit-scrollbar-thumb:hover {
  background: #d4ac0c;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* width */
.table-responsive::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #d4ac0c;
  border-radius: 10px;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #d4ac0c;
}
.ak-footer-container {
  background-image: url(../images/b2c/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 210px;
  padding-bottom: 15px;
}
.ak-footer-container.translater-footer {
  transform: translateY(-110px);
}
.ak-footer {
  background: var(--this-gray);
}
.ak-footer::before {
  display: none;
}
.ak-footer .title {
  color: #aaaaaa;
  font-family: var(--pf-regular);
  font-size: var(--font-xl);
  margin-bottom: 10px;
}
.ak-footer .divider {
  width: 100%;
  height: 1px;
  background-color: #aaaaaa;
  margin: 15px 0;
}
.ak-footer .link-ul li a,
.ak-footer .link-ul li a:hover,
.ak-footer .copyrights p {
  color: #aaaaaa;
  font-family: var(--pf-regular);
  font-size: var(--font-l);
}
.ak-footer .copyrights p {
  margin-bottom: 15px;
}
.ak-footer .social-icons {
  width: 40px;
  max-width: 40px;
}
.ak-footer .social-icons.hover,
.ak-footer .social-icons-ul li:hover .social-icons.default {
  display: none;
}
.ak-footer .social-icons-ul li:hover .social-icons.hover {
  display: block;
}
.vt-container {
  transform: translateY(-138px);
}
.i-btn-container {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.i-btn {
  background-color: var(--white);
  padding: 0;
  color: var(--this-blue);
  font-size: var(--font-l);
}
@media (min-width: 992px) {
  
  .header-logo {
    width: 200px !important;
  }
  .wrk-row .col {
    width: 25%;
  }
  .ak-contact-sec,
  .ak-customer-sec {
    width: 50%;
  }
  .ak-customer-sec {
    padding-left: 40px;
  }
  .ak-contact-sec {
    padding-right: 40px;
    border-right: 2px solid var(--this-black);
  }
  .searcharea .custom-tab .nav-tabs.tabstab > li {
    margin-right: 30px;
  }
  .f-r-sec.col-xs-8 {
    width: 73% !important;
  }
  .p-sec.col-xs-4 {
    width: 25% !important;
  }
  .ak-modify-search.hotel-modi .partition {
    padding-right: 22px;
  }
  #slidebarscr, #nxtbarslider{
    width: 100%!important;
  max-width: 330px;
  }
  .sticky-rit-summery{
    position: sticky!important;
    top: 70px;
    overflow-y: auto;
    max-height: 100vh;
  }
}

@media (max-width: 550px) {
  .inspad .secndblak {
    background: var(--white) !important;
  }
  .ak-footer-container {
    padding-top: 80px;
  }
  .ak-carousel .carousel-inner .item img {
    height: 300px;
  }
}
.tab-icon-img {
  width: 16px;
}
.tab-icon-img.visa {
  width: 13px;
}
.searcharea .custom-tab .nav-tabs.tabstab > li {
}
.tab-icon-img.active,
.searcharea .custom-tab .nav-tabs.tabstab > li.active .tab-icon-img.default,
.searcharea .custom-tab .nav-tabs.tabstab > li a:hover .tab-icon-img.default {
  display: none;
}

.searcharea .custom-tab .nav-tabs.tabstab > li.active .tab-icon-img.active,
.searcharea .custom-tab .nav-tabs.tabstab > li a:hover .tab-icon-img.active {
  display: block;
}
.tab-icon-img[data-icon-name="travel-insurance"],
.tab-icon-img[data-icon-name="sightseeing"] {
  width: 20px;
}
.header-logo {
  width: 150px;
  transform: translate(10px, 7px);
}
.ak-flags {
  margin-top: 5px;
}
.ak-flags .curncy_img {
  width: 18px;
  height: 15px;
  margin-top: 10px;
}
.ak-flags .dropdown-menu .curncy_img {
  margin-top: 0;
}
.ak-flags .flags {
  margin: 10px 23px 0 8px;
  font-size: 14px;
}
.ak-flags.open > a,
.ak-flags.open > a:hover {
  background-color: var(--black);
}
.ak-flags .sprte.inr {
  background: url(../images/b2c/flags/ind.jpg) no-repeat 0 0;
  background-position: center !important;
}
.ak-flags .sprte.aud {
  background: url(../images/b2c/flags/aud.jpg) no-repeat 0 0;
  background-position: center !important;
}

.ak-flags .sprte.usd {
  background: url(../images/b2c/flags/usd.jpg) no-repeat 0 0;
  background-position: center !important;
}

.ak-flags .sprte.sar {
  background: url(../images/b2c/flags/sar.jpg) no-repeat 0 0;
  background-position: center !important;
}

.ak-flags .sprte.gbp {
  background: url(../images/b2c/flags/gbp.jpg) no-repeat 0 0;
  background-position: center !important;
}
.ak-flags .sprte.aed {
  background: url(../images/b2c/flags/aed.jpg) no-repeat 0 0;
  background-position: center !important;
}
.ak-flags .sprte.qar {
  background: url(../images/b2c/flags/qar.jpg) no-repeat 0 0;
  background-position: center !important;
}
.ak-flags .sprte.kwd {
  background: url(../images/b2c/flags/kwd.jpg) no-repeat 0 0;
  background-position: center !important;
}

.ak-flags .sprte.eur {
  background: url(../images/b2c/flags/eur.jpg) no-repeat 0 0;
  background-position: center !important;
}
.ak-flags .dropdown-menu.explorecntry {
  width: 110px;
  min-width: 110px;
  margin-left: -60px;
}
.ak-flags .caret.cartdown,
.user-login-arrow .caret.cartdown {
  width: 14px;
  height: 10px;
  border-top: 0;
  border-bottom: 0;
  background: url(../images/b2c/icons/arrow-down-white.svg) no-repeat 0 0;
  background-size: 10px;
}
.ak-flags .side_curency {
  display: none;
}
.ak-flags .dropdown-menu.explorecntry li.currency_li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.user-login-arrow {
  position: relative;
}
.user-login-arrow .caret.cartdown {
  top: 22px;
  right: 0;
}
/* Fare details Datepicker */
.ui-datepicker .weekend .ui-state-default {
  background: #fea;
}
.ui-datepicker-calendar.fare-calendar td a {
  color: var(--smart-blue);
}
.ui-datepicker-calendar.fare-calendar td a[data-custom] {
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
}
.ui-datepicker-calendar.fare-calendar td a[data-custom]::after {
  /*STYLE THE CUSTOME DATA HERE*/
  content: attr(data-custom);
  display: block;
  font-size: var(--font-xs);
  font-weight: normal;
  color: green;
}
#ui-datepicker-div .fare-calendar .ui-state-default {
  line-height: 15px;
}
.ak-modify-search {
  background-color: var(--this-body-bg);
  padding-top: 2rem;
}
.ak-modify-search .contentsdw {
  background-color: var(--this-yellow);
  border-radius: 15px;
  padding: 15px;
}

.ak-modify-search .modinew .contryname,
.ak-modify-search .modinew .placenameflt,
.ak-modify-search .modinew .boxlabl,
.ak-modify-search .modinew .datein,
.ak-modify-search .modinew .countlbl {
  color: var(--this-black);
}
.ak-modify-search .roomrow .btn {
  border-color: var(--this-yellow) !important;
  background: var(--this-yellow) !important;
  width: 25px !important;
  font-size: var(--font-xs) !important;
  height: 25px;
  border-radius: 50% !important;
}
.ak-modify-search .roomrow .btn[data-type="minus"] {
  opacity: 0.7;
}
.ak-modify-search .pax-count-wrapper .pax_count_value {
  background-color: var(--white) !important;
  margin: 0 4px;
}
.pax-title {
  color: var(--this-black);
}
.b-bold {
  font-weight: bold;
  font-family: var(--pf-regular);
  font-size: var(--font-l);
  color: var(--this-black);
}
.b-normal {
  font-family: var(--pf-regular);
  font-size: var(--font-m);
  color: var(--this-black);
}
.ak-modify-search .partition {
  padding: 0px 15px;
}
.ak-modify-search .right-border {
  border-right: 1px solid var(--this-black);
}
.ak-modify-search .modify-search {
  background: var(--this-yellow);
  border: 1px solid var(--this-black);
  border-radius: 30px;
  color: var(--this-black);
  padding: 10px 8px 10px 10px;
  font-size: var(--font-s);
  font-family: var(--pf-regular);
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.ak-modify-search .modify-search::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: var(--font-s);
  margin-left: 5px;
}
.ak-modify-search .insplarea {
  background-color: var(--white);
  box-shadow: 0px 2px 5px #e6e6e6;
  border-radius: 5px;
  margin-top: 10px;
}
.ak-modify-search .wament input[type="radio"] {
  accent-color: var(--this-yellow);
}
.ak-modify-search .searchsbmt,
.ak-modify-search .searchsbmt:hover {
  color: var(--this-black);
  background-color: var(--this-yellow);
  background-image: url(../images/b2c/icons/search-black.svg) !important;
  background-size: 16px;
  background-position: 85% center;
  background-repeat: no-repeat !important;
  height: 30px;
}
.ak-search-result .collapsebtn {
  color: var(--this-black);
  font-weight: bold;
  font-family: var(--pf-bold);
}
.ak-search-result .ckboxdv::before,
.ak-search-result .squaredThree label {
  background-color: var(--white) !important;
  border-color: var(--text-gray);
  border-radius: 3px !important;
}
.ak-search-result .ckboxdv {
  color: var(--text-gray);
  border-radius: 2px;
  font-family: var(--pf-regular);
}
.ak-search-result .septor {
  display: none;
}
.ak-search-result [type="checkbox"]:checked + label:after {
  background-color: var(--this-yellow);
  border-color: var(--this-yellow);
  border-radius: 3px !important;
}
.ak-search-result .price_slider1 .ui-widget-header {
  background: var(--this-yellow);
  box-shadow: none;
}
.ak-search-result .price_slider1 .ui-state-default,
.ak-search-result .price_slider1 .ui-widget-content .ui-state-default,
.price_slider1 .ui-widget-header .ui-state-default {
  border: 2px solid var(--text-gray);
  background: white;
  border-radius: 50px;
  top: -9px;
  width: 22px;
  height: 22px;
}
.ak-search-result .level {
  font-size: var(--font-s);
  color: var(--text-gray);
}
.ak-search-result .locationul li .lbllbl,
.ak-search-result .ckboxdv,
.nstop-wrapper .starin,
.nstop-wrapper .stopsml {
  font-size: var(--font-m) !important;
  color: var(--text-gray) !important;
  font-family: var(--pf-regular);
  font-weight: normal !important;
}
.ak-search-result .fltrboxin {
  border: var(--border-flight-result);
  box-shadow: none;
  /* border-radius: 5px; */
}
.ak-search-result .fltrboxin .panel {
  box-shadow: none;
}
.ak-search-result .fltrboxin .panel-default > .panel-heading,
.ak-search-result .fltrboxin .panel.panel-default {
  border: 0;
  box-shadow: none;
}
.ak-dep-box.boxins {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.ak-dep-box .starin {
  border: 1px solid var(--text-gray);
  border-radius: 3px;
}
.dep-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin: auto;
}
.ak-dep-box .timone .htlcount {
  font-size: var(--font-xs);
  color: var(--this-black);
  margin-top: 0px;
  font-family: var(--pf-regular);
  font-weight: bold;
  text-align: center;
  line-height: 10px;
}

.ak-dep-box .toglefil.enabled.active .starin {
  border-color: var(--this-yellow);
  background-color: var(--this-yellow);
  color: var(--this-black);
}
.ak-dep-box .toglefil.active .htlcount {
  color: var(--this-black);
}
.ak-dep-box .timone .starin {
  padding: 3px 1px !important;
}
#arlinemtrx .b-bold {
  font-size: var(--font-m);
}
.cheap-flight-card {
  padding: 10px;
}
.cheap-flight-card:hover .b-bold {
  color: var(--this-green);
}
.airlinrmatrix .inside_shadow_airline {
  border: var(--border-flight-result);
  box-shadow: none;
}

.ak-search-result #flight_search_result .mrinfrmtn {
  background: var(--white);
}

.ak-search-result .sortul {
  background: var(--white);
}
.ak-search-result .sorta .fal,
.ak-search-result .sorta.asc::after {
  display: none;
}
.ak-search-result .sorta {
  border-top: 0;
  background: var(--white);
}
.ak-search-result .sorta strong {
  color: var(--this-black);
  font-family: var(--pf-regular);
  font-size: var(--font-s);
}
.ak-search-result .durtntime {
  color: var(--this-black);
  font-size: var(--font-l) !important;
  font-family: var(--pf-regular);
  line-height: 24px;
}
.ak-search-result .insidesame {
  margin: 1px;
}
.ak-search-result .mrinfrmtn,
.f-modal .hedtowr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stop-list {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.stop-list li {
  color: var(--this-black);
  font-family: var(--pf-regular);
  font-size: var(--font-xxs);
}
.stop-pill {
  background-color: var(--this-yellow-light);
  padding: 2px 10px;
  border-radius: 30px;
  color: var(--this-black);
  font-family: var(--pf-regular);
  font-size: var(--font-xxs);
}
.d-air {
  width: 16%;
}
.d-dep,
.d-arr {
  width: 32%;
}
.d-dur {
  width: 20%;
}
.ak-row {
  display: flex;
}
.sortul .d-air {
  width: 12%;
}
.sortul .d-dep {
  width: 23%;
}
.sortul .d-dur {
  padding-left: 12px;
  width: 17%;
}
.seats-text {
  color: red;
  font-size: var(--font-xs);
  font-family: var(--pf-regular);
}
.propopum.f-modal {
  border-radius: 0;
}
.f-modal .hdngpops {
  background: var(--white);
}
.f-modal .modal-title {
  font-size: var(--font-xl);
  font-family: var(--pf-regular);
}

.f-modal .comn_close_pop,
.modal .btn-close {
  background: white;
  border-radius: 30px;
  color: black;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 28px;
  text-align: center;
  top: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid black;
  z-index: 10;
}
.modal .btn-close::after {
  content: "\f00d";
  display: block;
  color: black;
  font-size: 20px;
  font-weight: 500;
  font-family: "Font Awesome 5 Pro";
}
.f-modal .tabmarg {
  border: var(--border-flight-result);
  padding: 12px;
  margin: 0;
}
.f-modal .hedtowr {
  background: var(--white);
}
.route-title {
  font-size: var(--font-l);
  font-family: var(--pf-regular);
  color: var(--this-black);
}
.dur-container {
  max-width: fit-content;
  text-align: center;
}
.duration-icon i {
  font-size: 25px;
  color: var(--this-black);
}
.term-details {
  color: var(--text-gray);
  font-size: var(--font-xs);
  width: 100px;
}
.bagg-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ti {
  color: var(--text-gray);
}
.ti-cont {
  color: var(--this-black);
}
.ti,
.ti-cont {
  display: inline-block;
  width: 50%;
  font-size: var(--font-s);
  font-family: var(--pf-regular);
  text-align: left;
}

.fr-title,
.fr-table td,
.fr-ul {
  font-family: var(--pf-regular);
}
.fr-table {
  width: 100%;
}
.fr-table td {
  color: var(--text-gray);
}
.fr-title {
  font-size: var(--font-xl);
  text-align: center;
  padding: 15px 5px;
  border-bottom: 1px solid gray;
  margin-bottom: 11px;
}
.fr-container .alltwobnd {
  border-bottom: 1px solid gray;
  padding-bottom: 20px;
}
.f-modal .fr-container .alltwobnd {
  border-bottom: 0;
}
.fr-ul {
  margin-left: 25px;
  margin-top: 20px;
}
.fr-ul li {
  list-style: disc;
  color: var(--text-gray);
}
.ak-booking .panel,
.ak-collapse .panel {
  border: 0;
}
.ak-booking .panel-title,
.ak-collapse .panel-title {
  background: var(--white);
  border-bottom: 1px solid #ebebeb;
}
.form-control:focus {
  box-shadow: none;
}
.misclog {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.r-m {
  color: var(--text-gray);
  font-weight: normal;
}
.showPassword {
  background: transparent;
  box-shadow: none;
  border: 0;
  position: absolute;
  right: 10px;
  top: 27%;
  z-index: 10;
  color: var(--text-gray);
}
.checkbox-inline,
.radio-inline {
  display: inline-flex !important;
  align-items: center;
  font-size: var(--font-m);
  gap: 5px;
}
.checkbox-inline input,
.radio-inline input {
  margin-top: 0 !important;
}
.newloginsectn input[type="radio"] {
  accent-color: var(--this-yellow);
}
.ak-booking .flitab1 {
  border: 0;
  box-shadow: none;
}
.ak-booking .pasngrinput {
  background-color: var(--white);
  border: 0;
  padding: 5px 0;
}
.flight-tab {
  border-bottom: 0;
}
.baggage_meal_details .flight-tab > li.active a,
.baggage_meal_details .flight-tab > li.active a:focus,
.baggage_meal_details .flight-tab > li.active a:hover {
  background: var(--this-yellow) !important ;
  border: 0;
  padding: 10px;
  border-radius: 4px;
  color: var(--this-black);
  font-weight: bold;
}
.baggage_meal_details .flight-tab > li a {
  background: var(--white) !important ;
  border: 1px solid var(--text-gray);
  padding: 10px;
  border-radius: 4px;
  color: var(--this-black);
  font-weight: bold;
}
.seat_segment_pax {
  display: none;
}
.seat_segment_pax.active_seat_segment_pax {
  display: block;
}
.seat-border {
  border: 1px solid var(--text-gray);
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.seat-table {
  width: 100%;
}
.seat-table th {
  font-size: var(--font-xs);
  color: var(--text-gray);
  padding: 2px;
}
.seat-table td {
  background-color: var(--white);
  color: var(--this-black);
  font-size: var(--font-s);
  padding: 2px;
  font-weight: 600;
}
.ak-flight-seat-container {
  max-height: 400px;
  overflow: auto;
  padding: 0 5px;
}
.ak-flight-seat-container .flight_d {
  background: #eaeaea;
}
.ak-flight-seat-container .flight-con {
  padding: 0;
}
.ak-flight-seat-container .seatmapicon {
  background: #eaeaea;
  margin: 0;
}
.ak-flight-seat-container .flight-mw {
  width: 88%;
  min-height: auto;
}
.ak-flight-seat-container .flight-con td {
  background: #eaeaea;
  border: 0;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.ak-flight-seat-container .flight-con table td img {
  width: 32px !important;
  height: 28px !important;
  margin: auto;
}

/* width */
.ak-flight-seat-container::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.ak-flight-seat-container::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 10px;
}

/* Handle */
.ak-flight-seat-container::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb {
  background: var(--this-yellow);
  border-radius: 10px;
}

/* Handle on hover */
.ak-flight-seat-container::-webkit-scrollbar-thumb:hover,
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: var(--this-yellow);
}
.ak-tab .nav-tabs {
  border: 0;
  margin-bottom: 10px;
}
.ak-tab .nav > li {
  margin-right: 15px;
}
.ak-tab .nav > li > a,
.baggage_meal_details .ak-tab .nav > li > a {
  font-size: var(--font-l);
  color: var(--this-black);
  background-color: var(--white) !important;
  border: 0;
  padding: 0;
}
.ak-tab .nav-tabs > li.active > a,
.ak-tab .nav-tabs > li.active > a:hover,
.ak-tab .nav-tabs > li.active > a:focus,
.ak-tab .nav-tabs > li > a:hover,
.ak-tab .nav-tabs > li > a:focus {
  background: var(--this-yellow) !important;
  color: var(--this-black) !important;
  border: 0;
}
.ak-tab.border-tab .nav-tabs > li.active > a,
.ak-tab.border-tab .nav-tabs > li.active > a:hover,
.ak-tab.border-tab .nav-tabs > li.active > a:focus,
.ak-tab.border-tab .nav-tabs > li > a:hover,
.ak-tab.border-tab .nav-tabs > li > a:focus {
  background: var(--transparent) !important;
  border-bottom: 3px solid var(--this-yellow);
}
.mis-container {
  position: relative;
}
.mis-container .pc-code {
  padding: 2px;
  width: 80px;
  border: 0;
  border-radius: 0;
  /* background-color: var(--this-yellow-light); */
  background-color: var(--white);
  color: var(--black);
  position: absolute;
  top: 11px;
  left: 6px;
}
.mis-container .ph-no {
  padding-left: 90px;
}
.pay-info-text {
  color: var(--text-gray);
  font-size: var(--font-l);
}
.ak-radio label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--this-black);
  font-size: var(--font-m);
}
.ak-radio input {
  margin: 0;
  accent-color: var(--this-yellow);
}
.static-header {
  position: relative;
}
.static-header .heading-holder {
  font-size: 50px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -3px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 50px;
}
.static-header .heading-holder i {
  font-weight: 400;
}
.a-link,
.a-link:hover,
.a-link:focus {
  color: var(--paginate-normal);
}
.a-link:hover {
  text-decoration: underline;
}
.ak-table {
  width: 100%;
  border: 1px solid var(--text-gray);
  border-radius: 5px;
  border-collapse: separate;
}
.ak-table th,
.ak-table td {
  padding: 8px;
}
.ak-table th {
  font-size: var(--font-m);
  font-weight: bold;
  color: var(--black);
  background-color: var(--this-yellow);
}
.allformst .normalsel option:hover {
  background-color: var(--this-yellow);
}
.g-sign-in {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border: 1px solid var(--text-gray) !important;
  border-radius: 5px !important;
  height: 42px;
  font-size: 14px !important;
  margin-bottom: 10px;
  gap: 10px;
}
.g-sign-in img {
  width: 23px;
  height: 23px;
}
.logdowndiv a {
  display: block;
}
.oneroom .chilagediv .normalsel {
  border-radius: 5px !important;
  height: 30px !important;
}
.chilagediv .selctmarksml::after {
  background: transparent;
  line-height: 28px;
}
.booking-offer-card {
  background-color: var(--this-yellow-light);
  padding: 10px 15px;
  margin: 10px 0;
}
.booking-offer-card .offer-green-pill {
  background-color: var(--this-green);
  padding: 2px 7px;
  border-radius: 30px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
  font-size: var(--font-xs);
  margin-bottom: 10xp;
  display: inline-block;
  margin-bottom: 2px;
}
.booking-offer-card p {
  font-size: var(--font-xs);
}
.apply-promo-container {
  border: var(--border-flight-result);
  padding: 10px 30px 25px 20px;
  background-color: var(--white);
}
table.table-lite.table_flxi th,
.table_flxi td {
  /* border: 1px solid var(--black);
  border-top: 1px solid var(--black)!important; */
  border: 0;
  border-top: 0 !important;
  text-align: center;
}
.ff-sec {
  border: var(--border-flight-result);
}
.ff-sec .table_flxi td:hover,
.ff-sec .table_flxi td.current-active {
  border-bottom: 3px solid var(--this-yellow);
}
.ff-sec .table_flxi td:hover .number,
.ff-sec .table_flxi td.current-active .number {
  color: var(--this-green);
}
.table_flxi {
  margin-bottom: 0 !important;
}
.table_flxi .number {
  font-size: var(--font-m);
  font-weight: 700;
  color: var(--this-black);
  letter-spacing: 0px;
}
.table_flxi .airline {
  font-size: var(--font-m);
  color: var(--this-black);
  font-weight: 600;
}

.table_flxi .flxi_btn {
  border-radius: 0;
  font-weight: normal;
  padding: 0px 7px;
}
.ss-select-container .select2-container--default .select2-selection--single {
  background-image: url(../images/b2c/icons/globe.svg);
  background-position: 97% center;
}
.ss-select-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  height: 35px;
  line-height: 33px;
}
.pax-des-cont {
  line-height: 14px;
}
.pax-des-cont .pax-des {
  color: var(--text-gray);
  font-size: var(--font-xs);
}
.rating span.star:before,
.rating-no span.star:before {
  color: var(--text-gray) !important;
  font-weight: 900 !important;
}
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating-no span.star.active:before,
.rating-no span.star.active ~ span.star:before {
  color: var(--this-yellow) !important;
}
.rating span.star::before,
.rating-no span.star::before {
  font-size: var(--font-s) !important;
  margin: 0 2px 0 0 !important;
  padding: 0 !important;
}
.h-address {
  font-size: var(--font-s);
}
.hotel-loc-icon i {
  color: var(--this-blue);
}
.ak-search-result .priceflights {
  text-align: left;
}
.ak-search-result .prcstrtingt {
  font-size: var(--font-xs);
  color: var(--text-gray);
}
.hotel_search_results .priceflights {
  font-size: var(--font-m);
  color: var(--this-black);
  font-weight: bold;
}
.nstop-wrapper input.stopcount {
  left: unset;
  position: relative;
  margin: 0;
  display: none;
}
.remove-promo-btn {
  background: var(--white);
  color: var(--this-red);
  font-size: var(--font-s) !important;
}
.hotel-fare-summary .table > tbody > tr > td,
.bp-fare-summary .table > tbody > tr > td {
  border-top: 0;
  border-bottom: 1px solid #ddd;
  padding: 7px 5px 7px 0;
  font-size: var(--font-s);
  color: var(--this-black);
}
.hotel-fare-summary .table > tbody > tr:last-child td,
.bp-fare-summary .table > tbody > tr:last-child td {
  border-bottom: 0;
}
.new-room-list th {
  padding: 8px 18px;
}
.romsfst .h-n,
.new-room-list th {
  font-size: var(--font-m);
}
.go-back-link {
  margin: 6px 0;
  display: inline-block;
}
.text-gs,
.go-back-link,
.go-back-link:hover {
  font-size: var(--font-s);
  color: var(--text-gray);
}
.cw-white {
  background: var(--white);
  padding: 10px 15px;
  border: var(--border);
}
.cancel-table {
  width: 100%;
  border-bottom: var(--border);
  margin-bottom: 12px;
}

.cancel-table th .th-border {
  border-bottom: var(--border);
  display: block;
  margin: 0 13px;
  padding-bottom: 5px;
}
.cancel-table td {
  padding: 3px 4px;
  color: var(--text-gray);
}
.c-list li {
  color: var(--text-gray);
  list-style: disc;
  text-align: left;
  margin-left: 25px;
}
.invalid-ip {
  border-color: var(--this-yellow) !important;
}
.extra-b-btn {
  color: var(--this-black);
  border: 1px solid var(--this-black);
  font-weight: 500;
  background-color: var(--this-yellow);
  padding: 0px 3px;
  font-size: var(--font-xs);
  border-radius: 3px;
}
.extra-b-btn i {
  font-weight: 400;
}
.scroll-te {
  scroll-margin-top: 65px;
}
.hide-map-btn {
  position: absolute;
  z-index: 1000000;
  background: var(--this-yellow);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: var(--this-black);
  right: 60px;
  top: 10px;
  border: 1px solid var(--this-black);
}
.offline-pay-sec {
  padding-left: 17px;
}
.bank-ph {
  font-size: var(--font-s);
  text-transform: uppercase;
  color: var(--this-black);
  background-color: var(--this-yellow);
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 8px;
}
.bd-table td {
  font-size: var(--font-s);
  padding-right: 5px;
}
.modify-search-row {
  display: flex;
  justify-content: space-between;
}
.loader-i-c {
  background-color: var(--white);
  width: 130px;
  border-radius: 50%;
}
.pack_slider .carousel-inner > .item > a > img,
.pack_slider .carousel-inner > .item > img {
  max-height: 350px !important;
  object-fit: cover;
}
.pack_slider img {
  max-height: 100px !important;
  object-fit: cover;
}
.pack_details {
  padding: 0 !important;
}
.detail-pc .marhtldet {
  padding: 4px 0;
}
.detail-pc .pack_slider {
  background-color: var(--white);
  border: 0;
}
.detail-pc .pack_includes li {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: var(--font-xs);
}
.detail-pc .pack_includes li i{
  color: var(--this-black);
  font-size: 22px;
}
.iti-tabs{
  border-bottom: 0!important;
}
.iti-tabs>li>a{
  color: var(--this-black)!important;
  border: 1px solid var(--text-gray)!important;
  border-radius: 0!important;
  margin-right: 0!important;
  text-transform: uppercase;
  background-color: var(--white)!important;
  font-weight: bold;
}
.iti-tabs>li:hover>a, .iti-tabs>li.active>a, .iti-tabs>li>a:hover{
  background-color: var(--this-yellow)!important;
}
/* flight autocomplete */
.fs-ul{
  background:var(--white)!important;
  border: 0!important;
  box-shadow: 0px 4px 4px #00000066;
  box-shadow: 5px;
}
.fs-ul .ui-autocomplete-category{
  background: var(--white);
}
.fs-ul li>a, .fs-ul li>a:hover{
  border: 0!important;
  border-top:0!important;
  color: var(--this-black)!important;
  background: var(--white);
  justify-content: space-between;
  font-family: var(--pf-regular);
}
.fs-ul .ui-state-focus, .fs-ul .ui-state-focus a{
  border:0!important;
  background:var(--this-blue)!important;
}
.fs-ul .ui-state-focus a span{
  color:var(--white);
}
.cc-container, .cf-container{
  display: flex;
  align-items: center;
  gap: 6px;
}
.cf-container span{
  font-size: var(--font-s);
}
.fs-pill{
  background-color: var(--this-black);
  padding: 3px 5px;
  color: var(--white);
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-xs);
}
.ak-p-l img{
  width: 100%;
  height: 40px;
}
/* RESPONSIVE */
/* small devices */
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .modify-search-row .partition {
    width: 100%;
  }
  .ak-flight-search-result .d-air {
    width: 25%;
  }
  .ak-flight-search-result .d-dep,
  .ak-flight-search-result .d-arr {
    width: 35%;
  }
  .ak-flight-search-result .d-dur {
    position: absolute;
    bottom: -53px;
    width: 150px;
    z-index: 1000000;
  }
  .ak-flight-search-result .priceanbook {
    display: flex;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .ak-flight-search-result .wayfour.full_same {
    width: 100% !important;
  }
  .ak-flight-search-result .d-dur {
    padding: 4px 5px 0;
  }
  .ak-flight-search-result .durtntime {
    font-size: var(--font-m);
  }
  .ak-flight-search-result .smalairport_code {
    text-align: left;
  }
  .sortul .d-air {
    width: 16%;
  }
  .sortul .d-dur {
    padding-left: 0;
    width: 21%;
  }
  .ak-booking .padpaspotr .flitab1 .labltowr{
    color: var(--this-black)!important;
  }
  .ak-booking .ontyp{
    margin-bottom: 5px;
  }
  .ak-booking .kindrest{
    padding: 0;
    margin:0;
  }
  .static-header .heading-holder{
    font-size: 20px;
    line-height: 25px;
  }
  .col-md-6{
    width: 100%;
  }
  .hotel_search_results .bookallbtn.splhotltoy{
    display: block!important;
  }
  .hbb-container{
    position: absolute;
    bottom: 10px;
    right: 10px;

  }
  .ak-details-page .marhtldet .locadres, .marhtldet .locadres{
    max-width: 100%!important;
    width:100%!important;
  }
  .htladdet span{
    color: var(--this-black)!important;
  }
  .ak-details-page .htlratpz{
    margin: 0;
  }
  .romtyprice .ninenyt{
    font-size: var(--font-xs)!important;
    color: var(--text-gray)!important;
  }
  .bookallbtn{
    background-color: var(--this-yellow)!important;
    border-color: var(--this-yellow)!important;
  }
  .contbk, .temsandcndtn{
    background: var(--white)!important;
  }
}
/* Medium devices */
@media only screen and (min-width: 576.99px) and (max-width: 992px) {
  .modify-search-row .partition {
    width: 50%;
  }
  .ak-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .ak-navbar .nav-link.i-top,
  .ak-navbar .nav-link.i-top:hover,
  .ak-navbar .nav-link.i-top:focus {
    background-position: 3% 10%;
  }
  .modify-search-row {
    flex-wrap: wrap;
  }
  .modify-search-row .partition {
    margin-bottom: 6px;
  }
  .ak-modify-search .modify-search {
    display: inline-flex;
  }
  .ak-modify-search .mdyfydsktp {
    display: block;
  }
  .bookcont, .continue_booking_button, .continue_booking_button:hover{
    padding: 5px 15px!important;
    border-radius: 30px!important;
    font-size: var(--font-m)!important;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}
