@charset "utf-8";

@import url("https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro");

/* @font-face{  
    font-family: "Geomanist-Thin";
    src:url("../fonts/Geomanist-Thin.ttf");
} */

@font-face {
  font-family: "NeueHaasDisplayMediu";
  src: url("../font/NeueHaasDisplayMediu.ttf");
}

@font-face {
  font-family: "Avenir-Book";
  src: url("../font/Avenir-Book.ttf");
}

/* 
@font-face{  
    font-family: "Geomanist-Regular";
    src:url("../fonts/Geomanist-Regular.ttf");
}
@font-face{  
    font-family: "Geomanist-Medium";
    src:url("../fonts/Geomanist-Medium.ttf");
}
@font-face{  
    font-family: "Geomanist-Bold";
    src:url("../fonts/Geomanist-Bold.ttf");
} */
@font-face {
  font-family: "AvertaCY-Regular";
  src: url("../fonts/AvertaCY-Regular.ttf");
}
@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter-Light.ttf");
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.ttf");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.ttf");
}

@font-face {
  font-family: "AvenirLTStd-Book";
  src: url("../fonts/AvenirLTStd-Book.otf");
}

/* CSS Document */

::-moz-selection {
  background: #7b7d7f;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #7b7d7f;
  color: #ffffff;
  text-shadow: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "AvertaCY-Regular";


 
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  width: 100%;
  display: block;
  float: left;
}
body {
  color: #fff !important;
  background: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
}
:root {
  overflow-y: scroll;
}
a {
  text-decoration: none !important;
  transition: all 0.25s ease-out 0s;
}
p,
p span {
  font-family: "AvertaCY-Regular";
  color: #fff !important;

  
}
p
  {
    font-size: 20px;
  }
img {
  border: 0px;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #575756;
}
::-moz-placeholder {
  color: #575756;
}
:-ms-input-placeholder {
  color: #575756;
}
:-moz-placeholder {
  color: #575756;
}
body {
  overflow: hidden;
}

.container {
  max-width: 1568px !important;
}
.container-fluid {
  max-width: 1568px !important;
}

/* animation */

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.joic2 {
  display: none;
}
.header-btn2:hover .joic {
  display: none;
}

.header-btn2:hover .joic2 {
  display: inline;
  object-fit: contain;
}

.jospebtn:hover .joic {
  display: none !important;
}

/* .jospebtn:hover .joic2 {
  display: inline;
  margin: 0 6px 0 0px;
  object-fit: contain;
  margin: 2px 6px 0 0px;
  width: 13.5%;
} */

.jospebtn:hover .joic2 {
  display: inline;
  margin: 0 6px 0 0px;
  object-fit: contain;
  margin: -2px 13px 0 0px;
  width: 15.5%;
}

body {
  background: #000 !important;
}


.common-style h3 + p {padding-top: 0 !important;}

.common-style h1 {font-size: 38px; color: #fff; margin: 0 0 25px; font-family: "AvertaCY-Regular";} 

.common-style h2 {font-size: 34px; color: #fff; margin: 0 0 25px; font-family: "AvertaCY-Regular";}

.common-style h3 {font-size: 28px; color: #fff; margin: 0 0 25px; font-family: "AvertaCY-Regular";}

.common-style h4 {font-size: 24px; color: #fff; margin: 0 0 25px; font-family: "AvertaCY-Regular";}

.common-style h5 {font-size: 22px; color: #fff; margin: 0 0 25px; font-family: "AvertaCY-Regular";}

.common-style h6 {font-size: 18px; color: #fff; margin: 0 0 25px; font-family: "AvertaCY-Regular";}

.common-style ul { width:100%; float: none; margin:0 auto 25px; padding-left: 0px;}

.common-style ul li { float:none; font-size: 20px; color: #fff; line-height: 1.68; position:relative; margin: 0 0 0; padding:0 0 12px 16px; letter-spacing: normal; font-family: "AvertaCY-Regular";  font-weight: normal;}

.common-style ul li:before { content: "\2022 "; position: absolute; left: 1px; color: #fff; font-size: 23px; top: -4px; line-height: normal;} 

.common-style ul li a { color: #cfac65; font-size: 20px;}

.common-style ul li a:hover { color: #fff; }

.common-style ol { width:100%; float: none; counter-reset: my-awesome-counter; margin:0 auto 30px; position: relative; padding: 0; font-size: 20px;}

.common-style ol li { font-size: 20px; color: #fff; line-height: 1.68; counter-increment: step-counter; padding-left: 13px; width: auto; margin: 0 auto; position: relative; font-family: "AvertaCY-Regular"; letter-spacing: normal; font-weight: normal; }

.common-style ol li a { color: #cfac65; }

.common-style ol li a:hover { color: #fff; }

.common-style ol li:before { content: counter(step-counter)'.';margin-right: 0px; position: absolute; left: -4px; color: #fff; font-size: 20px; top: 0;}    

.common-style blockquote p { font-size:17px; color: #fff; line-height: 1.68; margin-bottom: 30px; position: relative; letter-spacing: normal;}

.common-style p{font-size: 20px;}

.common-style blockquote p:before { content: '"'; position: absolute; left: 0; font-size: 17px; color:#454442; font-style: italic; top: 17px; }
 
 
/* IMG STYLES */ 
.alignright { float: right; margin-left: 16px !important; margin-bottom: 16px !important; margin-top: 15px !important;}
.alignleft { float: left; margin-right: 16px !important; margin-bottom: 16px !important; margin-top: 15px !important;}
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto;}
.alignnone { clear: both; }


.main-bg-img img{ object-fit: cover !important; height:inherit !important;float: left; width: 100%;}
.bgflex { background-size: cover!important;}
 

@media(max-width:767px){  
  

}

@media(max-width:480px){
img.alignleft,.alignleft,img.alignright,.alignright,.alignnone,img.alignnone{ display:block; margin:0px auto !important; float:  none; }
}

.common-style span.screen-reader-text { color: #454442;}

.common-style [type=search] {border: 1px solid; padding:  10px 25px; background: none; border-color:#c6af86; font-size: 16px; color: #454442; line-height: 1.68; width: 200px; display: inline-block; margin-left: 15px; }

.common-style [type=submit] { -webkit-appearance: none; border: 1px solid; padding: 10px 20px; font-size: 16px; line-height: 1.68; cursor:pointer; color: #ffffff; background: #c6af86; border-color: #c6af86;}

.common-style [type=submit]:hover { cursor:pointer; color: #454442; background: #ffffff; border-color: #c6af86;}

.common-style [type=submit] span.screen-reader-text { color: #ffffff; position: relative; height: auto; width: auto; clip: inherit; clip-path: inherit;}

.common-style [type=submit]:hover span.screen-reader-text {color: #454442;}

nav.navigation.pagination { display: block; }





@media(max-width:480px){


}

.common-style h1 a { color: #cfac65; }
.common-style h2 a { color: #cfac65; }
.common-style h3 a { color: #cfac65; }
.common-style h4 a { color: #cfac65; }
.common-style h5 a { color: #cfac65; }
.common-style h6 a { color: #cfac65; }

.common-style h1 a:hover { color: #fff; }
.common-style h2 a:hover { color: #fff; }
.common-style h3 a:hover { color: #fff; }
.common-style h4 a:hover { color: #fff; }
.common-style h5 a:hover { color: #fff; }
.common-style h6 a:hover { color: #fff; }


/* header */

header {
  width: 100%;
  position: absolute;
  background: none;
  z-index: 9;
}

header .navbar {
  background-color: transparent !important;
  padding: 0;
}

header .navbar .menubar {
  width: auto;
  float: right;
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

header .navbar .menubar .navbar-nav {
    flex-wrap: wrap;
}

header .menubar .book-charter-btn {
    display: inline-block;
    float: left;
    background: #cfac65;
    border: 1px solid #cfac65;
    border-radius: 50px;
    padding: 10px 15px;
    line-height: normal;
    font-size: 15px;
    margin: 0 3px 0;
}

header .menubar .book-charter-btn:hover {
    color: #cfac65;
    background: #ffffff;
    border-color: #cfac65;
}

header .navbar .container-fluid {
  justify-content: space-between;
  align-items: center;
}

header .navbar .menubar .menubar-nav {
  width: auto;
  display: inline-block;
  float: left;
  margin: 6px 6px 0 0;
  padding: 0;
}

header .navbar .menubar .menubar-nav li {
  width: auto;
  float: left;
  display: inline-block;
  margin: 0 0 0;
}

header .navbar .menubar .menubar-nav li a {
  font-size: 15px;
  color: #fff !important;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 15px;
  transition: all 0.25s ease-in 0s;
}

header .navbar .menubar .menubar-nav li a:hover {
  color: #cfac65;
}

header .header-btn2 {
  float: none;
  color: #ffffff;
  background: #cfac65;
  text-decoration: none;
  border: 1px solid #cfac65;
  border-radius: 50px;
  padding: 10px 15px !important;
  display: inline-block;
  font-size: 14px !important;
  line-height: normal;
  margin: 0 8px 0 0;
  transition: all 0.25s ease-in 0s;
  font-size: 15px;
  font-family: "AvertaCY-Regular" !important;
  cursor: pointer;
  /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);*/
}

header .header-btn2:hover {
  background: #ffffff;
  color: #cfac65;
  border-color: #cfac65;
}

header .navbar-expand-lg .navbar-toggler {
  width: 35px;
  display: block;
  position: relative;
  z-index: 9;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
  margin: 22px 0 0;
}

header .collapse:not(.show) {
  display: none !important;
}

header .navbar-collapse {
  background: #000;
  position: fixed;
  height: 100vh;
  right: 0;
  z-index: 9;
  width: 100%;
  top: 0;
  padding: 50px 3% 50px;
  transition: all 0.25s linear;
  transform: translate3d(0, -200%, 0);
}
header .navbar-collapse.show {
  transform: translate3d(0, 0, 0);
}

header .navbar-collapse .nav-item,
header .navbar-collapse .nav-item a {
  font-size: 25px;
  color: #fff !important;
  text-align: left;
  padding: 8px 0;
  letter-spacing: 1px;
}
.navbar-nav li a:hover {
  color: #cfac65 !important;
}
.navbar-expand-lg .navbar-collapse {
  display: block !important;
}

header .navbar-collapse .nav-item a.nav-link.active {
  color: #cfac65 !important;
}

header .navbar-collapse .nav-item a:hover {
  color: #cfac65;
}

header .navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
  position: relative;
  background: none;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}

header .navbar-expand-lg .navbar-toggler .navbar-toggler-icon:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
}

header .navbar-expand-lg .navbar-toggler .navbar-toggler-icon:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
}

header .navbar-collapse .nav-item {
  width: 100%;
  display: block;
}

header .navbar-collapse ul.navbar-nav {
  width: 100%;
  flex-direction: column;
}

header .header-bar1 {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  padding: 18px 0 14px;
  font-family: "AvertaCY-Regular";
  float: right;
}

header .header-btn1 {
  font-size: 17px;
  float: none;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0 19px 0 0;
}

header .header-btn1:hover {
  color: #cfac65;
}

header .header-btn1:last-child {
  margin-right: 0;
}

header .contact-icon {
  width: 29px;
  display: inline-block;
  float: left;
  padding: 0 6px 0 0;
  position: relative;
  top: -3px;
}
header .contact-icon img {
  width: 100%;
}

header .menubar a {
  color: #fff !important;
  cursor: pointer;
  font-size: 17px;
  padding: 5px 16px ;
}
header .menubar a:hover {
  color: #cfac65 !important;
}
header .menubar .nav-link.active {
  color: #cfac65 !important;
  font-size: 18px;
  /* padding: 5px 16px; */
}
.header-btn2 img {
  margin: -5px 10px 0 0;
}

header .navbar-collapse .dropdown-menu-threelevel {
  padding-left: 1rem;
}

ul.dropdown-menu.show {
  background: #000;
  margin: 0 0 0 1rem;
}
.sub-banner-wrapp .main-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #000, transparent);
}

/* whatsapp and call */

.fixed-icon-whatsapp {
  position: fixed;
  bottom: 160px;
  right: 0.25%;
  z-index: 999;
}
.fixed-icon-whatsapp img {
  width: 50px;
  transition: all 0.25s ease-in;
}

.fixed-icon-mobile {
  position: fixed;
  bottom: 18px !important;
  right: 0.30% !important;
  z-index: 999;
}
a.dtl:hover {
  color: #cfac65;
}
a.aply:hover {
  color: #cfac65 !important;
}
/* .fixed-icon-mobile img {
  width: 65% !important;
} */
.filer-dropdowns {
  z-index: 9;
  position: relative;
}
#navbarNav .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: unset !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: unset !important;
}

/* nav drop */

.menubar .fleet-child .dropdown {
  display: none;
  position: absolute !important;
  background: #00000080;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: #000 !important;
}

.menubar .fleet-child {
  position: relative;
}

.menubar .fleet-child:hover .dropdown {
  display: block;
}

.menubar .fleet-child .dropdown li {
  padding: 10px;
  white-space: nowrap;
}

.menubar .fleet-child .dropdown li a {
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
  font-size: 18px;
}
.menubar .fleet-child .dropdown li a:hover {
  color: #cfac65 !important;
}

/* togel sec */
.navbar-toggler {
  position: relative;
  width: 30px;
  height: 24px;
  border: none;
  background: none;
  padding: 0;
}

.navbar-toggler .navbar-toggler-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background-color: black;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: black;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 10px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: rotate(90deg);
  top: 0 !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: rotate(90deg);
  top: 0;
  opacity: 0;
}

.mega-menu-close {
  display: block;
}
.mega-menu ul li a:hover {
  color: #cfac65;
}

/* nav mega menu */

/* .mega-menu .mega-menu-buttons .logbtn {
  display: flex;
  color: #b39b6d;
  background: transparent;
  text-decoration: none;
  border: 1px solid #b39b6d;
  border-radius: 50px !important;
  line-height: normal;
  transition: all 0.25s ease-in 0s;
  margin: 0 5px;
  font-size: 14px !important;
  padding: 10px 24px;
  font-family: "AvertaCY-Regular" !important;
  height: 47px;
} */

.mega-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: -150%;
  padding: 15px;
  background-color: #f8f9fa;
  display: none;
  z-index: 1000;
}
.nav-item.active .mega-menu {
  transform: none;
}
.nav-item .mega-menu {
  display: block;
  transition: all 0.5s cubic-bezier(0.79, -0.01, 0.46, 0.94);
  transform: translateY(-100%);
}
.nav-link {
  position: relative;
}

.mega-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  z-index: 99;
  position: relative;
  padding: 0 78px;
  margin: 0 0 55px;
}
.nav-item .mega-menu .row {
  position: relative;
  z-index: 9;
}

.mega-menu-buttons {
  display: flex;
  gap: 10px;
  padding-top: 30px;
}
.mega-menu-close {
  cursor: pointer;
  font-size: 24px;
}

.mega-menu-logo {
  display: flex;
  align-items: center;
}
.mega-menu {
  background: #00000080;
  padding: 47px 18px 32px;
}
.mega-menu ul li a {
  color: #fff !important;
  cursor: pointer;
  font-size: 18px;
}
.mega-menu ul li a:hover {
  color: #cfac65;
}
.mega-menu ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 24px;
  width: 100%;
}
.mega-menu .row.rw-meg .col-meg ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 24px;
  width: 100%;
  justify-content: flex-start;
}
.mega-menu-header .mega-menu-buttons {
    margin-left: auto;
}
.row.rw-meg.parent-men.first-show .col-md-3.col-meg.new-ser ul li {
  display: flex;
  justify-content: left;
}
.row.rw-meg.parent-menu .col-meg ul li {
  display: flex;
  justify-content: left;
}
.mega-menu ul li .megaic {
  width: calc(100% - 15px);
  /* margin: 0px -1px 0px 14px; */
  /* margin-right: -12px; */
  max-width: 46px;
}

.mega-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
/* .mega-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
} */
.mega-menu .mega-menu-buttons .jospebtn {
  display: flex
;
  color: #ffffff;
  background: #cfac65;
  text-decoration: none;
  border: 1px solid #cfac65;
  border-radius: 20px;
  padding: 12px 24px ;
  font-size: 14px;
  line-height: normal;
  transition: all 0.25s ease-in 0s;
  margin: 0 5px;
  border-radius: 50px;
  font-family: "AvertaCY-Regular";
}
/* .mega-menu .mega-menu-buttons .jospebtn {
  display: flex;
  color: #ffffff;
  background: #cfac65;
  text-decoration: none;
  border: 1px solid #cfac65;
  border-radius: 20px;
  padding: 11px 35px !important;
  font-size: 18px;
  line-height: normal;
  transition: all 0.25s ease-in 0s;
  margin: 0 5px;
} */
.mega-menu .mega-menu-buttons .jospebtn .joic {
  display: block;
  object-fit: contain;
  margin: -4px 12px 0 0px;
  /* width: 13.5%; */
}
.mega-menu .mega-menu-buttons .jospebtn .joic {
  width: 16px;
}
.mega-menu .mega-menu-buttons .jospebtn .joic {
  display: block;
  object-fit: contain;
  margin: -4px 12px 0 0px;
  /* width: 13.5%; */
}
/* .mega-menu .mega-menu-buttons .jospebtn .joic {
  display: block;
  object-fit: contain;
  margin: -4px 14px 0 0px;
  width: 15.} */
  .mega-menu .mega-menu-buttons .logbtn {
    display: flex;
    color: #b39b6d;
    background: transparent;
    text-decoration: none;
    border: 1px solid #b39b6d;
    border-radius: 50px !important;
    transition: all 0.25s ease-in 0s;
    font-size: 14px !important;
    padding: 9px 24px;
    font-family: "AvertaCY-Regular" !important;
    height: 42px;
    text-align: center;
    margin-top: 8px;
    white-space: nowrap;
}

.mega-menu .mega-menu-buttons .logbtn:hover {
  background: #ffffff;
  color: #cfac65;
  border-color: #cfac65;
  font-family: "AvertaCY-Regular" !important;
}
.mega-menu .mega-menu-buttons .jospebtn:hover {
  background: #ffffff;
  color: #cfac65;
  border-color: #cfac65;
  font-family: "AvertaCY-Regular" !important;
}

.nav-item.has-child:hover .mega-menu {
  transform: none;
}

.meetbestsec .serv-btn2:hover {
  background: #fff !important;
  color: #cfac65 !important;
}

@supports not (
  (-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))
) {
  .mega-menu::after {
    background: rgba(0, 0, 0, 0.5); /* More opaque fallback background */
    filter: blur(5px);
  }
}
.cls-btni {
  width: 63%;
  margin: 7px 0;
}
.mega-menu .col-meg ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
}
.rw-meg {
  padding: 0 25px;
}

/* home-banner-wrapp */

.home-banner-wrapp {
  width: 100%;
  display: block;
  float: left;
  background: #000000;
  height: 100vh;
}

.home-banner-wrapp .main-banner {
	position: relative;
}

.home-banner-wrapp .main-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0 0 0 / 0.75), transparent);
    top: 0;
    left: 0;
    right: 0;
}

.home-banner-wrapp img {
  width: 100%;
  display: block;
  height: 100vh;
}

.home-banner-wrapp .home-slider {
  position: relative;
  margin: 0 0 0;
}

.home-banner-wrapp .main-banner {
  width: 100%;
  display: block;
  float: left;
}

.home-banner-wrapp img
{
  height: 100vh;
}

.home-banner-wrapp .main-banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100vh;
}

.home-banner-wrapp .banner-content {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6%;
  max-width: 780px;
  margin: 0 auto 30px;
}

.home-banner-wrapp h2 {
  font-size: 54px;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: 1px;
  margin: 0 0 22px;
  font-family: "AvertaCY-Regular";
  font-weight: 800;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}

.home-banner-wrapp p {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.55;
  text-transform:capitalize;
  margin: 0 0 28px;
  font-family: "AvertaCY-Regular";
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}

.home-banner-wrapp p span {
  display: block;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.55;
  text-transform: capitalize;
  margin: 0 0 28px;
  font-family: "AvertaCY-Regular";
  font-weight: 600;
}

.home-banner-wrapp .button-outer {
  width: 100%;
  display: block;
  float: left;
  font-family: "AvertaCY-Regular";
  font-size: 17px;
}

.home-banner-wrapp .banner-btn1 {
  float: none;
  color: #ffffff;
  background: none;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 8px 18px 8px;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0 8px 0 0;
  text-transform: capitalize;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
  font-family: "AvertaCY-Regular";
  font-weight: 600;
  cursor: pointer;
}

.home-banner-wrapp .banner-btn1:hover {
  background: #ffffff;
  color: #cfac65;
  border-color: #cfac65;
  text-shadow: none;
}

.home-banner-wrapp .banner-btn1:last-child {
    margin-right: 0;
}

.home-banner-wrapp .main-banner.mob-show {
    display: none;
}

/* flgt-enquiry */

.flgt-enquiry {
  width: 100%;
  display: block;
  float: left;
  /* background: url(../images/frmmap.jpg) no-repeat center; */
  background: black !important;
  background-size: cover;
  padding: 60px 0 60px;
}
.flgt-enquiry h2 {
  font-size: 38px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0px 0 64px;
  text-align: center;
  line-height: 1.2;
}

.flgt-enquiry .flgt-col1 {
  width: 100%;
  display: block;
  border: 1px solid #857450;
  border-radius: 40px;
  max-width: 1180px;
  margin: 0 auto 0;
  overflow: hidden;
  background: #0000009c;
}

.flgt-enquiry .flgt-col1 .enq-head {
  width: 100%;
  display: block;
  float: left;
}

.flgt-enquiry .enq-head .enq-head-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.flgt-enquiry .enq-head .enq-head-list .enq-head-item {
  width: 20%;
  display: inline-block;
  float: left;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  /*backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);*/
}

.flgt-enquiry .enq-head .enq-head-list .enq-head-item.active {
  background: transparent;
}

.flgt-enquiry .enq-head .enq-head-list .enq-head-item,
.flgt-enquiry .enq-head ul li a {
  /* font-size: 20px; */
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: 1px;
  font-family: "AvertaCY-Regular";
}

.flgt-enquiry .enq-head .enq-head-list .enq-head-item,
.flgt-enquiry .enq-head ul li a:hover {
  color: #c09f5d;
}

.flgt-enquiry .enq-head .enq-head-list .enq-head-item:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #9e9e9e;
}

/*.flgt-enquiry .enq-head .enq-head-list .enq-head-item.active:after,*/
.flgt-enquiry .enq-head .enq-head-list .enq-head-item:last-child:after {
  display: none;
}

.flgt-enquiry.show-desk .flgt-col1 .enq-body {
  width: 100%;
  display: none;
  float: left;
  padding: 20px 25px 20px;
}

.flgt-enquiry .flgt-col1 .enq-body.active {
  display: block;
}

.flgt-enquiry .flgt-col1 #enq-body3, 
.flgt-enquiry .flgt-col1 #enq-body4,
.flgt-enquiry .flgt-col1 #enq-body5 {
    margin: 40px 0 0;
}

.flgt-enquiry .flgt-col1 .enq-body .enq-type {
  width: 585px;
  text-align: center;
  margin: 25px auto 25px;
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  border-radius: 50px;
  overflow: hidden;
}

.flgt-enquiry .flgt-col1 .enq-body .enq-type-list {
  width: 100%;
  padding: 15px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flgt-enquiry .flgt-col1 .enq-body ul li,
.flgt-enquiry .flgt-col1 .enq-body ul li a {
  font-size: 20px;
  color: #ffffff;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "AvertaCY-Regular";
  cursor: pointer;
}

.flgt-enquiry .flgt-col1 .enq-body ul li .airport-right {
    float: right;
    margin-left: auto;
    font-size: 14px;
}

.flgt-enquiry .flgt-col1 .enq-body ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.flgt-enquiry .flgt-col1 .enq-body ul li .airport-left {
    width: calc(100% - 50px);
}

.flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item {
  width: 32.83%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 10px 15px;
}

.flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item.show {
  background: linear-gradient(to bottom, #adadad80 50%, #96969680);
}

.flgt-enquiry .flgt-col1 .enq-body form {
  width: 100%;
  display: none;
  padding: 0 45px 0;
}

.flgt-enquiry .flgt-col1 .enq-body form.enq-sub-form.show {
  display: block;
}

.flgt-enquiry .flgt-col1 .enq-body .form-field {
  width: 31.25%;
  float: left;
  display: inline-block;
  margin: 0 1% 0;
  position: relative;
  font-family: "AvertaCY-Regular" !important;
}

.flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control {
  width: 100%;
  float: none;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: normal;
  line-height: normal;
  background: none;
  border: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  margin: 0 0 32px;
  padding: 0 8px 15px 32px;
}

.flgt-enquiry .flgt-col1 .enq-body .form-field .enq-icon {
  width: 24px;
  left: 0;
  top: 0;
  position: absolute;
  padding: 3px;
}

.flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control::placeholder {
  color: #ffffff;
}

.flgt-enquiry img {
  width: 100%;
  display: block;
  padding-top: 0px;
}
.flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
  width: 64.5%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: normal;
  line-height: normal;
  background: none;
  border: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  resize: none;
  height: inherit;
  padding: 3px 0 0;
  margin: 0 1% 36px;
}

.flgt-enquiry .flgt-col1 .enq-body .form-field:nth-child(6) input.form-control {
  padding-left: 31px;
}



.flgt-enquiry .flgt-col1 .enq-body textarea.form-control::placeholder {
  color: #ffffff;
}

.flgt-enquiry .flgt-col1 .enq-body .enquiry-btn1 {
  width: 19%;
  float: right;
  font-size: 17px;
  font-weight: 400;
  padding: 9px 12px 10px;
  margin: 1% 1.25% 0;
  border: 1px solid #cfac65;
  background: #cfac65;
  color: #fff;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 0.25s ease-in 0s;
  font-family: "AvertaCY-Regular";
}

.flgt-enquiry .flgt-col1 .enq-body .enquiry-btn1:hover {
  background: #ffffff;
  color: #cfac65;
  border-color: #cfac65;
}

/* partners-wrapp */

.partners-wrapp {
  width: 100%;
  display: block;
  background: #000000;
  float: left;
  padding: 50px 0 0px;
  text-align: center;
}

.partners-wrapp h2 {
  font-size: 40px;
  color: #cfac65;
  line-height: 1.25;
  letter-spacing: 1px;
  margin: 0 0 0px;
}

.partners-wrapp .partner-logo {
  width: 100%;
  display: block;
  float: left;
}

.partners-wrapp .partner-logo img {
  width: 60%;
  display: block;
  max-height: 88px;
  object-fit: contain;
  margin: 0 auto 0;
}

.partners-wrapp .partner-slider {
  padding: 0px 50px 0;
}

.partners-wrapp .partner-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.partners-wrapp .partner-slider .slick-slide {
  margin: 0 25px 0;
}

/* jestservsec */

/* Private jet charter at your service */

.jestservsec {
  padding: 60px 0;
  background: url(../images/privatejetcharterbg.png) no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
}
.jestservsec h2 {
  font-size: 35px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 40px;
  text-align: center;
  line-height: 1.5;
}
.jestservsec p {
  
  color: #ffff;
  text-align: center;
  font-family: "AvertaCY-Regular";
  margin: 0 0 10px;
}
.jestservsec .prjhd {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 100px;
  max-width: 800px;
}
.jestservsec h3 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-family: "AvertaCY-Regular";
  margin: 0 0 20px;
}
.jestservsec .srim {
  margin: 0 0 30px;
}

.jestservsec .col-md-3 {
  padding: 0 30px;
}
.jestservsec .pt-col {
  padding: 0 25px;
}

/* Fly Beyond Expectation */

.FlyBeyondsec {
  padding: 100px 0;
  background: #000;
  width: 100%;
  float: left;
}
.flyb {
  width: 100%;
  display: block;
  border-radius: 0 30px 30px 0;
}
.FlyBeyondsec .blubg {
  background: #081938;
  margin: 0;
  border-radius: 30px 0 0px 30px;
}
.FlyBeyondsec .flybimbox {
  margin: 0;
  padding: 0;
}
.blubg {
  position: relative;
}
.FlyBeyondsec .blubg .fbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 365px;
}
.FlyBeyondsec h2 {
  font-size: 50px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 30px;
  line-height: 1.2;
}
.FlyBeyondsec p {
  /* font-size: 17px; */
  color: #ffff;
  font-family: "AvertaCY-Regular";
  margin: 0 0 30px;
}
.FlyBeyondsec a {
  font-size: 18px;
  color: #cfac65;
  font-family: "AvertaCY-Regular";
  text-decoration: none;
  margin: 0 0 0 10px;
}

.extrabensec .memcard .glflo {
  /* float: right; */
  /* padding-left: 20px; */
}

.FlyBeyondsec a:hover {
  color: #fff;
}

.FlyBeyondsec a:hover .aric {
  padding-left: 10px !important;
  transition: all 0.25s ease-in;
}
.FlyBeyondsec .aric {
  margin: 0 0 0 5px;
}

/* Why Choose Us */

.whysec {
  padding: 50px 0;
  background: url(../images/whychooseusbackgroundimage.png) no-repeat fixed;
  background-size: cover;
  width: 100%;
  float: left;
}

.whysec h2 {
  font-size: 40px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}
.whysec h3 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: "AvertaCY-Regular";
  margin: 0 0 30px;
}
.whysec .srim {
  margin: 0 0 30px;
}
.whysec p {
  /* font-size: 17px; */
  color: #ffff;
  text-align: center;
  font-family: "AvertaCY-Regular";
  margin: 0 0 10px;
}
.whysec .whybp {
  padding: 50px;
}

/* Unlock extra benefits by becoming a member */

.extrabensec {
  padding: 70px 0px;
  background: url(../images/membershipbackground.png) no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
}

.extrabensec h2 {
  font-size: 40px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 40px;
  text-align: center;
  line-height: 1.2;
}
.extrabensec h3 {
  color: #fff;
  font-family: "AvertaCY-Regular";
  font-size: 20px;
  margin: 0 0 15px;
}
.extrabensec p {
  font-size: 14px;
  color: #9d9d9d;

  margin: 0 0 25px;
}

/* .extrabensec .memcard{
    border: 1px solid;
    border-image-source: linear-gradient(108.01deg, #CFAC65 9.56%, #FFFFFF 88.92%);
    border-image-slice: 1;
    border-radius: 5px;
} */

.extrabensec .memcard {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 37px 30px 56px 51px !important;
  background: linear-gradient(
    180deg,
    rgba(15, 15, 15, 0.4) 0%,
    rgba(255, 255, 255, 0.25) 100%
  );
}

.extrabensec .memcard .glflo {
  
}
.extrabensec .memcard h4 {
  font-size: 22px;
  font-family: "AvertaCY-Regular";
  background: linear-gradient(90deg, #cda767 0%, #ffffff 106.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 34px 0 17px 0;
}

.extrabensec .memcard .dtlaply {
  display: flex;
  justify-content: space-between;
}
.extrabensec .memcard .dtlaply .aply,
.dtl {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-family:"AvertaCY-Regular";
}
.extrabensec .crd-col {
  padding: 0 55px !important;
}
.extrabensec .dtlco {
  padding: 0px 66px;
  width: 43%;
}
.extrabensec.only-xtraben-cont .dtlco {
    width: 100%;
    text-align: center;
}

/* footer section */

footer {
  width: 100%;
  background: #000;
}
.ftbox {
  background: #081938;
  padding: 50px 45px 30px;
  border-radius: 15px;
}
.ftbox .sclbx {
  display: flex;
  align-items: end;
  width: 23%;
  padding: 0px 41px;
  transition: opacity 0.3s ease;

}
.slic {
  margin: 0 10px;
}
.ftbox h2 {
  font-size: 20px !important;
  font-family: "AvertaCY-Regular";
  color: #fff;
  margin: 0 0 20px;
}
.ftbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ftbox ul li {
  margin: 0 0 10px;
}
.ftbox ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #fff;
}
.inft {
  width: 65%;
  border-radius: 5px;
  border-style: none;
  padding: 5px 10px;
}
.inft::placeholder {
  font-size: 15px;
  color: #4c4c4c;
}
.supbtn {
  border-style: none;
  background: #cfac65;
  color: #fff;
  padding: 6px 10px;
  font-size: 15px;
  border-radius: 5px;
  margin: 0 0 0 5px;
}.supbtn:hover
{
  background-color: #fff;
  color: #cfac65;
}
.ftbox hr {
  color: #e3e3e3;
  margin: 43px 0 20px;
}
.undlinft {
  display: flex;
  justify-content: space-between;
}
.ftbox p {
  font-size: 16px;
  color: #fff;
  font-family: "Inter-SemiBold";
  width: auto;
}
.ftbox .payic {
  width: auto;
}
.pic {
  padding: 0 5px;
}
.ftbox .fconb {
  width: 18%;
  padding: 0 13px;
}

.ftbox .everest-forms {
    width: 100%;
    max-width: 380px;
}

.ftbox .everest-forms .evf-field-container {
    width: calc(100% - 82px);
    padding: 0;
}

.ftbox .everest-forms .evf-submit-container {
    padding: 0;
    width: fit-content;
}

.ftbox .everest-forms .evf-submit-container .evf-submit {
    background: #cfac65;
    color: #fff;
    padding: 6px 10px;
    font-size: 15px;
    border-radius: 5px;
    margin: 0 0 0 5px;
    transition: all 0.25s ease-in;
}

.ftbox .everest-forms .everest-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ftbox .everest-forms .evf-field-container input[type="email"] {
    border-radius: 5px;
    border-style: none;
    padding: 5px 10px;
    margin: 0;
    height: 38px;
    font-size: 15px;
    color: #4c4c4c;
}

.ftbox .everest-forms .evf-field-container input[type="email"]::placeholder {
    font-size: 15px;
    color: #4c4c4c;
}

.ftbox .everest-forms .evf-submit-container .evf-submit:hover {
    background-color: #fff;
    color: #cfac65;
}

/* map section */
.mapsec {
  background: #000;
  padding: 60px 0;
  margin: 0;
}
.mapsec .mapfix {
  background: url(../images/map.png) no-repeat fixed center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  border-radius: 30px;
}
.mapsec .container-fluid {
  max-width: 100% !important;
}
.mapsec h2 {
  font-size: 40px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 60px;
  text-align: center;
  line-height: 1.2;
}
.mapi {
  display: block;
  width: 100%;
  border-radius: 30px;
}

/* blog section */

.blsl {
  display: block;
  width: 100%;
}
.blogsec {
  background: #000;
  padding: 50px 0px;
}
.blogsec h2 {
  font-size: 40px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 40px;
  text-align: center;
  line-height: 1.2;
}
.blogsec .bbox {
  position: relative;
  border-radius: 30px;
}
.bbcoxcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  z-index: 9;
}
.blogsec .bbcoxcon h3 {
  color: #fff;
  font-size: 17px;
  margin: 21px auto 70px;
  text-align: center;
  font-family: "AvertaCY-Regular";
}
.blogsec .bbcoxcon {
  padding: 100px 50px;
}
.blogsec .bbcoxcon h4 {
  font-family: "AvertaCY-Regular";
  color: #fff;
  font-size: 20px;
  margin: 30px auto 85px;
  text-align: center;
}
.blglrnbtn {
  border-style: none;
  border-radius: 20px;
  border: 1px solid #fff;
  font-size: 14px;
  font-family: "AvertaCY-Regular";
  background: transparent;
  color: #fff;
  margin: 0 auto;
  display: flex;
  padding: 10px 43px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  width: fit-content;
}
/* .blogsec .bbox::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #0006;
  } */

.blsl {
  border-radius: 30px;
}
.blogsec .blg-col {
  padding: 20px 30px;
}
.blogsec .blg-con {
  padding: 0;
}

/* Testimonials */

.testimonialssec {
  padding: 50px 0px;
  background: url(../images/testibg.png) no-repeat;
  background-size: cover;
  width: 100%;
}
.testimonialssec h2 {
  font-size: 40px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 40px;
  text-align: center;
  line-height: 1.2;
}
.testimonialssec .tstbox {
  background: linear-gradient(
    180deg,
    rgba(12, 12, 50, 0.3) 0%,
    rgba(53, 56, 97, 0.3) 100%
  );
  padding: 50px 33px;
  border-radius: 15px;
  border: 1px solid #747474cc;
}
.tstbox .tsqut {
  float: right;
}
.tstbox h3 {
  color: #cfac65;
  font-size: 22px;
  font-family: "AvertaCY-Regular";
  margin: 0 0 15px;
}
.tstbox p {
  color: #fff;
  /* font-size: 17px; */
  font-family:"AvertaCY-Regular";
}
.testimonialssec .tst-col {
  padding: 30px 20px;
}
.testimonialssec .tst-con {
  padding: 0 44px;
}

/* Discover Our Destination */
.destinationsec {
  background: #000;
  padding: 100px 0;
  position: relative;
}
.destinationsec h2 {
  font-size: 40px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 40px;
  text-align: center;
  line-height: 1.2;
}
.destinationsec p {
  /* font-size: 17px; */
  color: #ffff;
  text-align: center;
  font-family: "AvertaCY-Regular";
  margin: 0 0 70px;
}

.destinationsec .desbox {
  position: relative;
}

.destinationsec .desbox img.desbgi {
    opacity: 0;
}

.desbox .desicim {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 58%;
  transform: translateY(-50%);
  border-radius: 300px;
  border: 7px solid #cfac65;
  max-height: 300px;
  height: 16vw;
}

.destinationsec .des-row {
  padding: 0px 140px;
  z-index: 9;
  position: relative;
}
.destinationsec .des-col {
  padding: 25px;
}
.destinationsec .desbox .desicim {
  width: 80%;
  object-fit: cover !important;
  max-height: 368px;
}
.destinationsec h3 {
  font-size: 17px;
  color: #ffff;
  text-align: center;
  font-family:"AvertaCY-Regular";
  margin: 8px 0 0px;
}
.desbgi {
  width: 100%;
}

/* ON DEMAND PRIVATE JET CHARTER */

.demansec {
  padding: 100px 18px 100px;
  background: #000;
}

.demansec h2 {
  font-size: 40px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 75px;
  text-align: center;
  line-height: 1.2;
}
.demansec h3 {
  font-size: 28px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 12px;
}
.demansec p {
  /* font-size: 17px; */
  color: #ffff;
  font-family: "AvertaCY-Regular";
}
.demansec .bsic {
  display: block;
  width: 100%;
  border-radius: 35px;
}
.demansec .bsbox {
  position: relative;
}
.dimgjet {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.demansec .bsbox h4 {
  position: absolute;
  bottom: 10%;
  color: #fff;
  font-size: 32px;
  font-family: "AvertaCY-Regular";
  text-align: center;
  width: 95%;
}
.demansec .container-fluid {
  width: 90%;
}
.bstr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.demansec .slick-slide {
  margin: 0 12px 0;
}

/* Our Experience */

.vmexbtn {
  height: 20p;
  border-radius: 20px;
  border-style: none;
  background: #cfac65;
  padding: 10px 47px;
  font-size: 15px;
  font-family: "Inter-Light";
  color: #fff !important;
}
.expsecdusec .excoP {
  padding: 0 0;
}

.expsecdusec {
  padding: 50px 0px 100px;
  background: #000;
}

.expsecdusec h2 {
  font-size: 40px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 75px;
  text-align: center;
  line-height: 1.2;
}
.expsecdusec h3 {
  font-size: 28px;
  font-family:"AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 12px;
}
.expsecdusec p {
  /* font-size: 17px; */
  color: #ffff;
  font-family:"AvertaCY-Regular";
}
.expsecdusec .bsic {
  display: block;
  width: 100%;
  border-radius: 35px;
}
.expsecdusec .bsbox {
  position: relative;
}
.dimgjet {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.expsecdusec .bsbox h4 {
  position: absolute;
  bottom: 10%;
  color: #fff;
  font-size: 32px;
  font-family: "AvertaCY-Regular";
  text-align: center;
  width: 95%;
}
.expsecdusec .container-fluid {
  width: 90%;
}
.bstr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.expsecdusec .slick-slide {
  margin: 0 12px 0;
}

/* flight */

.dest-flight-shape {
  width: 130%;
  position: absolute;
  top: 274px;
  z-index: 0;
  left: -24%;
  max-width: 2500px;
  right: 0;
}

.dest-flight-shape img {
  width: 100%;
  display: block;
}

/* Meet Our Best Service */

.meetbestsec {
  background: url(../images/fogbackground1.png) no-repeat;
  width: 100%;
  background-size: cover;
  padding: 50px 0;
}
.meetbestsec h2 {
  font-size: 40px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.2;
}
.meetbestsec .service-tab {
  width: 94% !important;
  text-align: center;
  margin: 25px auto 75px;
  background: linear-gradient(to bottom, #5e5e5e80 50%, #57575780);
  border-radius: 50px;
   overflow:visible;
  background: #cfac65;
}
.service-tab .service-head {
  width: 100%;
  margin: 0;
}
.service-tab {
  text-align: center;
}
.service-tab .service-head .service-head-list {
  width: 100%;
  /* padding: 15px 0; */
  margin: 0;
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}
.service-tab .service-head ul li.active {
  background: linear-gradient(to bottom, #adadad80 50%, #96969680);
  background: #000;
}
.service-tab .service-head ul li,
.service-tab .service-head ul li a {
  font-size: 13px;
  color: #fff;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "AvertaCY-Regular";
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.service-tab .service-head ul li {
  width: 18%;
  display: inline-block;
  border-radius: 50px;
  padding: 10px 5px;
}
.service-col1 {
  border: 3px solid #736854;
  border-radius: 10px;
  padding: 255px 25px 35px;
  position: relative;
}
.service-img {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
}
.service-col1 .service-text h3 {
  color: #cfac65;
  font-size: 27px;
  text-align: center;
  margin: 0 0 29px;
}

.service-text .service-data {
  padding: 0;
  margin: 0 0 20px;
}

.service-text .service-data .passengers {
  background: url(../images/noofpassengericon.svg) no-repeat;
  padding: 0 0 0 43px;
  list-style: none;
  margin: 0 0 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
  font-family: "AvertaCY-Regular";
}
.service-text .service-data .crew {
  background: url(../images/crew.svg) no-repeat;
  list-style: none;
  padding: 0 0 0 43px;
  margin: 0 0 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
  font-family: "AvertaCY-Regular";
}
.service-text .service-data .range {
  background: url(../images/range.svg) no-repeat;
  list-style: none;
  padding: 0 0 0 43px;
  margin: 0 0 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
  font-family: "AvertaCY-Regular";
}
.service-text ul li {
  display: flex;
  justify-content: space-between;
  margin-right: 24px !important;
}

.meetbestsec a {
  color: #cfac65;
  text-decoration: none;
  margin: 0 0 10px;
  font-size: 16px;
}

.meetbestsec a:hover {
  color: #fff !important;
  cursor: pointer;
}
.meetbestsec .serv-btn2 {
  border-radius: 20px;
  border-style: none;
  background: #cfac65;
  padding: 10px 44px;
  width: fit-content;
  min-width: 150px;
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
}
.meetbestsec .container-fluid {
  width: 90%;
}
.meetbestsec .fltcol {
  padding: 0 50px;
}

.meetbestsec .service-img img {
  display: block;
  width: 100%;
}

.meetbestsec .fltcol-outer {
  width: 100%;
  display: none;
}
.meetbestsec .fltcol-outer.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: inherit;
}
.meetbestsec .row {
  justify-content: center;
}

/* height adjust */

.blogsec .blg-con .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.blogsec .blg-con .slick-track .slick-slide {
  height: inherit;
}

.blogsec .blg-con .slick-track .slick-slide .bbox {
  height: 100%;
}

.blogsec .blg-con .slick-track .slick-slide .bbox img {
  height: 21.6vw;
  max-height: 555px;
  object-fit: cover;
}

/* adding tint */
.bbox::after {
  content: ""; /* Required for the pseudo-element */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Light black tint */
  z-index: 1; /* Below the content but above other elements */
}

/* slick-dots */

.blogsec .slick-prev {
  width: 40px;
  height: 40px;
  left: 55px;
  z-index: 9;
  background: url(../images/leftarrow.png) no-repeat;
  background-size: 100%;
}

.blogsec .slick-next {
  width: 40px;
  height: 40px;
  right: 55px;
  z-index: 9;
  background: url(../images/rightarrow.png) no-repeat;
  background-size: 100%;
}

.blogsec .slick-prev:before,
.blogsec .slick-next:before {
  display: none;
}

.testimonialssec .slick-prev {
  width: 60px;
  height: 62px;
  left: -4%;
  z-index: 9;
  background: url(../images/leftarrowgold.png) no-repeat;
  background-size: 100%;
}

.testimonialssec .slick-next {
  width: 60px;
  height: 62px;
  right: -4%;
  z-index: 9;
  background: url(../images/rightarrowgold.png) no-repeat;
  background-size: 100%;
}

.testimonialssec .slick-prev:before,
.testimonialssec .slick-next:before {
  display: none;
}

.demansec .slick-prev {
  width: 50px;
  height: 50px;
  left: -5%;
  z-index: 9;
  background: url(../images/leftarrowgold.png) no-repeat;
  background-size: 100%;
}

.demansec .slick-next {
  width: 50px;
  height: 50px;
  right: -4%;
  z-index: 9;
  background: url(../images/rightarrowgold.png) no-repeat;
  background-size: 100%;
}

.demansec .slick-prev:before,
.demansec .slick-next:before {
  display: none;
}

.expsecdusec .slick-prev {
  width: 60px;
  height: 62px;
  left: -5%;
  z-index: 9;
  background: url(../images/leftarrowgold.png) no-repeat;
  background-size: 100%;
}

.expsecdusec .slick-next {
  width: 60px;
  height: 62px;
  right: -5%;
  z-index: 9;
  background: url(../images/rightarrowgold.png) no-repeat;
  background-size: 100%;
}

.expsecdusec .slick-prev:before,
.expsecdusec .slick-next:before {
  display: none;
}

.meetbestsec .slick-prev {
  width: 60px;
  height: 62px;
  left: -6%;
  z-index: 9;
  background: url(../images/leftarrowgold.png) no-repeat;
  background-size: 100%;
  transition: transform 0.3s ease; /* Removed color transition if not needed */
  top: 50%;
  
}

/* .meetbestsec .slick-prev:hover { 
  transform: scale(0.9);
} */
.service-tab .service-head .service-head-list .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.service-head-item {
  padding: 22px 0px;
}

.meetbestsec .slick-next {
  width: 60px;
  height: 62px;
  right:-6%;
  z-index: 9;
  background: url(../images/rightarrowgold.png) no-repeat;
  background-size: 100%;
  transition: color 0.3s ease, transform 0.3s ease;
  top: 50%;
  
}

/* .meetbestsec .slick-next:hover {
  transform: scale(0.9);
} */
.service-head-item.active {
  background: #000;
  border-radius: 20px;
  padding: 10px 20px;
}

.meetbestsec .slick-prev:before,
.meetbestsec .slick-next:before {
  display: none;
}

.destinationsec .slick-prev {
  width: 60px;
  height: 62px;
  left: -5%;
  z-index: 9;
  background: url(../images/leftarrowgold.png) no-repeat;
  background-size: 100%;
}

.destinationsec .slick-next {
  width: 60px;
  height: 62px;
  right: -5%;
  z-index: 9;
  background: url(../images/rightarrowgold.png) no-repeat;
  background-size: 100%;
}

.destinationsec .slick-prev:before,
.destinationsec .slick-next:before {
  display: none;
}
.locations_to_fr_list {
  background: #fff;
  position: relative;
  top: -29px;
}
.locations_to_fr_list .locations_to_fr_list_entry {
  padding: 10px 0;
  color: #cfac65 !important;
}
.form-control:focus {
  box-shadow: none !important;
}

.flight_rep_blk {
  position: relative;
}
.flgt-enquiry .flgt-col1 .enq-body .rep-flight-multi .form-field {
  width: 31.25%;
}

.flight_rep_blk .add-more-blk {
  position: absolute;
  right: -35px;
  bottom: 85px;
  width: auto;
}

select.form-control {
  width: 100%;
  float: none;
  font-size: 20px !important;
  color: #ffffff;
  letter-spacing: normal;
  line-height: normal;
  background: none;
  border-bottom-color: currentcolor;
  border-radius: 0;
  margin: 0 0 32px;
  padding: 0 8px 27px 32px;
  border-style: none;
  border-bottom: 1px solid #ffffff;
}
select.form-control:focus {
  width: 100%;
  float: none;
  font-size: 20px !important;
  color: #ffffff;
  letter-spacing: normal;
  line-height: normal;
  background: none;
  border-bottom-color: currentcolor;
  border-radius: 0;
  margin: 0 0 32px;
  padding: 0 8px 27px 32px;
  border-style: none;
  border-bottom: 1px solid #ffffff;
}

.heli_rep_blk {
  width: 100%;
  position: relative;
  margin: 0 auto 0 !important;
}

.rep-heli-multi {
    padding: 0;
}

.heli_rep_blk .add-more-blk {
  position: absolute;
  right: -35px;
  bottom: 85px;
  width: auto;
}

.repeatble-remove.heli_rep_rem {
    position: absolute;
    right: -36px;
    bottom: 127px;
}

.add-more-flight.add_more_flight.btn.btn-primary {
  background: transparent;
  border-style: none;
  right: 0;
}
.repeatable-loop {
  position: relative;
  float: left;
  width: 100%;
}

.repeatable-loop .repeatble-remove img {
  position: relative;
  left: -14px;
  color: #fff;
  width: 25px;
  float: right;
  cursor: pointer;
}
a.add-more-heli.add_more_heli.btn.btn-primary img {
  width: 25px;
}

a.add-more-heli.add_more_heli.btn.btn-primary {
  background: unset !important;
  outline: none !important;
  border: none !important;
}
.add-more-blk .add-more-flight span img {
  width: 25px;
}
.repeatble-remove.flight_rep_rem {
  position: absolute;
  right: -36px;
  bottom: 127px;
}

#thankyoumodal {
	background: rgba(0 0 0 / 0.60);
}

#thankyoumodal .modal-dialog {
  margin: 20% auto 0;
}
#thankyoumodal .modal-dialog .modal-title {
  font-size: 30px;
  color: #d5b168;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
}
#thankyoumodal .modal-body {
  background: #353535;
  border-radius: 0px 0 5px 5px;
}
#thankyoumodal .modal-body p {
  color: #fff;
  text-align: center;
}
#thankyoumodal .close {
  background: #d5b168;
  padding: 2px 12px;
  border-radius: 50%;
  border-style: none;
  /* border: 1px solid #fff; */
  margin-bottom:auto;
}

#thankyoumodal .close span {
    display: block;
    position: relative;
    top: -4px;
}

select option {
  color: #d5b168;
  background: #fff;
  font-family: "AvertaCY-Regular";
}
select option:hover {
  background: none;
}

/* ------------------------------------- */
.modeinner .modal-content {
  background: none;
  border: none;
  padding: 0;
}
.modeinner .modal-body {
  padding: 0;
  margin: 0;
  position: relative;
}
.modeinner .modal-body img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 42px !important;
}
.modeinner .close-btn {
  position: absolute;
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50%;
  height: 46px;
  width: 46px;
}

.modeinner .nav-btn {
  position: absolute;
  background-color: #cfac65;
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 100%;
  width: 46px;
  height: 46px;
}

.modeinner .close-btn {
  top: -8px;
  right: 10px;
  font-size: 30px !important;
}
.modeinner .prev-btn {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.modeinner .next-btn {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#imageModal {
  z-index: 9999;
  background: #0000007d;
}

.innerimgsec .slick-prev {
  width: 45px;
  height: 62px;
  left: -2%;
  z-index: 9;
  background: url(../images/leftarrowgold.png) no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 100%;
}

.innerimgsec .slick-next {
  width: 45px;
  height: 62px;
  right: -2%;
  z-index: 9;
  background: url(../images/rightarrowgold.png) no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 100%;
}

.innerimgsec .slick-prev:before,
.innerimgsec .slick-next:before {
  display: none;
}

.regular .col-md-4 .bsbox {
  overflow: hidden;
  border-radius: 20px;
}
.regular .col-md-4 .bsbox .img-fluid {
  width: 100%;
  display: block;
  transition: all 0.3s linear 0s;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}
.regular .col-md-4 .bsbox:hover img {
  transform: scale(1.05);
  filter: grayscale(1);
}
.jestservsec br {
  display: none;
}
.evf-field-label {
  color: #fff !important;
}
.everest-forms-field-label-inline {
  color: #fff !important;
}

.fltcol-outer .owl-stage-outer .owl-stage {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.fltcol-outer .owl-stage-outer .owl-stage .owl-item {
  height: inherit;
  position: relative;
}
.fltcol-outer .owl-stage-outer .owl-stage .owl-item .col-md-4.fltcol {
  height: 100%;
}

.fltcol-outer
  .owl-stage-outer
  .owl-stage
  .owl-item
  .col-md-4.fltcol
  .service-col1 {
  height: 100%;
}

/* sub pages */

.sub-banner-wrapp {
  width: 100%;
  display: block;
  float: left;
  background: #000000;
  position: relative;
}

.sub-banner-wrapp img {
  width: 100%;
  display: block;
}

.sub-banner-wrapp .home-slider {
  position: relative;
  margin: 0 0 0;
  float: left;
}

.sub-banner-wrapp .main-banner {
  width: 100%;
  display: block;
  float: left;
}

.sub-banner-wrapp .main-banner img {
  width: 100%;
  display: block;
}

.sub-banner-wrapp .banner-content {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 39%;
  bottom: 18%;
  max-width: 780px;
  margin: 0 auto 30px;
}

.sub-banner-wrapp .half-banner {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 39%;
  bottom: 0% !important;
  max-width: 780px;
  margin: 0 auto 10px;
}

.sub-banner-wrapp h2 {
  font-size: 54px !important;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: 1px;
  margin: 0 0 22px 22px;
  font-family: "AvertaCY-Regular";
  text-align: left;
  /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 2);*/
}

.sub-banner-wrapp p {
  /* font-size: 16px; */
  color: #ffffff;
  line-height: 1.55;
  /* text-transform: uppercase; */
  margin: 0 0 28px;
  text-align: left;
  padding: 0 190px 0 0;
}

.sub-banner-wrapp p span {
  display: block;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.55;
  text-transform: uppercase;
  margin: 0 0 28px;
  font-family: "AvertaCY-Regular";
}

.sub-banner-wrapp .button-outer {
  width: 100%;
  display: block;
  float: left;
  font-family: "AvertaCY-Regular";
  font-size: 17px;
}

.sub-banner-wrapp .banner-btn1 {
  float: none;
  color: #ffffff;
  background: none;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 8px 18px 8px;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1px;
  margin: 0 8px 0 0;
  text-transform: uppercase;
}

.sub-banner-wrapp .banner-btn1:hover {
  background: #ffffff;
  color: #cfac65;
  border-color: #cfac65;
}

.banner-btns {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 28px 0;
}

.banner-btns .cargo-btn1 {
    float: none;
    color: #ffffff;
    background: none;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 8px 18px 8px;
    display: inline-block;
    /* font-size: 14px; */
    line-height: normal;
    letter-spacing: 1px;
    margin: 0 8px 0 0;
    text-transform: capitalize;
    font-family: "AvertaCY-Regular";
    font-weight: 600;
}

.banner-btns .cargo-btn1:hover {
    background: #ffffff;
    color: #cfac65;
    border-color: #cfac65;
}

/* Premium High Class Fleet */

.home-banner-wrapp .subbanner-content {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 45%;
  bottom: 20%;
  max-width: 780px;
  margin: 0 auto 30px;
}

.highclass {
  padding: 30px 18px 30px;
  background: #000;
}

.highclass h2 {
  font-size: 40px;
  font-family: "AvertaCY-Regular";
  color: #fff;
  margin: 0 0 75px;
  text-align: center;
  line-height: 1.2;
}
.highclass h3 {
  font-size: 28px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 27px 0 27px;
}
.highclass p {
  /* font-size: 17px; */
  color: #ffff;
  font-family:"AvertaCY-Regular";
  padding-bottom: 20px;
}
.highclass .bsic {
  display: block;
  width: 100%;
  border-radius: 35px;
}
.highclass .bsbox {
  position: relative;
}
.dimgjet {
  display: block;
  width: 100%;
  border-radius: 30px;
}
.highclass .bsbox h4 {
  position: absolute;
  bottom: 10%;
  color: #fff;
  font-size: 32px;
  font-family: "AvertaCY-Regular";
  text-align: center;
  width: 95%;
}
.highclass .container-fluid {
  width: 90%;
}
.bstr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.highclass .slick-slide {
  margin: 0 12px 0;
}
.highclass .vmexbtn {
  border-radius: 20px;
  border-style: none;
  background: #cfac65;
  padding: 13px 21px;
  font-size: 15px;
  font-family: "Inter-Light";
  margin: 25px 0 0;
}
.highclass .bhighbox {
  background: linear-gradient(90deg, rgba(36, 64, 105, 0.5) 0%, rgba(20, 37, 61, 0.5) 100%);
  border-radius: 50px;
  padding-bottom:41px;
  padding-top: 25px;
}
.highclass .bhighbox h3 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}
.highclass .bhighbox h4 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}
.highmodel .modal-body img {
  width: 100%;
}

.highmodel .modal-content {
  background: none;
  border: none;
  padding: 0;
}
.highmodel .modal-body {
  padding: 0;
  margin: 0;
}
.highmodel .modal-body img {
  width: 100%;
  height: auto;
  display: block;
}
.highmodel .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 999999999;
  border-radius: 50%;
}
.highclass .slick-prev {
  width: 45px;
  height: 62px;
  left: -4%;
  z-index: 9;
  background: url(../images/leftarrowgold.png) no-repeat;
  background-size: auto;
  background-size: 100%;
}
.highclass .slick-next {
  width: 45px;
  height: 62px;
  right: -4%;
  z-index: 9;
  background: url(../images/rightarrowgold.png) no-repeat;
  background-size: auto;
  background-size: 100%;
}
.highclass .slick-prev::before {
  display: none;
}
.highclass .slick-next::before {
  display: none;
}
.highmodel {
  z-index: 9999;
}
.sub-banner-wrapp img {
  height: auto !important;
}

/* Premium High Class Fleet details page */

.highdetailsec {
  background: #000;
  /* padding: 100px 0; */
}
.highdetailsec .col-md-12 {
  max-width: 800px;
  margin: 0 auto 100px;
}

.specdetls {
  background-color: black;
  border-left: none;
  border-right: none;
}
.specdetls th,
table td {
  border-left: none;
  border-right: none;
  background: #000 !important;
  color: white !important;
  padding: 25px 0 !important;
}
.specdetls th,
table td a {
  color: white !important;
}

table.specdetls > thead {
  border-top-color: #000;
  border-bottom-color: #6b6b6b;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-family: "AvertaCY-Regular";
}
.specdetls td:nth-child(2) {
  text-align: right;
  padding: 0 40px 0 0 !important;
}

.specdetls td:last-child {
    padding: 0 !important;
}

.specdetls tbody {
  border-color: #6b6b6b;
}
.specdetls thead tr th {
  padding: 0 0 30px;
}
.bhighbox {
  background: linear-gradient(
    90deg,
    rgba(36, 64, 105, 0.5) 0%,
    rgba(20, 37, 61, 0.5) 100%
  );
  padding: 45px 22px;
  border-radius: 50px;
  margin: 34px 0 0;
  margin-bottom: 80px;
}

.bhighbox {
  width: 80% !important;
  max-width: 800px !important;
}

.bhighbox h3 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.highdetailsec .bhighbox h4 {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}

.innerimgsec {
  background: #000;
  padding: 0px 0 100px;
}
.innerimgsec .inhi {
  width: 100%;
  border-radius: 50px;
}
.innerimgsec .col-md-4 {
  padding: 0 25px;
}
.blackmapsec {
  background: #000;
}
.blackmapsec .blkm {
  display: flex;
  margin: 0 auto;
  width: 60%;
}
.confrmsechigh {
  background: url(../images/yellowbillbg.png) no-repeat #000;
  background-size: cover;
  padding: 140px 0 90px !important;
  position: relative;
}
.confrmsechigh:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0 0 0 / 0.5);
}

.confrmsechigh .container-fluid {
    position: relative;
}

.confrmsechigh .confrm {
  width: 50%;
  margin: 100px auto 0;
}

.confrmsechigh .confrm input {
  background: #000000b2;
  padding: 20px 0 20px 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 0 35px;
  color: #ffff;
}
.confrmsechigh .confrm input::placeholder {
  color: #fff;
  font-size: 16px;
}
.confrmsechigh .confrm textarea {
  background: #000000b2;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 0 50px;
  color: #ffff;
}
.confrmsechigh .confrm textarea::placeholder {
  color: #fff;
  font-size: 16px;
}
.confrmsechigh .confrm .conbtng {
  background: #cfac65;
  color: #fff;
  width: 100%;
  border-style: none;
  padding: 16px 0;
  border-radius: 30px;
  font-weight: 600;
}

.confrmsechigh h3 {
    margin: 0 0 24px;
}

.confrmsechigh .row {
    padding: 0 3%;
}

/* destination page */

.dessections {
  padding: 100px 0;
  background: #000;
}
.dessections h2 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 25px;
  font-family: "AvertaCY-Regular";
}
.dessections h3 {
  font-size: 18px;
  color: #cfac65;
  margin: 0 0 25px;
  font-family: "AvertaCY-Regular";
}
.dessections p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 25px;
  font-family: "AvertaCY-Regular";
}
.dessections .pvtbtn {
  border-radius: 35px;
  border-style: none;
  background: #cfac65;
  padding: 15px 68px;
  font-size: 15px;
  font-family: "AvertaCY-Regular";
  display: flex;
  margin: 66px auto 0;
  width: fit-content;
  color: #fff;
}

.htimg {
  margin: 80px 0;
  border-radius: 42px;
}

.sdesim {
  border-radius: 300px;
  border: 10px solid #1d1d1d;
  margin: 0 0 20px;
}
.sidely h4 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 25px;
  font-family: "AvertaCY-Regular";
  text-align: center;
}
.sidely p span {
  display: block;
}
.qstsec {
  margin: 70px 0 0 !important;
}
.qstsec p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px;
  font-family: "AvertaCY-Regular";
}
.qstsec h3 {
  margin: 0 0 2px;
}
.sidely h2 {
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.dessections .colrigside {
  padding: 0 10px;
}
.dessections .colside {
  padding: 0 60px;
}
.dessections .colrigside {
  padding: 0 80px 0 0;
}

/* lux */

.luxsec {
  padding: 100px 0 0;
  background: #000;
}

.luxsec h2 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 25px;
  font-family: "AvertaCY-Regular";
}
.luxsec p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 25px;
  font-family: "AvertaCY-Regular";
}
.luxsec .row {
  margin: 0 0 80px !important;
}
.lxim {
  border-radius: 30px;
}
.navifix {
  background: #000 !important;
  padding: 20px 0 40px !important;
}
.exbenh {
  padding: 300px 0 100px !important;
}

/* table */

.tabmembersec {
  background: #000;
}

.memtable td {
  border-top: 1px solid #6b6b6b;
  padding: 15px;
  font-size: 20px;
}
.memtable.table thead th {
  background: #000;
  color: #fff;
  font-size: 20px;
}
.memtable.table th:nth-child(3),
.memtable.table td:nth-child(3) {
  border-left: 1px solid hwb(49 71% 5%);
  border-right: 1px solid hwb(49 71% 5%);
  color: #fff;
  padding: 0 0 0 25px !important;
}
.memtable.table tr:last-child td:nth-child(3) {
  border-bottom: 1px solid hwb(49 71% 5%);
}
.memtable.table th:nth-child(3) {
  border-top: 1px solid hwb(49 71% 5%);
  padding: 20px 0 20px 25px !important;
  font-family: "AvertaCY-Regular";
  font-size: 20px;
}
.memtable.table th:nth-child(2) {
  font-family: "AvertaCY-Regular";
  font-size: 20px;
}
.tabmembersec .tabwth {
  max-width: 888px;
  display: flex;
  margin: 0 auto;
}
.tabmembersec h2 {
  color: #fff;
  font-family: "AvertaCY-Regular";
  font-size: 22px;
  margin: 0 0 20px;
}

.tabmembersec p {
  color: #9d9d9d;
  font-family: "AvertaCY-Regular";
  font-size: 19px;
  margin: 0 0 45px;
}
.table.table-borderless.memtable {
  margin: 0 0 150px;
}

.tabmembersec .membership-table-outer h2 {
    margin: 0 0 10px;
}

.benefits-list {
  line-height: 1.6;
  font-size: 20px;
  margin: 0 13px 100px;
  color: #9d9d9d;
}
.benefits-list li {
  margin-bottom: 10px;
  list-style: disc;
  color: #fff !important;
}
.mediasec {
  background: #000;
  padding: 100px 0;
}

.mediasec h1 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 70px;
  font-family: "AvertaCY-Regular";
}
.mediasec h2 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 20px;
  font-family: "AvertaCY-Regular";
}
.mediasec h3 {
  color: #cfac65;
  font-size: 15px;
}
.mediasec h5 {
  color: #cfac65;
  font-size: 15px;
  margin: 10px 0 13px;
}
.mediasec p {
  color: #979797;
}
.mim {
  margin: 0 0 10px;
  width: 100%;
}
.imb {
  display: flex;
  justify-content: space-between;
  height: 40px;
}
.linex {
  width: 96% !important;
  margin: 25px 15px 25px !important;
  color: #fff;
  font-size: 2px;
  display: none;
}
.rhtbar {
  border-right: 1px solid #5f5f5fad;
}
.mediasec .col-md-6 {
  padding: 5px 15px;
}
.mediasec h4 {
  color: #fff;
  font-size: 18px;
}
.blogdetalsec {
  padding: 270px 0 100px;
  background: #000;
}
.blogdetalsec h3 {
  color: #cfac65;
  font-size: 15px;
  margin: 10px 0 13px;
}
.blogdetalsec h2 {
  color: #fff;
  font-size: 19px;
  margin: 0 0 2px;
  font-family: "AvertaCY-Regular";
}
.blconsec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blogdetalsec p {
  color: #979797;
  margin: 0;
}
.slblo {
  margin: 0 7px;
}
.blogdetalsec h1 {
  color: #fff;
  font-size: 32px;
  margin: 0 0 40px;
  font-family: "AvertaCY-Regular";
}
.blogdetalsec p {
  color: #979797;
  margin: 0 0 15px;
  /* font-size: 18px; */
}
.bldlt {
  margin: 0 0 40px;
}
.blogdetalsec p {
  
  margin: 0 0 15px;
}
.blogdetalsec .pbold {
  color: #979797;
  margin: 0 0 15px;
  font-size: 18px;
  font-family: "AvertaCY-Regular";
  font-weight: 600;
}
.blogdetalsec h4 {
  font-size: 20px;
  color: #fff;
}

.blogdetalsec .col8lef {
  border-right: 1px solid #5f5f5f;
  padding: 0 30px;
}

.blogdetalsec .tocolblo p {
  color: #979797;
  margin: 0 0 0px !important;
}
.col-md-4.rigblcol {
  padding: 0 30px;
  margin: -26px 0 0;
}
.col-md-8.tocolblo {
  padding: 0 30px;
}
.airgosec {
  background: #000 !important;
  padding: 61px 0 60px;
}
.airgosec h2 {
  color: #fff;
  font-size: 32px;
  margin: 0 0 40px;
  font-family: "AvertaCY-Regular";
}
.airgosec p {
  color: #979797;
  margin: 0 0 15px;
  /*  */
  margin: 0 0 20px;
}

.airgosec h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 20px;
  font-family: "AvertaCY-Regular";
  font-weight: 700;
}
.row.imgo {
  margin: 60px 0;
}
.airgosec .goc {
  margin: 45px 0;
  border-radius: 20px;
}
.cargbox h4 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 0px;
  font-family: "AvertaCY-Regular";
  text-align: center;
}
.lrnbtn {
  width: 23% !important;
  text-align: center;
  margin: 50px auto 0 !important;
  background: #cfac65;
  border-style: none;
  padding: 14px 0 !important;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
}
.airgosec .col-md-8 {
  padding: 0 30px;
}
.airgosec h5 {
  color: #cfac65;
  font-size: 20px;
  font-family: "AvertaCY-Regular";
  margin: 18px 0 0 18px;
}
.airgosec .lfcrg {
  padding: 56px 30px;
}

/* faq */
.faqsec {
  padding: 20px 0 100px;
  background: #000;
}

.faqsec .accordion-button.collapsed {
  background: #000;
  color: #fff;
  padding: 30px 0;
  padding-left: 28px;
}
.faqsec h2 {
  font-size: 34px;
  color: #fff;
  text-align: center;
  font-family: "AvertaCY-Regular";
  margin: 0 0 30px;
}
.faqsec .accordion-button::after {
  filter: invert(1);
  margin-right: 34px !important;
}
.faqsec .accordion-button:not(.collapsed) {
  background: #000;
  color: #fff;
  padding: 20px 0 0;
}
.faqsec .accordion-body {
  background: #000;
  /* color: #8f8f8f; */
  color: #fff;
  padding: 20px;
  margin-left: 27px;
  align-items: center;
  padding-top: 26px !important;
  padding-bottom: 25px !important;
}
.faqsec .accordion-item {
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}

.faqsec .accordion-button {
  border-left: none;
  border-right: none;
  border-color: #6b6b6b !important ;
}
.faqsec .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}
.faqsec
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom-right-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
}
.faqsec .accordion-item {
    border: 1px solid #312f2fbd !important;
    border-right: 0 !important;
    border-left: 0 !important;
}
.airgosec.loginsection
  .myaccount-data
  .col-md-12
  .editaccount-form
  .sub_btn:hover {
  background: white !important;
  color: #cfac65 !important;
}

.faqsec .accordion {
  max-width: 925px;
  margin: 0 auto;
}

.faqsec .accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.faqsec .accordion-button:not(.collapsed) {
  box-shadow: unset;
  border: 1px solid white !important;
  border-radius: 22px;
  background: #000;
  color: #fff;
  padding: 31px 0 27px;
  padding-left: 29px;
/*  text-transform: capitalize;*/
}

/* contact */
.headbrow {
  background: #221b1b;
  padding: 50px 0 70px;
}

.headbrow h2 {
  color: #fff;
  font-family: "AvertaCY-Regular";
  font-size: 45px;
}
.headbrow h3 {
  color: #bbbbbb;
  font-family: "AvertaCY-Regular";
  font-size: 35px;
}
.contactsecm {
  background: #000 !important;
  padding: 75px 0 0;
  position: relative !important;
}
.xcon {
  position: absolute;
  top: -197px;
  width: 40% !important;
  display: block;
  background: #131313;
  padding: 35px;
  border-radius: 20px;
}
.xcon h5 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 15px;
  font-family: "AvertaCY-Regular";
}
.xcon p {
  color: #fff;
  padding: 0 0 25px;
}

.contact-form-new .xcon .everest-forms input {
  background: transparent;
  padding: 20px 15px 20px 15px;
  border: 1px solid #fff important;
  border-radius: 5px;
  margin: 0 0 35px;
  color: #fff;
}

.contact-form-new .xcon .everest-forms .iti input[type='tel'] {
    margin: 0 0 35px !important;
}

.contact-form-new .xcon .everest-forms .iti .iti__flag-container {
    bottom: inherit;
    top: 24px;
}

.contact-form-new
  .xcon
  .everest-forms
  .evf-field-container
  .evf-frontend-row
  input::placeholder,
.wp-block-everest-forms-form-selector
  .evf-field-container
  .evf-frontend-row
  input::placeholder {
  color: #fff;
  font-size: 16px;
}
.contact-form-new .xcon .everest-forms textarea {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 0 50px;
}
.contact-form-new
  .xcon
  .everest-forms
  .evf-field-container
  .evf-frontend-row
  textarea::placeholder,
.wp-block-everest-forms-form-selector
  .evf-field-container
  .evf-frontend-row
  textarea::placeholder {
  color: #fff;
  font-size: 16px;
}
.contact-form-new .xcon .everest-forms button {
  background: #cfac65 !important;
  color: #fff !important;
  width: 100%;
  border-style: none !important;
  padding: 20px 0 !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
}

.contactsecm iframe {
  border-radius: 20px;
}
.row.brboxh {
  padding: 100px 0;
}
.contactsecm h4 {
  color: #fff;
  font-size: 32px;
  font-family: "AvertaCY-Regular";
  margin: 0 0 30px;
}
.contbal td:nth-child(2) {
  text-align: right;
}

/* service box */

.srvsec {
  padding: 0 0 100px;
  background: #000;
}
.srvsec h2 {
  color: #cfac65;
  font-size: 27px;
  margin: 0 0 60px;
  font-family:"AvertaCY-Regular";
  font-weight: 700;
  text-align: center;
}
.sriml {
  margin: 0 0 20px;
  width: 100%;
  border-radius: 30px;
}

.srvsec h3 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 0px;
  font-family: "AvertaCY-Regular";
  text-align: center;
}
.meetbestsec .fltcol-outer .owl-carousel .col-md-4.fltcol {
  width: 100%;
}
/* fleet page */

.filer-dropdowns {
  background: #000;
  padding: 60px 0 0;
}
.filer-dropdowns .col-md-3 .form-group {
  text-align: center;
}
.filer-dropdowns select {
  width: 85%;
  text-align: center;
  padding: 6px 0;
  background: #cfac65;
  border-style: none;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  background-image: url(../images/dwnsrv.png);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 50%;
}
.filer-dropdowns select option {
  color: #fff !important;
  background: #000 !important;
  font-family: "AvertaCY-Regular";
  border: none !important;
}

/* aircraft sales */
.sebox {
  margin: 0 0 25px;
}
.confrmsechigh .everest-forms {
  width: 50%;
  margin: 80px auto 0;
  position: relative;
}
.confrmsechigh .everest-forms input {
  background: #000000b2 !important;
  padding: 15px 0 15px 15px !important;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
  margin: 0 0 25px !important;
  color: #fff !important;
  height: 52px !important;
}
.confrmsechigh .everest-forms textarea {
  background: #000000b2 !important;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
  margin: 0 0 30px !important;
  color: #fff !important;
  min-height: 180px !important;
  resize: none
}

.confrmsechigh .everest-forms input::placeholder {
  color: #fff !important;
  font-size: 16px;
}
.confrmsechigh .everest-forms .label {
  color: #fff !important;
  font-size: 16px;
}
.confrmsechigh .everest-forms .evf-submit-container {
    text-align: center;
}
.confrmsechigh .everest-forms .everest-forms-submit-button {
  width: fit-content !important;
  background: #cfac65 !important;
  color: #fff !important;
  border-style: none;
  font-weight: 600 !important;
  margin: 0 auto 0;
  border: 1px solid #cfac65 !important;
  border-radius: 50px !important;
  padding: 12px 50px !important;
  float: none !important;
}
.confrmsechigh .everest-forms .everest-forms-submit-button:hover {
  background: #fff !important;
  color: #cfac65 !important;
}

.confrmsechigh .everest-forms input[type=radio] {
    height: auto !important;
}

.confrmsechigh .everest-forms label.evf-error {
    bottom: 0 !important;
    position: absolute;
    z-index: 9;
    color: #d10000 !important;
    margin: 0;
    background: rgba(255 255 255 / 0.30);
    box-shadow: 0 0 2px 1px rgba(255 255 255 / 0.30);
    padding-inline: 8px;
}

.confrmsechigh .everest-forms .evf-field {
    position: relative;
}

.confrmsechigh .everest-forms .evf-field ul.evf-field-required + label.evf-error {
    position: relative;
    bottom: 6px !important;
}

.confrmsechigh .everest-forms .evf-field-date-time .date-time-container {
    gap: 5px;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field {
    margin: 0 0 15px !important;
}

.confrmsechigh .everest-forms .evf-field-phone .iti.iti--allow-dropdown {
    margin: 0 0 25px;
}

.sriml {
  margin: 0 0 20px;
  width: 100%;
  border-radius: 30px;
  
transition: transform 0.3s ease, opacity 0.3s ease, border 0.3s ease;}

.sriml:hover {
  opacity: 0.8;
  transform: scale(1.1)
}
.confrmsechigh .everest-forms .depth-1 input {
  margin: 0 4px 0 !important;
}

/* career section */
.careersec {
  background: #000;
  padding: 100px 0;
}

.careebox {
  background: #2a2727;
  margin: 0 0 50px;
  padding: 20px;
  border-left: 10px solid #cfac65;
  border-radius: 15px;
}
.careersec h2 {
  font-size: 34px;
  color: #fff;
  margin: 0 0 80px;
  font-family: "AvertaCY-Regular";
}
.careersec h3 {
  color: #fff;
  font-size: 22px;
  font-family: "AvertaCY-Regular";
  margin: 0 0 20px;
}
.careersec p {
  color: #fff;
  margin: 0 0 26px;
  /* font-size: 18px; */
}

.careersec .frcar {
  display: flex;
  justify-content: space-between;
  padding-top: 19px;
}
.careersec .lscar {
  display: flex;
  justify-content: space-between;
}
.careersec a {
  background: #cfac65;
  border-style: none;
  border-radius: 5px;
  padding: 12px 60px;
  color: #fff;
  font-family: "AvertaCY-Regular";
  font-size: 19px;
  border-radius: 50px;
}


/* directors */

.direcsec {
  padding: 100px 0;
  background: #000;
}
.direcsec .drgims {
  width: 100%;
  margin: 0 0 20px;
}
.direcsec .col-md-4 {
  padding: 0 40px;
  margin: 0 0 30px;
}
.direcsec .dirbox h2 {
  color: #fff;
  font-size: 24px;
}
.direcsec .dirbox h3 {
  color: #fff;
  font-size: 18px;
}
.contactsecm iframe {
  width: 100%;
}
.back-fleet-btn a {
  border-style: none;
  background: #cfac65;
  font-size: 17px !important;
  font-family: "Inter-Light";
  color: #fff !important;
  border-radius: 38px;
  border-style: none;
  background: #cfac65;
  padding: 13px 34px;
}
.back-fleet-btn a:hover {
  background: #fff !important ;
  color: #cfac65 !important;
}
.qstsec p a {
  color: #ffff;
}
.qstsec h4 {
  font-size: 18px;
  color: #cfac65;
  margin: 0 0 30px;
  font-family: "AvertaCY-Regular";
  text-align: left !important;
}
footer .container-fluid {
  padding: 0 !important;
}
.faqsec h1 {
  font-size: 35px;
  font-family: "AvertaCY-Regular";
  color: #cfac65;
  margin: 0 0 40px;
  line-height: 1.5;
}
.faqsec h2 {
  font-size: 27px;
  color: #fff;
  font-family: "AvertaCY-Regular";
  margin: 25px 0 40px;
  text-align: center;
}
h2.wp-block-heading {
  text-align: left !important;
}

.faqsec p {
  
  color: #fff;
  font-family: "AvertaCY-Regular";
  margin: 0 0 25px;
}

.faqsec.default-page h2 {
    text-align: left;
}

.flgt-enquiry .enq-head .enq-head-list .enq-head-item.active a {
  color: #cfac65 !important;
}

#evf-193-field_BIV4BVemxC-11 {
  background: #000000b2 !important;
  padding: 20px 0 20px 15px !important;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
  margin: 0 0 35px !important;
  width: 100% I !important;
}

select#evf-193-field_Us6VUO2gn6-3 {
  width: 100% !important;
}

select#evf-193-field_BIV4BVemxC-11 {
  width: 100% !important;
}
.evf-frontend-grid p {
  color: #fff;
}

.everest-form select {
  color: #ffffff;
}

.everest-form select option {
  color: #000000;
}

.everest-form input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.everest-form input {
  color: #ffffff;
}
.meetbestsec .owl-prev {
  position: absolute;
  width: 60px;
  height: 62px;
  top: 46%;
  left: -3%;
  background: url(../images/leftarrowgold.png) no-repeat;
  z-index: 9;
  transition: color 0.3s ease, transform 0.3s ease;
}

.meetbestsec .owl-prev:hover {
  transform: scale(0.9);
}
.meetbestsec .owl-next {
  width: 60px;
  height: 62px;
  position: absolute;
  top: 46%;
  right: -3%;
  background: url(../images/rightarrowgold.png) no-repeat;
  z-index: 9;
  transition: color 0.3s ease, transform 0.3s ease;
}

.meetbestsec .owl-next:hover {
  transform: scale(0.9);
}
header .navbar-expand-lg .navbar-collapse {
  display: block !important;
  padding: 0;
}

.sidebar-logo {
  margin: 0 0 30px;
}

header .navbar-expand-lg .navbar-collapse .bg-sidebar {
  background: url(../images/bannerimage4.jpg) no-repeat;
  width: 50%;
  padding: 0;
  height: inherit;
  display: block;
  background-position: center;
  background-size: cover;
  float: left;
}
header .navbar-collapse .main-side-wrapp {
  width: 100%;
  padding: 65px 5% 0;
  float: right;
  height: 100%;
  overflow-y: auto;
}
.error-msg {
  color: red;
}
.owl-nav .owl-prev {
  font-size: 0;
}
.owl-nav .owl-next {
  font-size: 0;
}
.owl-dots {
  display: none !important;
}
.expsecdusec .row {
  justify-content: center;
}

/* meg */

.has-subcategory {
  position: relative; /* Position relative for the dropdown to be positioned within this context */
}

.sub-category-dropdown {
  display: none; /* Hide dropdown initially */
  position: absolute;
  top: 100%; /* Aligns the dropdown below the parent menu item */
  left: 0;
  background-color: #000; /* White background for the dropdown */
  padding: 10px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow for a floating effect */
  z-index: 10; /* Ensures it appears above other content */
}

.sub-category-dropdown li {
  padding: 5px 20px;
  white-space: nowrap; /* Prevents text from wrapping */
}

.sub-category-dropdown li a {
  color: #333; /* Link color */
  text-decoration: none;
  display: block; /* Block display for the entire link area to be clickable */
}

.sub-category-dropdown li a:hover {
  background-color: #f8f8f8; /* Background color change on hover */
}

.has-subcategory:hover .sub-category-dropdown {
  display: block; /* Show the dropdown on hover */
}

.submenus {
  display: none;
  list-style: none;
  padding-left: 20px; /* Adjust for indentation */
}
.has-sub-outer {
  display: none !important;
}
.mobcase {
  display: none !important;
}
.row.rw-meg.child-men.showsec .close-menu {
  background: url(../images/close-btnic.png) no-repeat center;
  background-size: auto;
  padding: 17px 17px;
  width: auto;
  display: flex;
  text-align: center !important;
  float: right !important;
  background-size: 34%;
  border: 1px solid #b39b6d;
  border-radius: 54%;
  margin: -40px 145px 30px 0;
  cursor: pointer;
  height: 20px !important;
}
.flgt-enquiry .flgt-col1 .enq-body .form-field .locations_to_fr_list {
  /*position: absolute;
  width: 100% !important;
  top: 60px;
  z-index: 9;
  overflow-y: auto;
  max-height: 300px;*/
	float: left;
    padding: 10px 15px;
    border: 1px solid #e8ebf1;
    max-height: 177px;
    overflow-y: auto;  
    position: absolute;
    top: 50px;
    z-index: 99;
    max-height: 177px;
    width: 100%;
}

#ui-datepicker-div table tbody .ui-state-default {
  color: #000 !important;
  text-align: center;
}
#ui-datepicker-div table tbody tr td {
  padding: 0 !important;
}

/* Initial hidden state */
.rw-meg.child-men.showsec {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.rw-meg.child-men.showsec ul li {
  transition: all 5s ease-in-out;
  opacity: 0;
}
.rw-meg.child-men.showsec.menu-open-anmi ul li {
  animation: menu-anime 0.5s ease forwards;
}
.contact-form-new .xcon .everest-forms button:hover {
  background: #fff !important;
  color: #ceab64 !important;
}

@keyframes menu-anime {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.navbar-nav .nav-item .nav-link img {
  margin: 0 0 0 6px;
}

.loginsection .login-form label {
  display: none;
}

.loginsection .login-form {
  background: #272727;
  padding: 30px;
  border-radius: 20px;
}
.loginsection .login-form .input-box {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 25px 0;
  margin: 0 0 35px;
  color: #fff;
}
.loginsection .login-form .input-box::placeholder {
  color: #fff;
  font-size: 18px;
}
.loginsection .login-form .sub_btn {
  background: #cfac65;
  color: #fff;
  padding: 10px 38px;
  border-radius: 30px;
  font-size: 18px;
  margin: 35px 0 30px 0;
}
.loginsection .login-form p a {
  color: #fff;
  font-size: 18px;
}

.loginsection .signup-form label {
  display: none;
}

.loginsection .signup-form {
  background: #272727;
  padding: 30px;
  border-radius: 20px;
}
.loginsection .signup-form .input-box {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 25px 0;
  margin: 0 0 35px;
  color: #fff;
}
.loginsection .signup-form .input-box::placeholder {
  color: #fff;
  font-size: 18px;
}
.loginsection .signup-form .sub_btn {
  background: #cfac65;
  color: #fff;
  padding: 10px 38px;
  border-radius: 30px;
  font-size: 18px;
  margin: 35px 0 30px 0;
}

.airgosec.loginsection {
  padding: 40px 18px !important;
  position: relative;
}
.signup-error {
  color: red !important;
}

.flgt-enquiry .flgt-col1 .enq-body .form-field input.form-contro {
  font-family: "AvertaCY-Regular";
}

.airgosec.loginsection .register-form {
  background: #272727;
  padding: 30px;
  border-radius: 20px;
}

.airgosec.loginsection .register-form .input-box::placeholder {
  color: #fff;
  font-size: 18px;
}
.airgosec.loginsection .register-form .input-box {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 25px 0;
  margin: 0 0 35px;
  color: #fff;
}
.airgosec.loginsection .register-form .sub_btn {
  background: #cfac65;
  color: #fff;
  padding: 10px 38px;
  border-radius: 30px;
  font-size: 18px;
  margin: 35px 10px 30px 0;
}
.airgosec.loginsection .register-form .f_row a {
  background: #cfac65;
  color: #fff;
  padding: 10px 38px;
  border-radius: 30px;
  font-size: 18px;
  margin: 35px 0 30px 0;
}
.airgosec.loginsection .signup_success_msg.signup-success {
  float: left;
  width: fit-content;
  position: absolute;
  top: 34px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto 0;
}
.signup-error.fail-msg {
  margin-top: 1rem;
  color: red !important;
}

.airgosec.loginsection .myaccount-data .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.airgosec.loginsection .myaccount-data .col-md-12 .account-sidemenu {
  background: #081028;
  padding: 130px 25% 150px;
  border-radius: 20px;
}
.airgosec.loginsection .myaccount-data .col-md-12 .account-sidemenu li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
}
.airgosec.loginsection .myaccount-data .col-md-12 .account-sidemenu li {
  margin: 0px 0 27px;
}
.airgosec.loginsection .myaccount-data .col-md-12 .account-sidemenu li {
  margin: 0px 0 24px;
}
.airgosec.loginsection .myaccount-data .col-md-12 .col-md-4 {
  padding: 0 5%;
}
.airgosec.loginsection .myaccount-data .col-md-12 .editaccount-form {
  background:#0B1739;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #272F47;
}
.airgosec.loginsection .myaccount-data .col-md-12 .editaccount-form .input-box {
  background: transparent !important;
  
  border: 1px solid #272F47 !important;
  border-radius: 0;
  padding: 18px 0;
  margin: 0 0 35px;
  color: #fff;
  border-radius: 11px;
  padding-left: 21px;
  font-size: 20px;
}
.airgosec.loginsection.account-no-banner .f_row:last-child {
  border: none !important;
}


.airgosec.loginsection.account-no-banner  ul.account-sidemenu a:hover {
  color: #c7a562 !important;
}


.airgosec.loginsection.account-no-banner  h2 {
  
  padding-bottom: 21px;
  padding-top: 30px;
}
.airgosec.loginsection
  .myaccount-data
  .col-md-12
  .editaccount-form
  .input-box::placeholder {
  color: #fff;
  font-size: 18px;
}
.airgosec.loginsection .myaccount-data .col-md-12 .editaccount-form .sub_btn {
  background: #cfac65;
  color: #fff;
  padding: 10px 38px;
  border-radius: 30px;
  font-size: 18px;
  margin: 35px 0 30px 0;
}
.airgosec.loginsection .myaccount-data .col-md-12 .editaccount-form label {
  display: block;
  font-size: 20px;
}

.airgosec.loginsection.account-no-banner .f_row {
  
  margin-top: 30px;
 display: flex;
 border-bottom: 1px solid #272F47 !important;
} 


/* .airgosec.loginsection.account-no-banner  input {
  width: calc(100% - 153px);
} */


.airgosec.loginsection.account-no-banner label {
  width: 300px;
}
.airgosec.loginsection .myaccount-data p {
  color: #cfac65;
  font-size: 22px;
  margin: 0 0 37px 10px;
}
.airgosec.loginsection .myaccount-data p a {
  color: #fff;
  font-size: 15px;
  margin: 0 0 0 10px;
  background: #cfac65;
  padding: 8px 16px;
  border-radius: 5px;
}
.airgosec.loginsection .col-md-8 {
  border-right: 0 !important;
  padding: 0;
}

.airgosec.loginsection .form-reg-log {
  background: #272727;
  padding: 30px 61px;
  border-radius: 20px;
  margin: 0 0 30px;
  width: 50%;
  margin: 0 auto 30px;
}

.airgosec.loginsection .form-reg-log .input-box {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 25px 0;
  margin: 0 0 35px;
  color: #fff;
}
.airgosec.loginsection .form-reg-log .input-box::placeholder {
  color: #fff !important;
  font-size: 18px;
}
.airgosec.loginsection .form-reg-log .sub_btn {
  background: #cfac65;
  color: #fff;
  padding: 10px 38px;
  border-radius: 30px;
  font-size: 18px;
  margin: 35px 0 30px 0;
}
.airgosec.loginsection .form-reg-log label {
  display: none;
}
.airgosec.loginsection .col-md-8 h1 {
  color: #fff;
  font-size: 40px;
  margin: 0 0 30px;
}

.airgosec.loginsection .col-md-8 table tbody {
  background: transparent;
  display: block;
}
.airgosec.loginsection .col-md-8 table tbody td {
  background: transparent !important;
}
.airgosec.loginsection
  .myaccount-data
  .col-md-12
  .account-sidemenu
  li.active
  a {
  color: #cfac65;
}
.airgosec.loginsection.account-no-banner {
  padding: 250px 18px 25px !important;
}
.myaccount-data .logintext {
  color: #fff;
}
.myaccount-data .logintext a {
  color: #cfac65;
}
.myaccount-data .not-found {
  color: #fff !important;
}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody > tr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* border-bottom: 1px solid #6b6b6b; */
}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr td {
  width: 25%;
  padding: 30px 0px !important;
  font-size: 20px;
}

section.airgosec.loginsection.account-no-banner.travel-detail-data.show-tra-de .col-md-8 table tbody tr td
{
  padding: 30px 54px !important;
}

  .airgosec.loginsection.account-no-banner .col-md-8 table tbody tr th {
    width: 25%;
    font-family: "AvertaCY-Regular";
    font-size: 20px;
    /* background: #000; */
    color: #fff;
    padding: 25px 0px;
}

section.airgosec.loginsection.account-no-banner.travel-detail-data.show-tra-de .col-md-8 table tbody tr th
{
  padding: 25px 54px;
}
.airgosec.loginsection.account-no-banner
  .col-md-8
  table
  tbody
  tr
  td
  .account-btns {
  border: 1px solid #fff;
  padding: 6px 15px;
  border-radius: 6px;
  cursor: pointer;
}
.airgosec.loginsection.account-no-banner
  .col-md-8
  table
  tbody
  tr
  td
  .account-btns:hover {
  background: #cfac65;
  color: #fff;
  border: 1px solid #cfac65;
}

.airgosec.loginsection .myaccount-data .col-md-12 .changepw-form {
  background: transparent;
  padding: 30px;
  border-radius: 20px;
}
.airgosec.loginsection .myaccount-data .col-md-12 .changepw-form .input-box {
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 25px 0;
  margin: 0 0 35px;
  color: #fff;
}
.airgosec.loginsection
  .myaccount-data
  .col-md-12
  .changepw-form
  .input-box::placeholder {
  color: #fff;
  font-size: 18px;
}
.airgosec.loginsection .myaccount-data .col-md-12 .changepw-form .sub_btn {
  background: #cfac65;
  color: #fff;
  padding: 10px 38px;
  border-radius: 30px;
  font-size: 18px;
  margin: 35px 0 30px 0;
}
.airgosec.loginsection .myaccount-data .col-md-12 .changepw-form label {
  display: none;
}
/* 15-11-24 */

.flgt-enquiry.show-mob {
  display: none;
}
.flgt-enquiry.show-desk {
  display: block !important;
}
.accordion-button:not(.collapsed) {
  background: #0000 !important;
}
.accordion-item {
  background: black !important;
}

.accordion-button {
  background: #000 !important;
}

.accordion-body {
  padding: 0 !important;
}

.locations_to_fr_list-form-grp {
  position: relative;
}

section.meetbestsec.show-mob {
  display: none;
}

section.meetbestsec.show-desk {
  display: block;
}

/* .slick-slide:nth-child(4) img {
  object-fit: cover;
   height: 200px !important;
  width: 100% !important;
} */
.slick-slide img {
  display: block;
}
form.search-form .search-field {
  padding: 10px 22px;
  border-radius: 26px;
  background: #cfac65;
  color: #fff !important;
}

.search-field::placeholder {
  color: white;
  text-align: center;
}

form.confrm .form-control {
  caret-color: #fff !important;
}

.back-fleet-btn {
  /* margin-top: 45px !important ;
 */
}

ul.dropdown-menu.showthismenu {
  display: block !important;
  background: none !important;
  opacity: 1;
}

#cssmenu ul ul.showthismenu {
  display: block !important;
}
.overlay.open li {
  background: transparent !important;
}

.bhighbox .col-md-4 {
  flex: 0 0 auto;
  width: 15.333333%;
  margin: 0 24px;
}

.bhighbox .row {
  display: flex;
  justify-content: center;
}
.sub-banner-wrapp .half-banner p {
  /* font-size: 19px !important; */
}

/* .slick-slide:nth-child(2) img {
  width: 100%;
  object-fit: cover;
   height: 300px; 
}  */
.specdetls th,
table td {
  padding: 20px 0 !important;
}

.engne-sect table td {
  padding: 10px 0 !important;
}
section.exclusive-page-wrapp.default-page.common-style th {
  color: #fff;
}

.ftbox ul li a:hover {
  color: #cfac65 !important;
}

.sub-banner-wrapp .banner-content {
  margin-bottom: -18px;
}

.srvsec .row {
  display: flex;
  justify-content: center;
}

a.vmexbtn:hover {
  background: white;
  color: #cfac65 !important;
}



.everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) select, .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row:not(.wp-list-table) select {
  appearance: menulist;
  background: #000000b2 !important;
  padding: 13px 0 20px 15px !important;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
  margin: 0 0 26px !important;
  height: 52px;
  color: #fff !important;
  z-index: 9999999999999999999999999999;
  z-index: 999999999;
  box-sizing: border-box;
  line-height: 1.5;
}
/* .evf-frontend-grid:nth-child(2) > div:nth-child(2) .input-text {
  margin: 37px 0 10px 0 !important;
} */
.date-time-container > input:nth-of-type(1) {
  display: block !important;
  color: white !important;
}

.everest-forms
  .evf-field-container
  .evf-frontend-row
  .evf-frontend-grid
  .evf-field,
.wp-block-everest-forms-form-selector
  .evf-field-container
  .evf-frontend-row
  .evf-frontend-grid
  .evf-field {
  display: block;
  margin-bottom: 0 !important;
}
.input-text {
  caret-color: #fff !important;
}

ul.navbar-nav a {
  font-family: "AvertaCY-Regular";
  /*text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);*/

}

.dropdown-toggle.parent-item {
    display: block;
}

.mega-menu ul li a:hover {
  color: #cfac65 !important;
}

img.img-fluid.mim {
  min-height: 89px !important;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.3s ease, border 0.3s ease;
}
img.img-fluid.mim:hover {
 
  opacity: 0.8;
}

.careersec a:hover {
  background: #fff !important;
  color: #cfac65 !important;
}

/* .bsbox img {
 
  height: 200px !important;
} */
.bhighbox {
  margin: 23px auto 40px !important;
}

img.img-fluid.slic:hover {
  opacity: 0.8;
}

/* Larger jets */

.cat-fleet-imag .main-banner img {
  width: 90% ;
}
.cat-fleet-imag .banner-content {
  top: 84% ;
}
.cat-fleet-imag img {
  width: 90% !important;
  margin: 0 auto;
}

.confrmsechigh h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.confrmsechigh p {
    color: #fff;
    /* font-size: 17px; */
    font-family: "AvertaCY-Regular";
    text-align: center;
    margin: 0 0 38px;
}

.social-row3.teamer-in1.custom-about {
  color: #fff !important;
}
section.confrmsechigh h5 {
  color: #fff;
  text-align: center;
  font-size: 30px;
}
.luxsec .col-md-6 {
  flex: 0 0 auto;
  width: 50%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
div#evf-193-field_6U4Hp19rfR-21 {
  display: none;
}
.evf-frontend-grid p {
  color: #fff;
  text-align: center;
  color: #fff;
}
.blglrnbtn:hover {
  background: #cfac65;
  color: #fff !important;
}
.confrmsechigh .everest-forms textarea::placeholder {
  color: #fff !important;
}

.highdetailsec .bhighbox h3 {
  margin-bottom: 30px;
}
.no-featured-banner .banner-content {
  top: 149px;
  
}
.no-bann-sp {
  margin-bottom: 48px !important;
}
.no-featured-banner {
  margin: 2px 86px 24px 24px;
  display: flex
;
  justify-content: center;
  align-items: center;
  margin: 0 auto 17px;
  margin-top: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.sub-banner-wrapp.no-featured-banner h2 {
  margin: 0 0 10px;
  text-align: center;
}

.meetbestsec .service-img img {
  display: block;
  width: 100%;
  margin: 0 auto !important;
  background-size: 90%;
}

.verfify-success {
  border: 1px solid #dfc899;
  padding: 36px 30px 35px 51px !important;
  border-radius: 35px;
  height: 346px;
  width: 644px !important;
  font-family: "AvertaCY-Regular";
  background: linear-gradient(90deg, #cda767 0%, #ffffff 106.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 34px 0 17px 0;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.verfify-success a {
  color: #d3b98e;
  text-decoration: underline;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  padding-left: 6px;
}
.verfify-success a::after {
  content: "";
  background: url(../images/arrow3.png) !important;
  width: 22.8px !important;
  height: 24px !important;
  margin-left: auto !important;
}
section.airgosec.loginsection.login-verify.account-no-banner .row {
  display: flex;
  justify-content: center;
}

span.edit_success_msg.signup-success {
  color: #cfac65;
}
.row.tabwth {
  padding-top: 37px;
}
table.table.table-borderless.memtable a {
  float: none;
  color: #ffffff;
  background: #cfac65;
  text-decoration: none;
  border: 1px solid #cfac65;
  border-radius: 50px;
  padding: 9px 16px !important;
  display: inline-block;
  font-size: 16px !important;
  line-height: normal;
  margin: 0 8px 0 0;
  transition: all 0.25s ease-in 0s;
  font-size: 15px;
  font-family: "AvertaCY-Regular" !important;
  width: fit-content;
}

.memtable.table th:nth-child(4), .memtable.table td:nth-child(4) {
  padding: 0 0 0 25px !important;
}

table.table.table-borderless.memtable a.paypal-button {
    min-width: 154px;
    margin-block: 20px;
}


div#LoginModal {
  top: 0 !important;
  z-index: 9999;
  background: rgba(0 0 0 / 0.35);
}

div#LoginModal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

div#LoginModal h5 {
  color: #000;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 30px;
}


div#LoginModal .modal-content
{
  padding: 16px !important;
}
div#LoginModal .modal-header {
  display: flex !important;
  justify-content: space-between !important;
  padding-bottom: 4px;
  -webkit-appearance: none;
  border: none !important;
  outline: none !important;
}

button.close {
  background: transparent;
  outline: transparent;
  /* width: 43px; */
  border: none;
  font-size: 40px;
  line-height: 1;
}

div#LoginModal h2 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 23px;
  padding-top: 15px;
  display: none !important;
}

div#LoginModal .sub_btn:hover {
  background: #000 !important;
  color: #cfac65 !important;
}

div#LoginModal .modal-body {
  padding-top: 0 !important;
}

div#LoginModal .f_row label {
  font-size: 20px;
  padding-top: 17px;
  padding-bottom: 10px;
  color: #000;
}

div#LoginModal .form-control {
  padding: 10px 20px;
  font-size: 18px;
}

div#SignupModal {
    z-index: 9999999999;
}


div#LoginModal .sub_btn {
  /* display: inline-block; */
  /* font-weight: 400; */
  /* line-height: 1.5; */
  /* color: #212529; */
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #cfac65;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow;
  width: 100%;
  color: #fff !important;
  margin-top: 20px;
  font-size: 18px;
}
div#LoginModal a#frgt_pass:hover {
  color: #000;
}
div#LoginModal a#frgt_pass {
  color: #cfac65;
  display: inline-block;
}

div#LoginModal #cancel {
    text-align: center;
    margin: 10px auto 0;
    float: none;
    display: block;
    color: #cfac65;
    transition: all 0.25s ease-in;
}

div#LoginModal #cancel:hover {
    color: #000;
}

div#SignupModal .modal-content {
  padding: 16px;
}


div#SignupModal .f_row label {
    font-size: 16px;
    padding-block: 10px;
    color: #000000;
}
div#SignupModal .form-control {
  font-size: 18px;
}

div#SignupModal .f_row label input[type="checkbox"] {
    top: 2px;
    margin-right: 5px;
}

div#SignupModal select.form-control {
  color: #6c757d !important;
}
select#country {
  padding: 8px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  font-size: 17px !important;
  color: #dee2e6 !important;
  margin-bottom: 0 !important;
}
div#SignupModal .modal-header {
  display: flex;
  justify-content: space-between;
}
div#SignupModal h5 {
  font-size: 30px;
  color: #000000;
}
div#SignupModal h2 {
  display: none;
}
div#SignupModal .modal-header {
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}
.row.servicesection .col-md-4 {
  width: 43%;
}


#date_of_birth::-webkit-calendar-picker-indicator {
  cursor: pointer; 
}
div#SignupModal .sub_btn
{
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #cfac65;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow;
  width: 100%;
  color: #fff !important;
  margin-top: 20px;
  font-size: 18px;
}
div#SignupModal .sub_btn:hover{
  background: #000 !important;
  color: #cfac65 !important;

}

#quoteModal .modal-header .btn-close {
    width: 18px;
    border-radius: 50%;
    background: #cfac65;
    font-size: 35px;
    padding: 3px 12px 3px 11px;
    color: #fff;
    transition: all 0.25s ease-in;
    opacity: 1;
    margin: 0 0 0 auto;
    position: relative;
}

#quoteModal .modal-header .btn-close:before {
    content: "";
    position: absolute;
    width: 46%;
    height: 3px;
    background: #ffffff;
    border-radius: 0;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    transform: rotate(45deg);
    transition: all 0.25s ease-in;
}

#quoteModal .modal-header .btn-close:after {
    content: "";
    position: absolute;
    width: 46%;
    height: 3px;
    background: #ffffff;
    border-radius: 0;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    transform: rotate(-45deg);
    transition: all 0.25s ease-in;
}

#quoteModal .modal-header .btn-close:hover {
    background: #000000;
}

#quoteModal .modal-header .btn-close:hover:after,
#quoteModal .modal-header .btn-close:hover:before {
    background: #cfac65
}

div#quoteModal .modal-dialog .everest-form .evf-field-label {display: block;font-size: 16px;padding: 0;color: #000;font-weight: normal;margin: 0 0 7px;}

div#quoteModal .modal-dialog .everest-forms .evf-container {
    margin: 0 0 10px;
}

div#quoteModal .modal-dialog .everest-form .evf-field-label span {
    color: #000;
}

div#quoteModal .modal-dialog .everest-form input.input-text {
    padding: 8px 13px;
    font-size: 15px;
    margin-top: 0;
}

div#quoteModal .modal-dialog .everest-form textarea {
    font-size: 15px;
    padding: 10px 12px;
    margin-top: 0;
    resize: none;
}

div#quoteModal .modal-dialog .everest-form .evf-submit {
    background-color: #cfac65;
    border: 1px solid #cfac65;
    padding: 10px 25px;
    color: #ffffff;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow;
    font-size: 18px;
}

div#quoteModal .modal-dialog .everest-form .evf-submit:hover {
    color: #cfac65;
    background: #000000;
    border-color: #000000;
}

.mega-menu .row.rw-meg ul li a {
  color: #fff !important;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0;
  transition: transform 0.3s ease-in-out;
}

.mega-menu .row.rw-meg ul li a.has-children {
    padding-right: 14px;
    position: relative;
}

.mega-menu .row.rw-meg ul li a.has-children:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0.125em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.mega-menu .row.rw-meg ul li a.has-children:hover:after {
    color: #cfac65;
}

a img.img-fluid.megaic {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0.8; /* Slightly faded initially */
  will-change: transform, opacity;
  backface-visibility: hidden;
}


img.img-fluid.megaic {
  transform: scale(1.5);
}
a:hover img.img-fluid.megaic {
  transform: scale(0.1);
  opacity: 1;
}
/* section.dessections.common-style {
  margin-left: 35px;
} */
section.dessections.common-style .row {
  display: flex;
  flex-direction: row;
}

.row.sidely {
  display: flex
;
  justify-content: center;
}

section.dessections.common-style .colrigside {
  padding: 0px !important;
}
.qstsec h2 {
  text-align: left;
}
.qstsec {
  
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

section.charter-concept-wrap.common-style p {
  color: #fff !important;
  padding-top: 45px;
  padding-bottom: 37px;
  margin: 0;
}
section.charter-concept-wrap.common-style h2 {
  color: #fff !important;
  padding-top: 49px;
  margin: 0 0 20px;
}

.mega-menu  ul li:hover img.img-fluid.megaic {
  transform: scale(1.2)!important;
  opacity: 1;
  color: #cfac65 !important;
}

.mega-menu .row.rw-meg ul li{
   /* background:red; */
   transition:


all 0.5s ease-in-out;
}
.mega-menu .row.rw-meg ul li a:hover {
  color: #cfac65 !important;
}

.partners-wrapp .partner-slider .slick-slide
{
  margin: 0 0 0px;
}

.tab-pane1.fade:not(.show) {
  opacity: 1;
}

.srcon h3 {
  color: #cfac65 !important;
  text-align: center;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 23px;
}
.srcon h3:hover {
  color: #ffff !important;

}

.row.servicesection {
  display: flex
;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
section.exclusive-page-wrapp.default-page.common-style h4 {
  color: #ffff !important;
  padding-top: 27px;
  margin-top: 10px;
}
.tab-pane1.fade {
  padding-top: 80px;
}

section.exclusive-section-wrapp {
  padding: 270px 0 50px;
  position: relative;
}

section.exclusive-page-wrapp.default-page.common-style ul {
  padding-left:0;
}

section.exclusive-page-wrapp.default-page.common-style ul li {
  color: #fff !important;
  list-style: disc;
  
}
section.exclusive-page-wrapp.default-page.common-style p {
  color: #fff;
}

.engne-sect th {
  color: #fff;
}

section.exclusive-section-wrapp h1 {
  /* z-index: 9; */
  color: #ffff !important;
  position: absolute;
  top: 182px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  text-align: center;
  padding: 0 4% 0;
}
section.exclusive-page-wrapp.default-page.common-style {
  margin-bottom: 48px;
}


section.exclusive-section-wrapp .container {
  display: flex
;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-inline: auto;
   width: 70% !important; 
}

/* .exclusive-section-wrapp .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
} */

.exclusive-section-wrapp .slidimgbox {
  width: 100%;
  display: block;
} 

.srvbox {
  margin: 0 0 20px;
  width: 100%;
  overflow: hidden; 
  position: relative; 
  transition: transform 0.3s ease, opacity 0.3s ease, border 0.3s ease;
}
div#LoginModal a.logbtn.popup_signup {
  color: #cfac65;
  cursor: pointer;
}
div#LoginModal a.logbtn.popup_signup:hover {
  color: #000;
  cursor: pointer;
}

div#SignupModal .modal-body {
  
  padding-top: 0 !important;
}

label.terms-label a {
  color: #cfac65;
}
label.terms-label a:hover {
  color: #000;
}

label.personal-label a:hover {
  color: #000;
}

.terms-label input[type="checkbox"] {
  
  display: inline-block !important;
  visibility: visible !important;
  width: 17px !important;
  height: 16px !important;
  margin: 0;
  -webkit-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
  border: 1px solid #cfac65 !important;
  position: relative;
  z-index: 99999999999;

}

.terms-label input[type="checkbox"]:checked {
  background: #ffffff;
  text-decoration: line-through;
  display: inline-block;
  padding: 0 0 0 0px;
  border: 5px solid #cfac65 !important;
}

  label.personal-label a {
    color: #cfac65;
}
label.personal-label input[type="checkbox"] {
  display: inline-block !important;
  visibility: visible !important;
  width: 17px !important;
  height: 16px !important;
  margin: 0;
  -webkit-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
  border: 1px solid #cfac65 !important;
  position: relative;
  z-index: 99999999999;
}
label.personal-label input[type="checkbox"]:checked {
  background: #ffffff;
  text-decoration: line-through;
  display: inline-block;
  padding: 0 0 0 0px;
  border: 5px solid #cfac65 !important;
}
div#SignupModal {
  padding-top: 75px;
}

.srvbox img.img-fluid.srim {
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition for the image */
}

.srvbox img.img-fluid.srim:hover {
  opacity: 0.8;
  transform: scale(1.1); 
}

.row.rw-meg {
  position: absolute;
  
}

.row.rw-meg {
  margin-left: 52px;
}


figure.table table {
  overflow: auto;
  min-width: 767px;
}
figure.table {

  overflow-x: auto;
  
}

figure.table table {
  border: 1px solid white;
}
figure.table td {
  border: 1px solid white !important;
  margin: 10px !important;
  padding: 15px !important;
}

section.faqsec.default-page.common-style ul li {
  color: #fff !important;
  /*list-style: disc;*/
}

/*section.faqsec.default-page.common-style ul li:before {
  display: none;
}
*/
._de {
  color: #fff !important;
}

section.faqsec.default-page.common-style a {
  color: #cfac65 !important;
}
section.faqsec.default-page.common-style a:hover {
  color: #ffff !important;
}

.membership-table-outer table {
  overflow: hidden;
  min-width: 767px;
}
.membership-table-outer {
  overflow-x: auto;
}
.row.rw-meg.parent-men.first-show .megaic {
  width: 22px;
  /* padding-right: 7px; */
  margin-right: 14px;
  padding-bottom: 0;
}

.demansec a.demand-btn {
  border-radius: 20px;
  border-style: none;
  background: #cfac65;
  padding: 10px 47px;
  font-size: 15px;
  font-family: "Inter-Light";
  color:#fff !important;
}
.demansec a.demand-btn:hover{
  
  background: #ffff;
  color: #cfac65 !important;

}

.experincde-img-outer {
  position: relative;
}
/* .experincde-img-outer a.leanmore-expe {
  position: absolute;
  bottom: 0;
  left: 31%;
  margin: 0;
  padding: 0;
  top: 87%;
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  border-style: none;
  padding: 10px 47px;
  font-size: 15px;
  font-family: "Inter-Light";
} */

.experincde-img-outer h4 {
  padding-bottom: 40px ;
}


.experincde-img-outer a.leanmore-expe {
      
    padding: 0;
    top: 84%;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    border-style: none;
    padding: 6px 47px;
    font-size: 15px;
    font-family: "Inter-Light";
    margin: 0 auto;
    display: flex !important;
    padding: 7px 43px;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    width: fit-content;
    background: rgba(0, 0, 0, 0.2);
    justify-content: center !important;
    align-items: center !important;

}

.experincde-img-outer a.leanmore-expe:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.container.container-items {
  width: 70% !important;
}

span.mega-menu-close {
    display: none;
}

.second-show.menu-open-anmi a img.img-fluid.megaic {
  width: 25px !important;
  margin-right: 13px;
}

.col-md-3.col-meg.this-parent-693.hide {
  width: 30% !important;
}

.getintouch {
    width: 100%;
    float: left;
    display: block;
}

.getintouch .xcon {
    position: relative;
    top: -35px;
    width: 83% !important;
    max-width: 1703px;
    margin: 0 auto 40px;
    border: 1px solid #857450;
    border-radius: 40px;
}

.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(1) {
    width: 49.5%;
    float: left;
    margin: 0;
}

.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(2) {
    width: 49.5%;
    float: right;
    margin: 0;
}

.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(3) {
    width: 100%;
    margin: 0;
}

.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
    width: 49%;
    float: left;
    flex: 0 0 49%;
    max-width: 49%;
    padding: 0;
    margin: 0 2% 0 0;
}

.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid:nth-child(2) {
    float: right;
    margin-right: 0;
}

.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(3) .evf-frontend-grid {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.getintouch .xcon .everest-forms .input-text {
    width: 100%;
    height: 52px;
    float: none;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: normal;
    line-height: normal;
    background: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin: 0 0 32px;
    resize: none;
}

.getintouch .xcon .everest-forms .input-text::placeholder {
    color: #ffffff;
}

.getintouch .xcon .everest-forms textarea.input-text {
    width: 100%;
    padding-top: 10px;
    min-height: 52px;
    height: 120px;
}

.getintouch .xcon .everest-forms .evf-submit {
    float: left;
    font-size: 19px;
    font-weight: 400;
    padding: 11px 48px 11px;
    margin: 0;
    border: 1px solid #cfac65;
    background: #cfac65;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all 0.25s ease-in 0s;
    font-family: "AvertaCY-Regular";
}

.getintouch .xcon .everest-forms .evf-submit:hover {
    background: #ffffff;
    color: #cfac65;
    border-color: #cfac65;
}

.getintouch .xcon .everest-forms .evf-field-container {
    padding: 0;
}

.getintouch .xcon .everest-forms .iti .input-text[type='tel'] {
    margin: 0 0 32px !important;
}

.getintouch .xcon .everest-forms .iti .iti__flag-container {
    bottom: inherit;
    top: 20px;
}


.reday-ship-wrapp {
    width: 100%;
    display: block;
    float: left;
    margin: 0 0 60px;
}

.reday-ship-wrapp .ready-col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 1800px;
    margin: 0 auto 0;
    background: #081938;
    border-radius: 24px;
    overflow: hidden;
}

.reday-ship-wrapp .ready-col .ready-col1 {
    width: 42.5%;
    display: inline-block;
    float: left;
    padding: 100px 5% 60px;
}

.reday-ship-wrapp .ready-col .ready-col2 {
    width: 57.5%;
    float: right;
    display: inline-block;
    margin: 0 0 0 auto;
}

.reday-ship-wrapp img {
    width: 100%;
    display: block;
}

.reday-ship-wrapp h2 {
    font-size: 38px;
    line-height: normal;
    color: #cfac65;
    letter-spacing: normal;
    margin: 0 0 28px;
}

.reday-ship-wrapp p {
    color: #fff;
    /* font-size: 17px; */
    font-family: "AvertaCY-Regular";
}

.reday-ship-wrapp .ready-col .ready-col2 img {
    height: 100%;
    object-fit: cover;
    min-height: 520px;
}

.reday-ship-wrapp .ready-col .col11 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0;
    align-items: center;
}

.reday-ship-wrapp .cargo-btn1 {
    width: 47%;
    text-align: center;
    float: none;
    color: #ffffff;
    background: none;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 8px 12px 8px;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 2.5% 10px 0;
    text-transform: uppercase;
    font-family: "AvertaCY-Regular";
    font-weight: 500;
}

.reday-ship-wrapp .cargo-btn1:last-child {
    margin-right: 0;
}

.reday-ship-wrapp .cargo-btn1:hover {
    background: #ffffff;
    color: #081938;
    border-color: #ffffff;
}
.confrmsechigh .input-text::placeholder {
  font-size: 18px !important;
}

.confrmsechigh span.evf-label {
  font-size: 18px;
}

.confrmsechigh .date-dropdown-field.input-text {
  
  font-size: 17px !important;
}

select#minute-select-evf-205-field_yNCboFRtkS-11 {
  font-size: 17px;
}


button#evf-submit-205 {
  font-size: 18px;
}

select#hour-select-evf-205-field_yNCboFRtkS-11 {
  font-size: 17px;
}
.everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) select, .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row:not(.wp-list-table) select {
  appearance: menulist;
  background: #000000b2 !important;
   padding: 0 !important; 
}

.getintouch.memb-form-extra div#evf-1036-field_p5F2BhNfCF-10-container abbr.required {
  display: none;
}
section.airgosec.loginsection.account-no-banner ul.account-sidemenu li {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0;
}

a.account-btns.actv-btn:active {
  background: #cfac65;
}

a.account-btns.actv-btn:focus{
  background: #cfac65;
}

form#changepw-form {
  background: #0B1739;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #272F47;
  margin-top: 60px;
}

form#changepw-form .input-box {

  background: transparent !important;
    border: 1px solid #272F47 !important;
    border-radius: 0;
    padding: 14px 0;
    margin: 0 0 35px;
    color: #fff;
    border-radius: 6px;
    padding-left: 21px;
    font-size: 20px;

}

input#changepwsubmit:hover {
  color: #cfac65;
  background: #fff;
}
.airgosec.loginsection .col-md-8 table {
  background: #081028;
  /* border-radius: 20px; */
  width: 100%;
  display: block;
  margin: 0 0 25px;
  border-radius: 0 0 20px 20px;
  overflow-y: hidden;
}
.traveltable-outer {
    background: #0B1739;
    border-radius: 20px;
    padding-top: 60px;
   
    
}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody > tr:nth-child(even) {
  background-color: #0B1739; 
}

/* membership */

section.airgosec.loginsection.account-no-banner.acc-mem-page-list .table-outer-mem {
  background: #0B1739;
  border-radius: 20px;
  padding-top: 95px;
  /* padding-bottom: 40px; */
  width: 100%;
}

section.airgosec.loginsection.account-no-banner.acc-mem-page-list .table-outer-mem table th {
   background-color:none !important;
 
}


.table-outer-mem table th {
  background-color: none !important;
  }

  .table-outer-mem table tr:nth-child(odd) {
    background-color: none !important;
}


section.airgosec.loginsection.account-no-banner.acc-mem-page-list .table-outer-mem table tr:nth-child(odd) {
   background-color:none !important;
}

section.airgosec.loginsection.account-no-banner.acc-mem-page-list .col-md-8 table tbody tr th {
  background-color:#081028!important;
}
section.airgosec.loginsection.account-no-banner.acc-mem-page-list .col-md-8 table tbody tr th {
 
  
  padding: 38px 0px 37px 25px;
}


section.airgosec.loginsection.account-no-banner.acc-mem-page-list .col-md-8 table tbody tr td {
  padding: 39px 0px 29px 25px !important;
}

.profile-form-outer .f_row{width:48%}
.profile-form-outer .f_row label{color:#fff;font-size:20px;margin:0 0 .5rem}
.profile-form-outer .f_row .form-control{background:#000000b2;padding:10px 17px 10px;border:1px solid #fff;border-radius:5px;margin:0 0 35px;color:#fff;font-size:16px !important;height:50px}
.profile-form-outer .editaccount-form{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}
.profile-form-outer .editaccount-form h1{width:100%;margin:0 0 30px}
.profile-form-outer .f_row .form-control::placeholder{color:#fff}
.profile-form-outer .f_row:last-child{width:100%}
.profile-form-outer .sub_btn{width:auto;display:flex;justify-content:center;align-items:center;background:#cfac65;color:#fff;border:1px solid #cfac65;font-size:19px;border-radius:30px;padding:15px 35px}
.profile-form-outer .sub_btn:hover{background: #ffffff;color: #cfac65;border-color: #cfac65}

.profile-form-outer{width:100%;display:block}
.profile-form-outer #edit_acc_link{float:right;display:block;width:auto;padding:12px 18px 12px 34px;background:#cfac65;border:1px solid #cfac65;border-radius:30px;margin:12px 0 0;position:relative;transition:all 0.25s ease-in}
.profile-form-outer #edit_acc_link:before{content:"\270E";position:absolute;left:10px;color:#fff;font-size:16px;transition:all 0.25s ease-in}
.profile-form-outer #edit_acc_link:hover{color:#cfac65;background:#fff}
.profile-form-outer #edit_acc_link:hover:before{color:#cfac65}
.profile-form-outer .basic-datas.f_row{width: 48%; display:inline-block;float:left;border-bottom:1px solid #fff;margin:0 0 15px;padding:0 0 10px}
.profile-form-outer .basic-datas.f_row:nth-child(2n){float:right}
.profile-form-outer h1{margin:0 0 24px}
.profile-form-outer .basic-datas.f_row label{width: 100%; font-size:18px}
.profile-form-outer .basic-datas.f_row label+span{font-size:18px;color:#fff}
.profile-form-outer .basic-datas.f_row label+span a{color:#fff}
.profile-form-outer .basic-datas.f_row label+span a:hover{color:#cfac65}

.profile-form-outer form#changepw-form{border:none;background:none;padding:0 0 40px;float: left;}
.profile-form-outer form#changepw-form h2{color:#cfac65;border-bottom:1px solid #cfac65;padding:0 0 20px;margin:0 0 30px}
.profile-form-outer form#changepw-form .form-control{border:1px solid #ffffff!important}
.profile-form-outer .profile-change-pass .f_row {display: inline-block;float: left;position: relative;}
.profile-form-outer .profile-change-pass .f_row:nth-of-type(2) {float: right}
.profile-form-outer .profile-change-pass .f_row .signup-error {position: absolute;bottom: 9px;font-size: 14px;}

.accountable .traveltable-outer{margin-top:20px;padding:0; background: none;}
.accountable .traveltable-outer .travel-table{width:100%}
.accountable .traveltable-outer .travel-table tbody tr{border-bottom:1px solid #fff}
.accountable .traveltable-outer .travel-table td{background:none!important;padding:15px 0!important}
.accountable .traveltable-outer .travel-table th{padding:15px 0!important}
.accountable .traveltable-outer .travel-table tbody tr:last-child{border-bottom:0}

.sub-banner-wrapp .main-banner img {width: 100% !important;padding: 0 !important}
.sub-banner-wrapp .main-banner .banner-content.subbanner-content {top: 50% !important;transform: translateY(-50%) !important;bottom: inherit !important;z-index: 1}

.flgt-enquiry .flgt-col1 .enq-body ul li a {font-size: 18px;}

.mega-menu-buttons span.mega-menu-close {display: none;}
.mega-menu-buttons span.mega-menu-close .cls-btni {top: 9px;position: relative;}

.getintouch.memb-form-extra span.evf-label {font-size: 18px;}

.getintouch.memb-form-extra label.evf-privacy-policy-consent-message {
  font-size: 20px;
  color: #fff !important;
}

.airgosec ul {
  padding-left: 20px;
  font-size: 20px;
}
section.airgosec ol li {
  font-size: 20px;
  list-style: disc;
  margin-bottom: 20px;
}
section.airgosec ol
{
   
    padding-left: 20px;
}

button.accordion-button {
  font-size: 20px;
}

#LoginModal button.close {
    width: 40px;
    border-radius: 50%;
    background: #cfac65;
    font-size: 35px;
    padding: 3px 12px 3px 11px;
    color: #fff;
    transition: all 0.25s ease-in;
}

#LoginModal button.close span {
    line-height: 1;
    position: relative;
    top: -4px;
}

#LoginModal button.close:hover {
    color: #cfac65;
    background: #000;
}

#SignupModal button.close {
    width: 40px;
    border-radius: 50%;
    background: #cfac65;
    font-size: 35px;
    padding: 3px 12px 3px 11px;
    color: #fff;
    transition: all 0.25s ease-in;
}

#SignupModal button.close span {
    line-height: 1;
    position: relative;
    top: -4px;
}

#SignupModal button.close:hover {
	color: #cfac65;
    background: #000;
}

.faqsec.extra-404{width:100%;padding:200px 0 60px}
.faqsec.extra-404 .row{margin:0 auto 0;justify-content:center}
.faqsec.extra-404 h1{font-size:48px;padding:0;text-align:center;line-height:1;margin:0 0 20px;font-weight:700}
.faqsec.extra-404 h2{font-size:24px;margin:0 0 28px}
.faqsec.extra-404 p{text-align:center;padding:0;margin:0 0 30px}
.faqsec.extra-404 .search-form{text-align:center;width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}
.faqsec.extra-404 .search-form .screen-reader-text{position:relative!important;color:#fff;clip:auto;clip-path:inherit;width:auto;display:inline-block;margin:0;height:auto}
.faqsec.extra-404 .search-form .search-field{background:#fff0;margin:0 13px;color:#ffffff!important;border-radius:5px;height:48px;padding:10px 8px;text-align:left}
.faqsec.extra-404 .search-form .search-field::placeholder {text-align: left;}
.faqsec.extra-404 .search-form .search-submit{line-height:normal;background:#cfac65;border:1px solid #cfac65;border-radius:5px;padding:10px 20px;transition:all 0.25s ease-in}
.faqsec.extra-404 .search-form .search-submit .screen-reader-text{height:inherit;transition:all 0.25s ease-in}
.faqsec.extra-404 .search-form .search-submit:hover{background:#fff;color:#cfac65}
.faqsec.extra-404 .search-form .search-submit:hover .screen-reader-text{color:#cfac65}

.mediasec.search-page{width:100%;padding:200px 0 40px !important}
.mediasec.search-page header.page-header{position:relative}
.mediasec.search-page h4.page-title{font-size:38px;font-family:"AvertaCY-Regular";color:#cfac65;margin:0 0 40px}
.mediasec.search-page h4.page-title span{display:inline;font-family:"AvertaCY-Regular"}
.mediasec.search-page .row{width:100%;margin:0}
.mediasec.search-page .rhtbar{width:49%;border:0;border-bottom:1px solid #5f5f5fad;padding:0 0 24px;margin:0 2% 44px 0}
.mediasec.search-page .rhtbar:nth-child(2n){margin-right:0}
.mediasec.search-page .rhtbar h1{margin:0 0 24px}
.mediasec.search-page .rhtbar img.img-fluid{width:100%;display:block;height:18.5vw;min-height:inherit!important;max-height:320px;margin:0 0 30px;object-fit: cover;}

.everest-forms .evf-field-container .evf-frontend-row .iti__country-list{margin-top:13px}
.everest-forms .evf-field-container .evf-frontend-row .iti__country-list li.iti__country{background:#000}
.everest-forms .evf-field-container .evf-frontend-row .iti__country-list li.iti__country span{color:#fff}
.everest-forms .evf-field-container .evf-frontend-row .iti__country-list li.iti__country.iti__highlight{background:#888!important}

.paiger-wrapp{width:100%}
.paiger-wrapp .paiger-col1{width:100%;display:block;float:left}
.paiger-wrapp .paiger-row1{width:100%;display:block;float:left}
.paiger-wrapp .page-numbers{font-size:16px;color:#fff;margin:0 6px 0;line-height:normal;letter-spacing:normal}
.paiger-wrapp .page-numbers:hover,.paiger-wrapp .page-numbers.current{color:#cfac65}
.paiger-wrapp .paiger-btn1{background:#cfac65;border:1px solid #cfac65;color:#fff;padding:8px 16px;font-size:15px;border-radius:5px;margin:0 8px 0 0;transition:all 0.25s ease-in;line-height:normal;display: inline-block;}
.paiger-wrapp .paiger-btn1:hover{color:#cfac65;border-color:#cfac65;background:#fff}
.paiger-wrapp .paiger-btn2{background:#cfac65;border:1px solid #cfac65;color:#fff;padding:8px 16px;font-size:15px;border-radius:5px;margin:0 0 0 8px;transition:all 0.25s ease-in;line-height:normal;display: inline-block;}
.paiger-wrapp .paiger-btn2:hover{color:#cfac65;border-color:#cfac65;background:#fff}

.header-mainrw{width:auto;display:flex;flex-wrap:wrap;position:relative;align-items:center;top:8px;margin: 0 18px 0 0;float: right;}
.header-mainrw .travelhrs-outer{width:auto;display:flex;flex-wrap:wrap;align-items:start;flex-direction:column;position:relative;background:rgba(255 255 255 /0.35);border-radius:30px;padding:6px 14px 6px 42px;justify-content:center;margin:0 6px 0 0}
.header-mainrw .travelhrs-outer .travelhrs{flex-direction:row-reverse;padding:0;justify-content:left}
.header-mainrw .travelhrs-outer .travelhrs img{width:25px;position:absolute;left:10px;top:50%;transform:translateY(-50%)}
.header-mainrw h5{font-size:13px;margin:0}
.header-mainrw h6{font-size:15px;margin:0}
.header-mainrw .travelhrs-outer .totalhrs{padding:0}
.header-mainrw .remainhrs-outer{width:auto;display:flex;flex-wrap:wrap;align-items:start;flex-direction:column;position:relative;background:rgba(255 255 255 / .35);border-radius:30px;padding:6px 14px 6px 42px;justify-content:center}
.header-mainrw .remainhrs-outer .remainhrs{flex-direction:row-reverse;padding:0;justify-content:left}
.header-mainrw .remainhrs-outer .remainhrs img{width:25px;position:absolute;left:10px;top:50%;transform:translateY(-50%)}
.header-mainrw .remainhrs-outer .totalhrs{padding:0}

.flatpickr-calendar .flatpickr-time .numInputWrapper{width:auto;flex:inherit}
.flatpickr-calendar{width: fit-content !important;background: #000 !important;box-shadow: none !important;max-width: 320px;border: 1px solid #cfac65 !important;}
.flatpickr-calendar .flatpickr-time {background: #000000 !important;/*border-radius: 12px !important;border: 1px solid #cfac65 !important;*/}
.flatpickr-calendar .flatpickr-time .numInputWrapper input{background:none;-webkit-appearance:none;color:#fff}
.flatpickr-calendar .flatpickr-time input::selection{background:#fff0}
.flatpickr-calendar .flatpickr-time .flatpickr-time-separator{color:#fff}
.flatpickr-calendar .flatpickr-am-pm{color: #fff !important;width: auto !important;padding: 0 8px 0 0;}
.flatpickr-calendar .flatpickr-am-pm:hover{background:none !important}
.flatpickr-calendar.arrowTop::before {border-bottom-color: #cfac65 !important;}
.flatpickr-calendar.arrowTop::after {border-bottom-color: #cfac65 !important;}

.project-wrtapp .container.mt-5 {margin: auto !important;}
.project-wrtapp .row.servicesection {margin-top: 0;}

.row.rw-meg .col-meg.new-ser {width: 50%;}
.row.rw-meg .col-meg.new-ser ul li {width: 50%;}

.ui-datepicker .ui-datepicker-title span {color: #ffffff;}
#ui-datepicker-div{background:#000;border:1px solid #cfac65}
.ui-datepicker .ui-datepicker-header{background:#cfac65;border-color:#cfac65}
.ui-datepicker .ui-datepicker-calendar th{background:#fff;border:1px solid}
#ui-datepicker-div table tbody .ui-state-default.ui-state-highlight {background: #cfac65;border-color: transparent;color: #ffffff !important;}

#contact-section.getintouch .xcon .everest-forms .input-text{margin:0 0 15px!important}
#contact-section.getintouch .xcon .everest-forms label.evf-error{margin-top:0}
#contact-section.getintouch .xcon .everest-forms .evf-frontend-row{margin-bottom:15px}

.getintouch .xcon .everest-forms-notice, .getintouch .xcon .everest-forms-notice--success.everest-forms-submission-scroll {text-align: center;max-width: 520px;width: fit-content;margin: 0 auto 10px;}
.getintouch .xcon .everest-forms-notice:before, .getintouch .xcon .everest-forms-notice--success.everest-forms-submission-scroll:before {position: relative;left: -5px;top: 3px;display: inline;}

.flatpickr-calendar .flatpickr-months{background:#cfac65;padding:7px 0;display:flex;flex-wrap:wrap;align-items:center}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month{padding:0;display:flex;flex-wrap:wrap;align-items:center;color:#fff;justify-content:center}
.flatpickr-calendar .flatpickr-months .flatpickr-current-month select.flatpickr-monthDropdown-months{width:fit-content}
.flatpickr-calendar .flatpickr-innerContainer .dayContainer .flatpickr-day{color:#fff}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekday{color:#fff}

/*********************** responsive ***************************************/

@media only screen and (max-width: 1600px)
{
.meetbestsec .slick-prev {
 
  left: -8%;
}

.meetbestsec .slick-next {
 
  right: -8%;
}
}

@media only screen and (max-width: 1440px) {
  /* .desbox .desicim {
    max-height: 225px;
    height: 15vw;
  } */
  .row.rw-meg.child-men.showsec .close-menu {
    margin: -40px 70px 30px 0;
  }
  .airgosec.loginsection .myaccount-data .col-md-12 .col-md-4 {
    padding: 0 63px 0 0;
  }
  .airgosec.loginsection .form-reg-log {
    width: 85%;
  }
  .sub-banner-wrapp .half-banner {
    top: 60%;
  }
  .sub-banner-wrapp h2 {
    font-size: 50px !important;
  }

  .sub-banner-wrapp .main-banner img {
    width: 65%;
    display: block;
  }
  .sub-banner-wrapp .half-banner h2 {
    font-size: 38px;
    margin: 73px 0 15px 22px !important;
  }
  .highdetailsec {
    background: #000;
    /* padding: 59px 0; */
  }
  .back-fleet-btn {
    /* padding-bottom: 32px !important;
  margin-top: 38px; */
  }
  .back-fleet-btn a {
    border-radius: 36px;
    border-style: none;
    background: #cfac65;
    padding: 23px 64px;
    font-size: 24px;
  }

  .sub-banner-wrapp .main-banner img {
    height: 701px;
  }

  .bhighbox {
    width: 90% !important;

    margin: 0 auto 70px;
  }

  
  .bhighbox h4 {
    font-size: 23px;
  }
  .cat-fleet-imag .banner-content {
    top: 86%;
}
.highdetailsec .bhighbox h3 {
  margin-bottom: 30px;
}
.no-featured-banner {
  left: 0;
}
.mega-menu ul li .megaic {

  margin-right: 2px;
}
.destinationsec .desbox .desicim {
  width: 70%;
  object-fit: cover !important;
  height: 215px;
}

section.exclusive-section-wrapp h1 {
   
    bottom: 41%;

  }
  .experincde-img-outer a.leanmore-expe {
    top: 83%;
    padding: 6px 34px;
    font-size: 14px;
}

.getintouch .xcon {
    width: 94% !important;
}

.getintouch .xcon .everest-forms .evf-submit {
    font-size: 14px;
}

/* a.get-in-flot.gotosection1 {
  
  top: 67%;
  right: -6.7%;

}

a.get-in-flot.gotosection1 {
  
  top: 65%;
  right: -6.7%;
 
}

a.get-in-flot.gotosection1 {
 
  top: 67.4%;
  right: -6.6%;
  z-index: 9999;
} */

a.get-in-flot.gotosection1 {
  position: fixed;
  /* top: 67%; */
  /* right: -7%; */
  z-index: 9999;
}
.meetbestsec .slick-prev {
 
  
  left: -8%;
}

.meetbestsec .slick-next {
 
  
  right: -8%;
}
.meetbestsec a {
  font-size: 15px;
}

.reday-ship-wrapp .cargo-btn1 {
    font-size: 14px;
}

}

@media only screen and (min-width: 1440px) {
  .container {
    width: 99% !important;
  }
  .container-fluid {
    width: 83% !important;
  }
  .mega-menu .col-meg ul {
    width: 100%;
  }

  .meetbestsec .fltcol {
    padding: 0 30px;
    width: 29.33%;
  }

  .service-col1 {
    padding: 325px 25px 40px;
    border-radius: 30px;
  }
  .extrabensec .crd-col {
    padding: 0 28px 0 0px;
  }
  header .menubar a {
    font-size: 19px;
    padding: 0px 25px ;
  }
  header .menubar .nav-link.active {
    font-size: 19px;
  }
  header .header-btn2 {
    font-size: 18px;
    padding: 10px 24px !important;
    margin: 0 20px 0 5px;
  }
  header .header-btn1 {
    font-size: 18px;
  }
  .home-banner-wrapp h2 {
    font-size: 65px;
  }
  .home-banner-wrapp p {
    font-size: 23px;
  }
  .home-banner-wrapp p span {
    font-size: 23px;
  }
  .home-banner-wrapp .banner-btn1 {
    font-size: 19px;
    padding: 13px 24px 13px;
  }
  .home-banner-wrapp .banner-content {
    bottom: 8%;
  }

  .sub-banner-wrapp h2 {
    font-size: 65px;
  }
  .sub-banner-wrapp p {
    /* font-size: 23px; */
  }
  .sub-banner-wrappp span {
    font-size: 23px;
  }
  .sub-banner-wrapp .banner-btn1 {
    font-size: 19px;
    padding: 13px 24px 13px;
  }
  .sub-banner-wrapp .banner-content {
    bottom: 8%;
  }
  .flgt-enquiry .flgt-col1 {
    max-width: 1564px;
  }
  .flgt-enquiry .flgt-col1 .enq-body {
    padding: 26px 25px 48px;
  }
  .flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control {
    padding: 0 8px 28px 33px;
  }
  .jestservsec h2 {
    font-size: 39px;
  }
  .jestservsec p {
    /* font-size: 20px; */
  }

  .jestservsec h3 {
    font-size: 23px;
    margin: 0px 0 27px;
  }
  .destinationsec .des-row {
    padding: 0 15px;
  }
  .meetbestsec .service-tab {
    width: 1244px;
  }
  .meetbestsec .container-fluid {
    width: 100%;
  }
  .service-text .service-data .passengers {
    font-size: 18px;
    margin: 9px 0 15px;
  }

  .service-text .service-data .crew {
    font-size: 18px;
    margin: 9px 0 15px;
  }
  .service-text .service-data .range {
    font-size: 18px;
    margin: 9px 0 15px;
  }

  
  .meetbestsec .serv-btn2 {
    padding: 12px 68px;
    width: 268px;
    margin: 0 auto;
}  
  .FlyBeyondsec h2 {
    font-size: 45px;
  }
  .FlyBeyondsec p {
    /* font-size: 18px; */
  }
  FlyBeyondsec .blubg .fbox {
    width: 373px;
  }
  .FlyBeyondsec a {
    font-size: 22px;
  }
  .whysec h3 {
    font-size: 22px;
  }
  .whysec p {
    /* 
     */
  }

  .destinationsec p {
    /* font-size: 18px; */
    margin: 0 0 83px;
    padding: 0px 50px;
  }
  .destinationsec {
    padding: 83px 120px;
  }

  .demansec p {
    /* font-size: 21px; */
  }
  .demansec h3 {
    font-size: 31px;
  }
  .extrabensec p {
    font-size: 20px;
  }

  .fixed-icon-mobile {
    bottom: 20%;
    right: 3%;
  }

  .fixed-icon-mobile img {
    width: 94%;
  }
  .flgt-enquiry .enq-head .enq-head-list .enq-head-item,
  .flgt-enquiry .enq-head ul li a {
     font-size: 20px
  }
  .flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control {
     font-size: 20px;
  }

  .flgt-enquiry .flgt-col1 .enq-body .enq-type {
    margin: 25px auto 46px;
    width: 722px;
  }
  .flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
     font-size: 20px; 
  }
  .flgt-enquiry .flgt-col1 .enq-body .form-field {
    margin: 0 1% 25px;
  }
  .flgt-enquiry .flgt-col1 .enq-body .enquiry-btn1 {
    /* font-size: 20px; */
    padding: 12px 12px 16px;
  }
  .partners-wrapp .container {
    max-width: 1705px !important;
  }
  .service-tab .service-head ul li,
  .service-tab .service-head ul li a {
    /* font-size: 20px; */
  }
  .service-col1 {
    border: 5.5px solid #736854;
  }
  .FlyBeyondsec .container-fluid {
    max-width: 1703px !important;
  }

  footer .container-fluid {
    /*max-width: 1703px !important;*/
    width: 100% !important;
    max-width: 100% !important;
  }
  .whysec h2 {
    margin: 0 0 61px;
  }
  .whysec .whybp {
    padding: 42px 60px;
  }
  .demansec {
    padding: 339px 0px 100px;
  }
  /* .extrabensec .memcard {
    border: 1px solid #DFC899;
    padding: 37px 30px 56px 51px !important;
    border-radius: 35px;
  } */
  .extrabensec h2 {
    margin: 0 0 125px;
  }
  .extrabensec h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .extrabensec p {
    margin: 0 0 50px;
  }
  .extrabensec .dtlco {
    padding: 0px 104px;
  }
  .extrabensec .memcard h4 {
    font-size: 26px;
  }
  .extrabensec .memcard .dtlaply .aply,
  .dtl {
    font-size: 17px;
  }
  .service-head ul li a {
    font-size: 14px !important;
    white-space: nowrap;
    
}
  .FlyBeyondsec {
    padding: 100px 0px !important;
  }
  .extrabensec .memcard {
    border: 1px solid #dfc899;
    padding: 36px 30px 35px 51px !important;
    border-radius: 35px;
    height: 346px;
    max-width: 644px;
  }
  .mapsec .container-fluid {
    width: 100% !important;
  }
  /* .filer-dropdowns select {
    width: 250px !important;
} */
  .confrmsechigh {
    padding: 0px 0 86px !important;
  }
  .sub-banner-wrapp .banner-content {
	width: 83%;
    right: 0 !important;
    max-width: 1568px !important;
  }
  .mapsec {
    padding: 60px 0 25px;
  }
  .sub-banner-wrapp .half-banner h2 {
    font-size: 40px;
    margin: 0 0 15px 22px;
  }
  .sub-banner-wrapp .half-banner p {
    /* font-size: 18px; */
    margin: 0 0 15px 22px;
  }
  .filer-dropdowns .container {
    width: 80% !important;
  }

  .service-tab .service-head ul li {
    /* width: 19%; */
  }
  .service-tab .service-head ul li,
  .service-tab .service-head ul li a {
    /* font-size: 14px !important; */
  }
  .blogsec .bbcoxcon h3 {
    margin: 21px auto 0;
  }
  /* .fixed-icon-whatsapp {
    position: fixed;
    bottom: 16.5% !important;
  } */
  .airgosec.loginsection.account-no-banner .col-md-8 table tbody tr td .account-btns {
   
    margin: 0;    
}

.ftbox {
    margin: 15px;
}

}

@media only screen and (max-width: 1439px) {

.flgt-enquiry .flgt-col1 .enq-body .form-field select.form-control {
    font-size: 16px !important;
    padding: 0 8px 15px 32px;
}

}

@media (max-width: 1399px) {
  .container {
    padding: 0 18px !important;
  }
  .container-fluid {
    padding: 0 18px !important;
  }
  .confrmsechigh {
    padding: 0;
  }
  .confrmsechigh .confrm {
    width: 50%;
    margin: 187px auto 68px;
  }
 

  .expsecdusec .slick-prev {
    width: 55px;
    height: 57px;
    left: -6%;
  }
  .expsecdusec .slick-next {
    width: 55px;
    height: 57px;
    right: -6%;
  }
  .testimonialssec .tst-con {
    padding: 0 44px;
  }
  .testimonialssec .slick-prev {
    width: 50px;
    height: 52px;
    left: 0%;
  }
  .testimonialssec .slick-next {
    width: 50px;
    height: 52px;
    right: 0%;
  }

  .sidebar-logo {
    top: 46px;
  }

  header .navbar-collapse .nav-item,
  header .navbar-collapse .nav-item a {
    font-size: 22px;
  }
  .mega-menu ul li a {
    font-size: 14px;
  }
  header .menubar a {
    padding: 5px 5px ;
  }

  .highclass {
    padding: 36px 18px 50px;
  }
  sub-banner-wrapp h2 {
    font-size: 48px;
    margin: 0 0 22px 29px;
  }
  .sub-banner-wrapp h2 {
    font-size: 47px;
  }
  .confrmsechigh {
    padding: 0 0 87px !important;
  }
  .flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
    margin: -8px 1% 34px;
  }
  .expsecdusec p {
    font-size: 16px;
  }
  /* .fixed-icon-mobile {
    bottom: 11% !important;
  } */

  .contact-form-new .xcon {
    position: absolute;
    top: -239px;
    width: 45% !important;
    display: block;
    background: #131313;
    padding: 35px;
    border-radius: 20px;
  }

  footer .container-fluid {
    padding: 0 !important;
  }

  .ftbox {
    margin: 0 7px 7px;
  }

  .flight_rep_blk .add-more-blk {
    bottom: 40px;
  }

  .repeatble-remove.flight_rep_rem {
    bottom: 80px;
  }

  .repeatble-remove.heli_rep_rem {
    bottom: 80px;
  }

	.heli_rep_blk .add-more-blk {
    bottom: 40px;
	}

  .mapsec {
    padding: 60px 0 25px;
  }
  .sub-banner-wrapp .half-banner p {
    font-size: 18px;
    margin: 0 0 15px 22px;
  }
  .faqsec {
    padding: 20px 18px 100px;
  }
  .filer-dropdowns .container {
    width: 86% !important;
  }
  .innerimgsec .slick-prev {
    left: 0%;
  }
  .innerimgsec .slick-next {
    right: 0%;
  }
  .confrmsechigh .everest-forms {
    width: 65%;
    margin: 0 auto 0;
  }
  /* .desbox .desicim {
    max-height: 216px;
    width: 19%;
} */
  .service-tab .service-head ul li,
  .service-tab .service-head ul li a {
    /* font-size: 12px !important; */
  }
  .blogsec .bbcoxcon h3 {
    margin: 21px auto 40px;
  }

  .blogsec .bbcoxcon {
    padding: 20px 50px;
  }

  .fixed-icon-whatsapp {
    position: fixed;
    /* bottom: 28.5%; */

  }
  .airgosec.loginsection .col-md-8 {
    padding: 0 !important;
  }

  /* .fixed-icon-mobile {
    bottom: 9.4% !important;
  } */

  .sub-banner-wrapp .half-banner p {
    font-size: 16px;
  }
  .back-fleet-btn a {
    padding: 12px 34px;
    font-size: 20px;
  }
  section.exclusive-section-wrapp .container {
    padding: 0 !important;
}

.single-desti-inner .container-fluid {
    width: 96%;
}

}

@media only screen and (max-width: 1300px) {

  .destinationsec .desbox .desicim {
    width: 85%;
  }

}

@media only screen and (max-width: 1200px) {
  .fixed-icon-whatsapp {
    /* bottom: 17.5%; */
  }
  .careersec a {
    padding: 14px 52px;
    font-size: 15px;
  }
  .sub-banner-wrapp .half-banner p {
    font-size: 17px !important;
  }

  .dessections {
    padding-left: 64px;
  }

  .testimonialssec .slick-prev {
   
    left: 0%;
}
.testimonialssec .slick-next {
  
  right: 0%;
}
.filer-dropdowns select {
  width: 90%;
}

.highdetailsec .bhighbox h4 {
  white-space: nowrap;
}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr td {
  width: 25%;
  padding: 30px 0 !important;
  font-size: 16px;
}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr td {
  
  font-size: 13px;
}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr th {
  
  font-size: 13px;

}
/* section.exclusive-section-wrapp h1 {
  bottom: 52%;
} */

.single-desti-inner .container-fluid {
    width: 94%;
}

.reday-ship-wrapp .ready-col {
    width: 94%;
}

.ftbox .everest-forms .evf-field-container input[type="email"] {
    height: 36px;
}

.getintouch.memb-form-extra span.evf-label {
    font-size: 15px;
}

.getintouch.memb-form-extra label.evf-privacy-policy-consent-message {
    line-height: normal;
    font-size: 18px;
}

.getintouch.memb-form-extra span.evf-label {
    font-size: 16px;
}

.memtable td {
    font-size: 16px;
}

.benefits-list li {
    font-size: 16px;
}

.airgosec p {
  font-size: 16px;
}

p {font-size: 16px;}

}

@media only screen and (max-width: 1199px) {
  .nav-static {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-fluid {
    padding: 0 !important;
  }
  .container {
    padding: 0 !important;
  }
  .flgt-enquiry {
    padding: 60px 18px 40px;
  }
  .meetbestsec {
    padding: 50px 18px;
  }
  .meetbestsec .fltcol {
    padding: 0 31px !important;
  }
  .service-col1 {
    padding: 255px 15px 35px;
  }
  .service-head ul li a {
    font-size: 11px;
  }
  .flgt-enquiry h2 {
    font-size: 28px;
  }
  .flgt-enquiry .enq-head ul li a {
    font-size: 16px;
  }
  .flgt-enquiry .flgt-col1 .enq-body ul li a {
    font-size: 15px;
  }
  .flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
    padding: 0;
  }
  .flgt-enquiry .flgt-col1 .enq-body form.enq-sub-form.show {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
	}
  .flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control {
  	font-size: 15px;
    padding: 16px 8px 13px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .flgt-enquiry .flgt-col1 .enq-body .form-field select.form-control {
    padding: 16px 8px 13px 32px;
    margin: 0;
    font-size: 15px !important;
  }
  .partners-wrapp h2 {
    font-size: 28px;
  }
  .jestservsec h2 {
    font-size: 28px;
  }
  .meetbestsec h2 {
    font-size: 28px;
  }
  .service-col1 .service-text h3 {
    font-size: 20px;
  }
  .service-tab .service-head ul li a {
    font-size: 11px;
  }
  .service-col1 {
    padding: 255px 20px 35px;
  }
  .jestservsec h3 {
    font-size: 20px;
  }
  .jestservsec .col-md-3 {
    padding: 0 21px;
  }
  .FlyBeyondsec h2 {
    font-size: 40px;
  }
  .FlyBeyondsec {
    padding: 100px 18px;
  }
  .home-banner-wrapp h2 {
    font-size: 45px;
  }
  .jestservsec {
    padding: 60px 18px;
  }
  .whysec h2 {
    font-size: 28px;
  }
  .whysec h3 {
    font-size: 19px;
    margin: 0 0 22px;
  }
  .destinationsec h2 {
    font-size: 28px;
  }
  .extrabensec h2 {
    font-size: 28px;
  }
  .extrabensec .crd-col {
    padding: 0 30px !important;
  }
  .extrabensec br {
    display: none;
  }
  .extrabensec .memcard {
    padding: 25px 30px 35px 51px !important;
  }
  .extrabensec .dtlco {
    padding: 0px 35px;
  }
  .mapsec h2 {
    font-size: 28px;
  }
  .expsecdusec h2 {
    font-size: 28px;
  }
  .expsecdusec h3 br {
    display: none;
  }
  .expsecdusec h3 {
    font-size: 21px;
  }
  .expsecdusec .slick-prev {
    width: 48px;
    height: 50px;
    left: -6%;
  }
  .expsecdusec .slick-next {
    width: 48px;
    height: 50px;
    right: -6%;
  }
  .expsecdusec {
    padding: 50px 18px 100px;
  }
  .testimonialssec {
    padding: 0px 18px;
}

  .testimonialssec .slick-prev {
        width: 48px;
        height: 50px;
        left: 0%;
    }
    .testimonialssec .slick-next {
      width: 48px;
      height: 50px;
      right: 1%;
  }
  .demansec h2 {
    font-size: 28px;
  }
  .demansec .bsbox h4 {
    font-size: 20px;
  }
  .demansec h3 {
    font-size: 23px;
  }
  .extrabensec h3 {
    color: #fff;
    font-size: 20px;
  }
  .testimonialssec h2 {
    font-size: 28px;
  }
  .blogsec h2 {
    font-size: 28px;
  }
  .blogsec .bbcoxcon h3 {
  	font-size: 18px;
    margin: 21px auto 10px;
  }

  .blogsec .bbcoxcon h4 {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .expsecdusec .col-md-4.exco {
    width: 50%;
  }
  .expsecdusec .col-md-8 {
    width: 50%;
  }
  .bbcoxcon {
    top: 40%;
  }
  .blogsec .slick-prev {
    left: 50px;
    width: 35px;
    height: 35px;
  }
  .blogsec .slick-next {
    right: 50px;
    width: 35px;
    height: 35px;
  }

  .ftbox {
    /*background: #081938;*/
    padding: 40px 13px 30px;
  }
  .inft {
    width: 60%;
  }
  .ftbox .sclbx {
    padding: 0px 18px;
  }
  .logosec {
    margin: -13px 0 0 13px;
  }

  /* header .navbar-expand-lg .navbar-toggler {
    margin: -3px 14px 0 0;
  } */
  header .navbar-expand-lg .navbar-toggler {
    margin: 20px 14px 0 0;
}
  header .header-btn1:last-child {
    margin-right: 17px;
  }

  /*header .header-bar1 {
    margin: -28px 0 7px;
  }*/

  .destinationsec p br {
    display: none !important;
  }
  .demfull p br {
    display: none !important;
  }
  .mega-menu ul li a {
    font-size: 13px;
  }

    .mega-menu ul li .megaic {
        width: 66%;
    }
    .mega-menu .row.rw-meg ul li a {
    
      font-size: 13px;
      
  }
  .filer-dropdowns {
    padding: 35px 18px ;
  }
  .highclass {
    padding: 45px 18px 30px !important;
  }
  .sub-banner-wrapp h2 {
    font-size: 42px !important;
    margin: 0 0 22px 22px !important;
  }
  .airgosec {
    padding: 60px 3% 60px !important;
  }
  .airgosec .lfcrg {
    padding: 0 18px 0 0 !important;
  }

  .confrmsechigh .everest-forms {
    width: 71% !important;
  }
  .srvsec {
    padding: 0 18px 30px !important;
  }
  .demansec {
    padding: 0 18px 100px;
  }
  .menubar .nav-link img {
    display: none;
  }
  .contact-form-new .xcon {
    padding: 20px;
  }
  .contact-form-new .xcon {
    position: unset;
    width: 96% !important;
  }
  .contactsecm {
    padding: 75px 18px 0 !important;
  }
  .headbrow {
    padding: 50px 18px 70px !important;
  }
  .mediasec {
    padding: 100px 18px !important;
  }
  .blogdetalsec {
    padding: 170px 0 100px !important;
  }
  .extrabensec.exbenh {
    padding: 220px 0 50px !important;
  }
  .flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
    margin: 0px 1% 34px;
  }
  .sub-banner-wrapp h2 {
    font-size: 34px !important;
    margin: 0 0 10px 45px !important;
  }
  sub-banner-wrapp .half-banner p {
    font-size: 16px;
    margin: 0 0 15px 22px;
  }
  .highdetailsec {
    padding: 60px 30px 30px;
  }
  .back-fleet-btn {
    margin: 0 20px 10px;
  }

  .filer-dropdowns .container {
    width: 90% !important;
  }
  .innerimgsec {
    padding: 0px 25px 100px;
  }
  .confrmsechigh .confrm {
    width: 90%;
  }
  .meetbestsec .owl-prev {
    width: 60px;
    height: 62px;
    top: 46%;
    left: -4%;
  }
  .meetbestsec .owl-next {
    width: 60px;
    height: 62px;
    top: 46%;
    right: -4%;
  }
  /* .desbox .desicim {
    max-height:  184px !important;
    height: 16vw;
  } */
  .service-tab .service-head ul li {
    width: 20%;
}

.service-tab .service-head .service-head-list {
  width: 100%;

}


.service-tab .service-head button.arrow.left-arrow::after {
 
  top: 69%  !important;
  
  background-size: 22% !important;
}

.service-tab .service-head button.arrow.right-arrow::after {
  
  top: 69% !important;
}
  .blglrnbtn {
    bottom: 3%;
  }
  .airgosec.loginsection .myaccount-data .col-md-12 .col-md-4 {
    padding: 0 25px 0 0;
  }
  .airgosec.loginsection .col-md-8 h1 {
    font-size: 33px;
  }
  .airgosec.loginsection .myaccount-data .col-md-12 .account-sidemenu {
    padding: 130px 16% 150px;
    border-radius: 18px;
  }
  .airgosec.loginsection.account-no-banner {
    padding: 200px 18px 25px !important;
  }
  .flgt-enquiry img {
    width: 100%;
    display: block;
    padding-top: 14px;
  }
  .flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
  	font-size: 15px;
    margin: 9px 1% 28px;
  }

  .fixed-icon-whatsapp {
    position: fixed;
    /* bottom: 16.5%; */
  }
  .sub-banner-wrapp .half-banner p {
    font-size: 14px;
  }
  .back-fleet-btn {
    margin: 15px 20px 10px;
  }
  .highclass .vmexbtn {
    padding: 12px 16px;
    font-size: 14px;
  }
    .bhighbox h4 {
        font-size: 17px;
        white-space: nowrap;
    }
  .bhighbox h3 {
    white-space: nowrap;
    font-size: 30px;
}

  .careersec a {
    padding: 9px 24px;
  }


  .slick-slide .desbox img.img-fluid.desicim {
    min-height: 81px !important;
    max-height: 173px !important;
}

/* .slick-slide .desbox img.img-fluid.desicim {
  
  height: auto;
} */

.fleet-cate-listing .row.mb-4.bstr {
    padding-top: 30px;
}
section.sub-banner-wrapp.cat-fleet-imag img {
  padding-top: 91px;
}

.filer-dropdowns select {
  width: 92%;
  font-size: 16px;
}

header .menubar a {
 
  font-size: 13px;
}
header .menubar .nav-link.active {
  font-size: 14px;}
  .airgosec.loginsection.account-no-banner .col-md-8 table tbody tr td .account-btns {
  
    padding: 8px 12px;
}
section.exclusive-page-wrapp.default-page.common-style .row {
  padding-left: 46px;
}


  section.exclusive-section-wrapp h1 {
      bottom: 37%;
  
  
    }
  
  
    .mega-menu .mega-menu-buttons .logbtn {
  
    
      margin-top: -16px;
    
    
    }
    .experincde-img-outer a.leanmore-expe {
      top: 78%;
      padding: 3px 34px;
      font-size: 15px;
      text-align: center;
      vertical-align: middle;
      line-height: inherit;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .reday-ship-wrapp h2 {
    font-size: 35px;
  }
  img.img-fluid.sriml {
    max-height:97px !important;
    object-fit: cover !important;
}

/* 12-2-2025 */
.reday-ship-wrapp .cargo-btn1 {
  width: fit-content !important;

}
.getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-child(6) .evf-frontend-grid:last-child {
  
  
  flex: 0 0 94% !important;
}

.getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
   
    
    max-width: 29% !important;
    margin: 0 auto;
}
.getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-child(6) .evf-frontend-grid:last-child {
  max-width: 100% !important;
}
.getintouch.memb-form-extra .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.extra-class-1 {
  position: relative;
  width: 100%;
  display: block;
}

.meetbestsec a {
  font-size: 14px;
}
.meetbestsec .slick-prev {
  left: -10%;
}
.meetbestsec .slick-next {
  right: -10%;
}
.service-head-item.active {
  
  padding: 10px 9px;
}

.meetbestsec .serv-btn2 {
    padding: 10px 34px;
}

div#LoginModal .f_row label {
    font-size: 16px;
}

div#LoginModal .form-control {
    padding: 8px 15px;
}

div#LoginModal p {
    font-size: 16px;
}

.flight_rep_blk {
    width: 100%;
    margin: 0 !important;
}

.flight_rep_blk .rep-flight-multi {
    padding: 0;
}

.remaining-frm {
    width: 100%;
}

.flight_rep_blk .add-more-blk {
    right: -46px;
}

.jestservsec p {
    font-size: 16px;
}

.FlyBeyondsec p {
    font-size: 16px;
}

.whysec p {
    font-size: 16px;
}

.destinationsec p {
    font-size: 16px;
}

.demansec p {
    font-size: 16px;
}

.tstbox p {
    font-size: 16px;
}

.highclass p {
	font-size: 16px;
}

.confrmsechigh .everest-forms input {
    margin: 0 0 25px !important;
}

/*.confrmsechigh  .everest-forms div.evf-container .iti--allow-dropdown input[type='tel'] {
    margin: 0 0 25px !important;
}*/

.confrmsechigh .everest-forms div.evf-container .iti__flag-container {
    margin: 0 0 0 !important;
}

.sub-banner-wrapp p {
    padding-left: 5%;
}

.common-style p {
    font-size: 16px;
}

.common-style ul li {
    font-size: 16px;
}

section.airgosec ol li {
    font-size: 16px;
}

.common-style ol li:before {
    font-size: 16px;
}

.sub-banner-wrapp p {
	font-size: 16px;
}

.airgosec ul {
	font-size: 16px;
}

button.accordion-button {
    font-size: 18px;
}

.faqsec .accordion-body {
    font-size: 16px;
    padding-top: 10px !important;
}

.reday-ship-wrapp p {
	font-size: 16px;
}

.confrmsechigh p {
	font-size: 16px;
}

.faqsec.extra-404 h1{font-size:42px}
.faqsec.extra-404 h2{font-size:22px}

.mediasec.search-page h4.page-title {font-size: 35px;}
.mediasec.search-page > .container-fluid {width: 94%;}
.mediasec.search-page .rhtbar h1 {font-size: 25px;}

h5#quoteModalLabel{font-size: 24px !important;}
div#quoteModal .modal-dialog .everest-form .evf-submit {font-size: 16px;}

}

@media only screen and (max-width: 991px) {
  .nav-static .menubar {
    display: none;
  }
  .nav-static .container {
    justify-content: space-evenly;
}
  .logosec {
    margin: 0 231px 0 18px !important;
  }

  header .header-bar1 {
    padding: 18px 0 14px 0;
}
  .jestservsec .col-md-3 {
    width: 50%;
    margin: 0 0 35px;
    padding: 0 10px;
  }
  .service-tab .service-head ul li {
    width: 30%;
    margin: 0 0 5px;
  }
  .service-tab .service-head .service-head-list {
    padding: 7px;
  }

  .FlyBeyondsec .blubg .fbox {
    position: relative;
    transform: none;
    width: 100%;
    top: 0;
    left: 0;
  }
  .FlyBeyondsec .blubg {
    width: 100%;
    border-radius: 0;
    padding: 30px 30px;
  }
  .FlyBeyondsec .flybimbox {
    width: 100%;
  }
  .flyb {
    width: 100%;
    display: block;
    border-radius: 0;
  }
  .service-tab .service-head ul li a {
    font-size: 15px;
  }
  .FlyBeyondsec .row {
    flex-direction: column-reverse;
  }
  .whysec .col-md-4 {
    width: 50%;
  }
  .whysec .whybp {
    padding: 50px 30px;
  }
  .destinationsec p br {
    display: none;
  }
  .destinationsec .des-row {
    padding: 0px 50px;
  }
  .destinationsec {
    padding: 100px 18px;
  }
  .destinationsec .slick-prev {
    width: 45px;
    height: 47px;
    left: -5%;
  }
  .destinationsec .slick-next {
    width: 45px;
    height: 47px;
    right: -5%;
  }
  .demansec {
    padding: 10px 18px 100px;
  }
  .demansec .bsbox h4 {
    font-size: 18px;
  }
  .extrabensec .dtlco {
    padding: 0px 0;
  }
  .expsecdusec .slick-prev {
    width: 42px;
    height: 45px;
    left: -6%;
  }
  .expsecdusec .slick-next {
    width: 42px;
    height: 45px;
    right: -6%;
  }
  .blogsec .bbcoxcon h3 {
    margin: 21px auto 70px;
  }
  .ftbox .sclbx {
    width: 100% !important;
    justify-content: center;
    margin: 0 0 30px;
  }
  .ftbox .col-md-2 {
    width: 33%;
    text-align: center;
    margin: 0 0 30px !important;
  }
  .ftbox .col-md-3 {
    width: 100% !important;
    text-align: center;
  }
  .logosec {
    margin: 0 235px 0 18px !important;
  }
  .home-banner-wrapp img {
    /* height: 800px; */
  }
  .home-banner-wrapp {
    height: auto !important;
  }
  .flgt-enquiry .enq-head .enq-head-list .enq-head-item {
    width: 33%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding-bottom:0;
  }
  .flgt-enquiry .enq-head .enq-head-list .enq-head-item::after {
    display: none;
  }
  .flgt-enquiry .enq-head .enq-head-list {
  	width: 94%;
    background: unset !important;
    margin: 0 auto 0;
  }
  .flgt-enquiry .enq-head .enq-head-list .enq-head-item.active {
    background: transparent !important;
    color: #cfac65 !important;
  }
  select.form-control {
    padding: 0 8px 15px 32px;
  }
  .flight_rep_blk .add-more-blk {
    right: -58px;
    bottom: 40px;
  }
  .repeatble-remove.flight_rep_rem {
  	bottom: 80px;
    right: -47px;
  }
  .blogsec .bbcoxcon h3 {
    margin: 21px auto 19px;
  }

  header .navbar-collapse .nav-item,
  header .navbar-collapse .nav-item a {
    font-size: 20px;
  }

  .blogsec .bbcoxcon {
    padding: 48px 50px;
  }

  .highclass .row.mb-4.bstr .col-md-4 {
    width: 50%;
  }
  .highclass .row.mb-4.bstr .col-md-8 {
    width: 49%;
  }
  .sub-banner-wrapp .main-banner img {
    height: 630px;
    object-fit: cover;
    width: 100% ;
  }
  .highclass .bsic {
    /* height: 241px; */
    object-fit: contain;
  }
  .highclass .slick-prev {
    left: -6%;
  }
  .highclass .slick-next {
    right: -6%;
  }
  .sub-banner-wrapp h2 {
    font-size: 34px !important;
  }
  .airgosec h5 {
    margin: 35px 0 35px 18px;
  }
  .srvsec .col-md-3 {
    width: 33%;
  }
  .confrmsechigh .everest-forms {
    width: 92% !important;
  }
  .confrmsechigh .everest-forms .evf-field-phone {
    margin: 0 0 35px !important;
  }
  .headbrow h3 {
    font-size: 30px !important;
  }
  .headbrow h2 {
    font-size: 35px !important;
  }
  .row.brboxh {
    padding: 100px 18px;
  }
  .blogdetalsec .rigblcol .col-md-5 {
    width: 100%;
  }
  .blogdetalsec .rigblcol .col-md-7 {
    width: 100%;
  }
  .blogdetalsec h1 {
    font-size: 26px !important;
  }
  .col-md-4.rigblcol {
    padding: 0 20px !important;
  }
  .blogdetalsec .col8lef {
    padding: 0 20px !important;
  }
  .blogdetalsec {
    padding: 270px 18px 100px !important;
  }
  .blogdetalsec {
    padding: 200px 18px 100px !important;
  }

  .extrabensec .memcard {
    padding: 25px 30px 35px 20px !important;
  }
  .tabmembersec {
    padding: 0 18px;
  }
  .membership-table-outer {
    margin: 0 0 50px;
  }
  .table.table-borderless.memtable {
    margin: 0 0 50px !important;
  }
  .img-fluid.flyb {
    border-radius: 30px 30px 0 0;
  }
  .FlyBeyondsec .blubg {
    border-radius: 0 0 30px 30px;
  }
  .faqsec h1 {
    margin: 0 0 30px;
  }
  .faqsec h2 {
    margin: 0 0 10px;
  }
  .faqsec {
    padding: 50px 18px 100px;
  }
  .partners-wrapp {
    padding: 0px 0 0px;
}
  .partners-wrapp .partner-slider {
    padding: 0px 50px 0;
  }
  .dest-flight-shape {
    top: 55%;
  }
  .confrmsechigh {
    padding: 0 0 0 !important;
  }
  .meetbestsec .owl-prev {
    left: -6%;
  }
  .meetbestsec .owl-next {
    right: -6%;
  }

  .filer-dropdowns select {
    padding: 6px 18px;
  }
  .filer-dropdowns .col-md-3 {
    width: 50%;
    margin: 0 0 20px;
  }

  /* .desbox .desicim {
    max-height: 125px;
    height: 16vw;
  } */
  .service-tab .service-head ul li {
    width: 32%;
  }
  .blogsec .blg-con .slick-track .slick-slide .bbox img {
    height: 31.6vw;
  }
  .mobcase {
    display: block !important;
  }
  .deskcase {
    display: none !important;
  }
  .airgosec.loginsection .register-form .sub_btn {
    width: 100%;
  }
  .airgosec.loginsection .register-form .f_row a {
    margin: 0 0 30px 0;
    width: 100%;
    display: block;
    text-align: center;
  }
  .airgosec.loginsection .form-reg-log {
    width: 97%;
  }
  .airgosec.loginsection .myaccount-data .col-md-12 .account-sidemenu li a {
    font-size: 20px;
  }
  .airgosec.loginsection .myaccount-data .col-md-12 .account-sidemenu {
    padding: 75px 10% 79px;
  }
  .flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
    margin: 9px 1% 16px;
  }
  .fixed-icon-whatsapp {
    position: fixed;
    /* bottom: 17.5%; */
  }

  .sub-banner-wrapp .half-banner {
    top: 66%;
  }
  .sub-banner-wrapp .main-banner img {
    height: 414px;
  }
  .sub-banner-wrapp .half-banner h2 {
    margin: 31px 0 15px 22px !important;
  }
  .back-fleet-btn {
    margin: 34px 20px 10px;
  }
  .back-fleet-btn a {
    padding: 11px 23px;
    font-size: 15px !important;
  }

  .highclass .vmexbtn {
    padding: 11px 15px;
    font-size: 14px;
  }

  .careersec a {
    padding: 11px 26px;
    font-size: 13px;
  }
  .sub-banner-wrapp .half-banner p {
    font-size: 15px !important;
  }
  .cat-fleet-imag .banner-content {
    top: 83%;
}
.highclass .bhighbox h3 {

  font-size: 26px;
}
.slick-slide .desbox img.img-fluid.desicim {
  /* min-height: 86px !important; */
  max-width:110px;
  max-height: 170px !important;
}

.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr td .account-btns {
 
  padding: 5px 8px;
}

table.table.table-borderless.memtable a {
  
  padding: 12px 53px ;
  font-size: 11px ;
    line-height: normal;
  white-space: nowrap;
}

.srcon h3 {
  
  font-size: 19px;
}
section.exclusive-section-wrapp h1 {
  bottom: 50%;
}

.experincde-img-outer a.leanmore-expe {
  top: 78%;
  padding: 4px 34px;
}

.single-desti-inner .container-fluid {
    width: 90%;
}

.sidely h4 {
  font-size: 13.5px;
  color: #fff;

}

header .header-btn2 {
 
  margin-left: inherit;
}

header .navbar-expand-lg .navbar-toggler {
  margin-top: -3px;
}

.reday-ship-wrapp h2 {
    font-size: 32px;
}

.reday-ship-wrapp .cargo-btn1 {
    font-size: 12px;
    margin: 0 10px 10px 0;
    padding: 8px 16px 8px;
}

.reday-ship-wrapp .ready-col .ready-col1 {
    width: 50%;
}

.reday-ship-wrapp .ready-col .ready-col2 {
    width: 50%;
}
.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(3)
{
  max-width: 100% !important;
}
.getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
  width: 100% !important;
  /* float: left; */
  flex: 0 0 78% !important;
  max-width: 32%;
  padding: 0;
  margin: 0 1% 0 0;
}
.getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
  max-width: 100% !important;
  margin: 0 auto;
}

.getintouch.memb-form-extra  .everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table), .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row:not(.wp-list-table) {
   display: unset;
  flex-wrap:unset
 
}
.getintouch.memb-form-extra .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.extra-class-1 {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 28px!important;
}

.getintouch.memb-form-extra .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.extra-class-1 input[type = checkbox], .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.extra-class-2 input[type = checkbox] {
  position: absolute;
  left: -36px;
  width: 18px;
  height: 18px;
  margin: 0;
  top: 9px;
}

.getintouch.memb-form-extra .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.extra-class-2 {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 28px 28px !important;
}


.meetbestsec a {
  font-size: 14px;
}
.meetbestsec .slick-prev {
  left: -13%;
  background-size: 44px;
}
.meetbestsec .slick-next {
  right: -15%;
  background-size: 44px;
}

.profile-form-outer .sub_btn {
    font-size: 16px;
}

.flgt-enquiry .flgt-col1 .enq-body ul li {
    font-size: 14px;
    padding: 6px 0;
}

.flgt-enquiry .flgt-col1 .enq-body form {
    padding: 0 20px 0;
}

header .navbar .menubar {
    display: none;
}

.destinationsec .desbox .desicim {
    width: 100%;
}

.accountable .traveltable-outer {
    margin-bottom: 30px;
}

.ftbox .everest-forms {
    margin: 0 auto 0;
    max-width: 290px;
}

.ftbox .everest-forms .evf-field-container .evf-frontend-row {
    margin: 0;
}

.getintouch.memb-form-extra label.evf-privacy-policy-consent-message {
    margin: 0 0 10px;
    display: block;
}

.getintouch.memb-form-extra input[type="checkbox"] {
    top: 4px !important;
}

.flgt-enquiry .enq-head ul li a {
    border: 1px solid #cfac65;
    padding: 10px 15px;
    width: 100%;
    display: block;
    border-radius: 16px;
}

.flgt-enquiry .enq-head .enq-head-list .enq-head-item.active a {
    background: #cfac65 !important;
    color: #fff !important;
}
 
.flgt-enquiry .enq-head .enq-head-list .enq-head-item:last-child {
    margin-right: auto;
}

.repeatble-remove.heli_rep_rem {
    right: -47px;
}

.heli_rep_blk .add-more-blk {
    right: -47px;
}

.navbar-collapse.show .book-charter-btn.book_charter_btn {
    width: fit-content;
    position: relative;
    right: 0;
    top: 0;
    display: block !important;
    float: none;
    background: #cfac65;
    border: 1px solid #cfac65;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 15px;
    line-height: normal;
    font-size: 14px;
}

.navbar-collapse.show .book-charter-btn.book_charter_btn:hover {
    color: #cfac65;
    background: #ffffff;
}
 
 .highclass {
    padding: 0 12px 0 !important;
  }

  .common-style h4 {
    font-size: 20px;
  }

.mediasec.search-page .rhtbar h1 {font-size: 23px;}
.mediasec.search-page h4.page-title {font-size: 32px;}

.header-mainrw h5 {font-size: 11px;}
.header-mainrw h6 {font-size: 13px;}

.highdetailsec .col-md-12 {margin: 0 auto 50px;}
.highdetailsec .back-fleet-btn {margin-inline: 0;}

.sdesim {border: 5px solid #1d1d1d;margin: 0 0 10px;}

.srvsec h2 {line-height: 1.45;margin: 0 0 30px;}
.srvsec h3 {font-size: 20px;}

.luxsec .row {margin: 0 0 60px !important;flex-direction: column-reverse;}
.luxsec .col-md-6 {width: 100%;}

}


@media only screen and (max-width: 767px) {
  .logosec img {
    width: 80% !important;
    margin: -28px 0 0;
    padding: 18px 0 9px;
  }
  .service-tab .service-head ul li {
    width: 40%;
  }
  .flgt-enquiry h2 {
    margin: 0px 0 50px;
  }


    .partners-wrapp {
        padding: 0px 0 0px;
    }
    .partners-wrapp .partner-slider
    {
      padding: 0px 50px 0;
    }
    .partners-wrapp h2 {
    
      margin-bottom: -15px;
  }
  .jestservsec {
    padding: 60px 18px 30px;
  }
  .meetbestsec .serv-btn2 {
    margin: 0;
  }
  .FlyBeyondsec {
    padding: 30px 30px;
  }
  .whysec .whybp {
    padding: 20px 16px;
  }
  .destinationsec {
    padding: 60px 18px 36px;
  }
  .demansec h2 {
    margin: 0 0 40px;
  }
  .bstr p br {
    display: none;
  }
  .destinationsec p {
    margin: 0 0 49px;
  }
  .demansec .bsbox {
    margin: 0 0 25px;
  }
  .row.mb-4.bstr {
    margin: 0 0 25px !important;
  }
  .demansec {
    padding: 10px 18px 60px;
  }
  .extrabensec {
    padding: 60px 0px;
  }
  .extrabensec {
    padding: 60px 18px;
  }
  .extrabensec .dtlco {
    padding: 0px 35px !important;
    width: 100%;
  }
  .mapsec {
    padding: 0px 0 0px;
  }
  .expsecdusec h2 {
    margin: 0 0 40px;
  }
  .expsecdusec .col-md-4.exco {
    width: 100%;
    margin: 0 0 30px;
  }
  .expsecdusec .col-md-8 {
    width: 100%;
  }
  .expsecdusec .bsbox {
    margin: 0 0 25px;
  }

  .testimonialssec .slick-prev {
    width: 48px;
    height: 50px;
    left: 1.6%;
    }
  .testimonialssec .slick-next {
    width: 48px;
    height: 50px;
    right: 1.6%;
  }

  /*.fixed-icon-mobile img {
    width: 66% !important;
  }*/

  .fixed-icon-mobile {
    /* bottom: 8% !important; */
    /*right: -19px !important;*/
   
  }

  /*.flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item {
    width: 21.83% !important;
  }*/

  .flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item {
    width: 30.83%;
  }
  .flgt-enquiry .flgt-col1 .enq-body .enq-type {
    width: 671px;
  }
  .flight_rep_blk .add-more-blk {
    right: -60px;
    bottom: 182px;
  }
  .repeatble-remove.flight_rep_rem {
    bottom: 260px;
    right: -56px;
  }
  .flgt-enquiry .flgt-col1 .enq-body .form-field {
    width: 50.75%;
  }
  .flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
    width: 98.3%;
  }

  .flgt-enquiry .flgt-col1 .enq-body .enquiry-btn1 {
    width: auto;
    padding: 9px 28px 9px;
  }

  .flgt-col1.mob-show .flgt-enquiry .flgt-col1 .enq-body {
    padding: 25px 0 20px;
  }
  .flgt-enquiry .flgt-col1 .enq-body ul li a {
    font-size: 15px;
  }

  .service-tab .service-head ul li {
    width: 49%;
  }
  .logosec {
    margin: 0 58px 0 18px !important;
  }
  header .navbar-expand-lg .navbar-toggler {
    width: 35px;
  }

  navbar-nav .sidebar-logo {
    width: 40% !important;
    top: 46px;
  }
  header .navbar-collapse .nav-item,
  header .navbar-collapse .nav-item a {
    font-size: 16px;
  }
  header .navbar-collapse {
    padding: 50px 3% 50px 26px;
  }
  .filer-dropdowns select option {
    text-align-last: center !important;
  }
  .sub-banner-wrapp .main-banner img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 550px;
  }
  .filer-dropdowns .col-md-3 {
    width: 33%;
  }
  .filer-dropdowns .col-md-3 {
    width: 50%;
  }

  .filer-dropdowns select :optional .highclass .row.mb-4.bstr .col-md-4 {
    width: 100%;
  }
  .highclass {
    padding: 0 18px 30px !important;
  }
  .highclass .row.mb-4.bstr .col-md-4 {
    width: 100%;
    margin: 0 0 30px !important;
  }
  .highclass .row.mb-4.bstr .col-md-8 {
    width: 100%;
  }
  .highclass .bsic {
    /* height: 200px; */
    object-fit: cover;
  }
  .highclass .slick-prev {
    left: -1% !important;
  }
  .highclass .slick-next {
    right: 1% !important;
  }
  .row.imgo {
    margin: 60px 0 0 !important;
  }
  .confrmsechigh {
    padding: 0 0 40px !important;
  }
  .airgosec h5 {
    margin: 26px 35px 26px 35px !important;
  }
  .srvsec h2 {
    font-size: 21px !important;
    padding-top: 7px;
}

 
  .confrmsechigh .everest-forms ul li {
    width: 50% !important;
  }
  .contactsecm .row.left-right {
    flex-direction: column-reverse;
  }
  .contact-form-new .xcon {
    width: 100% !important;
    margin: 0 0 45px !important;
  }
  .row.brboxh {
    padding: 45px 18px ;
  }
  .headbrow {
    padding: 40px 18px 40px !important;
  }
  .contactsecm h4 {
    font-size: 24px !important;
    margin: 0 0 25px !important;
  }
  .mediasec {
    padding: 50px 18px !important;
  }
  .blogdetalsec {
    padding: 173px 18px 100px !important;
  }
  .col-md-4.rigblcol {
    margin: 20px 0 0 !important;
  }
  .blogdetalsec .rigblcol .col-md-7 {
    width: 50%;
  }
  .blogdetalsec .rigblcol .col-md-5 {
    width: 50%;
  }
  .blogdetalsec {
    padding: 173px 18px 50px !important;
  }
  .blogdetalsec .col8lef {
    border-right: unset !important;
  }
  .slblo {
    margin: 0 2px !important;
  }
  .extrabensec.exbenh {
    padding: 220px 18px 20px !important;
  }
  .extrabensec .memcard {
    margin: 0 0 30px;
  }
  .faqsec h1 {
    font-size: 28px;
  }
  .faqsec h2 {
    font-size: 23px;
  }
  .faqsec {
    padding: 20px 18px 50px;
  }
  .demansec .col-md-8 {
    padding: 0 !important;
  }
  .expsecdusec .col-md-8 {
    padding: 0 !important;
  }
  .bhighbox h3 {
    font-size: 22px;
    white-space: nowrap;
  }
  .bhighbox h4 {
    font-size: 12px;
    white-space: nowrap;
    margin: 0 0 30px;
  }
  .bhighbox .col-md-4 {
    width: 25%;
  }
  .bhighbox {
    padding: 32px 0 0px;
  }
  .highdetailsec .col-md-12 {
    margin: 0 auto 25px;
  }
  .luxsec {
    padding: 60px 18px 0;
  }
  .img-fluid.lxim {
    margin: 0 0 25px;
  }
  .luxsec .row {
    margin: 0 0 50px !important;
    flex-direction: column-reverse;
  }
  .flgt-enquiry .flgt-col1 .enq-body .rep-flight-multi .form-field {
    width: 100%;
    margin: 0;
  }
  .flgt-enquiry .flgt-col1 .enq-body form {
    padding: 0 25px 0;
  }
  .meetbestsec .owl-prev {
    left: -7%;
    background-size: 82%;
  }
  .meetbestsec .owl-next {
    right: -7%;
    background-size: 82%;
  }
  .expsecdusec {
    padding: 50px 18px 50px;
  }
  header .navbar-collapse .nav-item a.nav-link.active {
    color: #cfac65 !important;
    font-size: 18px;
  }
  header .navbar-expand-lg .navbar-collapse .bg-sidebar {
    display: none;
  }
  header .navbar-collapse .main-side-wrapp {
    width: 100% !important;
  }
  .main-side-wrapp .sidebar-logo {
    width: 33% !important;
    margin: 0px 0 4px;
  }

  .row.tabwth {
    padding-top: 10px;
  }

    /* .desbox .desicim {
        max-height: 100px;
        height: 23vh;
    } */
  .blogsec .blg-con .slick-track .slick-slide .bbox img {
    height: 42.6vw;
  }
  .fixed-icon-whatsapp {
    /* bottom: 17.5%; */
  }
  .airgosec.loginsection .lfcrg {
    padding: 0 18px !important;
  }
  .airgosec.loginsection .register-form .sub_btn {
    width: fit-content;
  }
  .airgosec.loginsection .register-form .f_row a {
    display: inline;
  }
  .col-md-12 .col-md-4 {
    padding: 0 20px 0 0;
  }
  .airgosec.loginsection .myaccount-data .col-md-12 .col-md-4 {
    padding: inherit;
    width: 64%;
}
  .airgosec.loginsection .col-md-8 {
    width: 50%;
    padding: inherit;
  }
  .airgosec.loginsection .myaccount-data .col-md-12 .editaccount-form .sub_btn {
    width: 100%;
  }
  .airgosec.loginsection.account-no-banner {
    padding: 145px 18px 25px !important;
  }
  .flgt-enquiry.show-mob {
    display: block;
  }

  /*.flgt-enquiry.show-desk {
    display: none !important;
  }*/

  /*.form-field.locations_to_fr_list-form-grp1.locations_to_fr_list-form-grp {
    border-bottom: 1px solid white;
    width: 99% !important;
  }
  */
  .from-to-parent-outer
    .flgt-enquiry
    .flgt-col1
    .enq-body
    .form-field
    input.form-contro {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  /*.form-field.locations_to_fr_list-form-grp1.locations_to_fr_list-form-grp {
    border-bottom: 1px solid white;
    width: 99% !important;
  }*/

  .from-to-parent-outer {
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    padding: 0 !important;
    width: 98% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    /* gap: 15px !important; */
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
  }

  /*input.form-control.flight_onew_from.locations_to_fr.locations_to_fr1 {
    margin-bottom: 24px !important;
  }*/

  button.accordion-button.collapsed {
    color: white !important;
    font-size: 18px;
    padding-top: 1px !important;
    box-shadow: none;
}
  /*input.form-control.flight_onew_to.locations_to_fr.locations_to_fr2 {
    margin-bottom: 20px !important;
  }*/

  .accordion-button:not(.collapsed) {
    color: #cfac65 !important;
    font-size: 18px !important;
    background: none !important;
    box-shadow: none !important;
    padding-top: 10px !important;
  }

  .accordion-button::after {
    background: url(../images/down-solid-white.svg) !important;
    width: 22.8px !important;
    height: 24px !important;
    margin-left: auto !important;
  }

  .faqsec .accordion-button::after {
    background: url(../images/down-solid-white.svg) !important;
    width: 20px !important;
    height: 20px !important;
    margin-left: auto !important;
    filter: none;
    background-size: 100% !important;
  }
  .from-to-parent-outer .enq-icon img {
    width: 100% !important;
    display: block;
    margin-top: 21px !important;
  }
  .accordion-item {
    background: black !important;
    border: none !important;
  }

  .accordion-button {
    background: none !important;
    color: #cfac65 !important;
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 0px !important;
  }

  .accordion-body {
    padding: 0 !important;
  }

  .locations_to_fr_list-form-grp {
    position: relative;
  }

  /*input.form-control.flight_onew_to.locations_to_fr.locations_to_fr2 {
    border: none !important;
    padding-bottom: 0 !important;
  }*/

  /*input.form-control.flight_onew_from.locations_to_fr.locations_to_fr1 {
    border: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }*/

  .flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control {
    border: 1px solid white;
    margin-top: 20px;
    padding: 25px;
    border-radius: 10px;
  }

  .flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control {
    padding-left: 35px !important;
  }

  .flgt-enquiry .flgt-col1 .enq-body .form-field {
    width: 97.75%;
  }
  input.form-control.flight_onew_to.locations_to_fr.locations_to_fr2 {
    padding-top: 0 !important;
  }

  .flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control {
    padding-top: 27px !important;
  }

  .flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
    border: 1px solid white;
    margin-top: 20px;
    padding: 30px;
    padding-block: 20px;
    min-height: 100px;
    border-radius: 10px;
  }
  .flgt-enquiry .flgt-col1 .enq-body .form-field .enq-icon {
    width: 21px;
    left: 8px;
    top: 24%;
    position: absolute;
    padding: 3px;
  }
  .accordion-item {
    background: none !important;
  }
  .accordion-button {
    color: #cfac65 !important;
    text-transform: uppercase;
    font-size: 23px;
  }
  .flgt-enquiry .flgt-col1 .enq-body .enquiry-btn1 {
    float: none;
  }
  .social-row3.teamer-in1.custom-about {
    width: 100%;
    display: flr;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: ced;
    justify-content: center;
    margin: 0 auto 28px;
    max-width: 250px;
    border-radius: 24px;
    position: relative;
    text-align: left;
    background: #cfac65;
    border: 1px solid #cfac65;
    border-radius: 28px;
    transition: all 0.25s ease-out 0s;
    color:white !important
  }

  .social-row3.teamer-in1.custom-about select {
    display: none;
  }

  .social-row3.teamer-in1.custom-about .select-selected {
    width: 100%;
    display: block;
    background: #cfac65;
    color: #fff;
    position: relative;
  }

  /* .social-row3.teamer-in1.custom-about .select-items {
    display: block;
    position: absolute;
    top: 65px;
    width: 100%;
    background: #ffffff;
    z-index: 9;
    max-height: 158px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 3.1);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
  } */

  .social-row3.teamer-in1.custom-about .select-items {
    display: block;
    position: absolute;
    top: 53px; /* Reduced the top space */
    width: 100%;
    background: #ffffff;
    z-index: 9;
    max-height: 158px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 3.1);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px; /* Added rounded corners */
    padding: 5px; /* Adjusted inner spacing */
    box-sizing: border-box; /* Prevent padding from affecting dimensions */
}

/* Custom scroll adjustments */
.social-row3.teamer-in1.custom-about .select-items::-webkit-scrollbar {
    width: 8px;
/
}
.social-row3.teamer-in1.custom-about .select-items::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5); /* Styled scrollbar thumb */
    border-radius: 10px; /* Rounded scrollbar thumb to match container */
}


  .social-row3.teamer-in1.custom-about .select-items.select-hide {
    display: none;
  }

  .social-row3.teamer-in1.custom-about .select-selected,
  .social-row3.teamer-in1.custom-about .select-items > div {
    padding: 8px 15px;
    font-size: 12px;
  }

  .social-row3.teamer-in1.custom-about .select-items > div:hover {
    background: #cfac65;
  }

.social-row3.teamer-in1.custom-about .select-selected:after {
    content: "";
    width: 12px;
    height: 18px;
    background: url(../images/chevron-down.svg) no-repeat top / 100%;
    transform: translateY(-50%);
    transition: all 0.25s ease-out 0s;
    margin: 0 0 0;
    position: absolute;
    top: 59%;
    right: -2px;
    color: #fff !important;
    vertical-align: middle !important;
}


  .social-row3.teamer-in1.custom-about {
    margin-bottom: 49px;
  }
  .meetbestsec .fltcol-outer {
    width: 100%;
    display: none;
    padding-top: 80px;
  }
  .social-row3.teamer-in1.custom-about {
    font-size: 13px !important;
    background: #393939 !important;
    border-radius: 7px !important;
    width: 43%;
    padding: 10px 40px;
    color: #ffff !important;
    outline: none !important;
    border: none !important;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .social-row3.teamer-in1.custom-about .select-selected {
    background: #393939 !important;
  }
  section.meetbestsec.show-mob {
    display: block;
  }

  section.meetbestsec.show-desk {
    display: none;
  }

  /* .flgt-col1.mob-show ul.enq-type-list {
    padding-left: 0 !important;
  } */

  .flgt-enquiry h2 {
    padding-left: 24px;
    margin: 0px 0 28px !important;
  }
  button.accordion-button {
    padding-bottom: 3px !important;
    margin-block-start: 18px !important;
  }
  ul.enq-type-list {
    display: flex;
    justify-content: space-evenly;
  }
  .service-col1 {
    padding: 217px 20px 35px ;
  }

  .flgt-enquiry img {
    padding-top: 25px;
  }

  .from-to-parent-outer .enq-icon img {
    margin-top: 3px !important;
  }
  .enq-type-list .enq-type-item.active {
    background: linear-gradient(
      to bottom,
      #4caf50,
      #3e8e41
    ); /* Example active color */
  }

  select.form-control {
    padding: 22px 8px 15px 32px;
  }
  button.navbar-toggler.mobcase {
    width: 30px !important;
  }
  .sub-banner-wrapp .main-banner img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 365px;
    padding-top: 50px;
    margin-block: 34px;
  }
  .highclass .slick-prev {
    width: 32px;
  }
  .highclass .slick-next {
    width: 32px;
  }

  .back-fleet-btn {
    /* margin-top: 45px ;
 */
  }
  .sub-banner-wrapp .half-banner p {
    font-size: 15px !important;
    margin: 2px 10px 54px 21px;
    padding-bottom: 22px !important;
  }
  .sub-banner-wrapp h2 {
    font-size: 27px !important;
  }
  .innerimgsec .slick-prev {
    width: 32px;
  }
  .innerimgsec .slick-next {
    width: 32px;
  }

  .highdetailsec {
    padding: 2px 30px;
  }
  .back-fleet-btn a {
    padding: 10px 24px !important;
    font-size: 14px !important;
  }


  .airgosec {
   padding: 36px 3% 9px !important;
    }

  .sub-banner-wrapp .half-banner h2 {
    margin: 51px 0 15px 22px !important;
  }
  header .navbar-collapse .main-side-wrapp {
    width: 100%;
    padding: 19px 5% 0;
  }

  .highclass .vmexbtn {
    padding: 10px 15px;
    font-size: 12px;
  }

  #cssmenu ul ul.showthismenu {
    display: block !important;
  }
  .overlay.open li {
    background: transparent !important;
  }

  .highclass .bhighbox h4 {
    font-size: 14px;
  }
  .bhighbox {
    padding: 8px !important;
  }

  .highclass .bhighbox h3 {
    font-size: 23px;
  }
  .sub-banner-wrapp .half-banner p {
  }
  .bhighbox {
    padding-top: 6px !important;
    border-radius: 31px !important;
  }
  .specdetls th,
  table td {
    padding: 14px 0 !important;
  }

  .slick-dots li button::before {
    color: white !important;
    width: 25px;
    height: 25px;
    font-size: 26px;
    opacity: 0.5;
    top: 26px;
  }

  
    .careersec a {
        padding: 11px 36px;
        font-size: 12px;
    }
    .home-banner-wrapp .main-banner img {
     
      height: 100vh;
   
  }
  .testimonialssec {
    padding: 35px 2px;
}
.blogsec {
  
  padding: 2px 0px;
}
.faqsec .accordion-button.collapsed {
 padding: 4px 0 24px 24px !important;
  text-transform: capitalize;
}
.bhighbox .row {
  padding-top: 5px;
}

.dropdown-item.active, .dropdown-item:active {

  background-color: transparent !important;

}
.highdetailsec .bhighbox .row {
  padding-top: 23px;
}
.highdetailsec .bhighbox h4 {

  font-size: 14px;
}
.no-featured-banner {
  bottom: 53px;
  left: 0;
  margin-bottom: 39px;
  transform: translateY(-50%);
}

.enq-head .feeser-row1 h2 {
  background: url(../images/down-solid-white.svg) no-repeat 88% center !important;
  background-size: 15px !important;
  position: relative;
}

.enq-head .feeser-row1 h2:after {
    content: "";
    width: 90%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    background: #cfac65;
    margin: 0 auto 0;
}

.enq-head .feeser-row1:last-child h2:after {
  background: transparent;
}

.enq-head .feeser-row1 h2.active:after {
    background: transparent;
}

.accordion h2 {
  
  background: transparent !important;
}

.enq-head .feeser-row1 h2.active {background: url(../images/chevron-uparrrow.svg) no-repeat 87% center !important;
  height: auto;
  padding: 10px;
  background-size: 15px !important;
}

.add-more-blk .add-more-flight span img {
 
  padding-bottom: 27px;

}

.repeatable-loop .repeatble-remove img {
  
  left: -21px;
}
.verfify-success {
  padding: 0px !important;
}
.slick-slide .desbox img.img-fluid.desicim {
  min-height: 86px !important;
  max-height: 200px !important;
  max-width: 148px;
}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr td .account-btns {
  padding: 5px 8px;
  display: flex;
}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr th {
 
  font-size: 14px;

}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr td {
  
  font-size: 14px;
}

.srcon h3 {
  padding-top: 0;
  font-size: 26px;
}
.row.servicesection {
  margin-top: 30px;
}
.row.servicesection .col-md-4 {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

section.exclusive-section-wrapp h1 {
  bottom: 57%;
}
section.exclusive-page-wrapp.default-page.common-style p {
  
  padding-right: 36px;
}

section.exclusive-page-wrapp.default-page.common-style h4 {
  
  margin-top: 0px;
}
section.exclusive-section-wrapp img.img-fluid.sliimg.slick-slide {
  height: 50vh;
  object-fit: cover;
}


section.exclusive-page-wrapp.default-page.common-style .row {
  padding-left: 18px;
}

section.exclusive-section-wrapp .container {
  
  width: 84% !important

}

section.exclusive-page-wrapp.default-page.common-style .col-md-6 {
  padding-left: 70px;
  padding-right: 38px;
}

.demfull .row.mb-4.bstr .col-md-4 {
  margin-bottom: 44px;
}
.experincde-img-outer a.leanmore-expe {
  top: 86%;
  padding: 12px 41px;
  font-size: 14px !important;
}

.flgt-enquiry .flgt-col1 .enq-body .enq-type-list {
  justify-content: space-evenly;
}

.banner-btns .cargo-btn1 {
    font-size: 12px;
    padding: 10px 20px 10px;
    margin: 0 5px 0 0
}

.reday-ship-wrapp .ready-col .ready-col2 {
    width: 100%;
}

.reday-ship-wrapp .ready-col {
    position: relative;
}

.reday-ship-wrapp .ready-col .ready-col1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    background: rgb(8 25 56 / 65%);
    padding: 120px 5% 60px;
}
img.img-fluid.sriml {
  max-height: 69px !important;
  object-fit: cover !important;
}

.getintouch.memb-form-extra label.evf-privacy-policy-consent-message {
  padding-left: 38px !important;
  display: inline-block !important;
}
.getintouch.memb-form-extra .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.extra-class-1 input[type = checkbox], .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.extra-class-2 input[type = checkbox] {
  position: absolute;
  left: -10px;
  width: 18px;
  height: 18px;
  margin: 0;
  top: 9px;
}
.getintouch.memb-form-extra .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.extra-class-2 {
  width: 100%;
  position: relative;
  display: block;
   margin: 0 !important
}

.getintouch.memb-form-extra .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.extra-class-1 {
  position: relative;
  width: 100%;
  display: block;
   margin: 0  !important;
}

.mainrw h6 {
    font-size: 22px;
}

.timerow, .remain {
    padding: 15px 4%;
}

.mainrw img {
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
}

.sub-banner-wrapp .main-banner img {
    margin: 158px 0 0;
}

.sub-banner-wrapp .main-banner .banner-content.subbanner-content {
    position: relative;
    top: inherit !important;
    transform: none !important;
    right: auto !important;
    padding: 30px 5% 8px;
    margin-bottom:0;
}

.sub-banner-wrapp .main-banner .banner-content.subbanner-content h2 {
	padding: 0;
    margin: 0 0 18px !important;
}

.sub-banner-wrapp .main-banner .banner-content.subbanner-content p {
    margin: 0 0 16px !important;
    padding: 0;
}

.home-banner-wrapp .main-banner.desk-show {
	display: none;
}

.home-banner-wrapp .main-banner.mob-show {
	display: block
}

.sub-banner-wrapp .banner-content.air-cargo {
    position: relative;
    margin: 0;
    padding: 40px 3% 20px;
    bottom: inherit;
    right: inherit;
    max-width: inherit;
    float: left;
}

.ftbox {
    margin: 0;
    border-radius: 0;
}

.home-banner-wrapp .main-banner:after {
    height: 100%;
}

.home-banner-wrapp .banner-content {
    width: 90%;
}

.home-banner-wrapp .banner-btn1 {
    padding: 12px 18px 12px;
}


.flgt-enquiry .enq-head .enq-head-list .enq-head-item {
    padding: 10px 5px 0;
}

.flgt-enquiry .enq-head .enq-head-list {
    width: 90%;
    margin: 8px auto 0;
}

.flgt-enquiry .flgt-col1 .enq-body .form-field select.form-control {
    margin: 0;
    font-size: 15px !important;
    border: 1px solid white;
    margin-top: 20px;
    padding: 25px;
    padding-left: 35px;
    border-radius: 10px;
}

.repeatble-remove.heli_rep_rem {
    right: -54px;
    bottom: 260px;
}

.heli_rep_blk .add-more-blk {
    right: -47px;
    bottom: 208px;
}

.meetbestsec .fltcol {
    padding: 0 20px !important;
}

.benefits-list {
    margin: 0 2% 40px;
}

.blogsec .blg-col {
    padding: 20px 20px;
}

.blogsec .bbcoxcon h4 {
    font-size: 16px;
}

.blogsec .bbcoxcon h3 {
    margin: 12px auto 15px;
}

.expsecdusec p {
    font-size: 14px;
}

.highclass .container-fluid {
    width: 100%;
}

.fleet-cate-listing .row.mb-4.bstr {
    padding-top: 0;
}

.highclass p {
    font-size: 15px;
}

.confrmsechigh .everest-forms input {
    margin: 0 0 25px !important;
}

.confrmsechigh  .everest-forms div.evf-container .iti--allow-dropdown input[type='tel'] {
    margin: 0 0 0 !important;
}

.confrmsechigh .everest-forms .evf-field-phone .iti.iti--allow-dropdown {
  margin: 0 0 25px
}

.confrmsechigh .everest-forms div.evf-container .iti__flag-container {
    margin: 0 0 0 !important;
}

.highclass.fleet-cate-listing h3 {
    margin: 0 0 24px;
}

.airgosec .container-fluid {
    width: 94%;
}

.confrmsechigh h2 {
    margin-bottom: 24px;
}

.reday-ship-wrapp {
    margin: 0 0 38px;
}

.faqsec.extra-404 .row {
    width: 90%;
}

.mediasec.search-page .rhtbar img.img-fluid {height: inherit;}
.mediasec.search-page .rhtbar {width: 100%;margin: 0 0 44px;}

.header-mainrw {float: right;margin: 0 14px 4px 0;top: 0;}
header .header-bar1 {padding: 0 0 14px 0;}
header.nav-static {padding-top: 6px !important;}

.airgosec h2 {margin: 18px 0 20px;}

.airgosec p {
  font-size: 15px;
}

p {font-size: 15px;}

.sidely h4 {
    font-size: 16px;
}

.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(3) {
    max-width: 100% !important;
}

.getintouch .xcon .everest-forms textarea.input-text {
    min-height: 130px;
}

.getintouch .xcon .everest-forms .evf-submit-container {
    padding: 0;
}

.srvsec h3 {font-size: 16px;}

.headbrow h3 {font-size: 24px !important;}
.headbrow h2 {font-size: 28px !important}
.contact-form-new .xcon .everest-forms textarea {min-height: 100px;}
.contact-form-new .xcon .everest-forms input {margin: 0 0 20px}
.contact-form-new .xcon .everest-forms .iti input[type='tel'] {margin: 0 0 20px !important;}
.contact-form-new .xcon .everest-forms .iti .iti__flag-container {top: 20px}

.row.brboxh {padding: 45px 10px;}

.luxsec .col-md-6 {width: 100%;}

.sub-banner-wrapp .main-banner:before {content:"";position:absolute;width:66%;height:100%;top:0;left:0;right:0;background:linear-gradient(to right,rgba(0 0 0 /0.45),transparent);}

}

@media only screen and (max-width: 600px) 
{
.experincde-img-outer a.leanmore-expe {
  top: 89%;
  padding: 5px 41px;
  font-size: 12px;
}

table.table.table-borderless.memtable a.paypal-button {
    min-width: inherit;
    margin: 20px 8px;
}

div#LoginModal .modal-content {
    padding: 12px !important;
}

div#LoginModal h5 {
  font-size: 25px;
}

div#LoginModal .f_row label {
    font-size: 14px;
}

div#LoginModal .form-control {
    padding: 8px 12px;
}

div#LoginModal p {
    font-size: 14px;
}

.getintouch.memb-form-extra label.evf-privacy-policy-consent-message {
    font-size: 18px;
    padding-left: 34px !important;
}

.faqsec button.accordion-button.collapsed, .faqsec .accordion-button:not(.collapsed) {
    font-size: 16px !important;
}

}

@media only screen and (min-width: 768px) {
  .sub-banner-wrapp .main-banner img {
    max-height: 620px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 400px;
  }
  

  .sub-banner-wrapp .half-banner h2 {
    font-size: 38px;
    margin: 31px 0 15px 22px !important;
  }

  .back-fleet-btn {
    margin: 25px 22px 13px;
    padding-top: 6px !important;
  }

  /* .fixed-icon-whatsapp {
    bottom: 21%;
  
} */

  
  .bhighbox {
    /* padding: 32px 11px; */
  }
  
  .fleet-cate-listing .bhighbox h4 {
    
    white-space: nowrap;
}
.dessections .row {
  display: flex;
  flex-direction: column;
}

.col-md-8.colrigside {
  width: 100%;
}

.col-md-4.colside {
  width: 100%;
  /* display: flex
; */
  /* justify-content: center; */
  /* align-items: center; */
  margin: 0 auto !important;
  margin-inline: auto !important;
}
.dessections .col-md-4 {
  display: flex
;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.dessections {
  padding-left: 0px;
}

.no-featured-banner .banner-content {
  top: 168px;
  transform: translateY(-50%) !important;
  left: 0;
  right: 0 !important;
  text-align: center;
}

.single-desti-inner .colrigside {
  width: 57.5%;
  margin: 0 6.5% 60px 0;
}

.single-desti-inner .colside {
  width: 36%;
  padding: 60px 0 60px;
  align-items: start;
  margin: 0 !important;
  justify-content: left;
  text-align: left;
}

.single-desti-inner .colside .sidely {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: left;
  width: 100%;
}

.single-desti-inner .colside .sidely .col-md-6 {
  width: 46%;
  margin: 0 2% 25px;
  padding: 0;
}

.dessections.single-desti-inner .colrigside {
  width: 57.5%;
  margin: 0 6.5% 0 0;
}

.dessections.single-desti-inner .colside {
  width: 36%;
  padding: 0;
  align-items: start;
  margin: 0 !important;
  justify-content: left;
  text-align: left;
}

.dessections.single-desti-inner .colside .sidely {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: left;
  width: 100%;
}

.dessections.single-desti-inner .colside .sidely h2 {
  text-align: left;
  padding: 0 0 0 10%;
  margin: 0 0 32px;
}

.dessections.single-desti-inner .colside .sidely .col-md-6 {
  width: 46%;
  margin: 0 6% 25px 0;
  padding: 0;
}

.dessections.single-desti-inner .colside .sidely .col-md-6:nth-of-type(2n) {
  margin-right: 0;
}

.dessections.single-desti-inner .colside .sidely .qstsec {
  width: 100%;
  padding: 0 0 0 10%;
  justify-content: left;
  text-align: left;
  align-items: start;
  margin: 0 0 0 !important;
}

.dessections.single-desti-inner .colside .sidely .qstsec h2 {
  padding: 0;
}

.sub-banner-wrapp .main-banner::after {
    height: 100%;
    background: rgba(0 0 0 / 0.25);
}

}


@media only screen and (max-width: 768px)
{
.experincde-img-outer a.leanmore-expe {
  font-size: 12px;
}

.dessections.single-desti-inner .colrigside {
  width: 100%;
  margin: 0 0 25px;
}

.dessections.single-desti-inner .colside {
  width: 100%;
}

.single-desti-inner .container-fluid {
    width: 90%;
}

.single-desti-inner .colrigside {
    width: 100%;
    margin: 0 0 25px 0;
}

.single-desti-inner .colside {
    width: 100%;
    padding: 0 0 30px;
}

.dessections.single-desti-inner {
    padding: 0;
}

.dessections.single-desti-inner .colrigside .row .col-md-4 {
    width: 50%;
    margin: 0 0 40px;
}

.dessections.single-desti-inner .colrigside .row .col-md-4 .htimg {
    margin: 0;
}

.dessections.single-desti-inner .colrigside .dexbox {
    margin: 0 0 50px;
}

.dessections.single-desti-inner .colside .sidely h2 {
    padding: 0;
}

.dessections.single-desti-inner .colside .sidely {
    padding: 0;
    margin: 0;
}

.dessections.single-desti-inner .colside .sidely .qstsec {
    padding: 0 1% 30px;
}

.getintouch .xcon {
    width: 94% !important;
    top: 0;
    padding: 35px 5%;
}

.getintouch .xcon .everest-forms .evf-submit {
    font-size: 14px;
    margin: 20px 0 0;
}

.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
    width: 49%;
    flex: inherit;
    max-width: 100%;
}

.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(1) {
    width: 100%;
    flex-direction: inherit;
}

.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(2) {
    width: 100%;
    flex-direction: inherit;
}

.getintouch .xcon .everest-forms .input-text {
    margin: 0 0 18px;
}

.getintouch .xcon .everest-forms .iti .input-text[type='tel'] {
    margin: 0 0 18px !important;
}

.banner-btns .cargo-btn1 {
    font-size: 12px;
}

.sub-banner-wrapp .banner-content.air-cargo p {
    padding: 0 2% 0;
}

.sub-banner-wrapp .banner-content.air-cargo h2 {
    padding: 0 2% 0;
    margin: 0 0 15px !important;
}

.banner-btns {
    padding: 0 2% 0;
}

.profile-form-outer .f_row label {font-size: 16px;}
.profile-form-outer .f_row .form-control {margin: 0 0 25px;}

div#quoteModal .modal-header {padding-inline: 0 !important;}
#quoteModal .modal-header .btn-close {font-size: 25px;width: 8px;}

#contact-section.getintouch .xcon .everest-forms .evf-frontend-row {margin-bottom: 0;}

}

@media only screen and (max-width: 575px) {
  .logosec img {
    width: 72% !important;
  }
  .logosec {
    width: 50%;
    margin: 10px 0 0 16px !important;
  }
  header .navbar-expand-lg .navbar-toggler {
    width: 42px;
    margin: -6px 19px 0 0;
  }

  /*.header-btn2 {
    display: none !important;
  }*/

  header .header-btn2 {
    padding: 7px 12px !important;
    line-height: 1;
    margin: 12px 8px 0 auto;
    font-size: 12px !important;
  }

  .navbar > .container {
    justify-content: space-between !important;
  }
  .header-bar1 {
    display: none !important;
  }
  .home-banner-wrapp h2 {
    font-size: 35px;
  }
  .home-banner-wrapp p {
    font-size: 16px;
  }
  .home-banner-wrapp img {
    /* height: 560px; */
  }
  .home-banner-wrapp .banner-btn1 {
    margin: 0 8px 15px 0;
  }
  .flgt-enquiry h2 {
    font-size: 20px;
  }
  .jestservsec h2 {
    font-size: 24px;
  }
  .jestservsec .col-md-3 {
    width: 100%;
  }
  .jestservsec .prjhd {
    margin: 0 auto 60px;
  }
  .partners-wrapp .partner-logo img {
    width: 75%;
    min-height: 190px !important;
}

  .whysec .col-md-4 {
    width: 100%;
    padding: 50px 30px !important;
  }
  .whysec .col-md-4 {
    padding: 13px 30px !important;
  }
  .destinationsec .des-row {
    padding: 0px 0;
  }
  .extrabensec {
    padding: 0px 18px 0px;
  }
  .demansec {
    padding: 10px 18px 30px;
  }
  .testimonialssec .slick-prev {
    width: 48px;
    height: 50px;
    left: 0%;
}
.testimonialssec .slick-prev {
  width: 48px;
  height: 50px;
  left: 1%;
}
  .testimonialssec {
    padding: 50px 18px 0;
  }
  .ftbox p {
    width: none !important;
    text-align: center !important;
  }
  .ftbox .payic {
    width: none !important;
    margin: 10px auto 0;
    text-align: center;
  }
  .flgt-enquiry .enq-head .enq-head-list .enq-head-item {
    width: 50%;
  }
  .flgt-enquiry .flgt-col1 .enq-body .enq-type {
    width: 100%;
    margin: 10px auto 10px;
  }
  .flgt-enquiry .flgt-col1 .enq-body ul li a {
    font-size: 13px;
  }

  .flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item {
    width: auto;
    padding: 10px 16px;
  }

  /*.flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item {
    width: 42.85% !important;
  }*/

  .flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item {
    width: 32.83%;
    /*display: inline-block;*/
    border-radius: 50px;
    padding: 12px 8px;
  }
  .flgt-enquiry .enq-head .enq-head-list .enq-head-item {
    padding: 13px 10px;
    padding-bottom: 0;
  }
  .flgt-enquiry .flgt-col1 .enq-body {
    padding: 0 0 20px;
  }
  .flgt-enquiry .flgt-col1 .enq-body .form-field {
    width: 99%;
  }
  .service-tab .service-head ul li {
    width: 49%;
  }
  .service-tab .service-head ul li a {
    font-size: 13px;
  }
  .flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
    width: 100%;
    padding-block: 15px;
  }

  .flgt-enquiry.show-desk .flgt-col1 .enq-body {
    padding: 20px 12px 20px;
  }

   .flgt-enquiry .enq-head ul li a {
     font-size: 14px;
   }

  .row.undlinft {
    justify-content: center;
  }
  .bbcoxcon {
    top: 55%;
  }
  .blogsec .bbcoxcon {
    padding: 0 50px;
  }
  .blogsec .bbcoxcon h3 {
    font-size: 20px;
  }
  .blogsec .bbcoxcon h4 {
    font-size: 18px;
  }
  .blglrnbtn {
    padding: 9px 40px;
  }

  header .navbar-collapse {
    width: 100%;
  }
  .filer-dropdowns .col-md-3 {
    width: 42%;
}
  /* .filer-dropdowns .col-md-3 {
    margin: 8px 20px;
  } */
  .row.imgo {
    margin: 0 0 0 !important;
  }
  .srvsec .col-md-3 {
    width: 50%;
  }
  .srvsec h3 {
    font-size: 18px !important;
  }
  .airgosec {
    padding: 60px 0 20px !important;
  }
  .confrmsechigh .everest-forms {
    width: 50% !important;
    margin: 30px auto 0 !important;
  }
  .confrmsechigh .everest-forms {
    width: 98% !important;
  }
  .airgosec h2 {
    font-size: 27px !important;
    margin: 14px 0 20px;
  }
  .contact-form-new .xcon .everest-forms button {
    padding: 13px 0 !important;
  }

  .contact-form-new .xcon .everest-forms textarea {
    margin: 0 0 30px !important;
  }
  .blogdetalsec {
    padding: 130px 18px 50px !important;
  }
  .blogdetalsec .rigblcol .col-md-5 {
    width: 100%;
  }
  .img-fluid.sidblgdtl {
    width: 100%;
  }
  .blogdetalsec .rigblcol .col-md-7 {
    width: 100%;
  }

  .blogdetalsec .tocolblo p {
    margin: 0 0 7px !important;
  }
  .blogdetalsec h1 {
    font-size: 20px !important;
  }
  .memtable.table td:nth-child(1) {
    width: 52%;
    border-right: 1px solid hwb(49 71% 5%);
  }
  .memtable.table td:nth-child(2) {
    text-align: center;
  }
  .memtable.table th:nth-child(3) {
    padding: 20px 0 !important;
  }
  .memtable.table th:nth-child(3),
  .memtable.table td:nth-child(3) {
    text-align: center;
    padding: 0 !important;
  }
  .memtable.table th:nth-child(2) {
    border-top: 1px solid hwb(49 71% 5%);
    border-left: 1px solid hwb(49 71% 5%);
  }
  .memtable.table tr:last-child td:nth-child(2) {
    border-bottom: 1px solid hwb(49 71% 5%);
  }
  .ftbox {
    padding: 60px 13px;
  }
  .sub-banner-wrapp .half-banner p {
    padding: 0 !important;
    margin: 0 22px 15px !important;
  }
  .faqsec {
    padding: 40px 18px 50px;
  }
  .regular3.slick-initialized.slick-slider {
    padding: 0 25px;
  }
  .destinationsec .slick-prev {
    width: 40px;
    height: 42px;
    left: 1%;
  }
  .destinationsec .slick-next {
    width: 40px;
    height: 42px;
    right: -1%;
  }
  .home-banner-wrapp p span {
    font-size: 16px !important;
  }
  .dest-flight-shape {
    top: 62%;
  }
  .highclass .slick-prev {
    width: 33px;
  }

  .highclass .slick-next {
    width: 33px;
  }

  .highdetailsec .col-md-12 {
    margin: 0 auto 20px;
  }
  .confrmsechigh .confrm {
    margin: 88px auto 68px;
  }
  .confrm .col {
    display: contents;
  }
  .confrmsechigh {
    padding: 0 18px 40px !important;
  }
  .innerimgsec .col-md-4 {
    padding: 0 10px;
  }
  .innerimgsec .slick-prev {
    width: 35px;
    height: 37px;
    left: -2%;
  }
  .innerimgsec .slick-next {
    width: 35px;
    height: 37px;
    right: -2%;
  }
  .ftbox .col-md-2 {
    width: 100%;
  }
  .service-col1 {
    padding: 255px 20px 15px;
  }
  .meetbestsec .owl-prev {
    left: -9%;
    background-size: 84%;
  }
  .meetbestsec .owl-next {
    right: -11%;
    background-size: 84%;
  }
  .testimonialssec h2 {
    margin: 0 0 15px;
  }
  .highclass {
    padding: 0 0 24px !important;
  }
  .highclass .slick-prev {
    left: 1% !important;
  }
  .highclass .slick-next {
    right: 1% !important;
  }
  .fixed-icon-mobile {
    /* bottom: 6% !important; */
}

  .vmexbtn {
    border-radius: 20px;
    border-style: none;
    background: #cfac65;
    padding: 6px 18px;
  }
  .blconsec p:last-child {
    display: block !important;
    width: 100%;
  }
  .blconsec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  header .navbar-expand-lg .navbar-toggler {
    width: 35px;
  }
  header .navbar-expand-lg .navbar-toggler .navbar-toggler-icon::after {
    height: 3px;
  }
  header .navbar-expand-lg .navbar-toggler .navbar-toggler-icon::before {
    height: 3px;
  }
  header .navbar-expand-lg .navbar-toggler .navbar-toggler-icon::after {
    height: 3px;
  }
  .headbrow {
    padding: 40px 18px 40px !important;
  }
  .service-tab .service-head ul li {
    width: 100%;
  }
  .service-tab .service-head ul li,
  .service-tab .service-head ul li a {
    font-size: 13px !important;
  }
 
  .blogsec .blg-con .slick-track .slick-slide .bbox img {
    height: 50.6vw;
  }
  .blglrnbtn {
    bottom: 19%;
  }
  .fixed-icon-whatsapp {
    /* bottom: 15.5%; */
}
  .login_wrap {
    padding: 0 !important;
  }
  .airgosec.loginsection .lfcrg {
    padding: 0 12px !important;
  }
  .loginsection .login-form .input-box {
    padding: 18px 0;
    margin: 0 0 18px;
  }
  .loginsection .login-form .sub_btn {
    margin: 18px 0 18px 0;
  }
  .loginsection .login-form {
    margin: 0 0 25px;
  }
  .loginsection .signup-form .input-box {
    padding: 18px 0;
    margin: 0 0 18px;
  }
  .loginsection .signup-form .sub_btn {
    margin: 18px 0 19px 0;
  }
  .airgosec.loginsectionc h2 {
    margin: 0 0 25px !important;
  }
  .airgosec.loginsection .register-form {
    margin: 0 0 25px;
  }
  .airgosec.loginsection .register-form .sub_btn {
    padding: 10px 26px;
  }
  .airgosec.loginsection .register-form .f_row a {
    padding: 10px 23px;
  }
  .airgosec.loginsection .signup_success_msg.signup-success {
    top: 10px;
  }
  .airgosec.loginsection .myaccount-data .col-md-12 .col-md-4 {
    width: 100%;
    padding: 0;
  }
  .airgosec.loginsection .myaccount-data .col-md-12 .col-md-8 {
    width: 100%;
  }

  .flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control {
  	padding: 11px 20px;
    padding-top: 9px !important;
  }

  .flgt-enquiry .flgt-col1 .enq-body .form-field select.form-control {
    padding: 11px 20px;
    padding-left: 35px;
  }

  .flgt-enquiry img {
    padding-top: 15px;
  }

  /*input.form-control.flight_onew_from.locations_to_fr.locations_to_fr1 {
    margin-bottom: 9px !important;
  }*/

  .from-to-parent-outer .enq-icon img {
    width: 100% !important;
    display: block;
    margin-top: 2px !important;
  }
  .social-row3.teamer-in1.custom-about {
    font-size: 16px !important;
    background: #393939 !important;
    border-radius: 7px !important;
    width: 55%;
    padding: 0px 23px;
    color: #ffff !important;
    outline: none !important;
    border: none !important;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .social-row3.teamer-in1.custom-about .select-selected:after {
    right: 7px !important;
}
  .service-col1 {
    padding: 234px 20px 15px;
  }

  /* .flgt-col1.mob-show ul.enq-type-list {
    padding-left: 9px !important;
  } */
  .sub-banner-wrapp .main-banner img {
    width: 100% ;
    display: block;
    object-fit: cover;
    height: 260px;
  }

  .sub-banner-wrapp .banner-content {
    top: 68%;
  }
  .sub-banner-wrapp h2 {
    font-size: 28px !important;
  }

  .sub-banner-wrapp .half-banner h2 {
    font-size: 23px;
  }

  .back-fleet-btn a {
    padding: 9px 15px !important;
    font-size: 12px !important;
  }
  .airgosec {
    padding: 35px 3% 20px !important;
}
  .sub-banner-wrapp .half-banner p {
    font-size: 10px;
  }
  .back-fleet-btn {
    /* margin-top: 114px !important;
 */
  }

  header .navbar-expand-lg .navbar-toggler {
    margin: 13px 13px 0 0 !important;
  }

  header .navbar-collapse .main-side-wrapp {
    width: 100%;
    padding: 19px 5% 0;
  }

  .highclass .bhighbox h4 {
    font-size: 16px;
    white-space: nowrap !important;
  }
  .bhighbox .col-md-4 {
    width: 22%;
  }
  .highclass .bhighbox h3 {
    font-size: 21px;
    white-space: nowrap !important;
  }

  .careersec h3 {
    font-size: 16px;
  }
  .careersec p {
    font-size: 16px;
    
  }

  .careersec a {
    font-size: 11px;
  }

  .highdetailsec {
    padding: 30px 24px 20px;
  }
  .mega-menu .mega-menu-buttons .logbtn {
   
    margin-top: 18px;
}
.social-row3.teamer-in1.custom-about .select-items {
  
  top: 39px;
  
}
.filer-dropdowns select {
  width: 100%;
  font-size: 11px;
  background-size: 8%;

}
.filer-dropdowns .row {
  justify-content: center;
}
.cat-fleet-imag .banner-content {
  top: 82%;
}
.fleet-cate-listing .bhighbox h4 {
  font-size: 13px;
}
.bhighbox .row {

  padding-top: 1px;
}
.bhighbox h3 {
  font-size: 20px;
  white-space: nowrap;
}
.highdetailsec .bhighbox h4 {

  font-size: 16px;
}
.no-featured-banner {
  top: 51px;
  margin-bottom: 63px;
}

.add-more-blk .add-more-flight span img {
  margin-right: -5px;
  width: 16px;
}

.flight_rep_blk .add-more-blk {
    right: -36px;
    bottom: 107px;
}

.add-more-flight.add_more_flight.btn.btn-primary {
    padding: 0;
}

.repeatable-loop .repeatble-remove img {
  left: -17px;
  width: 17px;
}

.repeatble-remove.flight_rep_rem {
    bottom: 160px;
    right: -46px;
}

.verfify-success {
  
  font-size: 19px;
}
.slick-slide .desbox img.img-fluid.desicim {
  height: 100% !important;
  min-height: 90px !important;
  max-height: 195px !important;
  max-width: 140px;
}

.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr th {
 
  font-size: 13px;
}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr td {
 
  font-size: 13px;
}

.row.servicesection {
  margin-top: 10px;
}

.srcon h3 {
  padding-top: 0;
  font-size: 23px;
}
section.exclusive-section-wrapp h1 {
  bottom: 57%;
}

.experincde-img-outer a.leanmore-expe {
  padding: 3px 33px;
  font-size: 13px;
}

.reday-ship-wrapp .ready-col .ready-col1 {
    padding: 60px 5% 60px;
}

.reday-ship-wrapp .ready-col .ready-col2 img {
    min-height: 440px;
}
img.img-fluid.sriml {
  min-height: 120px !important;
  object-fit: cover !important;
}

.timerow, .remain {
    flex: auto;
    width: 100%;
    padding: 15px 7%;
}

.mainrw {
    flex-wrap: wrap;
}

.sub-banner-wrapp .main-banner img {margin: 96px 0 0;}

.repeatble-remove.heli_rep_rem {
    right: -42px;
    bottom: 163px;
}

.heli_rep_blk .add-more-blk {
    right: -38px;
    bottom: 132px;
}

a.add-more-heli.add_more_heli.btn.btn-primary img {
    width: 17px;
}

.navbar-collapse.show .book-charter-btn.book_charter_btn {
    font-size: 13px;
}

.blogsec .slick-prev {
    left: 44px;
}

.blogsec .slick-next {
    right: 44px;
}

.tstbox p {
    font-size: 15px;
}

.highclass p {
	font-size: 15px;
}

.highclass .container-fluid {
    width: 94%;
}

.banner-btns .cargo-btn1 {
    padding: 10px 12px 10px;
}

.common-style p {
    font-size: 15px;
}

section.airgosec ol li {
    font-size: 15px;
}

.common-style ul li {
    font-size: 15px;
}

.common-style ol li:before {
    font-size: 15px;
}

.sub-banner-wrapp p {
	font-size: 15px;
}

.airgosec ul {
	font-size: 15px;
}

button.accordion-button {
    font-size: 18px;
}

.faqsec .accordion-body {
    font-size: 15px;
    padding-top: 10px !important;
}

.confrmsechigh .row {
    padding: 0 2%;
}

.reday-ship-wrapp p {
	font-size: 15px;
}

.confrmsechigh p {
	font-size: 15px;
}

.faqsec.extra-404 {
    padding: 140px 0 60px;
}

.mediasec.search-page {
    padding: 150px 0 40px !important;
}

.header-mainrw {
	display: none;
}

.highdetailsec .back-fleet-btn {
  margin-top: 0;
  margin-bottom: 22px;
}

.confrmsechigh .everest-forms .everest-forms-submit-button {
    margin: 10px 0 0;
}

.confrmsechigh .everest-forms .evf-submit-container {
    padding: 0;
}

.row.brboxh {
    padding: 45px 4px;
}

.row.brboxh td {
    font-size: 14px;
}

}

@media only screen and (min-width: 576px) {
  .social-row3.teamer-in1.custom-about {
    font-size: 16px !important;
    background: #393939 !important;
    border-radius: 7px !important;
    width: 48%;
    padding: 7px 41px;
    color: #fff !important;
    outline: none !important;
    border: none !important;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  /* .flgt-col1.mob-show ul.enq-type-list {
    padding-right: 100px !important;
  } */
  .flgt-enquiry .flgt-col1 .enq-body .enq-type {
    width: 100%;
  }

  .sub-banner-wrapp .half-banner h2 {
    font-size: 30px;
    margin: 51px 0 16px 35px !important;
  }

  .sub-banner-wrapp p {
    padding: 0px 15px 0;
    /* font-size: 11px; */
  }
  .sub-banner-wrapp .half-banner p {
    /* font-size: 11px; */
  }
  .back-fleet-btn {
    /* margin-top: 95px !important; */
    margin: 14px 20px 34px;
  }

  .getintouch .xcon {
      border-radius: 20px;
      padding: 35px 3%;
  }

}

@media only screen and (max-width: 480px) {
  .sub-banner-wrapp h2 {
    font-size: 25px !important;
  }

  /*.sub-banner-wrapp .half-banner p {
    font-size: 10px !important;
  }*/

  .highclass .slick-prev {
    width: 32px;
  }

  .highclass .slick-next {
    width: 32px;
  }

  .highclass .bhighbox h3 {
    font-size: 28px;
  }
  .bhighbox {
    padding: 1px !important;
  }

  .highclass .bhighbox h3 {
    font-size: 16.5px;
  }
  .highclass .bhighbox h4 {
    font-size: 12px;
  }

  .sub-banner-wrapp .banner-content {
    top: 61%;
  }
  .sub-banner-wrapp .half-banner h2 {
    font-size: 20px;
  }

  /*.sub-banner-wrapp .half-banner p {
    font-size: 9px !important;
  }*/

  .bhighbox .col-md-4 {
    padding-top: 6px;
  }
  .bhighbox {
    border-radius: 20px !important;
  }
  .cat-fleet-imag .banner-content {
    top: 80%;
}
.highdetailsec .bhighbox h4 {
  font-size: 10px;
}
.highdetailsec .bhighbox h3 {

  font-size: 16.5px;
}
.highdetailsec .bhighbox h4
{font-size: 12px;}

.desbox .desicim {
  height: 29vh !important;
}
table.table.table-borderless.memtable a {
 
  padding: 9px 10px !important;
  font-size: 11.5px !important;
}
.experincde-img-outer a.leanmore-expe {
  top: 84%;
  padding: 5px 37px;
  font-size: 12px;
}

.single-desti-inner .container-fluid {
    width: 88%;
}

.getintouch .xcon .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
    width: 100%;
    flex: inherit;
    max-width: 100%;
    margin: 0;
}

.banner-btns .cargo-btn1 {
    padding: 8px 13px 8px;
    margin: 0 4px 14px 0;
    display: block;
    width: fit-content;
}

.reday-ship-wrapp h2 {font-size: 26px;}

.reday-ship-wrapp p {
    font-size: 15px;
}

.reday-ship-wrapp .ready-col .ready-col1 {
    text-align: center;
}

.reday-ship-wrapp .ready-col .col11 {
    padding: 20px 0 0;
}

.profile-form-outer .f_row{width:100%}

.profile-form-outer .basic-datas.f_row {width: 100%;}

.ftbox .everest-forms {
    width: 90%;
}

.flight_rep_blk .add-more-blk {
    right: -32px;
    bottom: 117px;
}

.repeatble-remove.flight_rep_rem {
    bottom: 170px;
    right: -42px;
}

.add-more-flight.add_more_flight.btn.btn-primary {
    padding: 0;
}

.repeatble-remove.heli_rep_rem {
    right: -42px;
    bottom: 174px;
}

.heli_rep_blk .add-more-blk {
    right: -32px;
    bottom: 140px;
}

a.add-more-heli.add_more_heli.btn.btn-primary img {
    width: 16px;
}

.repeatable-loop .repeatble-remove img {
    width: 16px;
}

.meetbestsec a {
    font-size: 15px;
}

.blogsec .slick-prev, .blogsec .slick-next {
    width: 32px;
    height: 32px;
}

.faqsec button.accordion-button.collapsed, .faqsec .accordion-button:not(.collapsed) {
    font-size: 15px !important;
}

.faqsec .accordion-button::after {
    margin-right: 12px !important;
    width: 16px !important;
    height: 16px !important;
}

.faqsec .accordion-button.collapsed {
    padding-left: 15px !important;
}

.faqsec .accordion-button:not(.collapsed) {
    padding-left: 15px;
}

.faqsec .accordion-body {
    margin-left: 20px;
}

.faqsec.extra-404 .search-form label {
    width: 100%;
}

.faqsec.extra-404 .search-form .search-field {
    width: 68%;
    margin: 0 0 0 0;
    height: 45px;
    font-size: 15px;
    max-width: 200px;
    padding: 8px 11px;
}

.faqsec.extra-404 .search-form .search-submit {
    font-size: 14px;
    padding: 10px 14px;
    margin: 0 0 0 5px;
}

}

@media only screen and (max-width: 420px) {
  .flgt-enquiry .enq-head ul li a {
    font-size: 14px;
  }
  .flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item {
    width: 100%;
  }

  /*.flgt-enquiry .flgt-col1 .enq-body .enq-type {
    width: 260px;
  }*/

  /*.flgt-enquiry .flgt-col1 .enq-body .enquiry-btn1 {
    width: 100%;
  }*/

  .testimonialssec .tstbox {
    padding: 50px 13px;
  }
  .srvsec .col-md-3 {
    width: 100%;
  }
  .headbrow h2 {
    font-size: 26px !important;
  }
  .memtable.table th:nth-child(2) {
    font-size: 14px;
  }
  .memtable.table th:nth-child(3) {
    font-size: 14px;
  }
  .regular3.slick-initialized.slick-slider {
    padding: 0 40px;
  }
  .destinationsec .slick-prev {
    top: 48%;
  }
  .destinationsec .slick-next {
    top: 48%;
  }
  .destinationsec .des-col {
    padding: 7px;
  }
  .dest-flight-shape {
    top: 67%;
  }
  .bhighbox h4 {
    font-size: 10px;
  }
  .bhighbox h3 {
    font-size: 14px;
}

  .blackmapsec .blkm {
    width: 100%;
  }
  .flgt-enquiry .flgt-col1 .enq-body form {
    padding: 0 10px 0;
  }
  .meetbestsec .owl-prev {
    left: -9%;
    background-size: 75%;
  }
  .meetbestsec .owl-next {
    right: -15%;
    background-size: 75%;
  }
  .expsecdusec {
    padding: 20px 18px;
  }
  .ftbox {
    padding: 60px 13px 48px;
  }
  .headbrow {
    padding: 20px 18px 19px !important;
  }
  .contactsecm {
    padding: 40px 18px 0 !important;
  }
  .flgt-enquiry {
    padding: 40px 18px 40px;
  }
  .flgt-enquiry h2 {
    margin: 0px 0 40px;
  }
  .partners-wrapp {
    padding: 0px 0 0px;
}
  .jestservsec {
    padding: 40px 18px 30px;
  }
  .meetbestsec {
    padding: 40px 18px;
  }
  
  .demansec h2 {
    font-size: 23px;
  }
  .extrabensec h2 {
    font-size: 23px;
  }
  .expsecdusec h2 {
    font-size: 23px;
  }
  .blogsec .blg-con .slick-track .slick-slide .bbox img {
    height: 71.6vw;
  }
  .airgosec.loginsection .register-form .f_row a {
    display: block;
    width: 100%;
  }
  .airgosec.loginsection .register-form .sub_btn {
    width: 100%;
    margin: 18px 10px 30px 0;
  }
  .airgosec.loginsection .myaccount-data p {
    font-size: 18px;
  }
  .flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control {
   
    padding-top: -3px !important;
  }
  .flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item {
    width: 32.83%;
    /*display: inline-block;*/
    border-radius: 50px;
    padding: 14px 15px;
  }
  /* .flgt-enquiry .flgt-col1 .enq-body .enq-type {
    width: 352px !important;
  } */

  .flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item {
    padding: 10px 8px !important;
    margin: 0 0 5px;
}
  .social-row3.teamer-in1.custom-about .select-selected:after {
    content: "";
    width: 15px;
    height: 19px;
    background: url(../images/chevron-down.svg) no-repeat top / 100%;
    transform: translateY(-50%);
    transition: all 0.25s ease-out 0s;
    margin: 0 0 0;
    position: absolute;
    top: 54%;
    right: 6px;
    color: #fff !important;
  }

  .social-row3.teamer-in1.custom-about {
    width: 63%;
    padding: 1px 20px;
  }
  /* .social-row3.teamer-in1.custom-about .select-items {
    display: block;
    position: absolute;
    top: 65px;
    width: 100%;
    background: #ffffff;
    z-index: 9;
    max-height: 158px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 3.1);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
  }
  .from-to-parent-outer .enq-icon img {
    margin-top: 5px !important;
} */

.flgt-enquiry img {
  padding-top: 17px;
}

  .sub-banner-wrapp h2 {
    font-size: 24px !important;
  }
  .sub-banner-wrapp .main-banner img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 218px;
  }
  .sub-banner-wrapp .banner-content {
    top: 61%;
  }
  .back-fleet-btn a {
    border-radius: 24px;
    border-style: none;
    background: #cfac65;
    padding: 8px 44px;
  }
  .innerimgsec .slick-prev {
    width: 29px;
  }
  .innerimgsec .slick-next {
    width: 29px;
  }
  .sub-banner-wrapp .half-banner h2 {
    font-size: 18px;
  }
  .back-fleet-btn {
    /* margin-top: 97px ; */
  }

  .highclass .slick-prev {
    width: 30px;
  }

  .highclass .slick-next {
    width: 30px;
  }
  .back-fleet-btn a {
    font-size: 11px !important;
  }
  .slick-slide img {
    background-position: center !important;
    object-fit: cover;
  }
  .home-banner-wrapp .main-banner img {
    height: 100vh;
}
.slick-dots li button::before {
  color: white !important;
  width: 23px;
  height: 25px;
  font-size: 19px;
  opacity: 0.5;
  top: 12px;
}
.flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control {
  
  height: 45px;
}
.from-to-parent-outer {
  height: 121px;
}
.from-to-parent-outer .form-field.locations_to_fr_list-form-grp2.locations_to_fr_list-form-grp {
  top: -23px;
}
.flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
  
  height: 54px;
  padding-top: 16px;
}

.accordion-button::after {
  background: url(../images/down-solid-white.svg) !important;
  width: 21.8px !important;
  height: 17px !important;
  margin-left: auto !important;
  /* font-size: 20px !important; */
  background-position: 51% !important;
  background-size: 70% !important;
  background-repeat: no-repeat !important;
}

.social-row3.teamer-in1.custom-about .select-items {
  top: 41px;
}

.meetbestsec .serv-btn2 {
  
  padding: 6px 44px;
  
}
.destinationsec h3 {
  font-size: 16px;
  margin: 10px 0 0px;
}

.testimonialssec .tstbox {
  padding: 50px 13px;
}

.testimonialssec .slick-prev {
  width: 39px;
  height: 50px;
  left: 1%;
}


  .testimonialssec .slick-next {
      width: 39px;
      height: 50px;
      right: 0%;
  }

  .blogsec {
  
    padding: 6px 0px;
}
.blogsec h2 {
  
  margin: 0 0 7px;

}
.srvsec h2 {
  padding-top: 6px;
}
.filer-dropdowns select {
  width: 100%;
  background-position-x: 91%;
  background-position-y: 48%;
  background-size: 8%;
  font-size: 12px;
}
.filer-dropdowns select {
  padding: 6px 18px 6px 10px;
}
.filer-dropdowns .col-md-3 {
  width: 39%;
}
.filer-dropdowns {
   padding: 0;
}
.filer-dropdowns .row {
  justify-content: center;
}
.fltcol-outer .owl-stage-outer .owl-stage .owl-item .col-md-4.fltcol .service-col1 {
  height: 95%;
}
.service-col1 {
  padding-bottom: 40px;
}

.sub-banner-wrapp h2 {

  padding-top: 30px;
}

.evf-field-date-time .date-time-container input.date-dropdown-field {
  width: 72% !important;
 

}

.confrmsechigh .everest-forms .everest-forms-submit-button {
 
  width: 87%;
  padding: 11px 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: 0;
}
.faqsec .accordion-button.collapsed {
  
  font-size: 14px;
}
.contact-form-new .xcon .everest-forms input {

  height: 54px;
}
.everest-forms .evf-field-container .evf-frontend-row textarea, .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row textarea {
  
  height: 57px !important;
}
.bhighbox .row {
  margin: -15px;
  margin-bottom: 5px;
  padding-top: 13px;
}
.cat-fleet-imag .banner-content {
  top: 72%;
}

.highdetailsec .bhighbox .row {
  padding-top: 38px;
}
.highdetailsec .bhighbox h3 {
  font-size: 17px;
}

.highdetailsec .bhighbox h4 {

  font-size: 12px;
}

.srvsec h2 {
  font-size: 17px !important;
}
/* .add-more-blk .add-more-flight span img {
  padding-bottom: 57px;

} */

.enq-head .feeser-row1 h2.active {
  background-size: 16px !important;
  margin-bottom: 0 !important;
}

.enq-head .feeser-row1 h2 {

background-size: 16px !important;
}
.flgt-enquiry .flgt-col1 .enq-body ul li a {
  font-size: 13px;
}

.add-more-blk .add-more-flight span img {
  margin-right: 1px;
}
.repeatable-loop .repeatble-remove img {
  left: -23px;
}
.verfify-success {
    
  font-size: 15px;
  
}
    .partners-wrapp .partner-logo img {
  width: 40%;
  min-height: 140px !important;
}
.airgosec.loginsection .col-md-8 table tbody td {
  background: transparent !important;
  font-size: 12px;
}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr th {
  width: 25%;
  font-family: "AvertaCY-Regular";
  font-size: 11px !important;
}
  .airgosec.loginsection.account-no-banner .col-md-8 table tbody tr td {
    width: 25%;
    padding: 30px 0 !important;
    font-size: 12px;
}


table.table.table-borderless.memtable a {

  padding: 6px 12px !important;
  
  font-size: 11px !important;
}

.srcon h3 {
  padding-top: 0;
  font-size: 18px;
}

.engne-sect {
  padding-right: 22px;
}

section.exclusive-page-wrapp.default-page.common-style ul {
  
  padding-right: 10px;
}
section.exclusive-page-wrapp.default-page.common-style h4 {
  
  margin-top: 0;
}

section.exclusive-section-wrapp h1 {
  bottom: 81%;
  font-size: 21px;
}
section.exclusive-section-wrapp h1 {
  bottom: 56%;
}

section.exclusive-page-wrapp.default-page.common-style .col-md-6 {
  padding-left: 32px;
}

.experincde-img-outer a.leanmore-expe {
  top: 83%;
  padding: 6px 33px;
  font-size: 12px;
}


.single-desti-inner .colside .sidely {margin: 0;}
.single-desti-inner .colside .sidely .col-md-6 {width: 100%; margin: 0 auto 25px;}


.dessections.single-desti-inner .colside .sidely .col-md-6 {
    width: 100%;
    margin: 0 0 25px 0;
}

.dessections.single-desti-inner .colside .sidely .qstsec {
    width: 91%;
    margin: 0 4% 0 !important;
}
img.img-fluid.sriml {
  min-height: 141px !important;
  object-fit: cover !important;
}
/*.enq-head .feeser-row1 h2 {
  background: url(../images/down-solid-white.svg) no-repeat 90% center !important;
}*/

.mediasec.search-page {padding: 100px 0 40px !important;}
.mediasec.search-page h4.page-title {font-size: 28px;}

.paiger-wrapp .paiger-btn1, .paiger-wrapp .paiger-btn2 {padding: 8px 14px;font-size: 13px;}
.paiger-wrapp .page-numbers {font-size: 15px;margin: 0 3px 0;}

}

@media only screen and (min-width: 481px) and (max-width: 520px) {
  .sub-banner-wrapp .half-banner h2 {
    font-size: 24px;
  }

  /*.sub-banner-wrapp .half-banner p {
    font-size: 10px !important;
  }*/

  .back-fleet-btn a {
    font-size: 12px;
  }
  .careersec a {
    font-size: 10px;
  }
  .verfify-success {
    
    font-size: 16px;
    
}

}
@media only screen and (min-width: 321px) {
  .bhighbox .col-md-4 {
    width: 14%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /*.back-fleet-btn {
    padding-top: 45px;
  }*/
 
.social-row3.teamer-in1.custom-about .select-items {
 
}
.social-row3.teamer-in1.custom-about .select-selected, .social-row3.teamer-in1.custom-about .select-items > div {
  padding: 9px 4px;
  font-size: 15px;
}
.social-row3.teamer-in1.custom-about .select-selected:after {
  width: 11px;
  height: 19px;
  top: 60%;
  left: 97%;
}
/* .flgt-enquiry .flgt-col1 .enq-body .enq-type-list {
  width: 71%;
} */
.flgt-enquiry .flgt-col1 .enq-body ul li a {
 
  vertical-align: middle;
}
.flgt-enquiry .flgt-col1 .enq-body .enq-type-list {
  
  margin: 0 auto;
}
/* .add-more-blk .add-more-flight span img {
  margin-right: 10px;
} */
}

@media only screen and (max-width: 385px) {
	.flgt-enquiry .enq-head .enq-head-list .enq-head-item {
    	width: 100%;
	}

	.social-row3.teamer-in1.custom-about .select-selected, .social-row3.teamer-in1.custom-about .select-items > div {
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 320px) {
  .flgt-enquiry .flgt-col1 .enq-body .enq-type {
    width: 307px;
  }

  .flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item {
    padding: 7px 4px;
  }
  .flgt-enquiry .flgt-col1 .enq-body .form-field input.form-control {
    margin-block: 10px !important;
    padding-top: -3px !important;
  }

  .flgt-enquiry img {
    margin-block: 15px !important;
  }

  .social-row3.teamer-in1.custom-about .select-selected:after {
    content: "";
    width: 11px;
    height: 19px;
    background: url(../images/chevron-down.svg) no-repeat top / 100%;
    transform: translateY(-50%);
    transition: all 0.25s ease-out 0s;
    margin: 0 0 0;
    position: absolute;
    top: 54%;
    right: -5px;
    color: #fff !important;
  }

  .social-row3.teamer-in1.custom-about {
    width: 75%;
    padding: 1px 20px;
  }
  /* .social-row3.teamer-in1.custom-about .select-items {
    display: block;
    position: absolute;
    top: 65px;
    width: 100%;
    background: #ffffff;
    z-index: 9;
    max-height: 158px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 3.1);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
  } */
  .service-col1 {
    padding: 188px 20px 15px;
  }

/*  .flgt-enquiry .flgt-col1 .enq-body ul li a {
    font-size: 14px;
}
*/
  .flgt-enquiry .flgt-col1 .enq-body .enq-type {
    max-width: 292px !important;
    width: 100%;
  }
  .flgt-col1.mob-show ul.enq-type-list {
    padding-left: 13px !important;
  }

  .flgt-enquiry .flgt-col1 .enq-body .enq-type-list .enq-type-item {
    padding: 6px 8px !important;
  }
  .flgt-enquiry img {
    padding-top: 1px;
  }
  .from-to-parent-outer .enq-icon img {
    margin-top: 24px !important;
}

  .sub-banner-wrapp .main-banner img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 162px;
  }
  /* .sub-banner-wrapp h2 {
    font-size: 17px !important;
  } */
  .sub-banner-wrapp .banner-content {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 39%;
    bottom: 18%;
    max-width: 780px;
    margin: 0 auto 20px;
    top: 69%;
  }

  /*.sub-banner-wrapp .half-banner p {
    font-size: 9px !important;
  }*/

  .sub-banner-wrapp h2 {
    padding-top: 41px;
  }

  .sub-banner-wrapp .half-banner h2 {
    font-size: 17px;
  }

  .sub-banner-wrapp .banner-content {
    top: 56%;
  }
  .back-fleet-btn {
    padding-top: 0;
  }
  .back-fleet-btn a {
    padding: 8px 21px !important;
    font-size: 11px !important;
  }
  .highclass .bhighbox h3 {
    font-size: 20px;
  }

  .highclass .bhighbox h3 {
    font-size: 16px;
    white-space: nowrap;
  }

  .highclass .bhighbox {
    width: 95% !important;
  }
  .highclass .bhighbox h4 {
    font-size: 10px;
    white-space: nowrap;
  }
  .bhighbox .col-md-4 {
    white-space: nowrap;
    width: 15.5%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-top: 6px;
    margin: 0 20px;
}
  .slick-slide img {
    background-position: center !important;
    object-fit: cover;
  }

  .specdetls th,
  table td a:hover {
    color: #cfac65 !important;
  }
  .highclass .row:nth-child(2) .col-md-8 {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  /*img.img-fluid.desicim {
    width: 80% !important;
  }*/

  img.img-fluid.bsic {
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    object-fit: contain;
  }

  .flgt-enquiry .flgt-col1 .enq-body .form-field .enq-icon {
    
    top: 13%;
    
}

.flgt-enquiry .flgt-col1 .enq-body textarea.form-control {
  width: 100%;
  height: 56px;
  padding-top: 17px;
  margin-top: 10px;
}
.fltcol-outer .owl-stage-outer .owl-stage .owl-item .col-md-4.fltcol .service-col1 {
  height: 90%;
}
.service-col1 {
  padding: 157px 17px 56px ;
}
.social-row3.teamer-in1.custom-about .select-items {
  top: 40px;
}
.evf-field-date-time .date-time-container input.date-dropdown-field {
  width: 81% !important;
  white-space: nowrap;
}
.faqsec .accordion-button.collapsed {
  font-size: 18px;
}
.accordion-body {
  font-size: 18px;
}

 .row.brboxh {
  padding-left: 0px;
  
}

.filer-dropdowns .row {
  justify-content: space-evenly;
}
.filer-dropdowns .container {
  width: 100% !important;
}
.form-control-drop {
  width: 110px !important;
  font-size: 10px !important;
}
 .filer-dropdowns .col-md-3 {
  width: 38%;
  margin: 5px -7px;
}
.cat-fleet-imag .banner-content {
  top: 71%;
}
section.sub-banner-wrapp.cat-fleet-imag h2 {
  font-size: 22px !important;
}
.highdetailsec .bhighbox h3 {
  font-size: 16px;
}
.highdetailsec .bhighbox h4 {
  font-size: 10px;
}
.no-featured-banner {
  top: 51px;
  margin-bottom: 63px;
  transform: translateY(-50%);
  left: 0;
}
.srvsec h2 {
  font-size: 14px !important;
}
.add-more-blk .add-more-flight span img {
  padding-bottom: 24px;
}
a.add-more-heli.add_more_heli.btn.btn-primary img {
  width: 25px;
  margin-right: 10px;
  padding-top: 6px;

}
.add-more-blk .add-more-flight span img {
  margin-right: 0px;
}

.flgt-enquiry .flgt-col1 .enq-body .enq-type-list {
  width: 97%;
  padding: 14px 0;
  margin: 0;
}
.airgosec.loginsection .col-md-8 table tbody td {
  background: transparent !important;
  font-size: 12px;
}
.airgosec.loginsection.account-no-banner .col-md-8 table tbody tr th {
  width: 25%;
  font-family: "AvertaCY-Regular";
  font-size: 11px;
}

    .airgosec.loginsection.account-no-banner .col-md-8 table tbody tr td {
        width: 25%;
        padding: 30px 0 !important;
        font-size: 11px;
    }
    .srcon h3 {
    
      font-size: 17px;
  }
  .experincde-img-outer a.leanmore-expe {
    top: 80%;
    padding: 4px 27px;
    font-size: 13px;
}

/*.enq-head .feeser-row1 h2 {
  background: url(../images/down-solid-white.svg) no-repeat 90% center !important;
}*/

.slick-slide .desbox img.img-fluid.desicim {
    height: 80% !important;
}

}




.slick-slide img {
  display: block;
  min-height: 200px !important;
}

.regular5 .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.regular5 .slick-track .slick-slide {
  height: inherit;
}

.regular5 .slick-track .slick-slide .bsbox {
  height: 100%;
}

.regular5 .slick-track .slick-slide .bsbox img {
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}

/*.bhighbox {
  margin-bottom: 53px !important;
}*/

.dessections .pvtbtn:hover {
  background-color: #fff;
  color: #cfac65;
}

/* .demfull .row.mb-4.bstr .col-md-4 {
  width: 43% !important;
}
.demfull .row.mb-4.bstr .col-md-8 {
  width:  53.666667%;
} */
.demfull .row:nth-child(2) {
  display: flex;
  justify-content: center;
}

img.img-fluid.tsqut {
  min-height: auto !important;
}

.everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) select, .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row:not(.wp-list-table) select {
  width:100% !important;
}

.service-tab .service-head ul li {
  display: none;
}

.service-tab .service-head ul li.visible {
  display: inline-block;
}

.service-tab {
  position: relative;
}

.service-tab .service-head button.arrow.left-arrow::after {
  position: absolute;
  width: 60px;
  content: "";
  height: 62px;
  top: 62%;
  left: 2%;
  background: url(../images/formkit_left.svg) no-repeat;
  z-index: 9;
  transition: color 0.3s ease, transform 0.3s ease;
  transform: translateY(-50%);
}

.service-tab .service-head button.arrow.left-arrow{
  border: transparent;
}

.service-tab .service-head button.arrow.right-arrow::after {
  position: absolute;
  width: 60px;
  content: "";
  height: 62px;
  top: 66%;
  right: -13px;
  background: url(../images/formkit_right.svg) no-repeat;
  z-index: 9;
  transition: color 0.3s ease, transform 0.3s ease;
  transform: translateY(-50%);
}

button.arrow.right-arrow {
  border: transparent;
}

/*.flgt-enquiry .flgt-col1 .enq-body ul li a {
  font-size: 18px;
}*/



.accordion-body {
  font-size: 20px;
}

section.airgosec.wedding-jet  ol li {
  list-style: disc;
}

section.airgosec.wedding-jet ol {
  padding-left: 24px;
}

div#quoteModal {
  z-index: 9999;
  top: 0;
  background: rgba(0 0 0 /0.5);
}

div#quoteModal .modal-dialog {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 100%;
    right: 0;
}

div#quoteModal .input-text {
  border-radius: 5px;
  padding: 10px 23px;
  margin-top: 16px;
  border: 1px solid #ddd;
  font-size: 17px;
}
div#quoteModal .modal-header {
  border-bottom: none !important;
}
button#evf-submit-216 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cfac65;
  color: #fff;
  border: 0;
  font-size: 19px;
}

button#evf-submit-216:hover {
  background: #000;
  color: #cfac65;
}

div#quoteModal .input-text {
  caret-color: #000 !important;
}
.airgosec.common-style .evf-frontend-grid:nth-child(2) > div:nth-child(2) .input-text {
   margin: 0 !important;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-2 {
  /* flex: 0 0 50%; */
  max-width: 50%;
  /*z-index: 0;*/
}

.confrmsechigh .everest-forms .iti__flag-container .iti__country-list li {
    color: #000000;
}

img.img-fluid.sriml {
  max-height: 137px;
  object-fit: cover;
}
section.exclusive-page-wrapp li::marker {
  content: none;
}

.faqsec .accordion-button:not(.collapsed) {
 
  border: none !important;
  font-weight: 600;
}

button.accordion-button.collapsed {
  font-weight: 600;
}
.airgosec ul li {
  padding-left: 0;
  font-size: 20px;
  list-style: disc;
  color: #fff;
}

h5#quoteModalLabel {
  color: #000;
  font-size: 30px;
  color: #000;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 30px;
 
}

div#quoteModal .modal-content {
  padding: 16px;
}
div#quoteModal .modal-body{
  padding: 0;
}

div#quoteModal .modal-header {
  margin-top: 0;
}

section.airgosec.common-style ol li::marker {
  content: none;
}

/* .fixed-icon-whatsapp img:hover {
  transform: translateY(-8px);
  transition: transform 0.3s ease-in-out;
} */


/* .fixed-icon-mobile img:hover {
  transform: translateY(8px);
}

.fixed-icon-mobile img:hover
{
  transition: transform 0.3s ease-in-out;
} */




/* 
 .getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(1) {
  width: unset;
  float: none;
  margin: 0;
}


.getintouch.memb-form-extra  .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(2) {
  width: unset;
  float: none;
  margin: 0;
}





.getintouch.memb-form-extra  .xcon .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
   width: unset;
  float: none;
  flex: 2 0 49%;
   max-width:none;
  margin: 0 2% 0 0;
}
.getintouch.memb-form-extra  .xcon .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
  width: 30%;
  float: left;
  flex: 5 0 49%;
  max-width: 49%;
  margin: 0 2% 0 0;
}


.getintouch.memb-form-extra  .everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table), .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row:not(.wp-list-table) {
   display: unset;
 flex-wrap: unset;
  margin-left: -15px;
  margin-right: -15px;
}  */




.getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(1) {
  width: 100%;
  float: left;
  margin: 0;
}


.getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
  width: 32%;
  float: left;
  flex:unset;
   max-width:unset;
  padding: 0;
  margin: 0 1% 0 0;
}

/* .getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
  width: 29%;
  float: left;
  flex: 0 0 49%;
  max-width: 32%;
  padding: 0;
  margin: 0 1% 0 0;
} */

.getintouch.memb-form-extra  .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-of-type(2) {
  width: 100%;
  float: right;
  margin: 0;
}

.getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row:nth-child(6) .evf-frontend-grid:last-child {
  width: 87% ;
  max-width: 98% ;
  flex: 91%;
  /* margin: 0 auto; */
}

.getintouch.memb-form-extra  .everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table), .wp-block-everest-forms-form-selector .evf-field-container .evf-frontend-row:not(.wp-list-table) {
 
   margin-left:0;
  margin-right:0;
}

/* .evf-field-privacy-policy {
  display: flex;
  align-items: center;
  gap: 8px; /
}

.evf-field-privacy-policy input[type="checkbox"] {
  width: auto;
  margin: 0;
}

.evf-privacy-policy-consent-message {
  display: inline;
  margin: 0;
} */

.getintouch.memb-form-extra input[type="checkbox"] {
  width: 20px;  /* Adjust width */
  height: 20px; /* Adjust height */
}
input#evf-1036-field_zti4DISEJs-11 {
  width: 40px;
  height: 19px;
}
/*.getintouch.memb-form-extra .input-text::placeholder {
  font-weight: bold;
}

.getintouch.memb-form-extra select {
  font-weight: bold;
}*/


input#evf-1036-field_IsflJ295HN-12
{
  width: 40px;
  height: 19px;
}

.getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row select {
    background: none !important;
    cursor: pointer;
}

section.sub-banner-wrapp.ww {
  margin-bottom: 45px;
}


section.meetbestsec.show-desk .service-head-item {
  margin-right: 10px;
  margin-left: 10px;
}

.getintouch.memb-form-extra .iti__selected-flag {
  padding: 0px 15px !important;
}

.getintouch.memb-form-extra .input-text.evf-field-required
{
 

}

.getintouch.memb-form-extra select#evf-1036-field_oR2lRG5TdT-1 {
  padding: 0px 15px !important;

} 

.getintouch.memb-form-extra select#evf-1036-field_GlcdVaoSfW-5 

  {
    padding: 0px 15px !important;
  }
  .getintouch.memb-form-extra select#evf-1036-field_Nj6Nlp4qqj-7
  {
    
    padding: 0px 15px !important;
  }
  .getintouch.memb-form-extra select#evf-1036-field_3EQa01bEVh-8
  {
    padding: 0px 15px !important;
  }

  .getintouch.memb-form-extra select#evf-1036-field_T4ekLWqJF7-9
  {
    padding: 0px 15px !important;
  }

  .engne-sect td {
    font-size: 20px;
}

.getintouch.memb-form-extra .xcon .everest-forms .evf-field-container .evf-frontend-row select {
    background: url(../images/down-solid-white.svg) no-repeat 100% !important;
    background-size: 12px !important;
    -webkit-appearance: none;
    background-position-x: 95% !important;
}

.row.brboxh h4:nth-child(2) {
  display: none;
}


.fixed-icon-whatsapp span {
  font-size: 18px;
  color: #ffffff;
  display: none;
  transition: all 0.25s ease-in;
  opacity: 0;
}

.fixed-icon-whatsapp:hover span {
  display: block;
  opacity: 1;
}

.fixed-icon-whatsapp {
  padding: 8px 15px;
  border-radius: 30px;
  background: transparent;
}

.fixed-icon-whatsapp:hover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* right: 2%; */
  background: #60d669;
}

.fixed-icon-whatsapp:hover img {
  margin: 0 12px 0 0;
  width: 45px;
}


/* call icon */

.get-in-flot.gotosection1 span {
  font-size: 18px;
  color: #ffffff;
   display: none;
  transition: all 0.25s ease-in;
  opacity: 0;
}

/* .get-in-flot.gotosection1 span {
  display: block;
  
} */
.get-in-flot.gotosection1:hover span {
  display: block;
  opacity: 1;
}


.get-in-flot.gotosection1 {
  padding: 8px 15px;
  border-radius: 30px;
  background: transparent;
}

.get-in-flot.gotosection1:hover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* right: 2%; */
  background: #cfac65;
}

.get-in-flot.gotosection1:hover img {
  margin: 0 12px 0 0;
  width: 45px;
}
a.get-in-flot.gotosection1 img {
   
  width: 50px;
  transition: all 0.25s ease-in;
 }
 
 a.get-in-flot.gotosection1 {
  position: fixed;
  bottom: 88px;
  right: 0.40%;
  z-index: 999;
  cursor: pointer;
}

/* mobile */

.fixed-icon-mobile  span {
  font-size: 18px;
  color: #ffffff;
  display: none;
  transition: all 0.25s ease-in;
  opacity: 0
}

.fixed-icon-mobile:hover span {
  display: block;
  opacity: 1;
}


.fixed-icon-mobile {
  padding: 8px 15px;
  border-radius: 30px;
  background: transparent;
}

.fixed-icon-mobile:hover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* right: 2%; */
  background: #cfac65;
}

/* .fixed-icon-mobile  span {
  display: block;
} */

.fixed-icon-mobile:hover img {
  width: 60px;
  padding: 0 12px 0 0;
}

.fixed-icon-mobile img
{width: 50px;
  transition: all 0.25s ease-in;

}
.fixed-icon-mobile:hover img {
  margin: 0 12px 0 0;
}


section.airgosec.loginsection.account-no-banner {
  margin-bottom: 80px;
}


/* .table-outer-mem table tr:nth-child(odd) {
 
}

.table-outer-mem table tr:nth-child(even) {} */
  


/* .airgosec.loginsection.account-no-banner .col-md-8 table tbody tr th {
  background: #081028 !important;
} */

.table-outer-mem table {
  width: 100%;
  border-collapse: collapse;
}

/* .table-outer-mem table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter shade }*/
 

.table-outer-mem table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.02); /* Slightly darker shade */
}

.table-outer-mem table th {
  background-color: rgba(255, 255, 255, 0.1); /* Darker header */
  color: white;
  padding: 10px;
  text-align: left;
}

.table-outer-mem table td {
  padding: 12px;
  color: white;
}

.table-outer-mem .account-btns.active {
    background: #cfac65;
}

/* Optional: Style the "View" button */
.table-outer-mem .account-btns {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
}

.table-outer-mem .account-btns:nth-child(2) {
    margin-left: 6px;
}


a.get-in-flot.gotosection1 img {
   
  width: 50px;
  transition: all 0.25s ease-in;
 }
 
span.notfound_result {
    color: #cfac65 !important;
}
.loc_loader {
    width: 18px;
    height: 18px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 