* {
  --maincolor: #000;
  --secondcolor: #d5d0d0;
  --thirdcolor: #d5d0d0;
  --price-color: #43a047;
  padding: 0;
  margin: 0;
}
body {
  font-family: Poppins, sans-serif !important;
  font-size: 14px !important;
}
a,
a:hover {
  text-decoration: none !important;
}
.btn-primary {
  background-color: var(--maincolor) !important;
  border-color: var(--maincolor) !important;
  color: #fff !important;
}
.hotel-modify-section {
  background: linear-gradient(97deg, #000021 4.43%, #52606b 104.18%);
}
#visa-country,
input#holiday-city,
input#onefrom,
input#tofrom {
  background: url(../images/location.svg) no-repeat left;
  background-size: 15px;
  background-position: left 3px;
}
#search-hotel-box {
  background: url(../images/search.png) no-repeat left;
  background-size: 15px;
  background-position: left 3px;
}
input#checkin,
input#checkout {
  background: url(../images/calender.svg) no-repeat left;
  background-size: 15px;
  background-position: left 3px;
}
#hotel-search-by-name {
  background: url(../images/search.png) no-repeat left;
  background-position: 10px 10px;
  padding: 8px 10px 8px 32px;
  font-size: 14px;
  background-size: 15px;
}
input#defrom {
  background: url(../images/departure.webp) no-repeat left;
  background-size: 15px;
  background-position: left 3px;
}
input#refrom {
  background: url(../images/return.webp) no-repeat left;
  background-size: 15px;
  background-position: left 5px;
}
input#onetra {
  background: url(../images/traveler.svg) no-repeat left;
  background-size: 15px;
  background-position: left 3px;
}
input#sea-hotel {
  background: url(../images/hotel-building.svg) no-repeat left;
  background-size: 15px;
  background-position: left 3px;
}
select#nation,
select#nations {
  background: url(../images/nation.png) no-repeat left;
  background-size: 18px;
  background-position: left 0;
}
input#guest {
  background: url(../images/guest.svg) no-repeat left;
  background-size: 18px;
  background-position: left 0;
}
.topStick {
  position: sticky;
  top: 0;
  z-index: 11;
}
i.fa.fa-star.checked {
  color: var(--starColor);
}
.scroll-filter {
  overflow: hidden;
}
.hotel-coupon1 {
  background-color: var(--secondcolor);
  grid-template-columns: 42px 1fr;
  gap: 15px;
}
.hotel-title h4 {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}
.border-right-dashed {
  border-right: 1px dashed #bcbaba;
}
.border-bottom-dashed {
  border-bottom: 1px dashed #bcbaba;
}
.hotel-detail-map-location iframe {
  height: 400px;
}
.hotelrvw-img {
  width: 250px;
  margin-right: 20px;
}
.hotelrvw-info h4 {
  font-size: 21px;
  margin: 0;
}
.hotelrvw-info .hotel-checkincheckout input {
  display: block;
  font-size: 18px;
}
.hotel-traveller-room-type {
  background: var(--secondcolor);
}
.hotel-traveller-room-type::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--secondcolor);
  position: absolute;
  top: -7px;
}
.hotel-traveller-heading {
  width: 100%;
  padding-left: 1%;
  font-size: 14px;
  color: #1a1a1a;
  background: var(--websiteThemeLight);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 10px;
}
.continue-pay {
  margin: 5px 0 20px;
  text-align: center;
}
button.continue-pay.btn.btn-primary {
  margin-bottom: 0;
}
.hotel-traveller-heading h4 {
  font-size: 21px;
  padding: 10px 0;
  margin-bottom: 0;
}
.col-4.offset-2.pan-card {
  margin-top: 10px;
}
.room1-hotelguest {
  padding: 0 10px 0;
}
.primary-guest-detail-box p {
  margin: 10px;
  border-radius: 5px;
  background-color: green;
  padding: 0.25rem !important;
  color: #fff;
  opacity: 0.8;
}
.adult-number h4 {
  font-size: 18px;
}
.hotelrvw-info {
  width: 70%;
}
.hotelrvw-img img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.selectaddonsradio-toolbar-filter input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.selectaddonsradio-toolbar-filter input[type="checkbox"]:checked + label {
  background-color: #fff;
  border-color: var(--main-color);
  color: var(--main-color) !important;
}
.selectaddonsradio-toolbar-filter label {
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  margin-right: 1px;
  color: #999 !important;
}
#morefare .modal-dialog {
  max-width: 1140px;
}
.air-logo-xs {
  width: 30px;
}
.morefare-bgtheme {
  background: linear-gradient(97deg, #000021 4.43%, #52606b 104.18%);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#morefare .modal-footer .align-center {
  align-items: center;
  display: flex;
}
#morefare .modal-footer .align-center h5 {
  margin-bottom: 0;
  font-weight: 600;
}
#morefare .modal-footer {
  display: inline;
}
#morefare .modal-footer .align-center h5 strong {
  color: green;
}
.TravelDetails-Refundable {
  background: var(--websiteTheme);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  font-weight: 400;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
}
.morefareinput label {
  color: #333 !important;
}
.morefareinput label {
  align-items: center !important;
  font-weight: 600 !important;
  font-size: 18px;
}
.mre-fa p {
  font-size: 14px;
  margin-bottom: 10px;
}
.mre-fa b {
  display: block;
}
div#home .form-group {
  margin-bottom: 0.8rem;
}
div#home .form-group input {
  font-size: 14px;
}
#morefares .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}
#morefares .owl-nav .owl-prev {
  left: -30px;
}
#morefares .owl-nav .owl-prev {
  background: var(--secondcolor) !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  color: #333 !important;
}
#morefares .owl-nav span {
  font-size: 36px;
  position: relative;
  top: 0;
}
#morefares .owl-nav .owl-next {
  right: -30px;
}
#morefares .owl-nav .owl-next {
  background: var(--secondcolor) !important;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  color: #333 !important;
}
button.btn.btn-danger {
  color: #333;
  background-color: var(--websiteTheme);
  border-color: var(--websiteTheme);
}
div#profile .form-group {
  margin-bottom: 0.8rem;
}
div#profile .form-group input {
  font-size: 14px;
}
div#profiles .form-group {
  margin-bottom: 0.8rem;
}
div#profiles .form-group input {
  font-size: 14px;
}
.homepagea label {
  color: #333 !important;
  font-size: 14px !important;
}
.about-banner .bottom-left {
  position: absolute;
  bottom: 8px;
}
.about-banner .bottom-left h4 {
  color: #fff;
}
.banner-smalltxt {
  font-size: 12px;
}
.banner-smalltxt h5 {
  font-size: 24px;
}
.banner-smalltxt h5 span {
  font-size: 15px;
}
.visa .overlay {
  opacity: 0.5 !important;
}
.visa .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  opacity: 0.3;
  transition: 0.7s ease;
  background-color: #000;
}
div#demo {
  background: #fff;
  border-radius: 5px;
}
.exclusive-deals:hover .exclusive-deals-image a::after {
  height: 250%;
  transition: all 0.6s linear;
  background-color: transparent;
}
.exclusive-deals-details hr {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.banner-section {
  padding-top: 20px;
}
#offers img {
  border-radius: 10px;
}
#offers .owl-nav {
  position: relative;
  top: -50px;
}
.width100p {
  width: 100px;
}
#offers .owl-next {
  right: 10px;
  position: absolute;
  font-size: 35px;
}
#offers .owl-prev {
  left: 10px;
  position: absolute;
  font-size: 35px;
}
#domestic .owl-dots .owl-dot,
#international-package .owl-dots .owl-dot,
#more-offers button.owl-dot,
#popular-destination .owl-dots .owl-dot,
#special-offers .owl-dots .owl-dot,
#testimonial .owl-dots .owl-dot,
#travelogue .owl-dots .owl-dot,
.hotel-booking-deals .owl-dots .owl-dot {
  background: #ccc !important;
  border-radius: 20px;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  display: inline-block;
}
#domestic .owl-dots .owl-dot.active,
#international-package .owl-dots .owl-dot.active,
#more-offers .owl-dots .owl-dot.active,
#popular-destination .owl-dots .owl-dot.active,
#special-offers .owl-dots .owl-dot.active,
#testimonial .owl-dots .owl-dot.active,
#travelogue .owl-dots .owl-dot.active,
.hotel-booking-deals .owl-dots .owl-dot.active {
  background: var(--websiteTheme) !important;
}
#domestic .owl-dots,
#international-package .owl-dots,
#more-offers .owl-dots,
#popular-destination .owl-dots,
#special-offers .owl-dots,
#testimonial .owl-dots,
#travelogue .owl-dots,
.hotel-booking-deals .owl-dots {
  text-align: center;
}
#special-offers button.owl-dot.active,
.hotel-booking-deals button.owl-dot.active {
  background: 0 0#aaa;
}
.about-content h2 span {
  color: var(--websiteTheme);
}
.landing-header ul li {
  padding: 0 5px;
}
img.img-fluid.support-icon {
  width: 22px;
}
.landing-header .navbar-light .navbar-nav .nav-link {
  color: #333;
  font-size: 14px;
  padding: 0 6px;
}
.loginnew-dropdown {
  width: 350px !important;
  position: absolute !important;
  right: 10%;
  left: auto !important;
  padding: 15px !important;
}
.login-dropdown span {
  color: var(--websiteTheme);
}
.login-dropdown p {
  margin-bottom: 10px;
  font-size: 11px;
}
.login-dropdowmmenu {
  display: flex;
}
.login-dropdowmmenu h2 sub {
  display: block;
}
.login-dropdowmmenu h2 {
  font-size: 16px;
  margin-left: 10px;
}
.login-dropdowmmenu h2 span {
  color: #929292;
  font-size: 11px;
}
.login-dropdown hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.cancellationPolicy ul {
  background: 0 0 !important;
  box-shadow: none !important;
  margin-left: 10px;
  padding: 0 !important;
}
.cancellationPolicy ul li {
  list-style: disc !important;
}
.cancellationPolicy {
  margin-left: 10px;
}
.tick img {
  width: 18px;
}
.room-only {
  margin-bottom: 5px;
}
.hotel-detail-book-btn {
  padding: 7px 15px !important;
  text-align: center;
  font-size: 15px;
  color: #fff;
  float: right;
  border-radius: 50px;
  background-color: var(--websiteTheme);
  border: 1px solid var(--websiteTheme);
  width: auto;
  cursor: pointer;
  font-weight: 600;
}
.login-dropdowmmenu img {
  max-width: 27px;
  opacity: 50%;
  width: 35px;
}
.standard-room-title h4 {
  font-size: 18px;
  font-weight: 600;
}
.standard-room-image img {
  border-radius: 5px;
}
.room-only h4 {
  font-size: 18px;
  font-weight: 600;
}
.login-dropdown a {
  text-decoration: none;
}
.login-dropdown a h2 {
  color: #333;
}
.shadow.dropdown-menu.cancellation-menu.show {
  width: 350px !important;
  position: absolute !important;
  right: -80%;
  left: auto;
  padding: 15px;
}
@media screen and (max-width: 576px) {
  .shadow.dropdown-menu.cancellation-menu.show {
    width: 100% !important;
  }
}
.add-m-city {
  position: absolute;
  right: 10px;
  cursor: pointer;
  z-index: 9;
  top: -10px;
}
.add-m-city a {
  font-size: 21px;
  color: var(--maincolor);
}
.green-active {
  background: #69d169;
  height: 7px !important;
  width: 7px;
  display: inline-block;
  border-radius: 50%;
}
.circle-flight-logo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.box-flight {
  margin: 0 10px;
  padding: 0;
}
.box-flight ul:last-of-type {
  top: 15px;
}
.box-flight ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.5s linear;
  top: 0;
}
.box-flight ul:last-of-type {
  top: 15px;
}
.mb-15 {
  margin-bottom: 10px;
}
.terminal-detail .lbl-medium {
  font-size: 18px;
}
.flight-detail-tab-d {
  background: var(--websiteThemeLighter);
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: #e7e7e7 2px 2px 5px;
}
button.btn.btn-secondary.multicity-button {
  height: 100%;
  width: 15%;
  background: var(--websiteTheme);
  color: #333;
  border-color: var(--websiteTheme);
  padding: 15px;
}
.box-flight ul:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border: 1px dashed #065af3;
  position: absolute;
  top: 0;
  left: 30px;
}
.box-flight ul li > span {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 33px;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
.box-flight ul li > span:before {
  top: -10px;
}
.box-flight ul li > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #065af3 0, #53b2fe 100%);
  border: 2px solid #065af3;
  position: absolute;
  left: -7.5px;
}
.box-flight ul li > span:after {
  top: 95%;
}
.box-flight ul li > span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #065af3 0, #53b2fe 100%);
  border: 2px solid #065af3;
  position: absolute;
  left: -7.5px;
}
.landing-header .bg-light .navbar-brand img {
  transition: all 0.5s ease-out;
}
.bg-light .navbar-brand:hover {
  transform: scale(1.1);
}
.navbar-brand {
  transition: 0.3s all ease-out;
}
.dropdown-menu .row {
  width: 100%;
}
.booking-status h3 {
  font-size: 16px;
}
.book-btns-group label {
  border: 1px solid var(--secondcolor);
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}
.book-btns-group .radio {
  padding: 5px 0;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 0;
  cursor: pointer;
  font-size: 14px;
}
.book-btns-group input[type="radio"] {
  width: 0;
  display: none;
}
.book-btns-group input[type="radio"]:checked + label {
  background: var(--maincolor);
  border: 1px solid var(--maincolor);
  color: #fff;
}
.multicity-image-icon {
  top: -3px;
  position: relative;
}
.nav-item-booking .bookingstatus_ {
  background: var(--maincolor);
  color: #fff !important;
  font-weight: 500;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  opacity: 0.5;
  transition: 0.7s ease;
  background-color: #464646;
}
#myModal2 .modal-header h5 {
  margin: 0;
  padding: 0;
}
#myModal2 .modal-dialog {
  max-width: 400px;
  margin: 1.75rem auto;
}
.room-hotel-select {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
button.btn.btn-default.btn-number.htl1 {
  border-radius: 50%;
}
.b-none {
  border: 0;
}
hr {
  border-style: dashed;
}
a.add-another {
  color: var(--maincolor);
}
.room-select h6 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.room-select h6 span {
  color: red;
  cursor: pointer;
}
.banner-section .tab-content > .active {
  display: block;
  height: 100%;
}
.banner-section .tab-content {
  height: 100%;
}
.heading h4 {
  font-size: 26px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  box-shadow: 0 2px 24px rgb(0 0 0/4%);
  background: #fff !important;
}
#offers img {
  border-radius: 10px;
  object-fit: fill;
}
.exclusive-deals-image a::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.exclusive-deals-image img {
  transition: all 0.5s ease-out;
}
.exclusive-deals:hover .exclusive-deals-image img {
  transform: scale(1.2);
}
.popular-searches ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popular-searches ul li {
  display: inline-block;
}
.popular-searches ul li a {
  background: #ededed;
  color: #000;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
a.btn.btn-primary.traveller-done {
  background: var(--maincolor);
  border-color: var(--maincolor);
}
ul#myTab {
  margin-bottom: 20px;
  border-bottom: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#myModal2 .modal-header {
  align-items: center;
}
.banner-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
#myTab a.active {
  background: var(--websiteTheme) !important;
  color: #fff !important;
  border-color: var(--websiteTheme) !important;
}
a.navbar-brand {
  padding: 0;
}
.nav-pills-custom .nav-link {
  color: #333;
  background: #fff !important;
  position: relative !important;
  box-shadow: #e4e4e4 2px 2px 5px;
  transition: all 0.3s linear;
}
.nav-pills-custom .nav-link.active,
.nav-pills-custom .nav-link:hover {
  color: var(--maincolor) !important;
  background: var(--websiteThemeLight) !important;
}
.about-banner img {
  width: 100%;
  object-fit: fill;
  aspect-ratio: 1/0.2;
  min-height: 250px;
}
.box {
  background: rgba(0, 0, 0, 0.5) !important;
  position: absolute;
  z-index: 999;
  bottom: 0;
  display: block;
  color: #fff;
  padding: 0;
  width: 100%;
}
.about-banner {
  position: relative;
}
.about-banner .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
}
.inner-about-wrap {
  padding: 30px 0;
}
.about-heading h3::before {
  content: "";
  background: var(--maincolor);
  height: 3px;
  width: 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.inner-about-wrap .about-image img {
  width: calc(100% - 115px);
}
.inner-about-wrap .about-image .about-image-content {
  background: var(--secondcolor);
  margin-left: -240px;
}
.icon-box .box-icon {
  line-height: 100px;
  width: 100px;
}
.howitworks-process {
  min-height: 200px;
}
.howitworks-process .number_text {
  background: var(--secondcolor);
  width: 35px;
  height: 35px;
  border-radius: 3px 0;
  line-height: 35px;
}
.banner-offer img {
  object-fit: cover;
  max-height: 450px;
}
.main-offer-card-container {
  border-radius: 10px;
  overflow: hidden;
}
.social-icon ul {
  margin: 0;
  padding: 0;
}
.social-icon li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
input[type="color"],
input[type="month"],
input[type="search"],
input[type="time"],
input[type="week"] {
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  padding: 0 15px;
  height: 55px;
}
a#getbtnBack {
  background: #fff;
  font-size: 14px;
  border: 0;
}
.about-banner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  opacity: 0.3;
  transition: 0.7s ease;
  background-color: #000;
}
.col-md-3.align-center {
  display: flex;
  align-items: center;
}
h6.fw-bold.mb-4 {
  color: #333;
  margin-bottom: 0.5rem !important;
  font-size: 17px;
}
footer p {
  color: #333;
  margin-bottom: 5px;
}
.news-sec {
  margin-top: 18px;
}
.newsletter .news-field {
  border: 1px solid #d7d7d7;
  margin-bottom: 11px;
}
.newsletter .news-field {
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  float: left;
  font-size: 12px;
}
button.subscribeBtn.news-btn.search-btn {
  background: #0f2f4e !important;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff !important;
}
#flight-coupons .owl-nav,
#hotel-coupon .owl-nav,
#popular-destination .owl-nav,
.custom-owl-navs .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1px;
}
#flight-coupons .owl-nav .owl-next,
#flight-coupons .owl-nav .owl-prev,
#hotel-coupon .owl-nav .owl-next,
#hotel-coupon .owl-nav .owl-prev,
#popular-destination .owl-nav .owl-next,
#popular-destination .owl-nav .owl-prev,
.custom-owl-navs .owl-nav .owl-next,
.custom-owl-navs .owl-nav .owl-prev {
  background: var(--maincolor) !important;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff !important;
}
#flight-coupons .owl-nav span,
#hotel-coupon .owl-nav span,
#popular-destination .owl-nav span,
.custom-owl-navs .owl-nav span {
  font-size: 36px;
  display: block;
  height: 40px;
  line-height: 33px;
}
#popular-destination .owl-nav .owl-next,
.custom-owl-navs .owl-nav .owl-next {
  transform: translate(50px, 0);
}
#popular-destination .owl-nav .owl-prev,
.custom-owl-navs .owl-nav .owl-prev {
  transform: translate(-50px, 0);
}
#flight-coupons .owl-nav .owl-next,
#hotel-coupon .owl-nav .owl-next,
#offer-banner .owl-nav .owl-next {
  transform: translate(20px, 0);
}
#flight-coupons .owl-nav .owl-prev,
#hotel-coupon .owl-nav .owl-prev,
#offer-banner .owl-nav .owl-prev {
  transform: translate(-20px, 0);
}
.holiday-images .owl-nav .owl-next {
  transform: translate(10px, 0);
}
.holiday-images .owl-nav .owl-prev {
  transform: translate(-10px, 0);
}
.custom-owl-dots .owl-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  width: 100%;
}
.custom-owl-dots .owl-dot {
  border: 2px solid var(--websiteTheme) !important;
  background: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.custom-owl-dots .owl-dot.active {
  background: var(--websiteTheme) !important;
}
@media screen and (max-width: 991px) {
  #popular-destination .owl-nav .owl-next,
  .custom-owl-navs .owl-nav .owl-next {
    transform: translate(20px, 0);
  }
  #popular-destination .owl-nav .owl-prev,
  .custom-owl-navs .owl-nav .owl-prev {
    transform: translate(-20px, 0);
  }
}
@media screen and (max-width: 576px) {
  #flight-coupons .owl-nav .owl-next,
  #flight-coupons .owl-nav .owl-prev,
  #hotel-coupon .owl-nav .owl-next,
  #hotel-coupon .owl-nav .owl-prev,
  #popular-destination .owl-nav .owl-next,
  #popular-destination .owl-nav .owl-prev,
  .custom-owl-navs .owl-nav .owl-next,
  .custom-owl-navs .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
  }
  #flight-coupons .owl-nav span,
  #hotel-coupon .owl-nav span,
  #popular-destination .owl-nav span,
  .custom-owl-navs .owl-nav span {
    font-size: 30px;
    height: 30px;
    line-height: 27px;
  }
  #popular-destination .owl-nav .owl-next,
  .custom-owl-navs .owl-nav .owl-next {
    transform: translate(10px, 0);
  }
  #popular-destination .owl-nav .owl-prev,
  .custom-owl-navs .owl-nav .owl-prev {
    transform: translate(-10px, 0);
  }
  #flight-coupons .owl-nav .owl-next,
  #hotel-coupon .owl-nav .owl-next,
  #offer-banner .owl-nav .owl-next {
    transform: translate(10px, 0);
  }
  #flight-coupons .owl-nav .owl-prev,
  #hotel-coupon .owl-nav .owl-prev,
  #offer-banner .owl-nav .owl-prev {
    transform: translate(-10px, 0);
  }
}
.testimonial-box .customer-review-text {
  height: 55px;
}
.quote {
  position: absolute;
  top: -23px;
  color: #2e9da1;
  font-size: 27px;
}
.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.swap {
  position: absolute;
  left: 97%;
  top: 40%;
}
#myTab a {
  color: var(--maincolor) !important;
  background: var(--websiteThemeLight) !important;
  border-radius: 35px !important;
}
ul#myTab li {
  margin-right: 5px;
}
.tab-content .form-group input[readonly] {
  background-color: transparent;
}
.tab-content .form-group input {
  border: 0;
  border-bottom: 1px solid #333;
  border-radius: 0;
  padding-left: 0;
}
.tab-content .form-group input:focus {
  box-shadow: none;
}
.tab-content .form-group select:focus {
  box-shadow: none;
}
.tab-content .form-group select {
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid #333;
  border-radius: 0;
}
.fair-policy-disclaimer h6 {
  font-weight: 600;
}
.fair-policy-disclaimer ul {
  position: relative;
  left: 15px;
}
.fair-policy-disclaimer p {
  font-size: 14px;
}
.fair-policy-disclaimer li {
  font-size: 14px;
}
.flight-detail-collapse {
  font-size: 14px;
}
.nice-des img {
  width: 50px;
}
.nice-description h5 {
  color: #5b9876;
  margin-bottom: 2px;
  font-size: 18px;
}
section.Traveller-heading {
  margin: 20px 0;
}
.nice-description {
  padding-left: 10px;
}
.nice-description p {
  margin-bottom: 0;
  font-size: 14px;
}
.scheduleDay {
  background-color: var(--websiteThemeLight);
  font-weight: 700;
  padding: 2px 5px;
  margin-right: 10px;
}
.flight-logo-traveller img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.flight-logo-traveller {
  display: flex;
}
.flightItenary {
  background-color: #f4f4f4;
  padding: 16px;
  flex-direction: column;
  position: relative;
}
.flightItineraryDetails {
  display: flex;
  justify-content: space-between;
}
.flightItineraryDetails {
  flex-direction: row;
}
.flightItineraryDetails .flexOne {
  flex: 1;
}
.blackFont {
  font-weight: 600;
}
.blackcolor {
  color: #333;
  margin-left: 10px;
}
.adultItem input {
  border-radius: 4px;
  border: 1px solid rgba(155, 155, 155, 0.5);
  padding: 10px;
  width: 100%;
  color: #4a4a4a;
  outline: 0;
}
.adultItem input:focus-visible {
  outline: 0;
  box-shadow: none;
}
.adultItem {
  margin-bottom: 15px;
}
div#collapseExample {
  padding: 0;
  border-bottom: 1px solid #eaeaea;
}
.bookingDetailsForm h6 {
  font-weight: 600;
  padding-bottom: 10px;
}
.addons_box_title h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.addons_box_title span {
  font-size: 13px;
}
.addons_textselect_option {
  border-left: 2px dashed #eaeaea;
  padding-left: 40px;
}
.addonsselect_left h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
}
.selectaddonsradio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.addonsselect_left {
  align-items: center;
  display: flex;
}
.selectaddonsradio-toolbar label {
  display: inline-block;
  background-color: var(--secondcolor);
  padding: 8px 0;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  width: 146px;
  text-align: center;
  margin-bottom: 0;
}
.traveller-fair_content ul {
  margin: 0;
  padding: 0;
}
.traveller-fair_content ul li {
  list-style-type: none;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px;
  display: block;
  position: relative;
}
.fair-summary-heading {
  background: var(--secondcolor);
  color: #333;
  padding: 10px;
}
.fair_content.coupon-list {
  padding: 10px;
}
.backbtn button {
  background: var(--secondcolor) !important;
  border-color: var(--secondcolor) !important;
}
.fair-summary-heading h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.traveller-fair_content ul li span.price_fair {
  float: right;
  color: #43a047 !important;
}
.selectaddonsradio-toolbar {
  margin-right: 20px;
}
.continue-meal {
  text-align: right;
}
.continue-meal a {
  padding-right: 10px;
}
.select-seat-detail {
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin: 10px 0;
}
.destination_left_details h4 {
  font-size: 16px;
  font-weight: 600;
}
.baggageSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ConnectReviewInfo ul li strong {
  color: var(--websiteTheme);
  display: block;
}
.ConnectReviewInfo {
  border-left: 2px dashed #aaa;
  margin-left: 80px;
  padding-left: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ConnectReviewInfo ul li {
  margin-bottom: 15px;
}
.flight-traveller-ittenary {
  padding: 10px 0;
}
.flightItenaryHdr {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.economy-saver strong {
  color: #249995;
}
section.Traveller-heading {
  font-size: 14px;
}
.flight-logo-traveller p {
  font-weight: 600;
}
.appendBottom20 {
  margin-bottom: 20px;
}
.paddingTop20 {
  padding-top: 20px;
}
.traveller-headding {
  display: flex;
  align-items: center;
}
.traveller-headding h5 {
  font-weight: 600;
  margin-bottom: 0;
}
.travellerWrapper {
  padding: 0 20px 10px;
}
.adultListWrapper {
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.21);
  background-color: #fff;
  position: relative;
}
.select-adult {
  padding: 13px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}
.traveller-adult label {
  color: #000;
}
.baggageSection img {
  width: 20px;
  margin-right: 5px;
  margin-top: -5px;
}
.select-radio label input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 5px;
}
.bottom_fixed {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 20;
  float: left;
  background: var(--maincolor);
  border-top: 1px solid #d5d5d5;
  box-shadow: 0 0 3px 0#d5d5d5;
}
.round-trip-footer-logo img {
  width: 35px;
}
.round-trip-footer-logo p {
  margin: 0;
}
.flightntime span {
  font-size: 13px;
}
.flightntime p {
  font-size: 13px;
  margin: 0;
}
.flightt-timeee span {
  font-size: 13px;
}
.onward-flight-price.h-100.align-center {
  align-items: center;
  display: flex;
}
.round-trip-footer-book-button strong {
  display: block;
  color: #fff;
}
.round-trip-footer-book-button a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.round-trip-footer-book-button {
  text-align: center;
  margin-top: 10px;
}
a.btn.btn-primary.book-btn-round-trip {
  display: inline-block;
  background: var(--websiteTheme) !important;
  color: #000 !important;
  border-color: var(--websiteTheme) !important;
  width: 100%;
}
.session-expired img {
  width: 80px;
}
.session-expired .orange-text {
  color: #cf8100;
}
on.btn.btn-primary.shadow-none.border-0.clf {
  background: var(--maincolor);
}
.couponListDiv {
  padding: 10px;
}
span.normal-font {
  display: block;
  font-weight: 400;
  font-size: 12px;
}
.hotel-bookingname h4 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}
.hotel-room-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.hotel-services span {
  background-color: var(--websiteThemeLighter);
  font-weight: 700;
  padding: 2px 5px;
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.hotel-booking-price h4 {
  font-size: 18px;
  color: green;
}
.hotel-checkincheckout {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hotel-checkincheckout span {
  font-size: 15px;
}
.hotel-checkincheckout input {
  border: 0;
  width: 100%;
}
.hotel-checkincheckout input:focus {
  box-shadow: none;
  outline: 0;
}
.hotel-book-btn {
  width: 100%;
  background: var(--maincolor);
  border-color: var(--maincolor);
  color: #fff;
  padding: 8px;
}
.hotel-description-tabs .nav-tabs .nav-link {
  border: 0;
  font-size: 1rem;
}
.hotel-detail-sorting {
  background: var(--websiteThemeLight);
  padding: 10px 15px;
  gap: 10px;
}
.hotel-detail-sorting > div {
  width: var(--width);
}
@media screen and (max-width: 768px) {
  .hotel-detail-sorting {
    gap: 5px;
    padding: 10px 5px;
  }
  .hotel-detail-sorting > div {
    width: unset;
    text-align: center;
  }
}
.hotel-description-tabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--maincolor);
  font-weight: 600;
  padding-bottom: 5px;
}
.hotel-description-tabs .tab-content > .active {
  height: auto;
}
.standard-room {
  padding: 10px 15px;
}
.coupon .text-left {
  width: 100%;
}
.valign-wrapper {
  width: 30%;
}
@media (max-width: 992px) {
  .traveler-first-name {
    margin-bottom: 10px;
  }
  ul#myTab-hotel {
    flex-direction: row !important;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
  }
  .hotelrvw-img {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }
  .hotel-checkincheckout .text-right {
    text-align: left !important;
  }
  .hotelrvw-info .hotel-checkincheckout input {
    width: 100%;
  }
  .hotelrvw-info {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
  }
  .hotel-detail-book-btn {
    margin-left: 10px;
  }
  .hotel-description .pr-0 {
    padding-right: 15px !important;
  }
  .description-tabs .pr-0 {
    padding-right: 15px !important;
  }
  .hotel-detail-page .p-0 {
    padding: 0 15px !important;
  }
  .dropdown-menu.loginnew-dropdown.show {
    right: auto;
  }
  .shadow.dropdown-menu.cancellation-menu.show {
    right: auto;
  }
  .ConnectReviewInfo {
    margin-left: 10px;
  }
  .addons_textselect_option {
    border-left: none;
    padding-left: 0;
  }
  .blackcolor {
    color: #333;
    margin-left: 5px;
  }
  #flight-filter label {
    font-weight: 500 !important;
  }
  #sorting-footer .modal-content {
    top: 350px;
  }
  #popular-airlines .modal-content {
    top: 280px;
  }
  .align-center {
    display: flex;
    align-items: center;
  }
  #sorting-footer .lbl-large {
    font-size: 14px;
    font-weight: 400;
  }
  #sorting-footer .modal-body {
    padding-top: 0;
  }
  #sorting-footer .modal-title {
    font-size: 21px;
  }
  #sorting-footer .lbl-bold {
    font-size: 16px;
  }
  .margin-bottom40 {
    margin-bottom: 40px;
  }
  .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
  .search-by-flight label {
    padding-left: 0 !important;
  }
  .tab-card-header ul {
    flex-direction: row !important;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .tab-card-header ul li a {
    white-space: nowrap;
  }
  .tab-card-header ul li {
    margin-right: 10px !important;
  }
  .pl-0-mobile {
    padding-left: 0;
  }
  .flight-way-tab ul {
    flex-direction: row !important;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  .col-md-4.pl-30 {
    padding-left: 0;
  }
  .landing-header ul li {
    padding: 5px 0;
  }
  .tab-content > .active {
    display: block;
    height: auto;
  }
  .tab-regular ul {
    flex-direction: row !important;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .banner-offer img {
    border-radius: 10px;
    object-fit: fill;
  }
  .inner-about-wrap .about-image .about-image-content {
    margin-left: 0;
    width: 100%;
  }
  .inner-about-wrap .about-image img {
    width: 100%;
  }
  .form-group select option {
    font-size: 12px;
  }
  ul#myTab li {
    width: 50%;
    text-align: center;
    margin-right: 0;
    display: block;
  }
  .form-group input[readonly] {
    background-color: transparent;
  }
  #myTab a {
    color: var(--maincolor);
    background: var(--secondcolor);
  }
  .col-md-7.align-center {
    display: block !important;
    align-items: center;
  }
  .banner-section {
    padding-top: 5px;
  }
  .form-group input {
    border: 0;
    border-bottom: 1px solid #333;
    border-radius: 0;
    padding-left: 0;
  }
  .form-group input:focus {
    box-shadow: none;
  }
  .form-group select:focus {
    box-shadow: none;
  }
  .form-group select {
    border: 0;
    padding-left: 0;
    border-bottom: 1px solid #333;
    border-radius: 0;
  }
  .col-md-3.align-center {
    display: block !important;
    align-items: center;
  }
  .row.border-bottom {
    border: 0 !important;
    margin: 0;
  }
  .footer-menu-main ul li:first-child {
    padding-left: 7px !important;
  }
  .footer-menu-main ul {
    position: relative;
    left: -10px;
  }
  .social-icons-footer {
    margin-top: 20px;
  }
  .footer-menu ul {
    position: relative;
    left: -10px;
  }
  .footer-menu ul li:first-child {
    padding: 0 10px !important;
  }
  .testimonial-box span {
    color: #fff;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
    font-weight: 600;
  }
  .col-md-6.col-sm-6 {
    width: 50%;
  }
  .swap {
    position: absolute;
    left: 90% !important;
    top: 35px !important;
    transform: rotateZ(90deg);
  }
  .text.pl-4 {
    padding-left: 1rem !important;
  }
  .text-center.p-4 {
    padding: 10px !important;
    margin-top: 10px;
  }
  .landing-header .navbar-light .navbar-nav .nav-link {
    color: #333;
    border-bottom: 1px solid #e7e6e6;
  }
  #v-pills-tab::-webkit-scrollbar {
    display: block !important;
    width: 4px;
    height: 3px !important;
    background: #ccc;
  }
  #v-pills-tab::-webkit-scrollbar-thumb {
    background: #888;
  }
  div#v-pills-tab {
    flex-direction: row !important;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  span.font-weight-bold.small.text-uppercase {
    display: block;
  }
  .nav-pills-custom .nav-link.active::before {
    opacity: 0 !important;
  }
  .nav-pills-custom .nav-link {
    color: #333;
    background: #fff;
    position: relative;
    padding: 10px 20px !important;
    margin: 0 5px;
    display: block;
    text-align: center;
    width: 130px;
  }
  .swap {
    position: absolute;
    left: 85%;
    top: 80px;
    transform: rotateZ(180deg);
  }
  div#offers {
    margin-top: 20px;
  }
  .footer-nav-title {
    position: relative;
    cursor: pointer;
  }
  .footer-nav-title::after {
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
  }
  .footer-nav-toggle::after {
    content: "";
  }
  .col-md-3.col-lg-3.col-xl-2.mx-auto.mb-4 {
    margin-bottom: 5px !important;
  }
  .col-md-2.col-lg-2.col-xl-2.mx-auto.mb-4 {
    margin-bottom: 5px !important;
  }
}
.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}
.text-lightGrey {
  color: gray !important;
  font-size: 14px;
}
footer.footer-new {
  background: #fff;
  border: 1px solid;
  border-top-color: #ccc;
  border-left: none;
  border-right: 0;
  border-bottom: 0;
}
.footer-menu-main ul li {
  display: inline-block;
}
.footer-menu-main ul li {
  display: inline-block;
  padding: 0 7px;
}
.footer-menu-main ul li:first-child {
  padding-left: 0;
}
.col-md-7.align-center {
  display: flex;
  align-items: center;
}
.footer-menu ul li {
  display: inline-block;
  padding: 0 10px;
}
.footer-menu ul li:first-child {
  padding-left: 0;
}
.footer-menu {
  padding: 20px 0 0;
}
footer.footer-new {
  padding-bottom: 30px;
}
label {
  font-weight: 600;
}
.popular-destination-image::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to bottom, transparent 50%, #000);
  z-index: 2;
}
body.homepage {
  background: #f2fbff;
}
body {
  background: #f5f5f5;
}
.popular-destination-image .centered {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent 50%, #000);
}
.adults span {
  display: block;
}
.adults label {
  margin-bottom: 0;
}
input.specifc_align {
  display: block;
  height: auto !important;
  line-height: normal !important;
}
button.btn.btn-default.btn-number {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0;
  width: 40px;
  height: 38px;
  text-align: center;
  vertical-align: middle;
  padding: 7px 0;
  background: #eee;
  user-select: none;
  border-radius: 0;
}
.book-btns-group span {
  border: 1px solid var(--secondcolor);
  background: var(--secondcolor);
  color: var(--maincolor);
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
  cursor: pointer;
  font-size: 14px;
}
button.btn.btn-default.btn-number:disabled {
  opacity: 0.4;
}
.btn:focus {
  box-shadow: none !important;
}
.book-btns-group span.active {
  background: var(--maincolor);
  border: 1px solid var(--maincolor);
  color: #fff;
}
button.btn.btn-danger.applyy {
  background: var(--maincolor);
  border-color: var(--maincolor);
  color: #fff;
}
.plus-minus {
  width: 120px;
}
form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
  top: -1px !important;
  position: relative;
}
form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
  top: -1px !important;
  position: relative;
}
form #input-wrap {
  margin: 0;
  padding: 0;
}
input#number {
  text-align: center;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
  width: 40px;
  height: 40px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tourrs {
  display: flex;
  justify-content: space-between;
}
.plus-minus {
  float: right;
}
.flight-search-form {
  background: linear-gradient(97deg, #000021 4.43%, #52606b 104.18%);
}
.one-way-form {
  background: #fff;
  border-radius: 5px;
}
#traveller-class {
  background: url(../images/traveler.svg) no-repeat left;
  background-size: 15px;
  background-position: left 3px;
  border: 0;
}
button.btn.btn-primary.flight-modify {
  height: 100%;
  width: 100%;
  background: var(--websiteTheme);
  color: #333;
  border-color: var(--websiteTheme);
}
.extra-option label {
  padding: 0 10px;
  font-weight: 500;
  margin: 0 0;
  border-left: 1px solid #ccc;
  display: inline-flex;
  color: #fff;
}
.extra-option label input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 5px;
}
.depart-time span {
  font-size: 14px;
}
.stops label {
  font-weight: 500;
  font-size: 14px;
}
.stops label {
  font-weight: 500;
  margin: 5px 0;
  display: inline-flex;
  color: #333;
}
.search-by-flight span {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
}
span.text.float-left.font-weight-bold {
  font-size: 14px;
  display: block;
  width: 100%;
}
.search-by-flight label:first-child {
  padding-left: 0;
}
.search-by-flight label {
  font-weight: 500;
  margin: 5px 0;
  display: inline-flex;
  color: #333;
  font-size: 14px;
  padding-left: 1.5rem;
}
button.btn.btn-primary.previous {
  background: var(--websiteTheme);
  color: #333;
  border-color: var(--websiteTheme);
  border-radius: 25px;
}
button.btn.btn-primary.next-day {
  background: var(--websiteTheme);
  color: #333;
  border-color: var(--websiteTheme);
  border-radius: 25px;
}
section.flight-result-list {
  padding: 20px 0;
}
.flightt-f .active {
  background: var(--websiteTheme) !important;
  color: #333 !important;
  border-color: var(--websiteTheme) !important;
  border-radius: 25px;
}
.flightt-f .nonstop {
  color: var(--maincolor);
  background: var(--secondcolor);
  border-color: var(--secondcolor);
  border-radius: 25px;
}
.flightt-f .fastet {
  color: var(--maincolor);
  background: var(--secondcolor);
  border-radius: 25px;
  border-color: var(--secondcolor);
}
.valign-wrapper img {
  width: 200px !important;
}
div#flight-coupons {
  padding-top: 30px;
}
.col-12.hide-on-med-and-down.bg-theme.bg-filter {
  background: var(--secondcolor);
  color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.flight-depart-time p {
  font-size: 13px;
}
.flight-arrival-time p {
  font-size: 13px;
}
.flight-name-detail img {
  width: 35px;
}
.non-stopcolor {
  color: #00b712;
}
.slb-small {
  font-size: 14px;
}
.progress-meter {
  padding: 0;
  margin: 0;
  opacity: 0.75;
}
.color-red {
  color: red;
}
.lbl-PromoFare {
  font-size: 10px;
  font-weight: 600;
  color: #fff !important;
  background: linear-gradient(180deg, #3bbd04 0, #00b712 100%);
  border-radius: 29px;
  animation: blink 1s linear infinite;
  margin-top: 2px;
  padding: 3px 4px;
  display: inline;
  align-items: center;
}
button.f-search {
  height: 100%;
  width: 100%;
  background: var(--websiteTheme);
  color: #fff;
  border-color: var(--websiteTheme);
  border-radius: 5px;
  padding: 10px 15px;
}
button.f-search:hover {
  color: #fff;
}
div#collapseExample {
  margin-top: 5px;
}
.flight-detail-collapse {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 2px;
}
.flight-detail-collapse .nav-link.active {
  border-bottom: 2px solid #55c57a;
  background: 0 0 !important;
  border-radius: 0 !important;
  padding: 0.5rem !important;
}
div#pills-tabContent {
  padding-top: 10px;
}
.flight-detail-collapse .nav-link {
  color: #6e6e6e !important;
  font-weight: 500;
  padding: 0.5rem !important;
}
.flight-detail-collapse ul li {
  margin-right: 20px;
}
.flight-detail-collapse .tab-content > .active {
  height: auto;
}
.flight-detail-collapse table tr {
  background-color: var(--websiteThemeLighter);
}
.fare-policy-box {
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
}
.cancellation-heading {
  background: #ffe5be;
}
.fare-policy-box table th {
  border-bottom: 1px solid #dee2e6;
  border-top: 0 solid #dee2e6;
}
.lbl-small {
  font-size: 12px !important;
}
.card-body hr {
  margin: 5px 0;
}
.search-card .card-body {
  padding: 10px 10px 5px;
}
.lbl-huge {
  font-size: 20px !important;
}
.popular-destination-image a {
  transition: all 0.5s ease-out;
}
.popular-destination-image img {
  transition: all 0.5s ease-out;
  object-fit: cover;
}
.popular-destination-image a::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.popular-destinations-main:hover .popular-destination-image a::after {
  height: 250%;
  transition: all 0.6s linear;
  background-color: transparent;
}
.popular-destinations-main:hover .popular-destination-image img {
  transform: scale(1.1);
}
.search-card.card.mt-0 {
  box-shadow: 2px 2px 5px #e7e7e7;
  margin: 0 0 1rem 0;
}
.action-bar {
  list-style: none;
  margin: 0;
  padding: 0;
}
.action-bar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.action-bar li {
  background-color: var(--websiteThemeLight);
  padding: 0.25rem !important;
  margin-left: 0;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.flight-details-list a {
  color: #000;
  font-size: 14px;
  margin-right: 20px;
  cursor: pointer;
  text-decoration: none;
}
.action-bar img {
  width: 20px;
}
.lbl-bold {
  font-weight: 700 !important;
}
ol.progress-meter li.done {
  border-bottom-color: #065af3;
}
ol.progress-meter li {
  display: inline-block;
  width: 100%;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}
ol.progress-meter li.done:before {
  background: linear-gradient(180deg, #065af3 0, #53b2fe 100%);
}
ol.progress-meter li.done:before {
  content: "";
  height: 10px;
  width: 10px;
  bottom: -6px;
  border: 0;
  border-radius: 50%;
  border: 3px solid #065af3;
}
ol.progress-meter li:before {
  position: relative;
  float: left;
  text-indent: 0;
  left: 0;
}
ol.progress-meter li.done:after {
  background: linear-gradient(180deg, #065af3 0, #53b2fe 100%);
}
ol.progress-meter li.done:after {
  content: "";
  height: 10px;
  width: 10px;
  bottom: -6px;
  border: 0;
  border-radius: 50%;
  border: 3px solid #065af3;
}
ol.progress-meter li:after {
  position: relative;
  float: right;
  text-indent: 0;
  right: 0;
}
.onward {
  padding: 10px 0;
}
.bg-filter span {
  font-size: 14px;
}
.terms-heading h4 {
  font-weight: 600;
}
.terms-heading h4 span {
  color: var(--websiteTheme);
}
.terms-heading h5 span {
  color: var(--websiteTheme);
}
.search-by-flight img {
  margin-right: 5px;
  width: 15px;
  margin-top: 3px;
  height: 15px;
}
.search-by-flight input {
  margin-top: 0;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.stops input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 5px;
}
.size-filter img {
  height: 30px;
  margin: 4px;
}
.border-radius-4 {
  border-radius: 4px;
}
.size-filter span {
  display: block;
  font-size: 10px !important;
  font-weight: 700;
}
.size-filter a {
  text-decoration: none;
}
.special-categary {
  padding: 20px 0;
}
#return-flight:focus {
  outline: 0;
  box-shadow: none;
}
.flight-s-form .tab-content > .active {
  height: auto;
}
.flight-s-form {
  padding: 30px 0;
}
.flight-s-form ul li a {
  border-radius: 25px !important;
}
ul.links.pl-0 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.apply-visa-item a:hover {
  background: #212121 !important;
}
.processing-time label {
  font-weight: 600;
}
.validity label {
  font-weight: 600;
}
.processing-working-day span {
  color: #878787;
}
.validity-days label {
  color: #878787;
}
.validity-days span {
  color: #878787;
}
.apply-visa-sectionn {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ededed;
}
.apply-visa-sectionn label {
  margin: 0;
}
.visa-apply-button {
  background: var(--websiteTheme);
  border-color: var(--websiteTheme);
  color: #333;
  padding: 7px 20px;
}
.padding15-0 {
  padding: 15px 0;
}
.apply-visa-sectionn label {
  color: var(--websiteTheme);
  font-size: 21px;
  font-weight: 600;
}
.visa-apply-button:hover {
  background: var(--websiteTheme);
  border-color: var(--websiteTheme);
  color: #333;
}
.validity span {
  color: #878787;
}
.basic-document img {
  width: 16px;
  filter: invert(1);
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.basic-document ul {
  margin-left: 0;
  padding-left: 35px;
  margin-bottom: 5px;
}
.basic-document-required hr {
  margin: 5px 0;
}
.visa-detail-right-section {
  position: sticky;
  top: 20px;
}
#visa-apply-form input,
#visa-apply-form select {
  border: 0;
  border-bottom: 2px solid var(--websiteTheme);
}
.CookiesContainer {
  background: var(--websiteTheme);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
}
.CookiesContainer .flex.items-center.justify-between.flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.CookiesContainer .flex.items-center.justify-between.flex-wrap p {
  margin: 0 !important;
}
.CookiesContainer
  .flex.items-center.justify-between.flex-wrap
  button.js-cookie-consent-agree {
  background: var(--secondaryColor);
  color: #fff;
}
.orangered-bdr {
  color: #000;
}
.cookie-consent-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  border-top: 2px solid var(--websiteTheme);
  text-align: center;
  background: #fff;
}
.combined-deal-card img {
  transition: all 0.5s linear;
}
.combined-deal-card:hover img {
  transform: scale(1.2);
}
.visa-details form#sendEnquiryServices {
  top: 10px;
}
.travel-diary-card .video-play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid var(--white);
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
}
.cards-overlay-background {
  background: linear-gradient(180deg, #0000004d 19%, #25252563 78%);
}
