html{
    overflow-x: hidden;
}
body{
margin: 0px;
font-family: "Poppins", sans-serif !important;
overflow-x:hidden;
}







.ip-loader{
    margin-left: 0px!important;
    bottom: 43%!important;
    
}
.loader {
  width: 195px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: filter-animation 3s infinite;
  
}
.loading img {
    width:200px;
    animation: filter-animation 3s infinite;
}
@keyframes filter-animation {
  0% { transform: translateY(-3px);}
  25% { transform: translateY(3px);}
  50% { transform: translateY(-3px);}
   75% { transform: translateY(3px);}
 
  100% { transform: translateY(-3px);}
}


 /*search popover*/
    .popover__message label{
    
      font-size: 13px !important;
      font-weight: normal !important;
    }
       .popover__title label{
     padding-top: 3px;
      font-size: 17px;
      color:black;
      font-weight: 600; 
      margin-bottom: 0px;
      line-height: 26px;
      
    }
.popover__title {
  /* font-size: 24px; */
  /* line-height: 36px; */
  /* text-decoration: none; */
  /* color: rgb(228, 68, 68); */
  /* text-align: center; */
  /* padding: 4px 0; */
  float: left;
  position: relative;
  width: 100%;
}

.popover__wrapper {
  position: relative;
  width: 100%;
  float: left;
  margin-top: -7px;
  /* margin-top: 1.5rem; */
  /* display: inline-block; */
}
.error_msgs{
    color: #fa1010 !important;
    background:transparent !important;
    font-size:11px !important;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #f4ea26 !important;
    border-color: #f4ea26 !important;
}

.ft-left p a{
    color:#fff;
}
.forextra {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  transform: translate(0, 10px);
  background-color: #fdfdfd;
  padding: 10px;
  min-height: 178px;
  top: 198%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  width: auto;
  float: left;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  /* border-style: solid; */
  /* border-width: 0 10px 10px 10px; */
  /* border-color: #fdfdfd #fdfdfd #fdfdfd #fdfdfd; */
  transition-duration: 0.3s;
  transition-property: transform;
}
/*.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}*/
.popover_is_visible{
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);

}

@media(max-width:767px){
    .tab-content{
        margin-top:0 !important;
        padding:0;
    }
.form-brd{margin-bottom: 10px;}
    
}

.popover__message {
  text-align: center;
}
.sel-book-loc{
      padding-right: 40px;
}
.popover__title:after{
  position: absolute;
  content: '';
  /* background:url('/web/20210924175542im_/https://www.yatrikan.com/assets/front/images/caret-down.svg'); */
  right: 56px;
  width: 16px;
  background-repeat: no-repeat;
  height: 16px;
  top: 0;
  /* z-index: 999; */
}




/*+-*/
.pls-mns {
    display: none;
    width: 100%;
    float: left;
    background: #ffffff;
    position: relative;
    height: 65px;
    top: 38px;
    padding: 20px;
}
.number span {cursor:pointer; }
        .number{
           
    position: absolute;
   /* top: 40px;*/
        }
        .minus, .plus{
            width:20px;
            height:20px;
            background:#f2f2f2;
            border-radius:4px;
          /*  padding:8px 5px 8px 5px;*/
            border:1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
        }
        .number input{
            height:24px;
      width: 24px;
      text-align: left;
      font-size: 15px;
      border:1px solid #ddd;
    
      display: inline-block;
      vertical-align: middle;
  }



/*-+*/





.full-hd{
    width: 100%;
    float: left;
    padding-top: 50px;
}
.logo{
    width: 195px;
    float: left;
}
.logo img{
    float: left;
   max-width: 195px;
    width: 100%;
}


.header{
    float: left;
    width:100%;
  }
.header_menu_area {
  /* width: 100%; */
  float: left;
  text-align: center;
  padding-left: 90px;
 
}


.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    
    float: right;
    /*padding-top: 36px;*/
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; 
      padding-bottom: 14px;
      padding-left: 2px;
      padding-right: 2px;
}
.header_menu_area > ul > li > a {
    border-radius: 40px;
    width: auto;
    color: black;
     font-weight:400;
    float: left;
    font-size: 15px;
   padding: 9px 22px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
      
.header_menu_area > ul > li > a:hover {

   padding: 9px 22px;
    color: white;
    border-radius: 40px;
        background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
           transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
          
}

.stable {
    padding: 9px 22px;
    color: white !important;
    border-radius: 40px;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.menu ul li a:hover, .menu ul li:hover>a {
    background: #ffffff;
    color: #0c79be;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.menu ul {
    visibility: hidden;
  /*  display: none;*/
    opacity: 0;
    margin: 0;
    top: 42px;
    padding: 0;
    width: 211px;
    position: absolute;
   left: -18px;
   background: rgb(39, 170, 225);
    background: linear-gradient(95deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
    z-index: 99;
    transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
  transform: translate(-4rem);
    transition: all .1s ease-out;
    /*transform: translate(22px,0px);
    transition: all 0.5s ease-out;*/
    border-radius: 15px;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);

}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 12px 10px;
    display: block;
    color: white;
    text-decoration: none;
    /*background: white;*/
  /*  border-bottom: solid 1px rgb(137 137 137 / 19%);*/
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


@media (max-width: 1024px) {
    .header_menu_area {
        display: none;
    }
/*    #fixed-nr-header{display: none!important;}*/
    
    
}


/*
nnn
@media (max-width: 1199px){
    .frsupp{padding-top: 0px;}
}

@media (max-width: 991px){
    .buyers-call p br{display:none!important;}
}nnnn*/

.support{
    width: auto;
    float: right;
}
.support img{

width: 100%;
    max-width: 40px;
}
.support h2{
    padding-left: 9px;
    float: right;
    color: black;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0px;

}
.support h2 a{
   font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}








.support h2 span{
    font-weight: 700;
    letter-spacing: 1%;
}
.banner{
    object-fit: cover;
    width: 100%;
    height: 760px;
    float: left;
    background-size: cover;
    background-image: url('../images/banner.webp');
}
.banner-fullbx{
    position: relative;
    padding-top: 35px;
    width: 100%;
    float: left;
}
.white-iconbx {
    z-index: 99;
    top: 25px;
   box-shadow: 0px 12px 42px #f4f2f2;
    width: 849px;
    height: 155px;
    float: none;
    background-color: #ffffff;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    position: relative;
}
.iconbx {
    padding: 24px 34px 38px 34px;
    width: auto;
    float: left;
    border-right: 2px solid #E1E1E1;
}
.iconbx img{
    max-width: 69px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    width: 100%;
    float: none;

}
.iconbx h2{
    width: 100%;
    float: left;
    color: black;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 6px;
    text-align: center;

}
.wte-full-form{
   padding: 63px 24px 0px 23px;
    height: 216px;
    width: 100%;
    float: left;
    background-color: white;
    border-radius: 30px;
   
}
.radio-bx{
    padding-top: 100px;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.radio-label{
  
    width: auto;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}
.r-input{
   margin-left: 5px; 
}

.radio-label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
/*nw*/
.renquiry-label {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.r-input {
    border: 0;
    /* margin-bottom: 50px; */
    /* margin-top: 50px; */
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    outline: none;
    position: relative;
    opacity: 0;
}
.rlabel {
    border: 2px solid #E1E1E1;
    border-radius: 50%;
    cursor: pointer;
    height: 17px;
    width: 17px;
    margin: 0px;
    position: relative;
    margin-left: 0px;
    margin-right: 7px;
    left: 0px;
    top: 2px;
}
.r-input[type="radio"]:checked + .rlabel::after {
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(9, 115, 186, 1) 0%, rgba(39, 170, 225, 1) 100%);
}

.rlabel::after {
    content: '';
    height: 11px;
    width: 11px;
    background: transparent;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(54% - 6px);
    border-radius: 50%;
}
.chq-out input {
    outline: none;
    padding: 0px;
    font-weight: 600;
    font-size: 17px;
    border: none;
    background-color: transparent;
    color: #000000;
    width: 100%;
    float: left;
    text-align: left;
}
.time-cls {
    border: none;
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 17px;
}
.time-cls:focus-visible {
    outline: none;
}

.main-formbx{
   width: auto;
   float: left;
   border: 1px solid #ccc;
    border-radius: 10px;
    float: left;
    border-right: none;
     /*border-top-right-radius: 0px;
     border-bottom-right-radius: 0px;*/

}


/*111*/

.Departure{
    width: 183px !important;
}
.Travellers{
width: 224px !important;
padding: 13px 10px 0px 18px !important;
}
.Travellers select{
font-size: ;
}
.flight-item {
    float: left;
    border-right: 1px solid #ccc;
    
       padding: 13px 10px 25px 18px;
    width: 223px;
}
.Helicopter-exbx{
    width: 210px !important;
}
.Helicopter-time {
    width: 119px !important;
    padding: 13px 10px 0px 18px !important;
}
.Helicopter-depature{
    width: 130px !important;
}

.flight-item label span{
    font-size: 15px;
    font-weight: 400;
    color: #888;
    margin-bottom: 0px;
    display: block;
   
}

.flight-item select {
    width: 100%;
       margin-left: -2px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    border: none;
    background-color: #fff;
    cursor: pointer;
}
.flight-item select:focus-visible {
    outline: none;
}

.flight-item select:focus {
    border-color: #000;
}
/*.main-formbx button{
    box-shadow: 2px 33px 27px -17px #bbe4f6;
    color: white;
float: left;
text-align: center;
font-size: 20px;
font-weight: 600;
width: 215px;
    padding: 22px 26px;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgb(39,170,225);
background: linear-gradient(150deg, rgba(39,170,225,1) 0%, rgba(9,115,186,1) 100%);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
   

}*/
.main-formbx a {
    text-decoration: none;
    box-shadow: 2px 33px 27px -17px #bbe4f6;
    color: white;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 215px;
    padding: 29px 26px;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.main-formbx a:hover {
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(9, 115, 186, 1) 0%, rgba(39, 170, 225, 1) 100%);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}


.main-formbx button:hover {
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(9, 115, 186, 1) 0%, rgba(39, 170, 225, 1) 100%);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.b2-butn1{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.tab__button {
    padding: 0;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    background: none;
}
.tab__button:focus{
    outline: none!important;
   
}

.tab_button-active {
    float: left;
    border: none;
    background: none;
    padding: 0px;
}


/*id*/

.tab__inside {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);*/
  visibility: hidden; 
  opacity: 0;
 
  transform: translateY(10px);
  transition: transform .3s ease-in;
}
.tab__inside-active {
        z-index: 11;
  visibility: visible;
    float: left;
    width: 100%;
    
    position: absolute;
    opacity: 1;
    transform: translateY(0);
    transition: transform .3s ease-out 0.1s, opacity .3s ease-out 0.1s;
}
.b2-bdy-hed{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.b2-bdy-hed h2{
    float: left;
    width: 88%;
    font-size: 45px;
    font-weight: bold;
    color: black;
}
.b2-bdy-hed p{
    float: left;
    width: 88%;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    color: #2A2C31;
}
.b2-bdy-hed a{
    float: right;
    width: 94px;
    border-radius: 60px;
    height: 94px;
    background: #6D6E71;
    font-size: 55px;
    font-weight: 300;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 29px 0px;
    margin-top: -45px;
}
/*arrow*/

/*.iconbx:after {
    content: " ";
    bottom: 0;
    left: 57px;
    transform: rotate(270deg);
    margin-top: 3px;
    border: solid #26272b;
    height: 19px;
    width: 19px;
    position: absolute;
    pointer-events: none;
    border-width: 12px;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #26272b;
visibility: hidden;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}*/

.tab_button-active:after {
    content: " ";
    bottom: 0px;
    left: 40%;
    transform: rotate(270deg);
    margin-top: 3px;
    border: solid #26272b;
    height: 19px;
    width: 19px;
    position: absolute;
    pointer-events: none;
    border-width: 12px;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #168acb;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.tab__button:focus :after{
  content: " ";
    bottom: 0px;
    left: 40%;
    transform: rotate(270deg);
    margin-top: 3px;
    border: solid #26272b;
    height: 19px;
    width: 19px;
    position: absolute;
    pointer-events: none;
    border-width: 12px;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #1589c9;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
  
}

.exbxn{position: relative;float: left;}




.banner-two{
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 95px;
}
.bnr2-frstcontant {
    box-shadow: 2px 36px 92px 4px #f4f2f2;
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    border-radius: 30px;
    top: -89px;
    background: white;
}
.bnr-twoperagragh {
    padding-top: 33px;
    width: 58%;
    float: left;
    position: absolute;
    right: 25px;
}
.bnr-twoperagragh h2{
    width: 100%;
    float: left;
    color: #000000;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 16px;
}
.bnr-twoperagragh h2 span{
    font-weight: 700;
}
.bnr-twoperagragh p {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
    margin-bottom: 0px;
    padding-bottom: 14px;
}
.bnr-twoperagragh a{
    box-shadow: 2px 33px 27px -17px #bbe4f6;
    width: 184px;
    height: 60px;
    float: left;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
        padding: 19px 0px;
    text-decoration: none;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
 -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.bnr-twoperagragh a:hover {
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(9, 115, 186, 1) 0%, rgba(39, 170, 225, 1) 100%);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}










.bnr2-frstcontant img {
    width: 100%;
    float: left;
    max-width: 515px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

}
.banner-hd{
    width: 100%;
    float: left;
    margin-top: -25px;
}
.banner-hd h2{
    width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 0px;
    
}
.banner-hd h2 span{
    font-weight: 700;
}
.banner-hd p{
    width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
        padding-top: 20px;


}
.banner-3{
    padding-bottom: 95px;
    width: 100%;
    float: left;
   background: rgb(238,240,245);
background: linear-gradient(0deg, rgba(238,240,245,1) 0%, rgba(255,255,255,1) 100%);


}
.banner-3-tobbx{
    width: 100%;
    float: left;
    border-radius: 30px;
    background-image: url('../images/umrah-sec-bg.webp');
    background-size: cover;
    height: 368px;
    object-fit: cover;

}
.banner-3-hds h2 {
    text-align: left;
    float: left;
    width: 100%;
    font-size: 50px;
    font-weight: 300;
    line-height: 120%;
    padding-top: 60px;
}
.banner-3-hds h2 span{
    font-weight: 700;
}
.banner-3-hds p {
    padding-bottom: 18px;
    margin-bottom: 0px;
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: 300;
    padding-top: 9px;
}
.banner-3-hds a{
    box-shadow: 2px 33px 27px -17px #bbe4f6;
    width: 168px;
    height: 60px;
    float: left;
    text-align: center;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
    border-radius: 10px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;

}
.banner-3-hds a:hover {
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(9, 115, 186, 1) 0%, rgba(39, 170, 225, 1) 100%);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}






.banner-3-hds{
    width: 60%;
    float: right;
}
.banner-3-review{
        padding-top: 95px;
    width: 100%;
    float: left;
}
.banner3-rwmainbx{
    width: 100%;
    float: left;

}
.bnr-3-fstbx{
width: 30%;
float: left;
}
.bnr-3-fstbx h2{
    width: 100%;
    float: left;
    font-size: 50px;
    font-weight: 300;
    line-height: 120%;
    color: #000000;
    margin-bottom: 0px;
    padding-bottom: 31px;

}
.bnr-3-fstbx h2 span{
    font-weight: 700;
}
.bnr-3-fstbx p{
    width: 100%;
    float: left;
    text-align: left;
    color: #040613;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;

}
.bnr3-starmain{
    padding-left: 45px;
    width: 70%;
    float: left;
}
.bnr-3-nstar {
    padding: 35px 43px 14px 40px;
    background-color: #ffffff;
    border-radius: 15px;
    float: left;
    width: 96%;
    height: 272px;
}
.bnr-3-nstar img{
width: 100%;
max-width: 136px;
float: left;
}
.bnr-3-nstar p{
        padding-bottom: 20px;
    margin-bottom: 0px;
    padding-top: 20px;
    width: 100%;
    float: left;
    text-align: left;
    color: #040613;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
}
.exr-bnr-3img img{
    width: 100%;
    float: left;
    max-width: 60px !important;
}
.exr-bnr-3img h3 {
    padding-left: 20px;
    padding-top: 21px;
    float: left;
    font-size: 20px;
    font-weight: 600;
}
.banner-carousel .owl-nav {
    display: none;
}
.banner-4{
    padding-bottom: 145px;
    padding-top: 93px;
    width: 100%;
    float: left;
    background-color: white;
    position: relative;
}
.bnr4-mainbaox{

    width: 100%;
    float: left;

}
.bnr4-mainbaox-hd{
    padding-bottom: 40px;
    width:auto;
    float: left;
}
.bnr4-mainbaox-hd h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 50px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 0px;
    padding-bottom: 33px;
}
.bnr4-mainbaox-hd h2 span{
    font-weight: 700;
}
.bnr4-mainbaox-hd p{
    width: 39%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}
.bnr4-iconbx{
    width: auto;
    float: left;
}
.bnr4-iconbx img{
    width: 100%;
    max-width: 56px;
    float: left;
}
.bnr4-iconbx h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #040613;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
        padding-bottom: 9px;
}
.bnr4-iconbx p{
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0px;



}
.bnr4-iconbx-hds{
    float: left;
    padding-left: 20px;

}
.bnr4-iconbx-extra{
    float: left;
    padding-bottom: 54px;
}
.bnr4-mainbaox-extra{


}
.banner4-rightimg {
    float: right;
    position: absolute;
    right: 14px;
    top: 97px;
    overflow: hidden;

}
.banner4-rightimg:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.banner4-rightimg:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}











.banner4-rightimg img{
    width: 100%;
    max-width: 735px;
    float: right;
}
.footer{
    padding-bottom: 53px;
    width: 100%;
    float: left;
    padding-top: 58px;
    background-color: #0F0F0F;

}
.footer-bx1{
    width: 100%;
    float: left;
}
.footer-bx1 img{
    width: 100%;
    max-width: 308px;
    float: left;
    padding-bottom: 35px;

}
.footer-bx1-1{
    width: 100%;
    float: left;
}
.footer-bx1-1 img{
    width:100%;
    max-width: 215px;
    float: left;
}
.ftr-bx2{
    padding-bottom: 40px;
    padding-left: 45px;
    width: 100%;
    float: left;
}
.ftr-bx2-1 {
    width: 25%;
    float: left;
}
.ftr-bx2-1 h2{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}
.ftr-bx2-1 a{
    width: 100%;
    float: left;
    text-align: left;
    color: #808080;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    line-height: 200%;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.ftr-bx2-1 a:hover {
     color: #dfdfdf;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}


.ftr-bx2-2 {
    width: 31%;
    float: left;
}
.ftr-bx2-2 h2{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}
.ftr-bx2-2 a{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    text-decoration: none;
    line-height: 126%;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;


}


.ftr-bx2-2 a:hover {
     color: #dfdfdf;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.ftr-bx3{
   padding-left: 40px;
    width: 44%;
    float: left;
}
.ftr-bx3 h2{
    padding-bottom: 15px;
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}
.ftr-bx3 a{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 700;
    text-decoration: none;
    line-height: 126%;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;


}
.ftr-bx3 a:hover {
     color: #dfdfdf;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.copyright{
    padding-top: 48px;
    width: 100%;
    float: left;
    border-top: 1px solid #272727;

}
.copyright h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #808080;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}
.copyright h3{
    width: 100%;
    float: right;
    text-align: right;
    color: #808080;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
}
.copyright h3 a:hover {
     color: #dfdfdf !important;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.copyright img {
    margin-right: 12px;
    margin-left: 12px;
    width: 100%;
    max-width: 29px;
    float: left;
}

.copyright-icon a:hover img {
    filter: brightness(0) invert(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.copyright-icon-mob{
    display: none;
    width: 100%;
    float: left;
}
.copyright-icon-mob img {
    margin-right: 12px;
    margin-left: 12px;
    width: 100%;
    max-width: 29px;
    float: left;
}



.copyright-icon{
    padding-left: 90px;
    width: 100%;
    float: left;
}
.innerpage-hd{
    margin-top: 35px;
    width: 100%;
    float: left;
 background: rgb(39,170,225);
background: linear-gradient(95deg, rgba(39,170,225,1) 0%, rgba(9,115,186,1) 100%);
}
.innerpage-hd h2 {
    padding: 30px 0px 30px 0px;
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 0px;
}
.about-banner{
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    float: left;
}
.abt-bnr-img img{
    object-fit: contain;
    /* height: 305px; */
    max-width: 450px;
    float: right;
    width: 100%;
    margin-left: 70px;
}
.abt-bnr-hd{
    width: 100%;
    float: left;
}
.abt-per1{
    width: 48%;
    float: left;
}
.abt-per1 p{
    padding-right: 5px;
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}
.abt-ceomain{
    position: relative;
    padding-top: 60px;
    width: 100%;
    float: left;
}
.abt-ceomain img {
    width: 100%;
    max-width: 510px;
    border-radius: 30px;
    float: left;
    height: 340px;
    object-fit: cover;
}
.abt-ceoprhd {
    width: 52%;
    float: right;
    padding-left: 67px;
}
.abt-ceoprhd h2{
 width: 100%;
    text-align: left;
    color: black;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 20px;
    line-height: 120%;
}
.abt-ceoprhd p{
     width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}
.abt-ceoprhd-ex{
    border-left: 2px solid #1589ca;
    padding-left: 25px;
}
.abt-ceoprhd-ex b{
    font-weight: 500;
}
.abt-per2 {
    padding-left: 68px;
    width: 52%;
    float: left;
}
.abt-ceotopbx {
    box-shadow: 5px 5px 26px -8px #d7d7d7;
    padding: 13px 42px;
    position: absolute;
    background-color: white;
    border-radius: 20px;
    bottom: -20px;
    left: 102px;
}
.abt-ceotopbx h2 {
    margin-bottom: 2px;
    text-align: center;
    width: 100%;
    float: left;
    color: black;
    font-size: 25px;
    font-weight: 500;
}
.abt-ceotopbx p{
    margin-bottom: 0px;
    width: 100%;
    float: left;
    text-align: center;
    color:#a3a3a3 ;
    font-size: 18px;
    font-weight: 400;

}
.abt-per2 p{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}
.abt-bnr-hd h2{
    width: 100%;
    text-align: left;
    color: black;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 120%;

}
.abt-bnr-hd h2 span{
    font-weight: 700;
}
.abt-bnr-hd p{
    width: auto;
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}
.abt-vm{
    background-color: #fbfbfb;
    padding-top: 55px;
    width: 100%;
    float: left;
    padding-bottom: 60px;

}
.abtvm-hd img{
    right: 143px;
    width: 25px;
    float: left;
    position: absolute;
}
.abtvm-hd{
    width: 100%;
    float: left;
    position: relative;
}
.abtvm-hd h2{
    padding-bottom: 25px;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 120%;
}
.abtvm-hd p{
    padding-bottom: 40px;
    width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}



.vision-bx{
    width: 100%;
    text-align: left;
    float: left;
}
.vision-bx h3 {
    padding-top: 20px;
    width: 100%;
    float: left;
    font-size: 27px;
    margin-bottom: 0px;
    color: black;
    font-weight: 500;
    text-align: center;
}
.vision-bx img{
   width: 85px;
   float: none;
   margin: auto;
   display: block;
}
.vision-bx p {
    padding-top: 14px;
   width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}
.mission-bx{
     background-color: #0665a4;
    padding: 57px 40px !important;
    text-align: left;
    float: left;
    border-radius: 0 14px 14px 0;
}

.mission-bx h3 {
    width: 100%;
    float: left;
    font-size: 27px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 18px !important;
}
.mission-bx p {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    margin: 0;
}
.ceo-massge-bnr{
    padding-top: 60px;
    width: 100%;
    float: left;
    object-fit: cover;
    background-size: cover;
    background-image: url('../images/ceo-bck.png');
}

.iner-ab-b2 {
    float: left;
    width: 100%;
}
.iner-ab-b2 img {
    float: left;
    width: 415px;
    margin-right: 105px;
}
.iner-ab-b2 h2 {
    padding-top: 152px;
    width: 100%;
    font-weight: 600;
    font-size: 35px;
    color: #27aae1;
    line-height: 61px;
    margin-bottom: 17px;
}

.iner-ab-b2 p {
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 25px;
    color: white;
}
.career-inn{
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 70px;
}
.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
}
.cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: black;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 15px;
}
.cr-wd h2 span{
    font-weight: 700;
}
.cr-wd p {
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    margin-bottom: 55px;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}
.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: black;
    font-weight: 300;
}
.mct_form {
    border: 1px solid #005d854f;
    color: #000000;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 59px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
    border-radius: 20px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.push-left {
    float: left;
}
.contact-snd {
    margin-left: auto;
    margin-top: 23px;
    border: none;
    color: white;
    cursor: pointer;
    margin-right: auto;
    display: block;
    text-align: center;
    float: none;

     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

    width: 184px;
    height: 60px;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 19px 0px;
    text-decoration: none;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
}


.contact-snd:hover {
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(9, 115, 186, 1) 0%, rgba(39, 170, 225, 1) 100%);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.contact-inn{
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;

}
.addres-bxs{
    z-index: 99;
    padding: 25px 25px;
    top: -33px;
    width: 25%;
    float: right;
   background:rgb(9 116 187);
   
    position: absolute;
    border-radius: 10px;
}
.addres-bxs h3{
    width: 100%;
    color: white;
    float: left;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
     padding-bottom: 10px;
}
.addres-bxs p{
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 15px;
    font-weight: 300;
  
    margin-bottom: 0px;

}
.addres-bxs a{
    color: white;
    margin-bottom: 0px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    float: left;
    padding-top: 4px;

}
.addres-bxs1{
    padding-top: 10px;
}




.contact-bx2{
    width: 100%;
    float: left;
}
.map {
    padding-left: 30px;
    width: 100%;
    float: left;
}
.iner-ab-b1{
    width: 100%;
    float: left;
   padding-bottom: 20px;
}
.cd-frms textarea:focus-visible {
    outline: none;
}

.cd-frms textarea{
   padding: 5px 20px;
    width: 100%;
    border: 1px transparent;
    border-left: 1px solid #CAE5E3;
}
.iner-ab-b1 h3{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 300;
    color: white;
    padding: 10px;
    text-align: center;
}
.iner-ab-b1 h2{
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 300;
    color: black;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 45px;
}
.iner-ab-b1 h2 span{
font-weight: 700;
}
.iner-ab-b1 p{
    float: left;
    width: 100%;
    text-align: left;
    color: white;
    margin-bottom: 30px;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}
.carousel__item--main .carousel__text{
    opacity: 1 !important;
}
.contact-det-full {
   width: 48%;
    float: left;
       padding: 15px;
       margin-right: 2%;
    border-radius: 20px;
   
    background: white;
   border: 1px solid #9dbacd63;
    margin-bottom: 13px;
}

 



.con-d-img {
    float: left;
    display: flex;
    margin-top: 3px;
}
.con-d-img img {
    width: 55px;
    float: none;
    margin: auto;
    display: block;
}
.con-d-txt {
    width: 100%;
    float: left;
}
.con-d-txt h2 {
    margin-top: 18px;
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 7px;
    color: black;
}
.con-d-txt h3 {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 13px;
    color: #819493;
}
.con-d-txt p {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
    color: black;
}
.con-d-txt p a {
    text-decoration: none;
    color: black;
}
.contact-bx {
    float: left;
    width: 100%;
}
.contact-bx h2 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: white;
    margin-bottom: 25px;
}
.con-frm {
    border: 1px solid #37abdfb8;
    float: left;
    width: 100%;
    padding: 15px 25px;
    border-radius: 10px;
    background: white;
    margin-bottom: 18px;
}
.con-frm img {
    float: left;
    width: 25px;
    margin-right: 20px;
    margin-top: 4px;
}
.con-frms {
    width: 100%;
   
}
.con-frms input {
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 34px;
    margin-bottom: 0px;
    outline: none;
    background: white;
    width: 100%;
    border: none;
    border: solid 1px transparent;
    float: left;
    
}
.con-frms textarea {
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 34px;
    margin-bottom: 0px;
    outline: none;
    background: white;
    width: 100%;
    border: none;
    border: solid 1px transparent;
    width: 100%;
    float: left;
}
.con-frm-butn a{
width: 184px;
    height: 60px;
    float: left;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 19px 0px;
    text-decoration: none;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
}
.contact-snd1{
    margin-left: auto;
    margin-top: 20px;
    border: none;
    color: white;
    cursor: pointer;
    text-align: center;
    float: left;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 184px;
    height: 60px;
    border-radius: 10px;
    color: #FFFFFF;
    text-decoration: none;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
}

.contact-snd1:hover {
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(9, 115, 186, 1) 0%, rgba(39, 170, 225, 1) 100%);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.service-pageinn{
    width: 100%;
    float: left;
    padding-top: 70px;
   
}
.form-box {
    
    width: 100%;
    float: left;
   /* background: #f0f0f0;*/
    border-radius: 20px;
}

.form-box h3 {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
   
    font-size: 35px;
    font-weight: 300;
    color: white;
    padding: 10px;
    text-align: center;
}
.form-box form {
    width: 100%;
    padding: 20px;
}
.custom-select{
    width: 49%;
    float: left;
}
.form-box input {
    float: left;
        margin-right: 10px;
    border: 0;
    width: 49%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 13px;
   padding: 23px 22px;
    font-size: 14px;
    color: #000;
}
.form-box select {
    border: 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 13px;
   padding: 23px 22px;
    font-size: 14px;
    color: #000;
}
.select-items div, .select-selected {
    color: #000000;
    padding: 8px 16px;
    border: 0;
    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}
.select-selected {
    background-color: white;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #323d88 transparent transparent transparent;
}
.select-hide {
    display: none;
}
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.form-box textarea {
    border: 0;
    width: 99%;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 13px;
    padding: 23px 22px;
    font-size: 14px;
    color: #000;
}
.form-box button {
    float: none;
    height: 60px;
    font-weight: 500;
    width: 184px;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
    font-size: 15px;
    padding: 10px;
    color: #fff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    display: block;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
}
.form-box button:hover {
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(9, 115, 186, 1) 0%, rgba(39, 170, 225, 1) 100%);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.srv-inn{
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
/*vtl*/
.cd-b3-full {
    float: left;
    width: 100%;
    padding: 45px 0px 50px;
   background-color: black;
}
.cd-b3-full form{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}


.cd-frm {
    float: left;
    width: 100%;
    padding: 17px 22px;
    border-radius: 10px;
    background: white;
    margin-bottom: 12px;
}
.cd-frm img {
    float: left;
    width: 25px;
    margin-right: 20px;
    margin-top: 4px;
}
.cd-frms {
    width: 100%;
    padding-left: 47px;
}
.cd-frms input {
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 34px;
    margin-bottom: 0px;
    outline: none;
    background: white;
    width: 100%;
    border: none;
    border: solid 1px transparent;
    border-left: 1px solid #CAE5E3;
    width: 100%;
    float: left;
    padding: 5px 20px;
}
.cd-frms select {
    padding: 5px 20px;
    width: 100%;
    border: 1px transparent;
    border-left: 1px solid #CAE5E3;
    /* word-wrap: normal; */
}
.cd-frms select:focus-visible {
    outline: none;
}
/*vtl*/
.serlastcol {
    padding-top: 55px;
    padding-bottom: 55px;
    width: 100%;
    float: left;
    background-color: #0f0f0f;
}
.srv-inn h2{
    
   width: 100%;
    text-align: left;
    color: black;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 28px;
    padding-bottom: 20px;
    line-height: 120%;
    margin-bottom: 0px;
}
.srv-inn h2 span{
    font-weight: 700;
}
.srv-inn p {
   
    width: 100%;
    /* float: left; */
    text-align: left;
    color: #040613;
    font-size: 15px;
    font-weight: 300;
    line-height: 200%;
}
.srv-inn img {
    margin-right: 45px;
    border-radius: 25px;
    object-fit: cover;
    width: 50%;
    height: 340px;
    float: left;
    max-width: 816px;
}



/*crosl*/
.bnr2-crsl .carousel {
    position: relative;
}
.carousel__item {
    position: relative;
    height: 35rem;
    width: 25rem;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 1rem 4rem rgba(0,0,0,.5);
    position: absolute;
    transform: translate(-50%,-50%) scale(.1);
    z-index: 0;
    transition: all .2s linear;
}.carousel__item--main img{
    height: 300px;
    object-fit: cover;
}
.carousel__item img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.carousel__item--main {
    transform: translate(-50%,-50%) scale(1);
    z-index: 2;
    cursor: pointer;
    width: 779px;
    height: 400px;
    border-radius: 30px;
    object-fit: cover;
}
.carousel__item--right img{
    height: 320px;
    object-fit: cover;
}.carousel__item--left img{
    height: 320px;
    object-fit: cover;
}

.carousel__item--left {
    transform: translate(-110%,-50%) scale(.9);
    z-index: 1;
    width: 619px;
    height: 320px;
}
/*right2*/
.carousel__item--right2 {
    transform: translate(10%,-50%) scale(.9);
    /* z-index: 1; */
    width: 619px;
    height: 320px;
    left: -80px;
}
.carousel__item--left img, .carousel__item--right2 img {
    filter: grayscale(80%);
}

.carousel__item--right2:hover {
    /* transform: translate(10%,-50%) scale(1.2); */
    /* z-index: 3; */
    cursor: pointer;
}
.carousel__item--right2 img{
    height: 320px;
    object-fit: cover;
}
/*left2*/
.carousel__item--left2 img{
    height: 320px;
    object-fit: cover;
}

.carousel__item--left2 {
    transform: translate(-110%,-50%) scale(.9);
    z-index: 1;
    width: 619px;
    height: 320px;
    left: 80px;
}
.carousel__item--left2 img, .carousel__item--right2 img {
    filter: grayscale(80%);
}
.carousel__item--left2:hover {
    /* transform: translate(-110%,-50%) scale(1.2); */
    /* z-index: 3; */
    cursor: pointer;
}
/*left2*/





.carousel__item--right {
    transform: translate(10%,-50%) scale(.9);
    /* z-index: 1; */
    width: 619px;
    height: 320px;
}
.carousel__item--left img, .carousel__item--right img {
    filter: grayscale(80%);
}

/*.carousel__item--right:hover {
     transform: translate(10%,-50%) scale(1.2); 
     z-index: 3; 
    cursor: pointer;
}*/
/*.carousel__item--left:hover {
     transform: translate(-110%,-50%) scale(1.2); 
     z-index: 3; 
    cursor: pointer;
}*/
/*.carousel__item--main:hover {
     transform: translate(-50%,-50%) scale(1.2); 
}*/
/*.carousel__item:hover > .carousel__text {
    opacity: 1;
}*/
.carousel__item:hover img {
    /* filter: grayscale(0%); */
}

.carousel__text {
    position: absolute;
    bottom: 16px;
    z-index: 4;
    opacity: 0;
    transition: opacity .2s;
    width: 100%;
    text-align: center;
    padding: 2rem 1rem;
    color: #fff;

}
.carousel__text h3{
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.carousel__atag {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Adjust this to center vertically if needed */
}
.carousel__atag a{
   
    width: 184px;
    height: 60px;
    float: left;
    text-align: center;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 19px 0px;
    text-decoration: none;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.carousel__atag a:hover {
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(9, 115, 186, 1) 0%, rgba(39, 170, 225, 1) 100%);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}

.carousel__text p{
   font-size: 15px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0px;
    padding-bottom: 16px;

}
.carousel__btns {
    position: absolute;
    transform: translate(-50%, 16rem);
    display: flex;
    gap: 7rem;
}
.carousel__btn {
    background-color: transparent;
    border:none;
    color: #fff;
    cursor: pointer;
}
.carousel__btn svg {
    height: 1.8rem;
    width: 1.8rem;
}
.carousel__btn:hover {
    color: #aaa;
}
.bnr2-crsl {
    width: 100%;
    float: left;
    display: grid;
    place-items: center;
    min-height: 76vh;
}


/*cros*/

/*@media(max-width:1024px){*/
        /*.flight-item {*/
        /*    float:none;*/
        /*}*/
    .quantity {
         width: 100% !important;
    position: relative !important;
     float:left;
}
.quantity input {
    width: 100% !important;
    height: 42px !important;
    float: left !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
    padding-left: 20px !important;
    border: 3px solid #eee !important;
    margin-top: 6px !important;

}
.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}
.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 8px;
    border-bottom: 1px solid #eee;
   background-color: #219fd9;
    color: #fff;
    width: 40px;
}
.quantity-button.quantity-down {
    position: absolute;
    bottom: -5px;
    height: 50%;
    background-color: #1181c4;
    color: #fff;
    width: 40px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}




/*}*/


@media(max-width:483px){
    #enroll .modal-content {
        width:100% !important;
    }
    #enroll {
    padding-top: 55px !important;
        
    }
}






@media(max-width:483px){
        
            .iconbx img {
         max-width: 36px !important; 
    }
.tab__button:focus :after {
    left: 30% !important;
}

.tab_button-active:after {
    left: 30% !important;
}
.banner {
        height: 964px !important
    }
    .wte-full-form {
        top: 100px !important;
    }
.rlabel{
    margin-right: 4px !important;
    top: 5px !important;
}
.renquiry-label {
    font-size: 10px !important;
}
.r-input {
    margin-left: 0px;
}
    .bnr-twoperagragh h2 {
        font-size: 35px !important;
    }

.banner-hd h2 {
    font-size: 40px !important;
}
    .carousel__item--main {
        width: 310px !important;
    }
    .banner-3-hds h2 {
         font-size: 30px !important;
    }
    .bnr-3-fstbx h2 {
         font-size: 40px !important;
    }
        .bnr4-mainbaox-hd h2 {
        font-size: 30px !important;
    }
    .iner-ab-b2 img {
        width: 329px !important;
    }
        .abt-bnr-hd h2 {
            font-size: 34px !important;
            margin-bottom: 0px !important;
        }
            .innerpage-hd h2 {
        font-size: 40px !important;
    }

}

@media(max-width:575px){
    
    
    
    
    .rlabel::after {
        top: calc(46% - 5px);
    }



.iconbx h2 {
    display: none;
}
.copyright {
    padding-top: 30px;
}
.footer {
    padding-bottom: 30px;
}
.srv-inn img {
    width: 100%;
}


    .abt-bnr-hd h2 br{
display: none;
}

.support {
    display: none;
}
.banner-fullbx {
    padding-top: 40px;
}
.white-iconbx {
    width: 100%;
    height: auto;
    float: left;
}
.exbxn {

     float: none; 
    display: inline-block;
}
.iconbx img {
    max-width: 50px;
}
.iconbx {
    border-right: none;
   padding: 10px 0px 10px 0px;
  margin-left: 5px;
        margin-right: 5px;

}
.tab__button:focus :after {
    left: 30%;
    bottom: -7px;
}

.tab_button-active:after {
    left: 30%;
    bottom: -7px;
}
.wte-full-form {
    padding: 63px 24px 21px 23px !important; 
}
.wte-full-form {

    padding-bottom: 25px;
    top: 115px;
    height: auto;
}
.flight-item {
    width: 100%;
    border-right: none;
}
.Departure {
    width: 100% !important;
}
.Travellers {
    width: 100% !important;
}
.banner {
    height: 1000px;
}

.main-formbx {
        width: 100%;
            margin-bottom: 29px;
    border-right: 1px solid #ccc;
}
.Helicopter-exbx {
    width: 100% !important;
}

.main-formbx a {
    width: 100%;
    margin-top: 25px;
    border-radius: 10px;
}
.bnr2-frstcontant img {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
}



.bnr-twoperagragh {
    padding-right: 15px;
        padding-left: 15px;
        padding-top: 30px;
    width: 100%;
    position: relative;
    right: 0px;
        padding-bottom: 50px;
        display: inline-grid;
}
.bnr-twoperagragh h2 {
    font-size: 40px;
    text-align: center;
}
.bnr-twoperagragh p {
    text-align: center;
}
.bnr-twoperagragh a {
    margin: auto;
}
.bnr2-crsl {
        min-height: 90vh;
}
.carousel__item--main {
    width: 400px;
}
.carousel__item--left {
    width: 225px;
}
.carousel__item--right {
    width: 225px;
}
.banner-3-tobbx {
    border-radius: 0px;
    height: auto;
}
.banner-3-hds {
    display: inline-grid;
    
        width: 100%;
        background: #00000057;
        float: left;
        padding: 28px;
    }
.banner-3-hds h2 {
    padding-top: 10px;
    text-align: center;
    font-size: 34px;
    color: white;
}
.banner-3-hds p {
    color: white;
    text-align: center;
}
.banner-3-hds a {
    margin:auto;
    box-shadow: none;
}
.bnr-3-fstbx {
    width: 100%;
}

.banner-3-review {
    padding-top: 60px;
}
.bnr-3-fstbx h2 {
    text-align: center;
}
.bnr-3-fstbx p {
    text-align: center;
    padding-bottom: 20px;
}
.bnr-3-nstar {
    width: 100%;
    height: auto;
}
.exr-bnr-3img h3 {
    font-size: 17px;
}
.bnr3-starmain{
    width: 100%;
    padding-left: 0px;
}
.banner-3 {
    padding-bottom: 60px;
}
.banner4-rightimg {
    right: 0px;
    position: relative;
}
.banner-4 {
    padding-top: 16px;
}
.bnr4-mainbaox-hd h2 {
    font-size: 40px;
    text-align: center;
    line-height: 135%;
    padding-bottom: 25px;
}
.bnr4-mainbaox-hd p {
    width: 100%;
    text-align: center;
}
.bnr4-iconbx-hds {
    text-align: center;
    padding-left:0px;
}
.bnr4-iconbx h2 {
            padding-top: 10px;
    text-align: center;
}
.bnr4-iconbx p{

    text-align: center;
}
.bnr4-iconbx img {
    margin: auto;
    display: block;
    text-align: center;
    float: none;
}
.bnr4-iconbx-extra{
    padding-bottom: 35px;
}
.footer-bx1 img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.ftr-bx2 {
    padding-left: 0px;
}
.ftr-bx2-1 {
    width: 100%;
    text-align: center;
}
.ftr-bx2-1 h2 {
    text-align: center;
}
.ftr-bx2-1 a {
    text-align: center;
}
    .ftr-bx2-2 {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 28px;
    }
.ftr-bx2-2 h2 {
    text-align: center;
}
.ftr-bx2-2 a {
    text-align: center;
     font-size: 28px;
}
.ftr-bx3 {
    width: 100%;
    padding-left: 0px;
}
.ftr-bx3 h2 {
    text-align: center;
}
.ftr-bx3 a {
    text-align: center;
     font-size: 28px;
}
.copyright h2 {
    text-align: center;
}
.copyright h3 {
    text-align: center;
}
.copyright-icon {
    display: none;
}
.abt-bnr-img img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.abt-bnr-hd h2 {
    text-align: center;
    font-size: 44px;
    width: 100%;
}
.abt-per1 {
    width: 100%;
}
.abt-per1 p {
    text-align: center;
}
.abt-per2 {
    width: 100%;
    padding-left: 0px;
}
.abt-per2 p {
    text-align: center;
}
.abt-ceomain {
    padding-top: 10px;
}
.abt-ceomain img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.abt-ceoprhd {
    width: 100%;
    float: left;
    padding-left: 0px;
    padding-top: 15px;
}
.abt-ceoprhd h2 {
    text-align: center;
    font-size: 45px;
}
.abt-ceoprhd p {
    text-align: center;
}
.abt-ceoprhd-ex {
     border-left: none; 
     padding-left: 0px; 
}
.abt-vm{
    padding-top: 0px;
}
.abtvm-hd h2 br{
display: none;
}
.abtvm-hd h2 {
    font-size: 40px;
}
.abtvm-hd img {
    display: none;
}
.abtvm-hd p br{
display: none;
}
.abt-bnr-hd p {
    text-align: center;
    width: 100%;
}
.vision-bx {
    border-radius: 14px;
}
.mission-bx {
    border-radius: 14px;
    margin-top: 20px;
}
.iner-ab-b2 img {
    float: none;
    margin: auto;
    text-align: center;
    display: block;
}

.iner-ab-b2 h2 {
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
.iner-ab-b2 p {
    width: 100%;
    text-align: center;
}
.innerpage-hd h2 {
    font-size: 45px;
}
.full-hd {
        padding-top: 40px;
}
.srv-inn h2 {
    font-size: 40px;
    text-align: center;
}
.srv-inn p {
    float: left;
        padding-top: 25px;
    text-align: center;

}
.cr-wd h2 {
    font-size: 40px;
    text-align: center;
}
.cr-wd p br{
display: none;
}
.iner-ab-b1 h2 {
    text-align: center;
    font-size: 40px;
}
.iner-ab-b1 p {
    text-align: center;
}
.contact-det-full {
    width: 100%;
    height: auto;
}
.con-d-img {
    float: none;
}

.contact-det-full h2{
text-align: center;
}
.contact-det-full p{
text-align: center;
}
.map {
    padding-left: 0px;
    }
.addres-bxs {
    position: relative;
    width: 100%;
    top: 0px;
    margin-top: 18px;
    margin-bottom: 25px;
}

}




@media (min-width: 576px) and (max-width: 767px){



.srv-inn img {
    width: 100%;
    margin-right: 0px;
}
.srv-inn p {
    float: left;
        padding-top: 25px;
    text-align: center;

}

    .support {
    display: none;
}
.banner-fullbx {
    padding-top: 40px;
}
.white-iconbx {
    width: 100%;
    height: auto;
    float: left;
}

.iconbx {
    border-right: none;
    padding: 10px 0px 10px 0px;
    margin-left: 8px;
    margin-right: 8px;
}
.iconbx h2 {
    display: none;
}
.tab__button:focus :after {
    left: 36%;
}

.tab_button-active:after {
    left: 36%;
}
.wte-full-form {
    padding-bottom: 25px;
    top: 100px;
    height: auto;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.rlabel::after {
    top: calc(50% - 6px);
        left: calc(52% - 6px);
}
.flight-item {
    width: 100%;
    border-right: none;
}
.Departure {
    width: 100% !important;
}
.Travellers {
    width: 100% !important;
}
.banner {
    height: 900px;
}
.Helicopter-exbx {
    width: 100% !important;
}

.main-formbx {
            margin-bottom: 29px;
    border-right: 1px solid #ccc;
}
.main-formbx a {
    width: 100%;
    margin-top: 25px;
    border-radius: 10px;
}
.bnr2-frstcontant img {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0px;
}

.bnr-twoperagragh {
    padding-right: 15px;
        padding-left: 15px;
        padding-top: 30px;
    width: 100%;
    position: relative;
    right: 0px;
        padding-bottom: 50px;
        display: inline-grid;
}
.bnr-twoperagragh h2 {
    font-size: 40px;
    text-align: center;
}
.bnr-twoperagragh p {
    text-align: center;
}
.bnr-twoperagragh a {
    margin: auto;
}
.bnr2-crsl {
        min-height: 86vh;
}
.carousel__item--main {
    width: 400px;
}
.carousel__item--left {
    width: 225px;
}
.carousel__item--right {
    width: 225px;
}
.banner-3-tobbx {
    border-radius: 0px;
    height: auto;
}
.banner-3-hds {
    display: inline-grid;
    
        width: 100%;
        background: #00000057;
        float: left;
        padding: 28px;
    }
.banner-3-hds h2 {
    padding-top: 10px;
    text-align: center;
    font-size: 34px;
    color: white;
}
.banner-3-hds p {
    color: white;
    text-align: center;
}
.banner-3-hds a {
    margin:auto;
    box-shadow: none;
}
.bnr-3-fstbx {
    width: 100%;
}

.banner-3-review {
    padding-top: 60px;
}
.bnr-3-fstbx h2 {
    text-align: center;
}
.bnr-3-fstbx p {
    text-align: center;
    padding-bottom: 20px;
}
.bnr-3-nstar {
    width: 100%;
    height: auto;
}
.exr-bnr-3img h3 {
    font-size: 17px;
}
.bnr3-starmain{
    width: 100%;
    padding-left: 0px;
}
.banner-3 {
    padding-bottom: 60px;
}
.banner4-rightimg {
    right: 0px;
    position: relative;
}
.banner-4 {
    padding-top: 60px;
}
.bnr4-mainbaox-hd h2 {
    font-size: 40px;
    text-align: center;
    line-height: 135%;
    padding-bottom: 25px;
}
.bnr4-mainbaox-hd p {
    width: 100%;
    text-align: center;
}
.bnr4-iconbx-hds {
    text-align: center;
    padding-left:0px;
}
.bnr4-iconbx h2 {
    padding-top: 20px;
    text-align: center;
}
.bnr4-iconbx p{

    text-align: center;
}
.bnr4-iconbx img {
    margin: auto;
    display: block;
    text-align: center;
    float: none;
}
.footer-bx1 img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.ftr-bx2 {
    padding-left: 0px;
}
.ftr-bx2-1 {
    width: 100%;
    text-align: center;
}
.ftr-bx2-1 h2 {
    text-align: center;
}
.ftr-bx2-1 a {
    text-align: center;
}
    .ftr-bx2-2 {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 28px;
    }
.ftr-bx2-2 h2 {
    text-align: center;
}
.ftr-bx2-2 a {
    text-align: center;
}
.ftr-bx3 {
    width: 100%;
    padding-left: 0px;
}
.ftr-bx3 h2 {
    text-align: center;
}
.ftr-bx3 a {
    text-align: center;
}
.copyright h2 {
    text-align: center;
}
.copyright h3 {
    text-align: center;
}
.copyright-icon {
    display: none;
}
.abt-bnr-img img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
.abt-bnr-hd h2 {
    text-align: center;
    font-size: 40px;
    width: 100%;
}
.abt-bnr-hd h2 br{
display: none;
}
.abt-bnr-hd p {
    text-align: center;
    width: 100%;
}
.abt-per1 p {
    padding-right: 0px;
    text-align: center;
}
.abt-per1 {
    width: 100%;
}

.abt-per2 {
    padding-left: 0;
    width: 100%;
}
.abt-per2 p{
   text-align: center;
}
.abt-ceomain {
  
    padding-top: 30px;
}
.abt-ceoprhd {
    width: 100%;
    float: left;
    padding-left: 0;
    text-align: center;
}
.abt-ceoprhd h2 {
    text-align: center;
    padding-top: 25px;
}
.abt-ceoprhd p {
    text-align: center;
}
.abt-ceoprhd-ex {
    border-left: none;
    padding-left: 0;
}
.abtvm-hd img {
    display: none;
}
.abtvm-hd h2 br{
    display: none;
}
.abtvm-hd h2 {
    font-size: 45px;
}
.abtvm-hd p br{
    display: none;
}
.copyright {
    padding-top: 35px;
}
.footer {
    padding-bottom: 35px;
}
.iner-ab-b2 img {
    float: none;
    margin: auto;
    text-align: center;
    display: block;
}

.iner-ab-b2 h2 {
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
.iner-ab-b2 p {
    width: 100%;
    text-align: center;
}
.innerpage-hd h2 {
    font-size: 45px;
}
.full-hd {
        padding-top: 40px;
}
.srv-inn h2 {
    font-size: 40px;
    text-align: center;
}
.srv-inn p {
    text-align: center;

}
.cr-wd h2 {
    text-align: center;
}
.cr-wd p br{
display: none;
}
.iner-ab-b1 h2 {
    text-align: center;
    font-size: 40px;
}
.iner-ab-b1 p {
    text-align: center;
}
.contact-det-full {
    width: 100%;
    height: auto;
}
.con-d-img {
    float: none;
}

.contact-det-full h2{
text-align: center;
}
.contact-det-full p{
text-align: center;
}
.map {
    padding-left: 0px;
    }
.addres-bxs {
    position: relative;
    width: 100%;
    top: 0px;
    margin-top: 18px;
    margin-bottom: 25px;
}

}



@media (min-width: 768px) and (max-width: 991px){
    
    .banner-3-hds a {
    box-shadow: none;
        
    }
    .bnr4-iconbx h2 {
        float:none;
    }


.Helicopter-time {
    border-bottom: none !important;
    width: 100% !important;
    
}
    .Helicopter-exbx {
    width: 100% !important;
}
.Helicopter-depature {
    width: 100% !important;
}
.addres-bxs {
    width: 37%;
}
.support{
    display: none;
}
.full-hd{
    padding-top: 43px;
}
.white-iconbx {
    width: 100%;
    height: auto;
    float: left;
}
.iconbx {
    padding: 25px 22px 38px 20px;
}
.wte-full-form {
    padding-left: 25px !important;
    padding-right: 30px !important;
    padding-bottom: 35px;
    top: 175px;
    height: auto;
}
.flight-item {
    border-bottom: 1px solid #ccc;
    width: 100%;
    border-right: none;
}
.Departure {
    width: 100% !important;
}
.Travellers{
    border-bottom: none;
    width: 100% !important;
}
.main-formbx {
            width: 100%;
    margin-bottom: 35px;
    border-right: 1px solid #ccc;;
}
.main-formbx a {
    width: 100%;
    margin-top: 25px;
    border-radius: 10px;
}
.banner {
    height: 1000px;
}
.bnr-twoperagragh h2 {
    font-size: 40px;
    text-align: center;
}
.bnr-twoperagragh p {
text-align: center;
}
.bnr-twoperagragh {
        width: 100%;
        right: 0;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        display: grid;
        position: relative;
    }
    .bnr2-frstcontant img {
        border-bottom-left-radius: 0px;
    }
.bnr2-crsl{
    min-height: 85vh;
}
.carousel__item--main{
    width: 600px;
}
.carousel__item--left{
    width: 340px;
}

.carousel__item--right{
     width: 340px;
}
.bnr-twoperagragh a {
    display: inline-block;
    margin: auto;
}
.banner-3-hds {
    width: 69%;
}
.banner-3-hds h2{
    padding-top: 75px;
    font-size: 35px;
}
.banner-3-hds p{
    color: white;
}
.bnr-3-fstbx h2 {
    font-size: 40px;
}
.bnr-3-fstbx {
    width: 40%;
}
.bnr3-starmain{
    width: 60%;
}
.bnr4-mainbaox-hd {
    width: 100%;
}
.bnr4-mainbaox-hd p {
    width: 100%;
}
.banner4-rightimg {
    width: 90%;
    float: none;
     position: relative; 
    right: 14px;
    top: 77px;
   margin-left: auto;
   margin-right: auto;
    display: block;
    text-align: center;
}
.ftr-bx2 {
    padding-left: 5px;

}
.ftr-bx2-2 a {
    font-size: 23px;
}
.ftr-bx3 a {
     font-size: 23px;
}
.ftr-bx3 {
    padding-left: 16px;
}
.ftr-bx2-2 {
    padding-left: 9px;
    width: 32%;
}
.ftr-bx2-1 {
    width: 21%;
}
.ftr-bx2-1 {
    width: 22%;
}
.copyright-icon {
    padding-left: 0px;
}
.copyright h2 {
    font-size: 11px;
}
.copyright h3 {
    font-size: 11px;
}
.copyright-icon {
    margin-top: -8px;
}
.abt-bnr-hd h2 br{
display: none;
}
.abt-per1 p {
    padding-right: 0px;
    text-align: center;
}
.abt-per2 {
    padding-left: 30px;
}
.abt-ceomain img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.abt-ceoprhd {
    width: 100%;
    float: right;
    padding-left: 0px; 
}
.abt-ceoprhd h2 {
    padding-top: 25px;
}
.abtvm-hd img {
    display: none;
}
.about-banner {
    padding-bottom: 30px;
}
.abt-per2 p{
text-align: center;
}
.abt-ceomain {
    padding-top: 22px;
}
.abt-bnr-hd h2 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.abt-bnr-hd p {
    float: left;
    width: 100%;
}
.abt-bnr-img img{
    float: none;
    margin: auto;
    display: block;
}
.iner-ab-b2 img{
    width: 331px;
    margin-right: 58px;
}
.iner-ab-b2 h2 {
    padding-top: 0px;
}

.srv-inn p{
    font-size: 14px;
}
.iner-ab-b1 h2{
    font-size: 40px;
}
.contact-det-full{
    height: 237px;
}



}





@media (min-width: 992px) and (max-width: 1024px){



    .Helicopter-exbx {
    width: 100% !important;
}
.Helicopter-depature {
    width: 100% !important;
}
.Helicopter-time {
    width: 100% !important;
    border-bottom: none !important;
}
.addres-bxs{
    width: 35%;
}
.support{
    display: none;
}
.full-hd{
    padding-top: 43px;
}
.wte-full-form {
    padding-bottom: 35px;
    top: 175px;
    height: auto;
    padding-left: 25px !important;
    padding-right: 25px !important; 
}
.flight-item {
    border-bottom: 1px solid #ccc;
    width: 100%;
    border-right: none;
}
.Departure {
    width: 100% !important;
}
.Travellers{
    border-bottom: none;
    width: 100% !important;
}
.main-formbx {
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 0px;
    border-right: 1px solid #ccc;;
}
.main-formbx a{
    width: 100%;
    border-radius: 10px;
}
.banner {
    height: 1030px;
}
.bnr-twoperagragh h2 {
    font-size: 40px;
}


.bnr2-crsl{
    min-height: 84vh;
}
.carousel__item--main{
    width: 600px;
}
.carousel__item--left{
    width: 400px;
}

.carousel__item--right{
     width: 400px;
}
.bnr-twoperagragh a {
    display: inline-block;
    margin: auto;
}
.banner-3-hds {
    width: 69%;
}

.bnr-3-fstbx {
    width: 40%;
}
.bnr3-starmain{
    width: 60%;
}
.bnr4-mainbaox-hd {
    width: 100%;
}
.bnr4-mainbaox-hd p {
    width: 50%;
}
.banner4-rightimg {
    float: right;
    position: absolute;
    right: 10px;
    top: 248px;
    overflow: hidden;
}
.banner4-rightimg img{
    max-width: 496px;
}
.ftr-bx2 {
    padding-left: 5px;

}
.ftr-bx2-2 a {
    font-size: 23px;
}
.ftr-bx3 a {
     font-size: 23px;
}
.ftr-bx3 {
    padding-left: 16px;
}
.ftr-bx2-2 {
    padding-left: 9px;
    width: 32%;
}
.ftr-bx2-1 {
    width: 21%;
}
.ftr-bx2-1 {
    width: 22%;
}
.copyright-icon {
    padding-left: 0px;
}
.copyright h2 {
    font-size: 11px;
}
.copyright h3 {
    font-size: 11px;
}
.copyright-icon {
    margin-top: -8px;
}
.abt-bnr-hd h2 {
    width: 100%;
    padding-bottom: 0px;
}
.abt-ceomain img {
    width: 440px;
}
.abt-ceoprhd {
    padding-left: 35px;
}
.abt-ceomain {
    padding-top: 35px;
}
.abt-ceoprhd-ex {
     border-left: none; 
    padding-left: 0px;
}
.abt-ceoprhd p {
    font-size: 14px;
}
.abtvm-hd img {
    display: none;
}
.abt-bnr-img img {
  
    max-width: 397px;
    margin-left: 0;
}
.iner-ab-b2 img{
    width: 331px;
    margin-right: 58px;
}
.iner-ab-b2 h2 {
    padding-top: 70px;
}
.srv-inn img {
    margin-right: 40px;
}
.srv-inn p{
    font-size: 14px;
}
.iner-ab-b1 h2{
    font-size: 40px;
}
.contact-det-full{
    height: 237px;
}
}

@media (min-width: 1025px) and (max-width: 1260px){

.popover__title label {
    font-size: 12px;
}
.Pld-traval{
    width: 185px !important;
}


    .Helicopter-exbx {
    width: 140px !important;
}

.wte-full-form {
    padding-left: ;
}
.wte-full-form {
    padding: 63px 24px 0px 23px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.banner {
    height: 720px;
}
.addres-bxs{
    width: 35%;
}
.support{
    display: none;
}

.flight-item{
    width: 169px;
}
.Departure {
    width: 143px !important;
}
.Travellers {
    width: 189px !important;
}
.bnr-twoperagragh h2{
    font-size: 42px;
}
.carousel__item--main{
    width: 670px;
}
.carousel__item--left {
    width: 440px;
}
.carousel__item--right{
    width: 440px;
}
.banner-3-hds h2 {
    font-size: 45px;
}
.bnr-3-fstbx h2 {
    font-size: 46px;
}
.banner4-rightimg img{
    max-width: 510px;
}
.banner4-rightimg{
    top: 182px;
}
.banner-4 {
    padding-bottom: 110px;
}
.ftr-bx2{
    padding-left: 15px;
}
.ftr-bx2-1 {
    width: 20%;
}
.ftr-bx2-2 {
    width: 35%;
}
.ftr-bx2-2 a{
    font-size: 28px;
}
.ftr-bx3 {
    padding-left: 20px;
}
.ftr-bx3 a {
    font-size: 28px;
}
.copyright-icon {
    padding-left: 64px;
}
.abt-bnr-hd h2 {
        width: 100%;
        font-size: 47px;
        margin-bottom: 0px;
    }
    .abt-ceomain {
        padding-top: 40px;
    }
    .abt-ceomain img {
        max-width: 445px;
    }
    .abt-ceoprhd {
        padding-left: 45px;
    }
    .abt-ceoprhd-ex {
   border-left: none;
    padding-left: 0px; 
}
.abt-ceoprhd p {
    font-size: 14px;
}
.abtvm-hd img{
    display: none;
}
.abt-bnr-img img {
    margin-left: 0px;
    max-width: 435px;
}
.iner-ab-b2 img{
    margin-right: 70px;
}




}






.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background:url(../images/close.png) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

#enroll .mod-right {
    width: 100%;
    float: left;
    padding: 5px 0px 25px 0px;
}
.mod-right h2{
    margin-bottom: 10px;
float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color:rgb(39, 170, 225);
    font-weight: 700;
}
.mod-right p{
    margin-bottom: 0px;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #2E4049;
    line-height: 27px;
}
.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 30px;
    border-radius: 30px;
}
.log-sec h2 {
    font-family: 'GoodTimingW00' !important;
    font-size: 28px;
    color: #0c3c78;
    margin-bottom: 10px;
}
.log-field {
   
    width: 100%;
    float: left;
}
.log-field label {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    width: 100%;
    margin-bottom: 12px;
}
.log-field input {
   border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 49px;
    margin-bottom: 25px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    border: none;
    transition: all 500ms ease;
    border: solid 1px transparent;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 10px 28px;
    /* margin-top: 17px; */
    border-radius: 11px;
}
.log-field select {
    background: transparent !important;
    width: 100%;
    float: left;
    padding: 13px !important;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
    color: #0000008a;
    webkit-appearance: none;
    -moz-appearance: none;
}
.log-sec button {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
    width: 185px;
    height: 47px;
    border: 1px solid #DE2B26;
    float: none;
    background-color: #de2b26;
    background-size: cover;
    /* margin: 25px 0 0 0; */
    font-weight: 300;
    padding: 12px 0px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    border-radius: 38px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.log-sec button:hover{
    border: 1px solid #DB2C29;
    text-decoration: none;
    background-color: white;
    color: #DB2C29;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
#enroll {
    padding-top: 23px;
    padding-bottom: 45px;
}

#enroll .modal-content {
    background: #E4E4E4;
    border-radius: 25px;
    width: 427px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
     background: #E4E4E4;

      z-index: 99;
}

.enquiry-form button {
        margin-bottom: 8px;
    width: 170px;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
    text-align: center;
    float: none;
    text-decoration: none;
    padding: 15px 0px;
    border-radius: 10px;
    border: none;
    outline: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.modal-body{
    padding: 30px 30px 30px 30px;
}



.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }



