@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Alice&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=DM+Serif+Text:ital@0;1&family=Encode+Sans:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

:root {
  --color-white: white;
  --color-black: #000;
  --color-blue:#26303F;
   --color-first: #0A748A;
}

.ff_font {
  font-family: "Roboto", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
ul,
p {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
}
.white {
  color: var(--color-white);
}
img {
  width: 100%;
}
/*==========Group css===========*/
.txt-cntr {
  text-align: center !important;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
.full-width {
  width: 100% !important;
}

.width-auto {
  width: auto !important;
}

.width-half {
  width: 50% !important;
}

.no-pad {
  padding: 0 !important;
}

.no-marg {
  margin: 0 !important;
}

.no-marg-top {
  margin-top: 0 !important;
}

.marg-t-b-30 {
  margin: 30px 0px;
}

.no-pad-top {
  padding-top: 0 !important;
}

.no-pad-btm {
  padding-bottom: 0 !important;
}

.bg-none {
  background: none !important;
}

.brdr-none {
  border: 0 !important;
}

.shad-none {
  box-shadow: none !important;
}

.child-half {
  width: calc(50% - 3px) !important;
}

.pad10 {
  padding: 10px !important;
}

.padtop10 {
  padding-top: 10px !important;
}

.padbot10 {
  padding-bottom: 10px !important;
}

.padtop-t-b-20 {
  padding: 20px 0px !important;
}

.padtop-t-b-50 {
  padding: 50px 0px;
}
.padtop-b-70 {
  padding-bottom: 70px;
}
.padtop-l-r-40 {
  padding: 0px 40px;
}

.padtop-r-10 {
  padding-right: 10px;
}

.padtop-l-10 {
  padding-left: 10px;
}

.marbot40 {
  margin-bottom: 40px !important;
}

.mar_t_10 {
  margin-top: 10px !important;
}

.relative {
  position: relative;
}

.font_14 {
  font-size: 14px;
}

.font_13 {
  font-size: 13px;
}

li,
a {
  list-style: none;
  text-decoration: none;
}

.font_12 {
  font-size: 13px;
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}
/*=======Group css========*/
/*===========Header===========*/
.main_secarch_bg_header{
     padding: 10px 0;
     position: sticky;
     z-index: 99;
     background: var(--color-white);
     top: 0;
     width: 100%;
     box-shadow: 0 4px 10px 0 #0000000D;
}
.logo img{
width: 200px;
}
.sidMenu_wiz ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #1B1B1B;
    text-transform: uppercase;
}
.call_content{
  white-space: nowrap;
  line-height: 1.3;
  color: var(--color-blue);
}
.call_btn1 img{
  animation: zoom-in-zoom-out 1.5s linear infinite;
  margin-right: 5px;
}
.call_big_title{
  font-size: 20px;
  font-weight: 700;
}
.call_btn1:hover img {
  filter: grayscale(1);
}
@keyframes zoom-in-zoom-out {
  0% {
      transform: scale(1, 1);
  }

  50% {
      transform: scale(1.1, 1.1);
  }

  100% {
      transform: scale(1, 1);
  }
}
.sidMenu_wiz_supp a {
  font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: #fff;
    border-radius: 50px;
        padding: 6px 10px;
}
.main_nav_manu{
  display: flex;
  align-items: center;
  gap: 30px;
}
/* ================header============== */
/* =============banner============== */
.banner_main_bg{
  background: url(../images/banner.png);
  background-size: 100% 100%;
  min-height: 545px;
  display: flex;
  align-items: center;
}
.form-title {
      font-size: 45px;
    width: 100%;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    text-align: left;
}
.flights_container p{
  font-size: 30px;
  font-weight: 400;
  color: var(--color-blue);
}
.flights_container{
  display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      text-align: center;
}
.cabin_class_wrap{
  padding-left: 5px;
}
.guest_num{
  padding-right: 5px;
}
.txt-travel{
  font-weight: 700;
  color: var(--color-black);
  font-size: 16px;
  padding-right: 10px;
}
.cabin_class_wrap{
  font-weight: 700;
  color: var(--color-black);
  font-size: 16px;
  padding-right: 10px;
}
.traveler_pass{
  display: flex;
  align-items: center;
}
.traveler_pass img{
  width: 30px;
}
.traveler_pass_main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
.travellers_main_class{
  padding-left: 10px;
}
.ttl-count{
  padding: 0 5px;
}
.search_bar_main{
       padding: 12px 12px 24px;
    text-align: center;
    color: #fff;
    background: #192D31;
    border-radius: 10px 10px 0 0;
    margin-bottom: -12px;
}
.airl_w {
      max-width: 590px;
}

.air_cnt_banner h4{
      font-size: 26px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}
/* =============Why book with================= */
.bg_why_chooes{
      background: #EEF5F6;
    box-shadow: 0 1px 4px rgb(26 26 26 / 15%);
}

.main_inside_section {
    display: flex;
    gap: 10px;
    align-items: center;
}
.main_inside_section span {
  min-width: 60px;
  width: 60px;
   height: 60px;
  min-height: 60px;
  display: block;
  padding: 10px;
  box-shadow: 0 20px 15px 0 #7a7a7a33;
  border-radius: 100px;
}
.color_main{
  background: linear-gradient(180deg, #02586BCC 35%, #005567 100%);
}
.color_main_1{
  background: linear-gradient(180deg, #02586BCC 35%, #005567 100%);
}
.color_main_2{
  background: linear-gradient(180deg, #02586BCC 35%, #005567 100%);
}
.main_why_choose{
      max-width: 320px;
    border-right: 1px dashed #071F50;
    padding-right: 10px;
}
.main_why_child{
  border-right: 0 dashed #071F50;
}
.main_inside_section h3 {
      font-size: 16px;
    color: var(--color-blue);
    font-weight: 600;
}
.main_inside_section p {
     font-size: 14px;
    color: var(--color-blue);
    margin-top: 5px;
}
.num_air_list_banner:hover{
    background-color: #FFF1EB;
    -webkit-box-shadow: 0 4px 28px 0 rgba(76, 93, 158, .04);
    box-shadow: 0 4px 28px 0 rgba(76, 93, 158, .04);
}
/* =============Why book with================= */
/* ===========book_phone=========== */
.book_phone_bg{
  background: linear-gradient(90deg, #0E7F97 35%, #005567 100%);
  padding: 15px 0;
   box-shadow: 0 1px 4px rgb(26 26 26 / 21%);
}
.search_bar_main h4{
      font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.search_bar_main p{
      font-size: 16px;
    font-weight: 400;
}
.book_call_main{
     display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.book_call_main p{
font-size: 24px;
font-weight: normal;
color: #fff;
}
.book_call_main p span{ 
  color:  #FFA500;
  font-weight: 700;
}
.book_call_main .num_air_list_banner {
    color: #ff4f1f;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 6px 5px 10px;
    max-width: 360px;
    height: 50px;
}
/* ========book_phone============= */

/* =========about main============== */
.main_images_about{
    position: relative;
    max-width: 550px;
    padding: 0 60px 60px 0;
}
.main_images_about img{
border-radius: 15px;
z-index: 9;
position: relative;
}
.about_bg_img{
        max-width: 290px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.num_air_list_about{
  color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 328px;
    height: 65px;
    background: #ff4f1f;
    gap: 10px;
    position: relative;
    z-index: 9;
    margin: 20px 0 0;
     box-shadow: 0 1px 4px rgb(26 26 26 / 21%);
}
.num_air_list_about:hover{
  background: #D0470C;
  color: #fff;
}
.num_air_list_about p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    letter-spacing: 2px;
}
.num_air_list_about p span {
    font-weight: 600;
}
.num_air_list_about img {
    width: 40px;
}
.about_compare_book h2{
    color: #3A3A3A;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
}
.about_compare_book ul{
    padding-bottom: 10px;
}
.about_compare_book ul li{
  font-size: 18px;
    font-weight: 500;
    padding: 2px 0;
}
.about_compare_book p{
  font-size: 16px;
}
/* =============about main============ */
/* ================Top Destinations================ */
.button-blue {
  margin-top: 15px;
    font-size: clamp(13px, 0.833vw, 22px);
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.32px;
    padding: 12px;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    max-width: 200px;
    align-items: center;
    gap: clamp(5px, 0.42vw, 12px);
    transition: all 0.5s ease-in-out;
    border: none;
    background: var(--color-first);
    box-shadow: 4px 4px 10px 0px var(--color-first);
    color: #F8F8FF;
}
.button-blue::after {
  background-image: url(../images/left.svg);
  content: '';
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.button-blue:hover {
  background: var(--color-black);
  box-shadow: 4px 4px 10px 0px var(--color-black);
}
.button-blue:hover::after {
  background-image: url(../images/icon_left.svg);
}
.bg_color_main_sub p{
  max-width: 600px;
  margin: 0 auto;
}
.airline_deal_logo h2 {
  display: flex;
  align-items: flex-start;
}
.airline_deal_logo .main_star{
  font-size: 18px;
}
.main_top_detail{
      position: relative;
    height: 250px;
    margin: 10px 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -3px 3px 45px #00000017;
}
.main_top_detail img{
height: 100%;
}
.main_top_detail .text_top_det{
    background: linear-gradient(180deg, #00000000 35%, #000000 100%);
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: var(--color-white);
    width: 100%;
    height: 100px;
    display: flex;
    align-items: flex-end;
}
.text_top_det strong{
  display: block;
}
.py-about{
  padding: 20px 0;
}
/* =========Enjoy fares up========= */
.box_enjoy_det{
 padding: 20px;
    border-radius: 15px;
    background: linear-gradient(180deg, #0E7F97 35%, #005567 80%);
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    text-align: center;
    margin: 10px 0;
    box-shadow: -3px 3px 45px #00000017;
}
.box_enjoy_det .box_call{
width: 90px;
margin: 0 auto;
}
.main_box_enjoy h6{
font-size: 20px;
color: var(--color-white);
font-weight: normal;
}
.main_box_enjoy h6 span{
  font-weight: 600;
}
.main_box_enjoy h6 .span_main{
display: block;
}
.enjoy_call_new{
background: #FF4C00 !important;
    justify-content: center !important;
    max-width: fit-content ! IMPORTANT;
    margin: 0 auto;
}
.enjoy_call_new p{
  color: #fff !important;
}
.box_enjoy_det:hover .enjoy_call_new{
 background: #D0470C !important;
}
/* ===============Top Destinations================= */
/* =============Get Early Access================ */
.bg_best_flight_get {
    background: #EEF5F6;
    border-radius: 10px;
    margin: 0 auto;
}
.top_desti_email{
  display: flex;
  align-items: center;
  gap: 10PX;
}
.get_acces{
  width: 50%;
}
.get_acces h4{
font-size: 24px;
font-weight: 700;
color: #3A3A3A;
}
.get_acces p{
font-size: 14px;
font-weight: normal;
color: #3A3A3A;
}
.subscribe-box {
    width: 50%;
    }

   .subscribe-box .form {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 10px;
    }

   .subscribe-box .form input[type="email"] {
      flex: 1;
    padding: 13px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 1px 4px rgb(26 26 26 / 4%);
    }
.main_border_box{
      box-shadow: 0 1px 4px rgb(26 26 26 / 57%);
    border-radius: 0 !important;
}
   .subscribe-box .form button {
         background-color: #FF4C00;
    color: #fff;
    border: none;
    padding: 13px 20px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    min-width: 180px;
     box-shadow: 0 1px 4px rgb(26 26 26 / 4%);
    }

   .subscribe-box .form button:hover {
      background-color: var(--color-first);
    }

   .subscribe-box .privacy-text {
      font-size: 12px;
      color: #3A3A3A;
      margin-top: 10px;
      line-height: 1.4;
    }
/* ===========Get Early Access============= */
/* ===========Best Flight Routes================ */
.bg_best_flight{
  background: #EEF5F6;
  padding: 30px 20px;
 border-radius: 10px;
     box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
}
.main_exciting_flight {
  border: none;
  width: 100%;
  padding: 8px 5px;
  background: var(--color-white);
  box-shadow: 0 8px 8px 0 rgba(15, 41, 77, 0.06);
  margin: 10px 0;
  border-radius: 5px;
}
.origin_destination {
  width: 100%;
  display: flex;
  position: relative;
  margin: 5px 0;
  align-items: center;
}
.arrow_icon_img{
  padding: 0 5px;
  color: var(--color-black);
  font-size: 28px;
  line-height: .8;
}
.deal_head_flex h4 {
  font-size: 14px;
  color: #585C63;
}
.elip {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
  line-height: .8;
}
.airline_deal_logo h6{
  font-size: 14px;
  color: #585C63;
}
.airline_deal_logo h2{
  font-size: 22px;
  font-weight: 700;
  color: var(--color-first);
}
.bg_best_main{
        background: #fff7f5;
    border-radius: 10px;
}
/* ============Best Flight Routes=============== */
/* =========footer start========== */
.bg-footer-main {
    background-color: #18272A;
    padding: 20px 0 0;
}
.footer_policy{
  padding: 5px 0;
}
.footer_policy h4{
 font-size: 16px;
 color: var(--color-black);
 line-height: 21.82px;
 text-align: center;
}
.footer_hr {
  padding: 0;
  margin: 0;
  border-color: var(--color-white);
}
.f_sosal_text a {
  font-size: 18px;
  color: var(--color-white);
}

.f_sosal_text {
  padding-left: 15px;
}

.footer-about-us p {
  color: var(--color-white);
  max-width: 400px;
}


.footer_copy_right {
  padding: 15px 0;
}

.footer_copy_right a {
  font-size: 15px;
  color: var(--color-white);
}

.footer_policy ul li {
  padding-right: 10px;

}

.footer_policy ul li a {
  font-size: 16px;
  color: var(--color-black);
  position: relative;
}

.footer_policy_left::after {
  content: '';
  width: 2px;
  position: absolute;
  right: -6px;
  top: 4px;
  height: 16px;
  background-color: var(--color-black);
}

.main_sosal_icon {
  display: flex;
  align-items: center;
  justify-content: LEFT;
  padding-top: 10px;
}

.wp-icon {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  margin-right: 10px;
  display: block;
  border-radius: 100%;
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
.wp-icon:hover{
  border: 1px solid var(--color-first);
  background-color: var(--color-first);
  color: var(--color-white);
}
.footer-top-destination h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
}
.footer-top-destination ul li a {
  color: var(--color-white);
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}
.footer_logo img{
  max-width: 175px;
}
.footer-top-destination ul li a::after{
  content: " ";
  position: absolute;
  background-color: var(--color-white);
  padding: 3px;
  border-radius: 50%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.footer-top-destination ul li a:hover{
  color: var(--color-first);
}
.footer-top-destination ul li a span{
  line-height: 28px;
}
.footer-top-destination ul li a span img{
  width: 14px;
}
.main_sosal_icon li a{
  padding-left: 0 !important;
}
.main_sosal_icon li a::after{
  content: none !important;
}

.bg-copy_right {
  background-color: var(--color-black);
}
.footer-top-destination p{
  padding: 10px 0;
  font-size: 15px;
  color: var(--color-white);
}
.footer-detail {
  position: relative;
}
.text_what_to_do p a{
  white-space: nowrap;
}
.footer_img img{
  width: 173px;
}
.search_subcribe_main {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.email_new_add {
  width: 100%;
  position: relative;
}
.email_new_add input {
  height: 55px;
  border: 0;
  border-bottom: 1px solid var(--color-black);
  width: 100%;
  padding-left: 40px;
  font-size: 16px;
  background: var(--color-white);
  border-radius: 5px;
}

.sub_button_main button {
  font-size: clamp(13px, 0.833vw, 22px);
  font-weight: 600;
  letter-spacing: 0.32px;
  border: none;
  background: var(--color-first);
  box-shadow: 0 1px 1px 0px var(--color-first);
  border: 1px solid var(--color-first);
  color: var(--color-white);
  padding: 10px 30px;
  height: 55px;
  border-radius: 5px;
  margin-left: 10px;
}
.sub_button_main button:hover{
  color: var(--color-first);
  background: transparent;
  border: 1px solid var(--color-first);
}
.sub_icon_email {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}
.highLight_foot_icon{
      display: flex;
    width: 40px;
    height: 40px;
    background: #D31105;
    font-size: 18px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.foot_email_new{
      display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0 15px;
}
.foot_email_new .highLight{
  display: block;
}
.main_footer_img{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer_copy_main p{
font-size: 12px;
color: #fff;
}
/* =========footer end========== */
/* ==========Terms & Conditions============ */
.banner_conditions_team {
     background: #EEF5F6;
    padding: 8px 0;
}
.form-title-text {
  font-size: 2.5rem;
  width: 100%;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-white);
  text-align: left;
  padding-bottom: 10px;
}
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
  white-space: normal;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-white);
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin-left: 14px;
  margin-right: 10px;
}
.breadcumb-menu .active {
  color: #26303e;
}
.breadcumb-menu {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.blg-title-detail {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: .2rem;
  font-weight: 500;
  color: #000;
  background: #eee;
  border-left: 5px solid #ff4f20;
  padding: 8px 10px;
}
.detail_terms_condition p {
  font-size: 15px;
  line-height: 30px;
  color: var(--color-black);
}
.detail_terms_condition h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
  line-height: 30px;
}
.search_bg_body {
 background-image: linear-gradient(90deg, #1c9eb63d 0%, #03586987 100%), url(../images/wiz-screen-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  background-attachment: scroll;
}
/* ============Terms & Conditions=========== */
/* ===========contact============== */
.banner_contact_bg{
      background: linear-gradient(90deg, #005565ba 0%, #ff4f1f14 100%), url(../images/contact-us.webp);
    background-size: 100% 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
}
 .main_contact{
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #1d9eb738;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
 }
 
 .rt_pro_contact {
  position: relative;
  height: 288px;
  max-width: 440px;
  margin: 0 0 0 auto;
}
.contact-new-loce{
     position: relative;
    border: 4px solid rgb(255 79 31);
    border-radius: 5px 28px;
    padding: 10px;
    background: #fff;
    border-left: 4px solid #1d9fb7;
    border-bottom: 10px solid #1d9fb7;
    border-right: 4px solid #1d9fb7;
}
.contact_img_icon{
     background-color: #035869;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.contact_img_icon i{
  color: #fff;
  font-size: 20px;
}
.contact_text{
  width: 80%;
}
.contact_text h4{
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
}
.contact_text p{
  font-size: 16px;
  color: var(--color-black);
}
.color_contact_us {
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    line-height: 35px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background: #ff4f1f;
}
.color_contact_us:hover {
  color: var(--color-blue);
  background-color: var(--color-white);
  border: 1px solid var(--color-blue);
}
.main_input_con_detail label {
  font-size: 16px;
  color: var(--color-black);
  font-weight: 600;
  padding-bottom: 8px;
}
.massege_text textarea {
    min-height: 236px;
    max-height: 236px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #1d9eb775;
    box-shadow: 0 0 6px 0 rgb(128 128 128 / 33%);
    background: #fff;
}
.main_input_con_detail input {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-black);
    margin-bottom: 12px;
    border-radius: 8px !important;
    height: 50px;
    border: 1px solid #1d9eb759;
    box-shadow: 0 0 6px 0 rgba(128, 128, 128, 0.2);
    background: #fff;
}
.contact-new-loce{
  margin-bottom: 15px;
}
.img_main_new{
  box-shadow: 0 0 3px rgb(0 0 0 / 25%);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 85px;
}
.img_main_new img{
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.main_contact_color h3{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
.line_box_main{
    height: 100px;
    margin: 0 20px;
    border-right: 1px dashed #3a3a3a;
}
/* ===========Home page all============== */
.detail_blog_main {
  padding: 5px;
  box-shadow: 0 0 20px rgb(0 0 0 / 18%);
  background: #fff;
  border-radius: 5px;
}
.blg-title-detail {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: .2rem;
  font-weight: 500;
  color: #000;
  background: #eee;
  border-left: 5px solid #ff4f20;
  padding: 8px;
margin-bottom: 10px !important;
}
.detail_blog_main p {
  font-size: 14px;
  color: #505050;
  padding-bottom: 10px;
}
.blog_img_detail img {
  max-height: 400px;
  width: 100%;
  margin: 10px 0;
}
.text-weight{
color: #fff !important; 
text-align: center;
}
.breadcumb-menu {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
  white-space: normal;
  font-weight: 400;
    color: #035767;
        font-size: 16px;
}
.breadcumb-menu li:after {
  content: "/";
  position: relative;
  margin-left: 14px;
  margin-right: 10px;
}
.breadcumb-menu li:last-child:after {
  display: none;
}
.form-title-text {
    font-size: 2rem;
    width: 100%;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    color: #035768;
    padding-bottom: 0;
}
.detail_terms_condition h6 {
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
}
.detail_terms_condition p {
  line-height: 30px;
  color: var(--color-black);
}
.detail_terms_condition h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-black);
  line-height: 30px;
}
.sidMenu_wiz ul li a:hover{
  color: var(--color-first);
}
.sidMenu_wiz ul .active a{
  color: var(--color-first);
}
.flights_container_about h6 {
  color: var(--color-white);
  font-size: 18px;
  text-align: center;
}
/* ==============about================ */
.main_search_engine{
  box-shadow: 0px 0 10px 0 #0000001A;
  background-color: #00a59d;
  border: 1px solid #00a59d;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
}
.cirNone{
  color: #fff;
}
.img_icon_engine{
  min-width: 60px;
  min-height: 60px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_icon_engine img{
width: 55px;
filter: grayscale(1);
}
.text_icon_engine{
margin-left: 10px;
}
.text_icon_engine h4{
font-size: 16px;
padding-bottom: 6px;
color: #fff;
font-weight: 600;
}
.text_icon_engine p{
font-size: 12px;
color: #fff;
}
.color-search{
  background-color: #ebebebe0;
  border-radius: 3px;
  box-shadow: 0px 1px 5px 0px rgb(78 78 78 / 35%);
}
.color-Custom{
  background-color: #ebebebe0;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 15%);
}
.color-Flexible{
  background-color: #ebebebe0;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 15%);
}
.color-Compare{
  background-color: #ebebebe0;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 15%);
}

.banner_about_bg {
     background: linear-gradient(90deg, #1d9eb738 0%, #005565d1 100%), url(../images/about-us.webp);
    background-size: cover;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.flights_container_about{
  margin: 0 auto;
}
.flights_container_about h6{
  color: var(--color-black);
  font-size: 18px;
  text-align: center;
}
.flights_container_about h3{
  color: var(--color-white);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.flights_container_about p{
  color: var(--color-white);
  font-size: 14px;
  text-align: center; 
}
.int-sec-about {
  background: #d9346328;
  padding: 40px 0;
  margin: 0 auto;
}
.main_new_about{
  background-color: #ebebeb;
  border-radius: 5px;
  overflow: hidden;
}
.about_img_new{
  padding: 0;
}
.about_img_new img{
  height: 250px;
}
.main_text_about h3{
font-size: 25px;
font-weight: 600;
color: var(--color-black);
}
.main_text_about p{
  font-size: 14px;
  color: var(--color-black);
}
.main_text_about{
  padding:10px 15px ;
}
.main_our_mission{
      position: relative;
      padding: 10px;
      box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 24%);
      border-radius: 10px;
      background: #ecf7ff;
}
.bg_our_miss{
  background: var(--color-white);
  border-radius: 10px;
  overflow: hidden;
}
.img_main_tab{
  height: 210px;
}
.img_main_tab img {
      height: 100%;
    object-fit: cover;
    border-radius: 20px;
    padding: 8px;
}
.img_main_tab_next{
  height: 210px;
}
.img_main_tab_next img {
     height: 100%;
    object-fit: cover;
    border-radius: 20px;
    padding: 8px;
}
.text_cavar_main_padd{
  padding: 15px 0 15px 15px;
}
.text_cavar_padd_n{
  padding: 15px 15px 15px 0;
}
.text_cavar_main h3{
  padding-bottom: 5px;
  color: var(--color-black);
  font-size: 25px;
  font-weight: 600;
}
.text_cavar_main p{
font-size: 14px;
color: var(--color-black);
}
.img_icon img{
  width: 50px;
}
.footer_logo figure{
  margin-bottom: 0;
}
.footer_dot_none li a{
  padding-left: 4px !important;
}
.footer_dot_none li a::after{
display: none;
}
.mission_about{
      background: #11a5d619;
    text-align: center;
}
/* ==== */
.contblok {
    background: #0e7f9730;
    padding: 15px;
    text-align: center;
    border-radius: 7px;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px rgb(26 26 26 / 15%);
}
.conthead {
    font-size: 12px;
    font-weight: 600;
    background: linear-gradient(90deg, #0E7F97 35%, #005567 100%);
    color: #fff;
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translate(-50%, -2px);
    padding: 1px 4px;
    border-radius: 3px;
    font-family: 'poppins';
}
.wiz-cont {
      max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}
.sctitle {
      font-size: 38px;
    font-weight: 700;
}
.sctitle span{
     color: var(--color-first);
}
.wiz p {
    max-width: 1000px;
    margin: 0 auto;
    color: #181818;
}
/* ==== */
/* =============about=========== */
/* engine  */

.air_reservation_hero {
  background: url(../images/banner.webp);
max-height:500px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
padding: 50px 0;
}
.max_detail_new{
background: #F4F4F4;
margin: -50px auto 10px;
border-radius: 20px;
overflow: hidden;
max-width: 1000px;
box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
}
.main_secarch_bg_header {
padding: 8px 0;
border-bottom: 1px solid #ccc;
position: sticky;
top: 0;
z-index: 999;
background-color: hsl(0deg 0% 100% / 72%);
-webkit-box-shadow: 0 4px 28px 0 rgba(76, 93, 158, .04);
box-shadow: 0 4px 28px 0 rgba(76, 93, 158, .04);
-webkit-backdrop-filter: blur(.75rem);
backdrop-filter: blur(.75rem);
}
.sidMenu_wiz_supp a {
font-size: 18px;
font-weight: 600;
color: #ffffff;
}
.call_btn1 img {
margin-right: 8px;
border-radius: 5px;
animation: zoom-in-zoom-out 1.5s linear infinite;
}
.call_content {
white-space: nowrap;
line-height: 1.3;
}
.call_content .font_14 {
color: #323741;
margin: 0;
line-height: normal;
}
.call_big_title {
    color: #FF4C00;
    margin: 0;
    line-height: normal;
}
.sidMenu_wiz_supp{
       padding: 2px;
    border-radius: 35px;
    background: linear-gradient(90deg, #035769 0%, #1E9FB9 100%);
}
.main_section_class{
background: linear-gradient(90deg, #fff 0%, #fff 53%);
box-shadow: 0 0 7px -2px #0000004a;  
}
.img_main_call{
display: flex;
gap: 20px;
padding: 0 15px 10px;
align-items: center;
}
/*widgets csc */
.main_new_search {
    width: 100%;
    height: 340px;
    padding: 0 5px 10px 5px;
    background: #fff;
    border-radius: 10px;
}
.margin_top {
margin-top: 2px;
border-top: none!important;
}
.main_text_detail h3 {
font-weight: 600;
font-size: 50px;
text-transform: capitalize;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.main_text_detail p{
font-size: 18px;
line-height: 28px;
}

.bg_widgits .align-items-center{
justify-content: space-between;
}
.air_list_cnt {
display: flex;
gap: 10px;
flex-wrap: wrap;
align-items: center;
}
.air_cnt_list h1 {
color: #034E89;
text-transform: uppercase;
font-weight: 700;
font-size: 45px;
margin-bottom: 12px;
}
.air_list_cnt h4 {
color: #000000;
font-size: 24px;
font-weight: 500;
border-radius: 5px;
width: 30%;
position: relative;
margin-bottom: 10px;
}
.air_list_cnt {
margin-top: 10px;
}
.maine_wrap_airlines h5 {
color: #fff;
font-size: 25px;
padding-top: 23px;
}
.num_air_list .main_dev{
color: #000000;
font-size: 40px;
font-weight: 700;
padding: 3px 10px;
text-align: center;
background: #FF8000;
border-radius: 0;
box-shadow: 0px 0px 5px #ccc;
display: flex;
justify-content: center;
align-items: center;
gap: 26px;
}
.num_air_list .main_dev span{
font-size: 24px;
color: #1B1B1B;
font-weight: 700;
}
.fixed_strip {
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
background-color: #0a205b;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 6px 0;
z-index: 9;
}

.hdr_ff {
display: flex;
justify-content: space-around;
align-items: center;
}
.logo_airliens h3 {
font-size: 32px;
color: #000;
font-weight: 500;
}
.airlines_num_cmn a {
font-size: 20px;
text-transform: uppercase;
color: #3a3a3a;
}
.hdr_ff {
display: flex;
justify-content: space-around;
align-items: center;
padding: 10px;
}
.num_air_list img {
width: 50px;
}
.airlines_num_cmn img {
width: 40px;
}
.call_icon_mbl_ind {
display: none;
}
.img_s {
width: 45px;
height: 45px;
border: 1px solid white;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.img_s img {
height: 25px;
width: auto;
}
.sav_t {
font-weight: 500;
font-size: 14px;
color:#fff;
margin: 0;
line-height:normal;
}
.num_t {
font-size: 24px;
font-weight: 600;
margin-top: -5px;
color:#fff;
margin: 0;
line-height:normal;
}
.air_cnt_banner h2{
    font-size: 48px;
    font-weight: 600;
    color: #69DCF5;
    margin-bottom: 15px;
    line-height: 1.1;
}
.air_cnt_banner p{
font-size: 30px;
font-weight: 400;
color: #fff;
margin: 10px 0;
}

.num_air_list_banner {
      color: #ff4f1f;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 360px;
    height: 65px;
    background: #fff;
    gap: 10px;
    position: relative;
    z-index: 9;
}
.num_air_list_banner p{
     color: #ff4f1f;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    letter-spacing: 2px;
}
.num_air_list_banner p span{
  font-weight: 700;
}
.air_cnt_banner h2 span{
  color: #FFA500;
}
.air_cnt_banner ul{
  margin-bottom: 20px;
}
.air_cnt_banner ul li{
      color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 0;
}
.num_air_list_banner img {
width: 40px;
}
.maine_wrap_banner{
    margin-right: 2vw;
    position: relative;
}
.num_air_list_banner p span{
font-size: 18px;
}
.div_img_box img{
min-height: 200px;
min-width: 200px;
}
.air_list_cnt span img{
width: 30px;
}
.flight_icon_main{
  position: absolute;
    max-width: 270px;
    right: 125px;
    bottom: -36px;
}
.air_cnt_banner{
  position: relative;
  z-index: 9;
}
.enjoy_call_new img{
  border: 1px solid #fff;
  border-radius: 100%;
}
.main_fix_call{
      position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
@media screen and (min-width: 1300px){
.bg_widgits .col-xl-7{
max-width: 700px;
}
}
@media screen and (max-width: 1199px){
.main_new_search {
padding: 0 5px 5px 5px;
}
.main_new_search {
height: 340px;
}
.main_text_detail h3 {
font-size: 38px;}

.bg_widgits .container {
  max-width: 1080px;
}
.maine_wrap_banner {
margin-right: 0;
}
.air_cnt_banner h2 {
font-size: 42px;
}
.air_list_cnt h4 {
white-space: nowrap;
}
}
@media screen and (max-width: 1055px){
.bg_widgits .col-lg-5 {
  flex: 37%;
  max-width: 37%;
}
.bg_widgits .col-lg-7 {
  flex: 0 0 63%;
  max-width: 63%;
}
.air_cnt_list h1 {
font-size: 32px;
}
.main_section_class {
padding: 0;
}
.num_air_list p {
font-size: 22px;
}


}

@media screen and (max-width: 991px) {
  .line_box_main{
    display: none;
  }
  .box_enjoy_det{
    min-height: 220px;
  }
  .enjoy_call_new {
    margin: 0 auto;
  }
.bg_widgits .container {
  max-width: 720px;
}
.air_reservation_main{
  background: linear-gradient(185deg, #0476D0 35%, #023C6A 65%);
  display: flex;
  flex-direction: column-reverse;
}
.air_reservation_hero {
  background: unset;
  margin: 0;
}
.max_detail_new {
margin: 20px 0 0;
}
.main_text_detail h3 {
font-size: 30px;
color: #000;
}
.bg_widgits {
padding: 20px 0;
max-height: unset;
}
.main_new_search {
height: 350px;
padding: 10px 5px 18px 5px;
}
.bg_widgits .col-lg-5 {
  flex: unset;
  max-width: unset;
}
.bg_widgits .col-lg-7 {
  flex: unset;
  max-width: unset;
}
.bg_widgits .row.align-items-center{
  flex-direction: column-reverse;
}
.main_section_class {
  padding: 0;
  margin-bottom: 15px;
}
.air_list_cnt h4 {
width: 46%;
}
.main_images_about{
  max-width: 500px;
}
.logo img {
    width: 175px;
}
.book_call_main p {
    font-size: 14px;
}
}
@media screen and (max-width: 767px) {
 
.hideloaderon {
margin-bottom: 10px;
}
.oneway_main_new {
margin-top: 0 !important;
}
.widgetWrapper .search_bar_widget {
margin: 0 0 0 10px !important;
}
.main_new_search {
height:440px;
}
.div_img_box img {
height: 170px;
  width: 170px;
  min-height: unset;
}
.logo_airliens h3 {
font-size: 22px;
color: #000;
font-weight: 500;
text-align: left;
}
.img_main_call {
padding: 10px 15px 10px;
align-items: center;
flex-direction: column;
}
.num_air_list .main_dev span {
display: none;
}
.bg_widgits .container {
  max-width: 550px;
}
.about_compare_book h2 {
    font-size: 25px;
}
.subscribe-box .form button {
    min-width: 130px;
}
.contact-new-loce {
    margin: 10px 0 !important;
}

}

@media(max-width:568px){
.modal-fullscreen-one {
width: 100vw;
max-width: none;
height: 100%;
margin: 0;
}
.modal-fullscreen-one .modal-content {
     height: 100%;
  border: 0;
  border-radius: 0;
  max-width: 100%;
}
.support_girls h4 {
padding: 0 0 10px;
}
.num_air_buttom{
  margin: 10px 0 20px;
}
.plane_img {
  max-height: 270px;
}
.plane_img img {
width: 200px;
}
.airlines__number p{
font-size: 26px;
}
.num_t {
font-size: 20px;
}
.cl_call {
width: 50px;
height: 50px;
}
.air_list_cnt h4 {
font-size: 18px;
}

.num_air_list .main_dev {
font-size: 30px;
}
.subscribe-box .form button {
    min-width: 100px;
}
.main_top_detail img {
    object-fit: cover;
}
.num_air_list_banner {
    padding: 8px 12px;
    height: 62px;
}
.num_air_list_about p {
       display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
}
.num_air_list_banner p{
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
}
}
@media screen and (max-width: 480px) {
    
.airlines__number p {
  font-size: 20px;
}
.airlines__number p img {
width: 40px;
height: 40px;
}
.click_to_call {
padding: 5px;
margin-top: 10px;
}
.main_text_detail p {
font-size: 16px;
line-height: normal;
}
.main_text_detail h3 {
font-size: 25px;
}
.main_new_search {
padding: 14px 0 20px 0;
}
.logo_img img {
height: 20px;
}
.logo_img img {
height: 24px;
}
    .call_btn1 img {
              width: 45px;
        margin-right: 0;
        padding: 4px;
    }
    .sidMenu_wiz_supp{
border-radius: 5px;
    }
    .sidMenu_wiz_supp a {
    border-radius: 5px;
    }
    .sidMenu_wiz_supp {
    padding: 1px;
    }
.logo_airliens h3 {
  font-size: 20px;
}
.sidMenu_wiz_supp a {
font-size: 16px;
}
.num_air_buttom p {
font-size: 24px;
}
.dl_phone_main {
padding: 10px;
}
.mob-h4_hdg {
padding: 3px;
}
.offer-cmstm-wrap h4 {
font-size: 14px;
margin-bottom: 0;
}
.plane_img {
max-height: 250px;
margin: 0 auto;
}
.air_cnt_mob {
margin-top: 10px;
}

.mob-h4_hdg {
display: flex;
align-items: center;
gap: 0;
font-weight: 500;
font-size: 13px;
}
.dl_phone_main{
margin: 0 8px 10px;
}
.mob-h4_hdg span {
margin-left: 0;
}
}
@media screen and (max-width: 380px)  {
.num_air_list .main_dev {
  font-size: 20px;
}
.main_new_search {
padding: 0;
}
.main_new_search {
height: 410px;
}
.bg_widgits .col-lg-6{
padding: 0 8px;
}
.logo_img img {
height: 25px !important;
}
.logo_airliens h3 {
font-size: 15px;
}
.sidMenu_wiz_supp a {
font-size: 14px;
}
.call_content .font_14 {
font-size: 12px;
}
.offer-cmstm-wrap h4 {
  font-size: 12px;
}
.dl_h2 {
font-size: 22px;
}
  .plane_img {
  max-height: 205px;
  }
  .plane_img img {
  width: 190px;
}
}

