@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=DM+Serif+Text:ital@0;1&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=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&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&display=swap');
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Carlito", serif;
}

:root {
  --color-white: white;
  --color-black: #000;
  --color-blue:#26303F;
   --color-first: #00A69D;
}

.ff_font {
  font-family: "Carlito", 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-40 {
  padding: 40px 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: 145px;
}
.call_content{
  white-space: nowrap;
  line-height: 1.3;
  color: var(--color-blue);
}
.call_btn1 img{
  width: 35px;
  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: var(--color-white);
}
.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: 50px;
  width: 100%;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-blue);
}
.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;
}

/* =============Why book with================= */
.top_desti_headline{
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
.top_desti_headline h4{
  font-size: 48px;
  color: var(--color-blue);
  font-weight: 700;
}
.top_desti_headline p{
  color: var(--color-blue);
  font-size: 15px;
}
.main_inside_section {
  text-align: left;
  margin: 0 auto;
  background: #F6F6F5;
  padding: 20px;
  border-radius: 20px;
}
.main_inside_section span {
  width: 60px;
  height: 60px;
  display: block;
  padding: 10px;
  box-shadow: 0 20px 15px 0 #7a7a7a33;
  margin-bottom: 15px;
  border-radius: 10px;
}
.color_main{
  background: linear-gradient(90deg, #226D76 35%, #52D8B7 100%);
}
.color_main_1{
  background: linear-gradient(90deg, #F3AB0F 30%, #F3AB0F 90%);
}
.color_main_2{
  background: linear-gradient(90deg, #0077F0 30%, #1867B8 90%);
}
.main_inside_section h3 {
  font-size: 24px;
  color: var(--color-blue);
  font-weight: 700;
}
.main_inside_section p {
  font-size: 16px;
  color: var(--color-blue);
}
/* =============Why book with================= */
/* =======We Provide Best Tour========== */
.max_compare_book {
  background: #fff;
  box-shadow: 0 0 20px 0 #0000001A;
  padding: 35px;
  position: relative;
  border-radius: 10px;
  margin: 0 0 0 -100px;
}
.max_compare_book h2 {
  font-size: 36px;
  color: var(--color-blue);
  font-weight: 700;
  padding: 12px 0;
}
.main_images_find{
  max-height: 745px;
}
.main_images_find img{
  width: 100%;
  height: 100%;
  max-height: 745px;
  border-top-right-radius: 100px;
}
.max_compare_book h6{
  color: #00A69D;
  font-size: 16px;
  padding-bottom: 5px;
}
.max_compare_book p{
  padding-bottom: 10px;
  font-size: 15px;
}
.max_compare_book h2 span{
display: block;
}
.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: 190px;
  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;
  border-radius: 5px;
  text-transform: uppercase;
}
.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);
}
.about_images_main img{
  max-height: 180px;
}
/* =======We Provide Best Tour========== */
/* ================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;
}
.main_top_detail{
  position: relative;
  height: 250px;
  margin: 15px 0;
}
.main_top_detail img{
height: 100%;
}
.main_top_detail .text_top_det{
  background: #0000004D;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px 10px;
    color: var(--color-white);
    width: 100%;
    max-width: 85%;
    min-height: 185px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #FFFFFF80;
}
.text_top_det strong{
  display: block;
}
.py-about{
  padding: 20px 0;
}
/* ===============Top Destinations================= */
/* ===========Best Flight Routes================ */
.bg_best_flight{
  background: #F6F6F5;
  padding: 40px 20px;
 border-radius: 10px;
}
.main_exciting_flight {
  border: none;
  width: 100%;
  padding: 8px 10px;
  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: 24px;
  font-weight: 700;
  color: var(--color-first);
}
/* ============Best Flight Routes=============== */
/* =========footer start========== */
.bg-footer {
  background-color: var(--color-blue);
}
.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;
}
/* =========footer end========== */
/* ==========Terms & Conditions============ */
.banner_conditions_team {
  background: #22b1aa;
  padding: 20px 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 #1d7a7a;
  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: url(../images/wiz-screen-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-position: top center;
  background-attachment: scroll;
}
/* ============Terms & Conditions=========== */
/* ===========contact============== */
.banner_contact_bg{
  background: url(../images/contact-us.webp);
  background-size: 100% 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
}
 .main_contact{
  background: #fff;
  border: 1px solid #F5F5F5;
  box-shadow: 0 0 3px rgb(0 0 0 / 25%);
  padding: 15px;
  border-radius: 10px;
 }
 
 .rt_pro_contact {
  position: relative;
  height: 288px;
  max-width: 440px;
  margin: 0 0 0 auto;
}
.contact-new-loce{
  position: relative;
  background-color: var(--color-white);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius:15px;
  padding: 10px;
}
.contact_img_icon{
  background-color: #f1d1d7;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.contact_img_icon i{
  color: var(--color-blue);
  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;
  background-color: var(--color-blue);
  border-radius: 10px;
  color: var(--color-white);
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  border: 1px solid var(--color-blue);
}
.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: 215px;
  max-height: 215px;
  margin-bottom: 15px;
  border: 1px solid #c5c5c5;
}
.main_input_con_detail input {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-black);
  height: 43px;
  border-radius: 6px;
  margin-bottom: 12px;
  border: 1px solid #c5c5c5;
}
.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;
}
/* ===========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 #e3111a;
  padding: 8px 9px;
}
.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;
  font-size: 18px;
  color: var(--color-white);
}
.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: 2.5rem;
  width: 100%;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-white);
}
.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: url(../images/about-us.webp);
  background-size: cover;
  min-height: 300px;
  display: flex;
  align-items: center;
}
.flights_container_about{
  max-width: 800px;
  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: 240px;
}
.img_main_tab img {
  height: 100%;
  object-fit: cover;
  border-radius: 12rem 0 0 0;
}
.img_main_tab_next{
  height: 240px;
}
.img_main_tab_next img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 12rem 0 0;
}
.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: 30px;
  font-weight: 600;
}
.text_cavar_main p{
font-size: 15px;
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;
}
/* =============about=========== */
/* engine  */

.air_reservation_hero {
  background: linear-gradient(185deg, #00645f 35%, #00a49d 65%);
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: 10px 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 {
width: 45px;
margin-right: 5px;
background: #d8e6ff;
border-radius: 5px;
padding: 2px;
animation: zoom-in-zoom-out 1.5s linear infinite;
border: 1px solid #bed4f1;
}
.call_content {
white-space: nowrap;
line-height: 1.3;
}
.call_content .font_14 {
color: #323741;
margin: 0;
line-height: normal;
}
.call_big_title {
color: #000;
margin: 0;
line-height: normal;
}
.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: 355px;
padding: 10px 15px 30px 15px;
background: #fff;
border-radius: 10px;
}
.airline_deal_logo h2 {
  display: flex;
  align-items: flex-start;
}
.airline_deal_logo .main_star{
  font-size: 18px;
}
.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{
padding: 40px 0 90px;
}
.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: #00645f;
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: 50px;
font-weight: 600;
color: #fff;
}
.air_cnt_banner p{
font-size: 30px;
font-weight: 400;
color: #fff;
margin: 10px 0;
}
.num_air_list_banner p {
color: #ffffff;
font-size: 25px;
font-weight: 600;
padding: 8px 12px;
border: 1px solid #FFFFFF;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: space-around;
max-width: 340px;
}
.num_air_list_banner img {
width: 40px;
}
.maine_wrap_banner{
margin-right: 5vw;
}
.num_air_list_banner p span{
font-weight: 500;
font-size: 18px;
}
.div_img_box img{
min-height: 200px;
min-width: 200px;
}
.air_list_cnt span img{
width: 30px;
}

@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: 8px;
}
.num_air_list p {
font-size: 22px;
}


}

@media screen and (max-width: 991px) {
.col-sm-none{
display:none;
}
.bg_widgits .container {
  max-width: 720px;
}
.air_reservation_main{
  background: linear-gradient(185deg, #00645f 35%, #00a49d 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%;
}
}
@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;
}
}

@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;
}

}
@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: 33px;
}
.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;
}
}

