* {
  padding: 0;
  margin: 0;
  --primery_color: #3a1e52;
  --secondary_color: #f0bc00;
  --tertiary_color: #07192c;
  --quaternary_color: #01012f;
  --quinary_color: #fff;
  --theme-color: #112033;
}
::selection {
  background-color: var(--primery_color);
  color: var(--secondary_color);
}
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  position: relative;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
.header .top-bar {
  background-color: var(--primery_color);
}
.main-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: var(--quinary_color);
  box-shadow: 0 0 2px 0 var(--quaternary_color);
}
.main-topbar ul {
  display: flex;
  justify-content: space-between;
}
.main-topbar ul li:nth-of-type(1) {
  padding: 11px 31px 11px 0;
  transition: all 0.3s;
}
.main-topbar ul li {
  padding: 11px 31px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.main-topbar ul li a span:hover {
  color: var(--secondary_color);
  transition: all 0.3s;
}
.main-topbar ul:nth-last-of-type(1) li:nth-last-of-type(1).active {
  background-color: var(--secondary_color);
}
.main-topbar ul:nth-last-of-type(1) li:nth-last-of-type(1).active span:hover {
  color: var(--primery_color);
}
.main-topbar ul li a span {
  color: var(--quinary_color);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  transition: all 0.3s;
  font-weight: 500;
}
.main-topbar ul li a img {
  margin-right: 13px;
}
.main-topbar ul li a i {
  color: var(--secondary_color);
  transition: all 0.3s;
  font-size: 19px;
  margin-right: 13px;
}
.logo {
  min-width: 95px;
}
.nav-custom {
  display: flex;
  padding: 17px 0 14px;
  justify-content: space-between;
}
.nav-custom .stellarnav ul li {
  transition: all 0.3s;
}
.nav-custom .stellarnav ul li:hover a,
.nav-custom .stellarnav ul li.active a {
  color: var(--secondary_color);
  transition: all 0.3s;
}
.nav-custom .stellarnav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-custom .stellarnav ul li a {
  font-size: 16px;
  padding: 0;
  color: var(--theme-color);
  font-weight: 500;
  margin-right: 32px;
}
.nav-custom .header-socialmedia ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.nav-custom .header-socialmedia ul li:not(:nth-last-of-type(1)) {
  margin-right: 28px;
}
.nav-custom .header-socialmedia ul li a svg.svg:hover {
  fill: var(--secondary_color);
  transition: all 0.3s;
}
.nav-custom .header-socialmedia ul li a svg.svg {
  font-size: 19px;
  width: 19px;
  height: 19px;
  fill: var(--primery_color);
  transition: all 0.3s;
}
.search-banner {
  background-color: var(--primery_color);
}
.search-banner .search-engine {
  position: static;
  padding: 40px 0;
  color: var(--quinary_color);
}
.banner {
  position: relative;
  background-color: var(--primery_color);
  background-repeat: no-repeat;
  background-position: center;
  color: var(--quinary_color);
  background-size: cover;
  padding: 145px 0 236px;
}
.banner::after {
  position: absolute;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--primery_color);
  opacity: 0.4;
}
.banner-content {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0 0 164px;
  flex-direction: column;
  justify-content: center;
}
.banner-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
.banner-content h4 {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
input.error,
select.error,
input.error-item {
  border: 1px solid red !important;
}
input.error-item {
  background-color: rgba(255, 0, 0, 0.377);
}
label.error {
  display: none !important;
}
.banner + .search-engine {
  z-index: 15;
  position: absolute;
  left: 0;
  top: 55%;
  right: 0;
  padding: 0;
  color: var(--quinary_color);
}
.select2.select2-container.select2-container--default.select2-container--below {
  width: auto !important;
}
.search-engine .form-main {
  padding: 21px 20px 5px;
  background-color: #fffffff6;
  box-shadow: 0 0 2px 0 #0003;
}
.return-date {
  display: none;
}
.search-form .form-head .search-form-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 22px !important;
  align-items: center;
}
.search-form .form-head .search-form-btn .form-check:not(:nth-last-of-type(1)) {
  margin-right: 25px;
}
.search-engine .form-main .form-input {
  margin-right: 2px !important;
  position: relative;
}

.search-engine .form-main .form-input .submit-btn {
  /* max-width: 209px; */
  margin-left: auto;
  color: #fff;
  text-transform: uppercase;
}

.search-form-btn .form-check-input:checked,
.radio .form-check-input:checked {
  background-color: transparent;
  border-color: var(--quinary_color);
}
.search-form-btn .form-check-input,
.radio .form-check-input {
  background-color: transparent;
  border: 1px solid var(--quinary_color);
}
.form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.form-input .form-control::placeholder {
  color: #1b2a2f;
  opacity: 0.5;
  font-size: 14px;
}
.form-main .select2-container {
  width: 100% !important;
}
.form-main .select2-container--default .select2-selection--multiple,
.form-input .form-control,
.form-input select.form-control,
.input-group .form-control.select {
  font-size: 14px;
  box-shadow: 0px 0px 4px #00000025;
  height: 48px;
  padding: 10px 20px !important;
  border-radius: 0;
  margin: 0;
  background-color: var(--quinary_color);
  color: var(--quaternary_color);
  border: none;
}
.form-input.add-btn {
  text-align: end;
  margin-bottom: 20px;
}
.form-input.add-btn .btn.add-flights-btn {
  background-color: var(--primery_color);
  border-radius: 0;
  color: var(--quinary_color);
  font-size: 15px;
  position: relative;
  font-weight: 500;
  padding: 13px 50px;
  transition: all 0.5s;
  z-index: 2;
}
.form-input.add-btn .btn.add-flights-btn:hover {
  background-color: var(--secondary_color);
  transition: all 1s;
}
.form-input.add-btn .btn.add-flights-btn:hover::before {
  left: 0;
  right: 0;
  transition: all 0.4s;
}
.form-main .select2-container {
  display: block;
}
.btn.submit-btn > span {
  font-size: 15px;
  font-weight: 500;
  color: var(--quinary_color);
  display: inline-block;
}
.search-engine .search-dates {
  margin-right: 2px;
}
.passenger-search .input-group,
.return-date .form-input,
.shown-field,
.search-dates {
  position: relative;
}
.passenger-search .input-group > img.arrow-up,
.return-date .form-input > img,
.shown-field img,
.search-dates > img {
  position: absolute;
  right: 19px;
  top: 18px;
  z-index: 9;
}
.air-search img {
  z-index: 1;
}
.form-group.passenger-contain {
  position: relative;
}
.passenger-dropdown,
.passenger-dropdon {
  text-align: center;
  background-color: #f6f8fb;
  padding: 10px;
  box-shadow: 0 0 10px 1px #0000004f;
  position: absolute;
  top: 50px;
  z-index: 22;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"],
input[type="number"] {
  -moz-appearance: textfield;
}
.form-submit .submit-btn {
  background-color: var(--primery_color);
  display: flex;
  width: 100%;
  height: 48px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0 20px;
  transition: all 0.3s;
}
.form-submit .submit-btn span {
  margin-right: 5px;
}
.form-submit .submit-btn:hover {
  background-color: var(--secondary_color);
  transition: all 0.4s;
}
.search-submit {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search-submit .passenger-search {
  flex: 0 0 80%;
}
.search-submit .form-submit {
  flex: 0 0 20%;
}
.ui-widget-header .ui-icon {
  background-image: url(/assets/images/datepicker/ui-icons_444444_256x240.png);
}
.search-dates .origin-date .form-input {
  margin-right: 0 !important;
}
.passenger-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  box-shadow: 0 1px 5px 1px #0002;
  background-color: var(--quinary_color);
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.passenger-type .form-control {
  border: none;
  border-bottom: 1px solid var(--quaternary_color);
  box-shadow: none;
  text-align: center;
  margin: 0 5px !important;
  padding: 0;
  opacity: 0.5;
  background-color: transparent;
}
.passenger-type .passenger {
  flex: 0 0 35%;
  display: flex;
  align-items: flex-end;
}
.btn.general-btn.btn-block {
  width: 100%;
  background-color: var(--secondary_color);
  font-size: 14px;
  font-weight: 600;
  color: var(--quinary_color);
  text-transform: uppercase;
}
.passenger-type .passengers-label label {
  color: #1b2a2f;
  font-size: 14px;
  opacity: 0.5;
  margin-left: 20px;
  line-height: 1;
  font-weight: 400;
}
.btn.minus,
.btn.plus {
  width: 15px;
  height: 15px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: #ededed;
}
.passenger-type .passengers-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ui-widget.ui-widget-content {
  z-index: 28 !important;
}
.form-field-counter {
  text-align: end;
}

body {
  counter-reset: section;
}
.flight-no h2::after {
  counter-increment: section;
  content: " " counter(section);
}
.close-icon {
  cursor: pointer;
  margin-right: 5px;
}
.flight-type .close-icon {
  cursor: pointer;
  position: absolute;
  top: 5px;
  transform: translateY(-50%);
  right: 5px;
}
.flight-no h2 {
  font-size: 15px;
  color: var(--secondary_color);
  font-weight: 500;
}
.flight-no {
  display: flex;
  margin-bottom: 13px;
  flex-direction: row;
  justify-content: space-between;
}
.multicity {
  display: none;
}
.flight-type {
  display: flex;
}
.flight-type .form-check-inline {
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
}
.flight-type label,
.flight-type input {
  color: var(--primery_color);
  font-weight: 600;
  font-size: 15px;
}
.search-form-btn.flight-type .form-check-input,
.flight-type .radio .form-check-input {
  background-color: transparent;
  border: 2px solid var(--quinary_color);
  width: 12px;
  height: 12px;
  margin-right: 10px;
  outline: 2px solid var(--primery_color);
}
.flight-type .form-check-input:checked[type="radio"] {
  background-image: url("/assets/images/check-colored.png") !important;
}
.cheap-flights-cover {
  padding: 68px 0 42px;
}
.cheap-flights-main {
  padding-top: 60px;
}
.heading-seciton {
  color: var(--primery_color);
}
.heading-seciton h2 {
  font-size: 40px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.heading-seciton h5 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.detail-box .detail-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  z-index: 3;
  color: var(--quinary_color);
  transition: all 0.3s;
}
.detail-box {
  transition: all 0.3s;
  overflow: hidden;
  min-height: 200px;
  background-color: #1b2a2f;
}
.detail-box .detail-img {
  transition: all 0.3s;
}
.detail-box:hover .detail-img {
  transition: all 0.3s;
  transform: scale(1.1);
}
.detail-box .detail-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.detail-box::after {
  position: absolute;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #fff0, #fff0, #3a1e52);
}
.detail-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.detail-box .detail-content h3:nth-last-of-type(1) {
  display: inline-block;
}
.detail-box .detail-content h6 {
  font-size: 14px;
  margin: 9px 0;
  font-weight: 400;
}
.detail-box .detail-content span {
  font-size: 13px;
  margin-left: 10px;
  font-weight: 400;
}
.popular-cities-cover {
  padding: 61px 0 70px;
  background-image: url(/assets/images/popular-cities-bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
}
.popular-cities-cover .heading-seciton {
  color: var(--quinary_color);
}
.popular-cities-main {
  padding-top: 60px;
}
.detail-lists {
  padding-top: 30px;
  border-top: 2px solid var(--tertiary_color);
}
.detail-lists a {
  display: flex;
  position: relative;
  color: var(--tertiary_color);
  justify-content: space-between;
  align-items: center;
  background-color: #f6f8fb;
  font-size: 14px;
  z-index: 5;
  margin-bottom: 3px;
  font-weight: 400;
  padding: 14px 23px 12px 18px;
}
.detail-lists a::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--primery_color);
  top: 0;
  transition: all 0.3s;
  bottom: 0;
  right: 100%;
  z-index: -1;
}
.detail-lists a:hover {
  transition: all 0.5s;
  color: var(--quinary_color);
}
.detail-lists a:hover::before {
  transition: all 0.5s;
  right: 0;
}
.best-airlines-cover {
  padding: 60px 0;
  background-image: url(/assets/images/airlines-bg.webp);
  background-position: top;
  background-repeat: no-repeat;
}
.best-airline-main {
  padding-top: 52px;
}
.best-airline-main .airline-box {
  background-color: #f7f7f8;
  padding: 55px 35px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.3s;
  box-shadow: 0 0px 0 0px #0000;
}
.best-airline-main .airline-box:hover {
  box-shadow: 0 0px 2px 0px #0008;
  transition: all 0.4s;
}
.best-airline-main .airline-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.best-airline-main .airline-box > img {
  max-width: 150px;
}
.trend-coutries-cover {
  padding: 60px 0;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(/assets/images/popular-cities-bg.webp);
}
.trend-coutries-cover .heading-seciton {
  color: var(--quinary_color);
}
.trend-countries-main {
  padding-top: 52px;
}
.aboutus-cover .heading-seciton h2 {
  text-align: start;
}
.aboutus-cover .heading-seciton p {
  text-align: start;
  font-size: 16px;
  opacity: 0.6;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0 40px;
  color: #000;
}
.about-us-img {
  padding-top: 20px;
}
.aboutus-cover {
  padding: 62px 0 72px;
  background-color: #f6f8fb;
}
.about-us-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primery_color);
  margin: 16px 0 14px;
}
.about-us-box p {
  font-size: 15px;
  font-weight: 400;
  color: #6e7b8e;
  line-height: 25px;
  margin-bottom: 44px;
}
.about-us-quote {
  position: absolute;
  padding: 66px 29px;
  background-color: var(--primery_color);
  top: 50%;
  transform: translateY(-50%);
  left: -112px;
  max-width: 312px;
  right: auto;
}
.about-us-quote h3 {
  font-size: 37px;
  font-weight: 700;
  color: var(--quinary_color);
  font-family: "Dancing Script", cursive;
}
.mail-us {
  padding: 35px 49px 39px 52px;
  display: flex;
  color: var(--quinary_color);
  align-items: center;
  justify-content: space-between;
  background-color: var(--secondary_color);
}
.mail-us .mail-info {
  display: flex;
  align-items: center;
}
.mail-us .mail-info p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
}
.mail-us .mail-info h3 {
  font-size: 27px;
  font-weight: 600;
}
.mail-us .form-input input[type="submit"] {
  padding: 21px 42px !important;
  color: var(--quinary_color);
  font-weight: 400;
  font-size: 14px;
  background-color: var(--primery_color);
}
.mail-us .form-input .form-control::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: var(--quinary_color);
}
.mail-us .form-input .form-control {
  height: initial;
  padding: 21px 20px !important;
  box-shadow: none;
  color: var(--quinary_color);
  background-color: #ffca0a;
}
.mail-us .mail-info .mail-info-img {
  margin-right: 30px;
}
.mail-us .form {
  flex: 0 0 50%;
}
.mail-us .form .mail-form .form-group:nth-of-type(1) {
  width: 100%;
}
.mail-us .mail-form {
  display: flex;
}
.footer-cover {
  padding-top: 70px;
  background: url(/assets/images/footer-bg.webp) #3a1e52 no-repeat center;
  background-position: center;
  background-size: cover;
}
.footer-info {
  color: var(--quinary_color);
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  justify-content: space-between;
}
.footer-about {
  flex: 0 0 24%;
}
.get-in-touch {
  flex: 0 0 19%;
}
.destination-visited-links,
.destination-links {
  flex: 0 0 18%;
}
.footer-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 23px;
}
.footer-info p,
.footer-info span {
  font-size: 14px;
  font-weight: 300;
  color: var(--quinary_color);
  line-height: 24px;
}
.footer-info ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 11px;
}
.footer-info ul li a {
  font-size: 14px;
  font-weight: 300;
  color: var(--quinary_color);
  transition: all 0.3s;
}
.footer-info ul li a:hover {
  transition: all 0.3s;
  color: var(--secondary_color);
}
.footer-info ul li > p {
  display: flex;
  align-items: baseline;
}
.footer-info ul li > p i {
  font-size: 18px;
  color: var(--secondary_color);
  margin-right: 24px;
}
.footer-links {
  padding: 25px 0 30px;
  border-top: 1px solid #2c3e5b;
  border-bottom: 1px solid #2c3e5b;
}
.footer-links ul {
  display: flex;
  justify-content: space-evenly;
}
.footer-links ul li a {
  font-size: 15px;
  font-weight: 300;
  color: var(--quinary_color);
  transition: all 0.3s;
}
.footer-links ul li a:hover {
  transition: all 0.3s;
  color: var(--secondary_color);
}
.footer-social-media {
  padding: 59px 112px 63px;
}
.footer-social-media ul {
  display: flex;
  justify-content: space-evenly;
}
.footer-social-media ul li a svg.svg {
  fill: var(--quinary_color);
  font-size: 38px;
  width: 38px;
  height: 38px;
  transition: all 0.3s;
}
.footer-social-media ul li a svg.svg:hover {
  transition: all 0.3s;
  fill: var(--secondary_color);
}
.copyright {
  padding: 15px 0 17px;
  background-color: #2f1644;
}
.copyright p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--quinary_color);
}
.menu-icon,
.contact-us {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  left: 0;
  right: auto;
  background-color: var(--secondary_color);
  box-shadow: 0 0 2px 0 #0005;
}
.menu-icon {
  left: auto;
  right: 0;
}
.menu-bar {
  right: 12%;
  left: 12%;
  z-index: 999;
  bottom: 53px;
}
.menu-icon .mobile-menu-bars span.bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #777;
  margin: 0 0 3px;
}
.menu-small {
  background-color: var(--secondary_color);
  min-height: 45px;
  margin-bottom: 12px;
  border-top: 3px solid var(--quinary_color);
}
.menu-small .phone-call {
  background-color: var(--primery_color);
  border-radius: 50%;
  top: -66%;
  left: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 55px;
  width: 55px;
  animation-name: pulse-call;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.menu-small .phone-call::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid var(--primery_color);
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.phone-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover {
  color: #fff;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse-call {
  0% {
    box-shadow: 0 0 0 0 rgba(17, 32, 51, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(17, 32, 51, 0);
  }
}
.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
  z-index: 999;
}
.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.menu-small .phone-call i {
  font-size: 23px;
  color: var(--quinary_color);
}
.menu-bars-fixed {
  position: fixed !important;
  display: none;
  bottom: 0;
  background-color: var(--quinary_color);
  left: 0;
  right: 0;
  z-index: 999;
}
.stellarnav .dd-toggle {
  position: absolute !important;
  top: -5px;
  right: 0;
  padding: 0;
  width: 48px;
  height: 28px;
  text-align: center;
  z-index: 9999;
  border: 0;
}
.stellarnav a.dd-toggle .icon-plus::after,
.stellarnav a.dd-toggle .icon-plus::before {
  border-bottom: solid 3px var(--secondary_color);
  width: 12px;
}
.mobile-menu-bars .menu-toggles span.bars span {
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 6px;
  background: var(--quinary_color);
}
.mobile-menu-bars,
.menu-small .phone-call {
  cursor: pointer;
}
.footer-cover {
  padding: 70px 0 0px;
}
.inner-page .banner + .search-engine {
  transform: translateY(53px);
  top: 37%;
}
.inner-page .nav-custom-cover {
  box-shadow: 0 1px 1px 0 #0001;
}
.inner-page .aboutus-cover {
  padding: 62px 0 22px;
  background-color: transparent;
}
.review-section-cover {
  margin: 24px 0 75px;
}
.review-section-main {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
  background-color: #f6f8fb;
}
.review-box {
  padding: 0 25px;
}
.why-us-cover {
  background-image: url("/assets/images/about-bg-lines.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-us {
  /* background-image: url("/assets/images/aboutus-img2.jpg"); */
  background-position: right;
  background-repeat: no-repeat;
  background-size: 48% 100%;
}
.why-us-content {
  color: var(--quinary_color);
  padding: 58px 35px 52px 0;
}
.why-us-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.why-us-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.why-us-content p:not(:nth-last-of-type(1)) {
  margin-bottom: 37px;
}
.statistic-cover {
  padding: 60px 0 38px;
}
.statistics-main {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.statistics-main .statics-box {
  max-width: 155px;
  display: flex;
  flex-direction: column;
  color: var(--tertiary_color);
}
.statistics-main .statics-box > img {
  max-width: 65px;
}
.statistics-main .statics-box > p {
  font-size: 16px;
  font-weight: 500;
  margin: 32px 0 8px 0;
  font-family: "Poppins", sans-serif;
}
.statistics-main .statics-box > h3 {
  font-size: 50px;
  font-weight: 700;
}
.destination-cover {
  padding: 70px 0 55px;
}
.destination-cover .destination-main {
  margin-top: 55px;
}
.destination-cover .continents-box {
  margin-bottom: 25px;
}
.continents-box > img {
  width: 100%;
}
.continents-box {
  background-color: var(--primery_color);
  color: var(--quinary_color);
  position: relative;
  overflow: hidden;
  min-height: 200px;
  transition: all 0.5s;
}
.continents-box .continent-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  top: 79%;
  right: 0;
  overflow: hidden;
  bottom: auto;
  z-index: 1;
  padding: 26px 20px;
  transition: all 0.3s;
}
.continents-box:hover .continent-info {
  transition: all 0.6s;
  top: 55%;
}
.continents-box:hover .continent-info h3 {
  margin-bottom: 13px;
  transition: all 0.3s;
}
.continents-box .continent-info a {
  color: var(--quinary_color);
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  margin-top: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  font-weight: 400;
}
.continents-box .continent-info a::after {
  height: 2px;
  position: absolute;
  content: "";
  background-color: var(--secondary_color);
  bottom: -3px;
  transition: all 0.4s;
  left: 0;
  width: 0;
}
.continents-box .continent-info a:hover::after {
  transition: all 0.4s;
  width: 120px;
}
.continents-box .continent-info a img {
  margin-left: 13px;
}
.continents-box {
  position: relative;
}
.continents-box::after {
  position: absolute;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #fff0, #fff0, #102636);
}
.continents-box .continent-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.continents-box .continent-info h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--quinary_color);
  margin-bottom: 29px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.airline-cover {
  padding: 60px 0 75px;
}
.search-sec {
  max-width: 424px;
  margin: 42px auto 57px;
}
.search-sec .form-search {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.search-sec .form-search .search-input {
  flex: 0 0 75%;
}
.search-sec .form-search .serach-submit {
  flex: 0 0 25%;
}
.search-sec .form-search .form-control {
  background-color: #edf6f8;
  color: #1b2a2f;
  padding: 12px 16px 13px;
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: 0 0px 2px 0px #0006;
}
.search-sec .form-search .form-control::placeholder {
  color: #bec3cc;
  font-size: 14px;
  background-color: #f7f7f8;
}
.search-sec .form-search .btn {
  background-color: var(--primery_color);
  color: var(--quinary_color);
  font-size: 14px;
  padding: 15px 0 15px;
  width: 100%;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
}
.airline-info .airline-box {
  background-color: #f7f7f8;
  padding: 55px 35px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.4s;
  box-shadow: 0 0 2px 0 #0000;
}
.airline-info .airline-box:hover {
  box-shadow: 0 0px 2px 0px #0006;
  transition: all 0.4s;
}
.airline-info .airline-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.airline-info .airline-box > img {
  max-width: 150px;
}
.contact-us-cover {
  background-color: #f2f2f2;
  position: relative;
  margin-bottom: 79px;
}
.contact-us-cover::after {
  position: absolute;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 50%;
  background-color: var(--primery_color);
}
.contact-us-main {
  position: relative;
  z-index: 5;
}
.contact-us-form-main {
  padding: 70px 154px 60px 0;
  color: var(--quinary_color);
}
.contact-us-form-main .field-img {
  position: relative;
}
.contact-us-form-main .field-img img {
  position: absolute;
  top: 18px;
  right: 17px;
}
.contact-us-form-main h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--quinary_color);
  margin-bottom: 44px;
}
.contact-us-form-main .form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
  color: var(--quinary_color);
}
.contact-us-form-main .form-input .form-control {
  color: #1b2a2f;
  padding: initial;
  border-radius: 0;
  background-color: #091525;
  margin-bottom: 12px !important;
  padding: 16px 14px !important;
  color: var(--quinary_color);
  font-size: 14px;
  font-weight: 500;
  min-height: 44px;
  outline: none;
  box-shadow: none;
}
.contact-us-form-main .form-input .form-check-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.5;
}
.contact-us-form-main .form-check {
  margin: 27px 0 50px;
}
.contact-us-form .form-check-input {
  border-radius: 0 !important;
  border-color: #b6246e;
  width: 15px;
  height: 15px;
}
.contact-us-form-main .form-check-input:checked {
  background-color: var(--secondary_color);
  border-radius: 0;
  border-color: var(--secondary_color);
}
.contact-us-form-main .form-input textarea.form-control {
  min-height: 110px;
}
.contact-us-form-main .btn-submit .btn {
  padding: 14px 27px;
  background-color: var(--secondary_color);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--quinary_color);
  border-radius: 0;
}
.contact-map {
  width: 425px;
}
.contact-info-cover {
  display: flex;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
}
.contact-info {
  background-color: var(--secondary_color);
  padding: 25px 80px 42px 30px;
  color: var(--quinary_color);
  max-width: 360px;
}
.contact-info h3 {
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.contact-info > ul:nth-of-type(1) {
  margin-bottom: 40px;
}
.contact-info > ul li {
  display: flex;
}
.contact-info > ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 18px;
}
.contact-info > ul li i {
  margin-right: 24px;
  font-size: 18px;
}
.contact-info a,
.contact-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.contact-info a {
  color: var(--quinary_color);
  transition: all 0.3s;
}
.contact-info a:hover {
  color: var(--primery_color);
  transition: all 0.3s;
}
.contact-info h4 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 23px;
}
.opening-hrs p {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}
.opening-hrs {
  margin-bottom: 40px;
}
.opening-hrs p:not(:nth-last-of-type(1)) {
  margin-bottom: 5px;
}
.contact-info .media-icon ul {
  display: flex;
  flex-direction: row;
}
.contact-info .media-icon ul li a svg.svg {
  fill: var(--quinary_color);
  width: 23px;
  height: 23px;
  transition: all 0.3s;
}
.contact-info .media-icon ul li a svg.svg:hover {
  fill: var(--primery_color);
  transition: all 0.3s;
}
.contact-info .media-icon ul li:not(:nth-last-of-type(1)) {
  padding-right: 22px;
}
.page-content {
  padding: 60px 0 75px;
  color: var(--primery_color);
}
.page-content > .container > .scroll-page-content p,
.page-content > .container > p {
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-bottom: 35px;
  color: var(--tertiary_color);
}
.page-content > .container > .scroll-page-content h1,
.page-content > .container > h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 35px;
}
.page-content > .container > .scroll-page-content h5,
.page-content > .container > h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 32px;
}
.page-content > .container > .scroll-page-content h6,
.page-content > .container > h6 {
  font-size: 18px;
  font-weight: 700;
  text-transform: lowercase;
  margin-bottom: 35px;
}
.page-content > .container > .scroll-page-content h2,
.page-content > .container > h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.page-content > .container > .scroll-page-content h3,
.page-content > .container > h3 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.page-content > .container > .scroll-page-content strong,
.page-content > .container > strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--primery_color);
}
.page-content > .container > .scroll-page-content h4,
.page-content > .container > h4 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.page-content > .container a {
  color: var(--secondary_color);
  transition: all 0.3s;
  font-style: italic;
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  transition: all 0.4s;
}
.page-content > .container a:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}
.page-content > .container > .scroll-page-content blockquote,
.page-content > .container > blockquote {
  max-width: 85%;
  margin: 20px auto;
  padding: 25px;
  font-style: italic;
  border-left: 5px solid var(--secondary_color);
  background-color: #f9fdff;
}
.page-content > .container > .scroll-page-content blockquote p,
.page-content > .container > blockquote p {
  font-size: 18px;
  font-weight: 600;
}
.page-content > .container > .scroll-page-content ol li,
.page-content > .container > ol li {
  color: var(--secondary_color);
  font-size: 20px;
}
.page-content > .container > .scroll-page-content ul > li,
.page-content > .container > ul > li {
  flex: 0 0 48%;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 35px;
  list-style: disc;
  padding: 0 0 0 12px;
  margin-left: 16px;
}
.page-content > .container > .scroll-page-content ul,
.page-content > .container > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 14px;
}
.page-content > .container > .scroll-page-content ol li a,
.page-content > .container > ol li a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.page-content > .container > .scroll-page-content a:hover,
.page-content > .container > a:hover {
  color: var(--primery_color);
  transition: all 0.3s;
}
.city-fares-cover {
  padding: 60px 0 55px;
}
.city-fares-main {
  margin-top: 50px;
}
.city-fare-box {
  background-color: var(--primery_color);
  border-left: 5px solid var(--secondary_color);
  color: var(--quinary_color);
  position: relative;
  margin-bottom: 24px;
  padding: 37px 23px;
  z-index: 5;
}
.city-fare-box > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.city-fare-box::before {
  background-color: #22142f;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  left: 0;
  z-index: -1;
  content: "";
}
.city-fare-box span,
.city-fare-box p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}
.city-fare-box span {
  margin-bottom: 40px;
  display: inline-block;
}
.city-fare-box span {
  margin-bottom: 25px;
}
.city-fare-box h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.city-fare-box h3 {
  font-size: 46px;
  color: var(--secondary_color);
  text-transform: uppercase;
  font-weight: 700;
}
.city-fare-box h3 sub {
  font-weight: 400;
  bottom: 0;
  left: -2px;
  font-size: 24px;
}
.city-fare-box img {
  margin: 21px 0 35px;
}
.countries-cover {
  padding: 60px 0 55px;
}
.countries-main {
  margin-top: 50px;
}
.continents-box {
  margin-bottom: 24px;
}
.price-countries {
  position: relative;
}
.price-countries > span {
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  bottom: -10px;
  right: 0;
  color: var(--secondary_color);
}
.price-countries > span sub {
  font-weight: 400;
  font-size: 18px;
  bottom: 0;
  left: -2px;
}
.myquote-cover {
  padding: 60px 0 105px;
}
.myquote-form-cover {
  background-color: #f7f7f8;
  margin-top: 50px;
}
.myquote-form-main {
  padding: 50px 34px 0 0;
}
.myquote-form-main .date {
  position: relative;
}
.myquote-form-main .date img {
  position: absolute;
  right: 16px;
  top: 18px;
}
.myquote-form-main .form-select,
.myquote-form-main .form-input .form-control {
  margin-bottom: 27px;
  color: #1b2a2f;
  border-radius: 0;
  font-size: 13px;
  color: var(--primery_color);
  outline: none;
  border: 1px solid transparent;
  box-shadow: 0px 0 3px 0px #0000000f;
  padding: 17px 15px;
}
.myquote-form-main .form-select {
  background-image: url("/assets/images/dropdown.png");
  font-size: 13px;
  background-size: 10px;
  font-weight: 300;
  color: var(--primery_color) !important;
}
.myquote-form-cover .btn-submit .btn {
  padding: 12px;
  text-transform: capitalize;
  font-size: 14px;
  background-color: var(--primery_color);
  font-weight: 500;
  text-align: center;
  color: var(--quinary_color);
  width: 100%;
  transition: all 0.3s;
  border-radius: 0;
}
.myquote-form-main .form-control::placeholder {
  font-size: 13px;
  font-weight: 300;
  color: var(--primery_color);
  opacity: 0.7;
}
.myquote-form-cover .heading p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  opacity: 0.8;
  color: var(--primery_color);
}
.myquote-form-cover .btn-submit .btn:hover {
  background-color: var(--secondary_color);
  transition: all 0.3s;
}
.myquote-form-main .submit-box {
  margin-top: 55px;
  justify-content: space-between;
  align-items: flex-end;
}
.trip-type {
  margin-bottom: 28px;
}
.trip-type label,
.trip-type input {
  color: var(--primery_color);
  font-weight: 600;
  font-size: 15px;
}
.trip-type .form-check-input:checked[type="radio"] {
  background-image: url("/assets/images/check-colored.png") !important;
}
.triptype .form-check-input,
.trip-type .form-check-input {
  background-color: transparent;
  border: 3px solid var(--quinary_color);
  width: 15px;
  height: 15px;
  margin-right: 10px;
  outline: 2px solid var(--primery_color);
}
.myquote-form-main .heading {
  margin-bottom: 45px;
}
.flight-fares-cover {
  background-color: #f6f8fb;
  margin-bottom: 24px;
}
.fare-list {
  padding: 0 9px 18px 48px;
}
.flight-detail-cover {
  padding: 55px 0 80px;
}
.heading-flight h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--primery_color);
}
.airline-filter {
  padding: 5px;
  background-color: var(--primery_color);
  margin-bottom: 24px;
}
.airline-filter .form-control {
  border-radius: 0;
}
.airline-filter .form-control::placeholder {
  color: #01012f99;
  font-size: 14px;
  font-weight: 400;
}
.airline-filter .form-control:focus {
  color: #212529;
  background-color: var(--quinary_color);
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.airline-filter .airlines-filter-body {
  color: var(--quinary_color);
  padding: 28px 20px 32px 20px;
}
.airline-filter ul li .form-check-label {
  font-size: 15px;
  font-weight: 400;
}
.airline-filter ul li .form-check {
  display: flex;
}
.airline-filter ul li .form-check-input {
  margin-right: 11px;
  border-color: var(--quinary_color);
  border-radius: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
.airline-filter .form-check-input:checked[type="checkbox"] {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
}
.filter-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-transform: uppercase;
  margin-bottom: 37px;
}
.search-dest img {
  position: absolute;
  right: 16px;
  top: 17px;
}
.search-dest .form-control {
  padding: 15px;
  font-size: 14px;
  color: var(--quaternary_color);
  font-weight: 500;
}
.filter-heading h5 {
  font-size: 17px;
  font-weight: 400;
}
.filter-heading .btn {
  font-size: 10px;
  color: var(--quinary_color);
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  font-weight: 400;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.filter-heading .btn.active,
.filter-heading .btn:hover {
  color: var(--quinary_color);
  transition: all 0.3s;
  border-bottom: 1px solid var(--quinary_color);
}
.flight-fares-repeat {
  padding-right: 24px;
}
.oneway-flight {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 1px solid #dcdcdc;
  padding: 19px 0 21px 0;
}
.oneway-flight p {
  font-size: 12px;
  opacity: 0.7;
  font-weight: 400;
}
.airline-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 0 0 19%;
  padding-right: 25px;
}
.circle {
  width: 100px;
}
.stop-time {
  text-align: center;
  padding: 15px 45px 22px 2px;
  flex: 0 0 35%;
}
.flight-dropdown-section .stop-time {
  padding: 29px 45px 22px 2px;
}
.flight-city {
  flex: 0 0 23%;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--tertiary_color);
}
.stop-img-cover {
  display: flex;
  align-items: center;
}
.stop-img {
  background-color: var(--primery_color);
  width: 100%;
  height: 1px;
}
.flight-city h3 {
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--tertiary_color);
}
.flight-city span {
  font-size: 14px;
  font-weight: 500;
  color: var(--tertiary_color);
}
.flight-city h5 {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary_color);
}
.fare-per-flight {
  text-align: center;
  color: var(--tertiary_color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #dcdcdc;
  height: 95%;
  margin-top: 20px;
  padding-left: 18px;
}
.fare-per-flight h4 {
  font-size: 32px;
  font-weight: 600;
}
.fare-per-flight p {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}
.fare-per-flight ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.fare-per-flight ul li {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}
.fare-per-flight ul li:nth-last-of-type(1) {
  opacity: 1;
}
.fares-btn {
  display: flex;
  margin-top: 15px;
  padding-right: 50px;
  justify-content: space-between;
}
.fares-btn a {
  font-size: 12px;
  font-weight: 500;
  padding: 12px 18px;
}
.fares-btn a.options {
  color: var(--quinary_color);
  border-radius: 0;
  background-color: var(--secondary_color);
  padding: 14px 27px;
}
.fares-btn a.book-now:hover,
.fares-btn a.flightdetail,
.fares-btn a.enquire-now {
  color: var(--primery_color);
  transition: all 0.3;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid var(--primery_color);
}
.fares-btn a.flightdetail:hover,
.fares-btn a.enquire-now:hover,
.fares-btn a.book-now {
  color: var(--quinary_color);
  border-radius: 0;
  transition: all 0.3s;
  background-color: var(--primery_color);
  border: 2px solid var(--primery_color);
}
.fare-detail-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  background-color: var(--primery_color);
  font-size: 13px;
  font-weight: 400;
}
.fare-detail-bar p {
  color: var(--quinary_color) !important;
}
.fare-detail-section {
  color: var(--tertiary_color);
  padding: 18px 33px 18px 48px;
}
.oneway-flight h6 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}
.oneway-flight h4 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
}
.fare-detail-section p {
  font-size: 13px;
  opacity: 0.7;
  font-weight: 400;
  color: var(--tertiary_color);
}
.flight-city h2 {
  font-size: 14px;
  font-weight: 300;
  color: var(--secondary_color);
  margin-top: 15px;
}
.fare-detail-section .flight-city h3 {
  color: var(--primery_color);
}
.fare-detail-section .fare-per-flight ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 20px;
  padding-left: 27px;
  border-left: 1px solid #dcdcdc;
}
.fare-detail-section .fare-per-flight ul li {
  display: flex;
  opacity: 1;
  width: 100%;
}
.fare-detail-section .fare-per-flight ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
}
.fare-detail-section .fare-per-flight ul li span {
  margin-right: 20px;
}
.fare-detial-btm-bar {
  padding: 14px 0 11px;
  display: flex;
  justify-content: space-between;
}
.fare-detail-section .oneway-flight {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: none;
  padding: 19px 0 21px 0;
}
.fare-detail-section .fare-top-bar {
  border-bottom: 1px solid #dcdcdc;
}
.fare-detial-btm-bar {
  border-bottom: 1px solid #dcdcdc;
}
.fare-detail-section .fare-detial-btm-bar p {
  opacity: 1;
}
.fare-detail-section .fare-per-flight {
  padding-left: 0;
  border-left: none;
  margin-top: 0;
}
.fare-per-flight .form-check-input[type="checkbox"] {
  border-radius: 0;
  background-color: #1b2a2f;
}
.fare-per-flight .form-check-input:checked[type="checkbox"] {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
}
.online-enquiry-cover {
  margin: 60px 0 80px;
}
.online-enquiry-main .fare-list .airline-link {
  flex: 0 0 30%;
}
.online-enquiry-cover .flight-fares-cover {
  margin-bottom: 60px !important;
}
.online-enquiry-main .flight-city {
  flex: 0 0 21%;
}
.online-enquiry-main .fare-list .stop-time {
  flex: 0 0 37%;
  padding: 15px 148px 22px 2px;
}
.online-enquiry-main .flight-fares-cover {
  max-width: 80%;
  margin: auto;
  margin-top: 20px;
}
.online-enquiry-main .heading-seciton h5:nth-last-of-type(1) {
  margin-top: 60px;
}
.online-enquiry-main .stop-time {
  padding: 30px 38px 22px 2px;
}
.online-enquiry-main .form-control::placeholder {
  font-size: 13px;
  font-weight: 300;
  color: var(--quaternary_color);
  opacity: 0.7;
}
.enquiry-form-box {
  background-color: #f6f8fb;
}
.enquiry-form {
  background-color: #f6f8fb;
  padding: 35px 30px;
}
.online-enquiry-main .form-control.select,
.online-enquiry-main .form-input .form-control {
  margin-bottom: 27px !important;
  color: #1b2a2f;
  border-radius: 0;
  font-size: 13px;
  color: var(--quaternary_color);
  outline: none;
  border: 1px solid transparent;
  box-shadow: 0px 0 3px 0px #0000000f;
  padding: 17px 15px;
}
.enquiry-form .form-check-input[type="checkbox"] {
  border-radius: 0;
  border: 1px solid #000;
}
.enquiry-form .form-check-input:checked[type="checkbox"] {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
}
.enquiry-form-heading {
  padding: 16px 29px;
  background-color: #e4e8ee;
}
.enquiry-form-heading p {
  font-family: "Poppins", sans-serif;
  color: var(--primery_color);
  font-size: 16px;
  font-weight: 600;
}
.enquiry-form textarea.form-control {
  min-height: 98px;
}
.side-text-box {
  padding: 20px 29px 31px;
  background-color: var(--primery_color);
  color: var(--quinary_color);
}
.side-text-cover .enquiry-form-heading p {
  color: var(--quinary_color);
}
.side-text-cover .enquiry-form-heading {
  background-color: #21132d;
}
.trips-data h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 17px;
  border-bottom: 1px solid #fff9;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.trips-data {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff9;
}
.side-text-box ul li {
  font-size: 15px;
  font-weight: 500;
}
.side-text-box ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 18px;
}
.enquiry-form .btn-submit {
  margin-top: 53px;
}
.enquiry-form .btn-submit .btn {
  padding: 13px 27px;
  background-color: var(--primery_color);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  line-height: 1;
  color: var(--quinary_color);
  border-radius: 0;
}
.enquiry-form .btn-submit .btn:hover {
  transition: all 0.3s;
  background-color: var(--secondary_color);
}
.enquiry-form p,
.enquiry-form .form-input .form-check-label {
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: var(--primery_color);
}
.enquiry-form p {
  margin-bottom: 23px;
}
.enquiry-form .date img {
  position: absolute;
  top: 18px;
  right: 16px;
}
.side-text-box ul li p {
  font-size: 15px;
  font-weight: 400;
  opacity: 0.7;
}
.side-text-box ul li p.price-tag {
  color: var(--secondary_color);
}
.online-enquiry-main .oneway-flight:nth-last-of-type(1) {
  border-bottom: none;
}
.review-itinerary-cover {
  margin: 65px 0 80px;
}
.review-itinerary-cover .heading-seciton h5:nth-last-of-type(1) {
  margin-top: 22px;
}
.review-itinerary-main {
  margin-top: 65px;
}
.review-itinerary-cover .fare-list .oneway-flight:nth-last-of-type(1) {
  border-bottom: none;
}
.page-headings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  border-bottom: 1px solid #dde0e5;
  margin: auto;
  margin-top: 38px;
  color: var(--primery_color);
}
.page-headings .page-btn h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.page-headings .page-btn.active {
  color: var(--secondary_color);
}
.page-headings .page-btn.active .dot {
  background-color: var(--secondary_color);
}
.page-btn {
  position: relative;
  padding: 19px;
}
.page-btn .dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.passenger-fares {
  padding-bottom: 39px;
  border-bottom: 1px solid var(--quinary_color) 5;
  margin-bottom: 36px;
}
.review-itinerary-cover .passenger-fares ul li {
  display: flex;
  justify-content: space-between;
}
.total-price ul li h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.total-price ul li {
  max-width: 85%;
}
.total-price h6 {
  text-align: end;
  font-size: 29px;
  font-weight: 500;
  color: var(--secondary_color);
}
.total-price h6 sub {
  bottom: 0;
  left: -5px;
}
.total-price .btn {
  background-color: var(--secondary_color);
  border-radius: 0;
  color: var(--quinary_color);
  font-size: 15px;
  font-weight: 500;
  padding: 15px 22px;
}
.review-itinerary-cover .total-price .btn i {
  margin-left: 27px;
}
.review-itinerary-cover .airline-link {
  flex: 0 0 17%;
  padding-right: 0;
}
.side-text-btm {
  text-align: center;
  padding: 36px 30px 38px;
  background-color: #091525;
  color: var(--quinary_color);
}
.side-text-btm p {
  font-size: 20px;
  font-weight: 500;
}
.side-text-btm a {
  color: var(--quinary_color);
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 500;
}
.flight-city {
  flex: 0 0 27%;
}
.side-text-btm a:hover {
  transition: all 0.3s;
  color: var(--secondary_color);
}
.enquiry-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.enquiry-btns a {
  font-size: 12px;
  font-weight: 500;
  color: var(--quinary_color);
  display: inline-block;
  transition: all 0.3s;
  padding: 14px 35px;
  background-color: var(--primery_color);
}
.enquiry-btns a:hover {
  background-color: var(--secondary_color);
  transition: all 0.3s;
}
.enquiry-btns .continue-booking a:hover {
  background-color: var(--primery_color);
  transition: all 0.3s;
}
.enquiry-btns .continue-booking a {
  background-color: var(--secondary_color);
  padding: 14px 46px;
}
.passenger-info-box .passenger-body .form-control::placeholder,
.passenger-contact-info-cover .passenger-body .form-control::placeholder {
  font-size: 15px;
  opacity: 0.7;
  color: #102536;
  font-weight: 400;
}
.booking-information-cover {
  padding: 100px 0 75px;
}
.booking-information-box {
  margin-top: 60px;
}
.passenger-info-cover {
  margin-bottom: 24px;
}
.passenger-info-box {
  border-top: 3px solid #f6f8fb;
  background-color: #f6f8fb;
  margin-bottom: 25px;
}
.passenger-info-box .passenger-header {
  background-color: #eaedf1;
  padding: 17px 30px;
}
.passenger-info-box .passenger-header ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.passenger-info-box .passenger-header ul li:not(:nth-last-of-type(1)) {
  margin-right: 40px;
}
.passenger-info-box .passenger-header ul li p {
  font-size: 14px;
  font-weight: 400;
  color: var(--tertiary_color);
  line-height: 1;
  text-transform: uppercase;
}
.passenger-info-box .genders-selection-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 30px;
}
.passenger-info-box .mr-selection .form-select {
  background-image: url("/assets/images/search-engine-select.png");
  padding: 16px 65px 16px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--quinary_color);
  background-color: #192c4d;
  background-size: 10px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  outline: none;
}
.passenger-info-box .mr-selection .form-select option {
  background-color: var(--quinary_color);
  color: #ef0d33;
  border-radius: 0;
}
.passenger-info-box .genders-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.passenger-info-box .genders-selection .form-check:nth-of-type(1) {
  margin-right: 30px;
}
.passenger-info-box .genders-selection .form-check-input {
  background-color: var(--quinary_color);
  border-color: #cccece;
  box-shadow: none;
  outline: none;
  border-radius: 3px;
  background-image: url("/assets/images/checked-black.png");
  background-repeat: no-repeat;
  background-size: 8px;
  margin-right: 12px;
}
.passenger-info-box .genders-selection .form-check-input:focus {
  background-color: transparent;
}
.passenger-info-box .genders-selection .form-check-input:checked {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
  background-image: url("/assets/images/checked.png");
}
.passenger-info-box .passenger-body {
  margin: 0;
  padding: 5px 30px 75px;
}
.passenger-info-box .passenger-body .form-control,
.passenger-contact-info-cover .passenger-body .form-control {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: var(--quinary_color);
  color: var(--tertiary_color);
  padding: 4px 20px !important;
  border: 1px solid #efefef;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  height: 48px;
}
.passenger-info-box .passenger-body .form-input {
  margin-bottom: 25px;
}
.passenger-info-box .passenger-body .form-control::placeholder,
.passenger-contact-info-cover .passenger-body .form-control::placeholder {
  color: var(--tertiary_color) !important;
}
.passenger-contact-info-cover {
  border-top: 3px solid var(--quinary_color);
  background-color: #f6f8fb;
}
.passenger-contact-info-cover .passenger-header {
  background-color: var(--secondary_color);
  padding: 17px 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--quinary_color);
}
.passenger-contact-info-cover .passenger-header > p {
  text-transform: uppercase;
}
.passenger-contact-info-cover .passenger-body {
  padding: 30px 40px 50px;
}
.passenger-contact-info-cover .passenger-body > p {
  font-size: 14px;
  font-weight: 400;
  color: var(--tertiary_color);
  line-height: 1;
  margin-bottom: 35px;
}
.passenger-contact-info-cover .passenger-body .form-select {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: var(--quinary_color);
  color: var(--tertiary_color);
  padding: 12px 20px;
  border: 1px solid #efefef;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  height: 48px;
  background-image: none;
}
.passenger-contact-info-cover .passenger-body .form-control {
  font-weight: 500;
  height: 48px;
}
.passenger-contact-info-cover .passenger-body .form-check .form-check-input {
  background-color: #d8d8d8;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
}
.passenger-contact-info-cover .passenger-body .form-check .form-check-label {
  margin-left: 8px;
}
.passenger-contact-info-cover
  .passenger-body
  .form-check
  .form-check-input:checked {
  background-color: var(--secondary_color);
}
.passenger-contact-info-cover .passenger-body .form-check {
  font-size: 14px;
  font-weight: 400;
  color: var(--tertiary_color);
  line-height: 18px;
}
.passenger-contact-info-cover .passenger-body .submit-btn .btn {
  font-size: 15px;
  font-weight: 500;
  background-color: #192c4d;
  color: var(--quinary_color);
  padding: 14px 35px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  outline: none;
  transition: all 0.3s;
}
.passenger-contact-info-cover .passenger-body .submit-btn .btn:hover {
  background-color: var(--secondary_color);
  transition: all 0.3s;
}
.confirmation-cover {
  margin: 70px 0 80px;
}
.confirmation-main {
  max-width: 70%;
  margin: auto;
}
.confirmation-head {
  padding: 29px 30px 21px;
  margin-top: 55px;
  background-color: var(--primery_color);
  color: var(--quinary_color);
}
.confirmation-head h2 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.confirmation-head p {
  font-size: 15px;
  font-weight: 400;
}
.thank-you {
  display: flex;
  align-items: center;
}
.thank-you h2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--primery_color);
}
.thank-you img {
  margin-right: 22px;
}
.confirmation-content {
  padding: 55px 38px 52px 40px;
}
.passengers-inform {
  margin-top: 42px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--primery_color) 24;
  margin-bottom: 22px;
  justify-content: space-between;
}
.passengers-price,
.passengers-detail {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
}
.passengers-inform ul li p {
  font-size: 16px;
  font-weight: 400;
  color: var(--tertiary_color);
}
.passengers-detail ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 12px;
}
.passengers-price ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 15px;
}
.passengers-price ul li {
  display: flex;
  justify-content: space-between;
}
.passengers-price ul li:nth-last-of-type(1) {
  margin-top: 25px;
}
.passengers-price ul li:nth-last-of-type(1) p {
  color: var(--secondary_color);
  font-weight: 600;
}
.confirmation-content > h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--secondary_color);
}
.confirmation-content > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 10px;
  color: var(--primery_color);
}
.contact-cover {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  align-items: flex-end;
}
.contact-confirmation {
  flex: 0 0 60%;
}
.contact-confirmation ul li {
  flex-direction: column;
  display: flex;
}
.contact-confirmation ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 18px;
}
.contact-confirmation ul li a {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--primery_color);
  transition: all 0.3s;
  transition: all 0.3s;
}
.contact-confirmation ul li a:hover {
  color: var(--secondary_color);
  transition: all 0.3s;
}
.contact-confirmation ul li i {
  font-size: 18px;
  margin-right: 18px;
  color: var(--secondary_color);
}
.contact-confirmation ul li:nth-last-of-type(1) a {
  font-weight: 400;
}
.confirmation-links {
  flex: 0 0 40%;
}
.confirmation-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.confirmation-links ul li a svg.svg {
  width: 22px;
  height: 22px;
  transition: all 0.3s;
  fill: var(--primery_color);
}
.confirmation-links ul li a svg.svg:hover {
  fill: var(--secondary_color);
  transition: all 0.3s;
}
.confirmation-links ul li:not(:nth-last-of-type(1)) a {
  display: inline-block;
  margin-right: 32px;
}
.business-class-main .stop-time {
  padding: 31px 35px 22px 2px;
  flex: 0 0 39%;
}
.business-class-main .flight-city {
  flex: 0 0 20%;
}
.business-class-main .fares-btn {
  align-items: center;
}
.airlines-number a {
  font-size: 15px;
  font-weight: 600;
  color: var(--secondary_color);
  transition: all 0.3s;
}
.airlines-number a:hover {
  color: var(--primery_color);
  transition: all 0.3s;
}
.airlines-category p {
  font-size: 12px;
  font-weight: 500;
  color: var(--primery_color);
  text-transform: uppercase;
}
.offer-tag {
  background: var(--secondary_color);
  padding: 5px 38px 5px 38px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 9px;
  color: var(--primery_color);
  transform: rotate(45deg);
  right: -52px;
}
.business-class-main .fares-btn a {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 18px;
}
.business-class-main .fare-list {
  margin-bottom: 24px;
  background-color: #f6f8fb;
}
.oneway-enquiry .side-text-box > ul li:nth-last-of-type(1) {
  margin-top: 200px;
}
.oneway-enquiry .side-text-box .trips-data {
  border-bottom: none;
}
.oneway-enquiry .side-text-box {
  padding: 30px 29px 53px;
}
.special-offers-main .offer-tag {
  top: -10px;
}
.special-offers-main .fare-per-flight {
  margin-top: 39px;
}
.single-airline .offer-tag {
  top: -10px;
}
.single-airline .fare-per-flight {
  margin-top: 39px;
}
.online-enquiry-main.flight-enquiry .heading-seciton h5:nth-last-of-type(1) {
  margin: 22px 0 55px;
}
.btn.btn-filter {
  background-color: var(--secondary_color);
  position: fixed;
  top: 50%;
  display: none;
  right: -131px;
  transition: all 0.6s;
  z-index: 99;
  color: var(--quinary_color);
  font-size: 20px;
  border-radius: 21px;
}
.btn.btn-filter:hover {
  right: 0;
  background-color: var(--primery_color);
  transition: all 0.6s;
}
.btn.btn-filter i {
  padding-right: 8px;
}
.filters-item-fixed .heading-flight {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
}
.filters-item-fixed .close-btn {
  position: absolute;
  top: 3px;
  display: none;
  right: 24px;
}
.close-btn > .btn {
  position: relative;
  padding: 0;
}
.close-btn > .btn:after,
.close-btn > .btn::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  background-color: var(--quinary_color);
  border-radius: 5px;
  transform: rotate(45deg);
}
.close-btn > .btn::before {
  transform: rotate(-45deg);
}
.errorMessage .warning {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 5px;
}
.errorMessage .warning h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--quinary_color);
  font-weight: 700;
}
.errorMessage .warning img {
  margin-right: 15px;
  width: 40px;
}
.flight-dropdown-section {
  display: none;
}
.confirmation-main h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primery_color);
}
.error-page h2 {
  font-size: 40px;
  margin: 30px 0;
  text-align: center;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: var(--primery_color);
}
.error-page p {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: var(--primery_color);
}
.error-page p a {
  background-color: var(--secondary_color);
  color: var(--quinary_color);
  padding: 10px 30px;
  transition: all 0.3s;
}
.error-page p a:hover {
  background-color: var(--primery_color);
  transition: all 0.3s;
}
.error-page .error-box {
  position: relative;
}
.error-page-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid var(--secondary_color);
  background: var(--secondary_color);
  font-weight: normal;
  color: var(--quinary_color);
}
.contact-info-cover iframe {
  width: 100% !important;
  height: 100% !important;
}
.pagination.fares-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 15px;
  font-weight: 700;
}
.pagination.fares-pagination li a {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
}
.pagination.fares-pagination li {
  background-color: var(--quaternary_color);
  font-size: 15px;
  margin: 0 1px;
}
.pagination.fares-pagination li.inactive {
  background-color: var(--secondary_color);
  padding: 3px 10px;
  color: var(--quinary_color);
}
.pagination.fares-pagination li:nth-of-type(1) a,
.pagination.fares-pagination li:nth-last-of-type(1) a {
  font-size: 10px;
}
.pagination.fares-pagination li.normal_bold {
  background-color: var(--secondary_color);
}
.pagination.fares-pagination a,
.pagination.fares-pagination span {
  color: var(--quinary_color);
}
.side-text-box > ul li p span {
  color: var(--secondary_color);
  font-size: 25px;
  font-weight: 500;
  margin-left: 10px;
}
.form-head .form-check-label {
  font-size: 15px;
  font-weight: 600;
}
.destination-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.airlines-filter-body > ul {
  height: 208px;
}
.scrollbar-thumb {
  background: var(--secondary_color) !important;
  border-radius: 0 !important;
}
.call-us-body {
  background-color: #fff;
  text-align: center;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 20px 0 0;
  color: #000;
  border-top: 4px solid var(--primery_color);
}
.call-us-body .logo-modal {
  max-width: 194px;
  margin: auto;
}
.call-us-body .btn-close {
  background: transparent url("/assets/images/modal-close.png") center/1em auto
    no-repeat;
  position: absolute;
  top: 12px;
  right: 20px;
  background-size: cover;
}
.call-us-body .btn-close:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.callme-modal .modal-dialog {
  max-width: 362px;
  margin-left: auto;
  margin-right: auto;
}
.callme-modal .modal-body {
  padding: 0;
}
.content-modal {
  padding: 0 32px;
}
.content-modal h4 {
  font-size: 22px;
  margin: 0 0 5px;
  font-weight: 400;
  text-transform: capitalize;
}
.content-modal > p {
  align-items: center;
  display: flex;
  padding: 0 25px;
}
.content-modal > p > img {
  margin-right: 8px;
  align-self: baseline;
  display: inline-block;
  margin-top: 5px;
}
.content-modal p > span {
  text-align: start;
  font-size: 13px;
  font-weight: 400;
}
.content-modal p > span > strong {
  font-weight: 600 !important;
}
.content-modal .contact-no span {
  font-size: 16px;
  font-weight: 400;
}
.content-modal .contact-no a span {
  font-size: 24px;
  font-weight: 500;
  display: block;
  color: #000;
  transition: all 0.3s;
}
.modal-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 12px;
  height: 74px;
  width: 74px;
  border-radius: 50%;
  border: 4px solid var(--primery_color);
}
.content-modal .mobile {
  transition: all 0.3s;
  margin: 10px auto 15px;
  border-radius: 50%;
  background-color: var(--secondary_color);
  position: relative;
  width: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 69px;
  border: 2px solid #fff;
  outline: 4px solid var(--primery_color);
  z-index: 1;
}
.content-modal .mobile a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 21px;
  border-radius: 50%;
  background-color: var(--secondary_color);
  border: 2px solid #07192c50;
}
.content-modal .mobile::before {
  content: "";
  position: absolute;
  background-color: rgba(254, 82, 29, 0);
  animation: width-height2 infinite 1s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
}
.content-modal .mobile:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
@keyframes width-height2 {
  0% {
    transform: scale(1.2);
    background-color: #34bd6b99;
  }
  100% {
    transform: scale(1.6);
    background-color: #34bd6b00;
  }
}
.callmenow-sec p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.callmenow-sec button.btn {
  width: 100%;
  height: 34px;
  padding: 0;
  border-radius: 0;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: var(--secondary_color);
}
.save-tag {
  margin-top: 10px;
  padding: 14px 0;
  background-color: #192d4e;
}
.save-tag h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.callme-modal #telephone {
  background-color: #11203340;
  padding: 0 25px 0 100px !important;
  width: 100% !important;
  border: none;
  height: 34px;
}
.callme-modal #telephone::placeholder {
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  color: #000;
}

.callme-modal #telephone:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.form-control:focus,
.form-control:active {
  border-color: #ccc;
  box-shadow: none;
}
.callme-modal .iti__country {
  padding: 5px 5px;
}
.callme-modal .iti__country-list {
  max-width: 300px;
}
.callme-modal .iti__country-name,
.iti__flag-box {
  font-size: 11px;
}
.callme-modal .iti--separate-dial-code .iti__selected-dial-code {
  font-weight: 700;
  font-size: 20px;
  color: var(--primery_color);
}
.iti__selected-flag {
  padding: 0 6px 0 26px;
  background-color: transparent !important;
}
.content-modal .contact-no a span:hover {
  color: var(--secondary_color);
  transition: all 0.3s;
}
.trip-group.load {
  position: relative;
}
.trip-group.load::before {
  content: "";
  position: absolute;
  right: 30px;
  width: 25px;
  height: 25px;
  font-size: 3px;
  bottom: 12px;
  border-top: 1em solid var(--secondary_color);
  border-right: 1em solid transparent;
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
}
@-ms-keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}
.scroll-page-content {
  max-height: 400px;
  padding: 0 8px;
  overflow-y: scroll;
}
.companies-verified ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.companies-verified ul li:not(:nth-last-of-type(1)) {
  margin-right: 20px;
}
.short-form,
.flight-type {
  display: none;
}
.shw-sub .submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.multicity .multiCityRow:nth-of-type(1) .flight-no .close-icon {
  display: none;
}
.flight-no,
.multiple-search,
.add-btn,
.short-form,
.flight-type {
  display: none;
}
