body {
  background: #f3faff;
}
.section {
  margin-bottom: 80px;
}

@media (min-width: 991.99px) {
  .section {
    margin-bottom: 4.948vw;
  }
}

.innerBanner {
  position: relative;
  aspect-ratio: 1/1;
}
.innerBanner img,
.innerBanner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ibTxt {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.ibTxt h1 {
  text-transform: uppercase;
  letter-spacing: 0.88px;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(92deg, #002849 2.66%, #0061af 79.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--clash-display-bold);
  font-size: 22px;
}

.bredcrumbList {
  list-style: none;
  display: flex;
  padding: 0;
}
.bredcrumbList li {
  position: relative;
  margin-right: 5px;
  font-weight: 700;
  color: #013865;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  font-size: 14px;
}
.bredcrumbList li:after {
  content: "/";
  display: inline-block;
  margin-left: 5px;
}
.bredcrumbList li:last-child:after {
  display: none;
}
.bredcrumbList li:last-child {
  margin: 0;
}

.bredcrumbList li a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 575.99px) {
  .innerBanner {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 991.99px) {
  .innerBanner {
    height: 39.063vw;
    aspect-ratio: inherit;
  }
  .ibTxt {
    bottom: 4.427vw;
  }
  .ibTxt h1 {
    font-size: 2.292vw;
  }
  .bredcrumbList li {
    font-size: 0.938vw;
  }
}

.imgWhitePatch {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.imgWhitePatch img {
  width: 100%;
  display: block;
}

.counterWrp {
  background: #f3faff;
  position: absolute;
  bottom: 0;
  left: 0%;
  font-family: var(--clash-display-semibold);
  color: var(--brand-primary);
  border-radius: 0 0 50px 0;
  text-align: right;
  line-height: 1;
  padding: 20px;
  font-size: 50px;
}
@media (min-width: 575.99px) {
  .counterWrp {
    padding: 30px;
  }
}
@media (min-width: 991.99px) {
  .counterWrp {
    left: auto;
    right: 80%;
    width: 17vw;
    font-size: 7.813vw;
    border-radius: 0 0 5vw 0;
    padding: 1vw 1vw 3vw 0;
  }
}

.aboutWrp {
  background: #f3faff;
  padding-bottom: 5vw;
}
.OfferingTxt > * {
  margin-bottom: 20px;
}

.mCloudLeft {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.mCloudRight {
  position: absolute;
  top: 0;
  right: -35%;
  width: 80%;
}
@media (min-width: 991.99px) {
  .OfferingTxt > * {
    margin-bottom: 1.823vw;
  }
}

/* Flight Page */
.flightTabWrp {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 0 50px;
}
.flightTabWrp .tabList {
  position: relative;

  border-radius: 0;
}

.flightTabWrp .tabList li {
  text-align: left;
  font-weight: 400;
  position: relative;
  line-height: 1;
}
.flightTabWrp .tabList li:before {
  content: "";
  position: absolute;
  top: 0;
  aspect-ratio: 1/1;
  background: #dbdbdb;
  border-radius: 100%;
}
.flightTabWrp .tabList li.active {
  font-weight: 700;
}
.flightTabWrp .tabList li.active:before {
  background: #0061af;
}
.ftImg {
  aspect-ratio: 8/5;
  object-fit: cover;
}
.flightTabWrp h4 {
  font-family: var(--clash-display-bold);
  color: var(--brand-primary);
  border-bottom: 1px dotted #445671;
}
@media (min-width: 991.99px) {
  .flightTabWrp {
    margin-top: 2vw;
    border-radius: 0 0 0 5vw;
    padding: 4vw;
  }
  .flightTabWrp .tabList {
    display: block;
    margin: 0;
  }
  .flightTabWrp .tabList:before {
    bottom: 0.5vw;
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    border: 1px dotted #a8a8a8;
  }
  .flightTabWrp .tabList li {
    padding: 0 0 0 1.563vw;
    margin-bottom: 3.646vw;
    font-size: 1.042vw;
  }
  .flightTabWrp .tabList li:before {
    left: -0.2vw;
    top: 0.3vw;
    width: 0.521vw;
  }
  .flightTabWrp .tabList li:last-child {
    margin: 0;
  }
  .flightTabWrp h4 {
    font-size: 1.667vw;
    margin-top: 2.344vw;
    padding-bottom: 1.302vw;
    margin-bottom: 1.302vw;
  }
  .flightTabWrp p {
    font-size: 1.042vw;
  }
  .flightTabWrp a.btn {
    margin-top: 1vw;
  }
}
@media (max-width: 991.99px) {
  .flightTabWrp .tabList {
    flex-wrap: nowrap;
    overflow: scroll;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
  }
  .flightTabWrp .tabList li {
    border: 1px solid #dbdbdb;
    margin-right: 10px;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
  }
  .flightTabWrp .tabList li:last-child {
    margin-right: 0;
  }
  .flightTabWrp .tabList li.active {
    background: #0061af;
    color: #fff;
  }
  .flightTabWrp h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768.99px) {
  .flightTabWrp .tabList li {
    padding: 10px;
  }
}

.bookWrp {
  background: url(../images/bookBg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 300px;
}
.bookWrp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #62bbe5;
  mix-blend-mode: multiply;
  z-index: -1;
}
.bookWrpTxt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

@media (min-width: 991.99px) {
  .bookWrp {
    height: 32.552vw;
    aspect-ratio: inherit;
  }
}

/* Contact Us Page */

.addressDetails {
  background: #fff;
}

.contactForm {
  background: #fff;
  padding: 20px;
  height: 100%;
}

.contactForm h6 {
  color: #0061af;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contactForm form.row > * {
  margin-bottom: 20px;
}
.contactForm form .form-control {
  border: 0;
  border-bottom: 1px solid #cddde5;
  border-radius: 0;
  padding: 0 0 15px 0;
  font-size: 14px;
  color: #445671;
}
.contactForm form .form-control:focus {
  box-shadow: none;
}
.addRow p span {
  font-weight: 600;
}
.viewMap {
  display: flex;
  gap: 0 5px;
}
.viewMap img {
  width: 20px;
}
.addRow > * {
  margin-bottom: 20px;
}
.addRow > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 991.99px) {
  .contactForm {
    padding: 2.344vw 3.125vw;
  }
  .contactForm h6 {
    font-size: 1.042vw;
    margin-bottom: 2vw;
  }
  .contactForm form.row > * {
    margin-bottom: 2vw;
  }
  .contactForm form .form-control {
    font-size: 1vw;
  }
  .addRow > * {
    margin-bottom: 2vw;
  }

  .viewMap {
    font-size: 1vw;
  }
  .viewMap img {
    width: 1.406vw;
  }
}

.legFleetCard .imgWhitePatch {
  width: 40%;
}
.legFleetImg {
  margin-bottom: 20px;
}
.legFleetImg img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
}
.legFleetCard h4 {
  color: #0061af;
  font-family: var(--clash-display-bold);
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
.ddsRow {
  font-size: 13px;
  margin-bottom: 20px;
}
.ddsRow > * {
  margin-bottom: 10px;
}
.ddsRow > *:last-child {
  margin-bottom: 0;
}
.ddsRow span {
  font-weight: 600;
  text-transform: uppercase;
}
.price {
  color: #0061af;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 991.99px) {
  .legFleetImg {
    margin-bottom: 1.8vw;
  }
  .legFleetCard h4 {
    margin-bottom: 1.5vw;
    font-size: 1.146vw;
  }
  .ddsRow {
    margin-bottom: 2vw;
    font-size: 1.042vw;
  }
  .ddsRow > * {
    margin-bottom: 1vw;
  }
  .price {
    font-size: 1.563vw;
    margin-bottom: 2.604vw;
  }
}

/* About safari page */
.aboutSafari {
  background: #fff;
  padding: 50px 0;
}

.advImgWrp img {
  aspect-ratio: 5/4;
  object-fit: cover;
}
.advCard h6 {
  margin-top: 20px;
  color: #0061af;
  font-family: var(--clash-display-bold);
  text-transform: uppercase;
}
@media (min-width: 991.99px) {
  .aboutSafari {
    padding: 4.948vw 0;
  }
  .advCard h6 {
    margin-top: 1vw;
  }
}

.swiperBigImgWrp {
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}

.swiperBigImgWrp img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.swiperSmallImgWrp {
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.swiperSmallImgWrp img {
  width: 100%;
}

.aboutFlightInfo {
  color: #212121;
  font-size: 13px;
  margin: 0 0 30px 0;
}

.aboutFlightInfo p {
  color: #212121;
}

.aboutFlightInfo span {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: #445671;
  width: 85px;
}
@media (min-width: 575.99px) {
  .aboutFlightInfo {
    font-size: 14px;
  }
  .aboutFlightInfo span {
    width: 100px;
  }
}

@media (min-width: 991.99px) {
  .swiperBigImgWrp {
    height: 40.885vw;
    aspect-ratio: inherit;
    margin-bottom: 1.979vw;
  }

  .swiperSmallImgWrp {
    width: 7.292vw;
  }

  .aboutFlightInfo {
    margin: 0 0 3.125vw 0;
    font-size: 1.042vw;
  }
  .aboutFlightInfo span {
    width: 7vw;
  }
}

.whiteSec {
  background: #fff;
  padding: 50px 0;
}
@media (min-width: 991.99px) {
  .whiteSec {
    padding: 4.948vw 0;
  }
}
.jetGalleryCol {
  aspect-ratio: 1/1;
  width: 50%;
}
.jetGalleryCol img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.jetGalleryRow {
  --bs-gutter-x: 5px;
  --bs-gutter-y: 5px;
}
@media (min-width: 575.99px) {
  .jetGalleryRow {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
}
@media (min-width: 768.99px) {
  .jetGalleryCol {
    aspect-ratio: inherit;
    width: 50%;
    height: 250px;
  }
}
@media (min-width: 991.99px) {
  .jetGalleryCol {
    width: 33.33%;
    height: 29.688vw;
  }

  .jetGalleryRow {
    --bs-gutter-x: 2vw;
    --bs-gutter-y: 2vw;
  }

  .jetGalleryCol:nth-child(8n + 1),
  .jetGalleryCol:nth-child(8n + 7) {
    width: 66.6% !important;
  }
}

.bigSwiper {
  position: relative;
  background: #f3faff;
}
.bigSwiper .bigSwiperImg {
  aspect-ratio: 5/4;
}
.bigSwiper .bigSwiperImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bigSwiper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 30px;
  background: url(../images/imgWhitePatch.svg);
  background-size: cover;
  background-position: left;
  z-index: 2;
}
.thumbSwiper {
  position: absolute;
  top: 35%;
  right: 5%;
  z-index: 5;
  width: 50%;
}
.thumbImg {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  padding: 3px;
  cursor: pointer;
  background: #fff;
}
.swiper-slide-thumb-active .thumbImg {
  background: linear-gradient(92deg, #002849 2.66%, #0061af 79.11%);
}
.thumbImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.bigSwiperTxt {
  padding: 20px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.swiper-slide-active .bigSwiperTxt {
  opacity: 1;
  transition-delay: 0.5s;
}
.bigSwiperTxt > *:last-child {
  margin: 0;
}
.bigSwiperTxt h4 {
  text-transform: uppercase;
  font-family: var(--clash-display-bold);
}
@media (min-width: 450.99px) {
  .thumbSwiper {
    top: 45%;
  }
}
@media (min-width: 768.99px) {
  .thumbSwiper {
    top: 55%;
  }
  .thumbImg {
    padding: 5px;
  }
}
@media (min-width: 991.99px) {
  .bigSwiper::before {
    width: 28.49vw;
    height: 3.75vw;
  }
  .bigSwiper .bigSwiperImg {
    aspect-ratio: 2/1;
  }
  .bigSwiper .bigSwiperImg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 110.25%);
    height: 50%;
    width: 100%;
  }

  .bigSwiperTxt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    padding: 20px;
    color: #fff;
    opacity: 0;
    padding: 4vw 0 4vw 4vw;
    transition: all 0.8s ease-in-out;
  }
  .bigSwiperTxt > * {
    margin-bottom: 1vw;
  }
  .bigSwiperTxt h4 {
    font-size: 1.667vw;
  }
  .bigSwiperTxt p {
    color: #fff;
  }
  .bigSwiperTxt .btn {
    margin-top: 1.5vw;
  }
  .thumbSwiper {
    top: auto;
    bottom: 10%;
    right: 5%;
    width: 25%;
  }
}

.pfWrp span,
.pfBtnWrp span {
  color: #0061af;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-family: var(--clash-display-bold);
  font-size: 13px;
}

.pfWrp p,
.pfBtnWrp span {
  color: #212121;
}

.pfBtnWrp > div {
  cursor: pointer;
  text-align: center;
}
.pfBtnWrp > div svg {
  width: 100%;
  fill: #accadf;
  margin: 0 0 20px 0;
}

.pfBtnWrp {
  --bs-gutter-x: 10%;
}

.pfBtnWrp > div.active svg {
  fill: #0061af;
}
.pfBtnWrp > div.active span {
  color: #0061af;
}

.pfBtnWrp > div:nth-child(1) {
  width: 25%;
}
.pfBtnWrp > div:nth-child(2) {
  width: 33%;
}
.pfBtnWrp > div:nth-child(3) {
  width: 40%;
}

@media (min-width: 991.99px) {
  .pfWrp span {
    margin-bottom: 1vw;
  }
  .pfWrp .btn {
    margin-top: 1vw;
  }
  .pfWrp span,
  .pfBtnWrp span {
    font-size: 1.146vw;
  }
}

.flightSwiperWrp .bigSwiper::before {
  background: url(../images/imgPatch.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100%;
}
.flightSwiperWrp .thumbSwiper {
  /* top: 55%; */
  top: 50%;
  width: 20%;
}

.flightSwiperWrp .aboutFlightInfo {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.flightSwiperWrp .swiper-slide-active .aboutFlightInfo {
  opacity: 1;
  transition-delay: 0.5s;
}

@media (max-width: 991.99px) {
  .flightSwiperWrp .bigSwiperTxt {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768.99px) {
  .flightSwiperWrp .thumbSwiper {
    top: 40%;
    width: 35%;
  }
}
@media (max-width: 400.99px) {
  .flightSwiperWrp .thumbSwiper {
    top: 33%;
  }
}




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Additional Style WP */
.page-template-flights .flightSwiperWrp .bigSwiper {
  background-color: white;
}


/* >>>>>>>>>>>>>> ENDS CSS */