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 {
  color:#fff;
  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;*/
  color: #fff;
  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: 76%;
    width: 20vw;
    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: 10/8;
  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/0J1A5167.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: #a3b0b6;
  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;
}
  
  
  /*faq*/
  /* Main Box */
.faq-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

/* Heading */
.faq-heading {
  color: #0d5aa7;
  font-weight: 600;
  margin-bottom: 5px;
}

/* Dotted line */
.faq-divider {
  border-top: 1px dotted #bbb;
  margin-bottom: 15px;
}

/* Intro text */
.faq-intro {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* FAQ Item */
.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}

/* Question */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  color: #222;
}

/* Icon */
.faq-icon {
  font-size: 22px;
  font-weight: bold;
  color: #0d5aa7;
}

/* Answer */
.faq-answer {
  display: none;
  padding-top: 10px;
  color: #666;
  line-height: 1.6;
}

/* Active */
.faq-item.active .faq-answer {
  display: block;
}

/* Button */
.faq-btn {
  display: inline-block;
  margin-top: 25px;
  background: #0d4f7d;
  color: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.faq-btn:hover {
  background: #083a5c;
  color: #fff;
}

.ka-popup{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
display:flex;
align-items:center;
justify-content:center;
z-index:9999;
}
.ka-popup{
display:none;
}

/* popup box */

.ka-popup-box{
background:#0061AF;
width:770px;
max-width:90%;
padding:60px;
border-radius:25px 25px 80px 25px;
position:relative;
overflow:hidden;
color:#fff;
}

/* close button */

.ka-close{
position:absolute;
right:20px;
top:15px;
font-size:28px;
cursor:pointer;
}

/* title */

.ka-title{
      font-family: var(--clash-display-bold);
font-size:75px;
font-weight:800;
line-height:1;
margin-bottom:30px;
}

/* guideline row */

.ka-guidelines{
display:flex;
justify-content:space-between;
gap:25px;
border-top:1px solid #2E9BD6;
border-bottom:1px solid #2E9BD6;
padding-top:25px;
margin-bottom:30px;
}

/* info box */

.ka-info-box{
/* text-align:center; */
width:23%;
}

.ka-info-box img{
height:38px;
margin-bottom:10px;
}

.ka-info-box p{
font-size:13px;
font-weight: 600;
line-height:1.4;
color: #fff;
}

/* button */

.ka-btn{
background:#EEDF38;
color:#000;
font-weight:600;
padding:10px 22px;
border-radius:4px;
font-size:13px;
display:inline-block;
text-decoration:none;
}

/* clouds */


/* positions */
.ka-cloud{
position:absolute;
pointer-events:none;
opacity:.9;
will-change: transform;
}

.cloud1{
top:20px;
left:0;
width:120px;
animation:cloudFloat 16s ease-in-out infinite;
}

.cloud2{
top:20%;
right:40%;
width:140px;
animation:cloudFloat 20s ease-in-out infinite;
}

.cloud3{
top:18%;
right:10%;
width:100px;
animation:cloudFloat 18s ease-in-out infinite;
}

.cloud4{
top:11%;
right:2%;
width:100px;
animation:cloudFloat 20s ease-in-out infinite;
}

@keyframes cloudFloat{
0%{transform:translate(0,0);}
25%{transform:translate(-12px,-8px);}
50%{transform:translate(10px,-15px);}
75%{transform:translate(-8px,-6px);}
100%{transform:translate(0,0);}
}


.ka-popup-content{ border: 1px solid #2E9BD6; 
border-radius:25px 25px 80px 25px;
 padding: 20px;}
/* ================== TABLET ================== */
@media (max-width: 992px){

  .ka-popup-box{
    width: 90%;
    padding: 40px 25px;
  }

  .ka-title{
    font-size: 45px;
  }

  .ka-guidelines{
    flex-wrap: wrap;
    gap: 20px;
  }

  .ka-info-box{
    width: 48%;
  }
}


/* ================== MOBILE ================== */
@media (max-width: 576px){

  .ka-popup-box{
    width: 95%;
    padding: 25px 15px;
    border-radius: 15px;
  }

  .ka-title{
    font-size: 28px;
    margin-bottom: 20px;
  }

  .ka-guidelines{
    flex-direction: column;
    gap: 15px;
    padding-top: 15px;
  }

  .ka-info-box{
    width: 100%;
    text-align: left;
  }

  .ka-info-box img{
    height: 30px;
  }

  .ka-info-box p{
    font-size: 12px;
  }

  .ka-btn{
    font-size: 12px;
    padding: 8px 16px;
  }

  .ka-close{
    font-size: 22px;
    right: 15px;
    top: 10px;
  }

  /* hide extra clouds on mobile */
  .cloud2,
  .cloud3,
  .cloud4{
    display: none;
  }

  .cloud1{
    width: 80px;
  }
}
.blogDetail{margin-bottom:2rem !important;}
.productCard h2{
    font-size: 1.5rem;
    margin-bottom: 15px;
}
.productCard ul{margin-left:20px;}
.productCard ul li{list-style-type:disc; margin-bottom:10px}
header.fixedHeader {
    /* background: var(--brand-primary); */
    background: #fff;
}
.blogSwiper .swiper-slide {
  position: relative;
}

.blogSwiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 97, 175, 0.4); 
  z-index: 1;
}

.blogSwiper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.blogSwiper .card-title{position:relative; z-index:3;}
/* >>>>>>>>>>>>>> ENDS CSS */