﻿body {
	margin:0;
	padding:0;
	font-family: "Inter", sans-serif;
}
.container {
    max-width: 1200px !important;
}
.top_header {
    background: #ffffff;
    position: relative;
    padding: 10px 0 10px 0;
}
.topHeader_cont {
    display:flex;
    justify-content: left;
    align-items: center;
    gap: 22px;
}
.topHeader_cont p {
    font-size:13px;
    margin:0 0 0 0;
    color:#11285f;
    font-weight:500;
    letter-spacing:0.2px;
}
.topHeader_cont a {
    font-size:13px;
    margin:0 0 0 0;
    color:#11285f;
    font-weight:500;
    letter-spacing:0.2px;
    text-decoration:none;
}
.topHeader_cont a i {
    margin:0px 4px 0px 0px;
}
.main_header {
    background: #fff;
    border-top: 1px solid #edeef1;
    border-bottom: 1px solid #edeef1;
    margin: 0 0 12px 0;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    background: #ffffff00;
    width: 100%;
    margin: 0px auto 0 auto;
    border-radius: 10px;
    padding:8px 0px 8px 0px;
    overflow: hidden;
}
.navbar-toggler-icon {
    display: block;
    width: 26px;
    height: 2px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background: black;
    margin: 6px 0 4px 0;
}
.navbar-toggler {
    border: 1px solid black;
}
.navbar:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.nav-link {
    display: block;
    padding: 0 15px 0 15px !important;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik';
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
.nav-link:focus, .nav-link:hover {
    color: #333;
}
.navbar-brand {
    color: #f1750a;
    font-weight: 700;
    font-size: 24px;
    padding: 0 0 0 0;
}
.navbar-brand span {
    color:#38bdf8;
}
.header_toll {
    position: relative;
    margin: 0 0 0 0px;
}
.header_toll a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    background: #f1750a;
    color: #fff;
    border-radius: 100px;
    padding: 4px 14px 5px 5px;
    margin-right: 0;
    border: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 30px;
    text-decoration: none;
}
.header_toll a span {
    background: #fff;
    padding: 6px 10px 6px 10px;
    border-radius: 25px;
    font-size: 15px;
    color: #f1750a;
}
.header_toll a span i {
    margin: 0px 5px 0px 0px;
    transform: rotate(90deg);
}
.top_ico_phone {
    transform: rotate(90deg);
}
.topHeader_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
}
.top-contact{
    color:#11285f;
    text-decoration:none;
    font-weight:600;
    font-size:14px;
}
.topHeader_right p {
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #585858;
}
.topHeader_right p img {
    width: 28px;
    margin-right: 6px;
    vertical-align: middle;
    border-radius: 2px;
}
.top-social a{
    color:#11285f;
    margin-left:8px;
    font-size:14px;
    text-decoration:none;
}
.navbar-brand img {
    
}
.header-actions{gap:12px;}
.header-search input{
    border:1px solid #e9e9e9;
    padding:7px 10px;
    border-radius:20px 0 0 20px;
    outline:none;
    width:220px;
}
.header-search button{
    border:1px solid #e9e9e9;
    border-left:0;
    padding:7px 10px;
    background:#fff;
    border-radius:0 20px 20px 0;
    cursor:pointer;
}
.btn-cta{
    background: linear-gradient(90deg,#f1750a 0%, #38bdf8 100%);
    color:#fff;
    padding:8px 16px;
    border-radius:25px;
    text-decoration:none;
    font-weight:700;
    box-shadow:0 6px 18px rgba(19,41,104,0.08);
    transition: all .18s ease-in-out;
}
.btn-cta:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(19,41,104,0.12);}
.btn-call-now {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0d4fd7, #35b6ff);
    color: #fff;
    padding: 8px 14px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(16, 185, 129, 0.15);
    transform: translateZ(0);
}
.btn-call-now i{font-size:16px}
.btn-call-now .call-badge{
        background: rgba(255,255,255,0.12);
        padding:4px 8px;
        border-radius:12px;
        font-size:11px;
        color:#fff;
        font-weight:800;
}
.btn-call-now .call-text{font-weight:800;color:#fff}
.btn-call-now:hover{color: #fff;box-shadow:0 14px 36px rgba(6,182,212,0.18);transform:translateY(-3px)}
.btn-call-now i {
    font-size: 16px;
    transform: rotate(90deg);
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(16,185,129,0.28); }
    70% { box-shadow: 0 0 0 12px rgba(16,185,129,0); }
    100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}


.main_banner {
    padding: 66px 0 66px 0;
    position: relative;
    margin: 0 auto 0 auto;
    width: 97%;
    border-radius: 34px;
}
.main_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(135deg, rgb(0 0 0 / 36%) 0%, rgb(0 0 0 / 39%) 40%, rgb(0 0 0 / 34%) 100%);
    border-radius: 34px;
}
.bannerCapForm_include {
    position:relative;
}
.formInclude_sec {
    margin: 0px 0 0 0;
}
.banner_captions {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0 0 30px 0;
}
.banner_captions h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: #ffffff;
    position: relative;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 2px 0;
}
.banner_captions h1 span {
    color: #ffa02a;
    text-shadow: none;
}
.banner_captions p {
    margin: 0 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-shadow: #636363 0px 1px 2px;
}
.form_include {
    position: relative;
    z-index: 99;
    width: 80%;
    margin: 0 auto 0 auto;
}
.graybg {
    background: #fff7f2;
    padding: 55px 0 65px 0px;
    position: relative;
    z-index: 1;
}
.graybg::before {
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background-image: url(../images/forex-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.2;
}
.img_pull_left {
    margin: 0 0 0 0;
    width: 58px;
    text-align: center;
    background: #fff2e7;
    height: 58px;
    line-height: 58px;
    font-size: 22px;
    color: #f1750a;
    border-radius: 40px;
    outline: 1px dashed #f1750a;
    outline-offset: 2px;
}
.cont_pull_right {
    width: 100%;
}
.cont_pull_right h4 {
    font-size: 18px;
    color: #333;
    margin: 20px 0 10px 0;
    font-weight: 700;
}
.cont_pull_right p {
    font-size: 15px;
    color: #444;
    margin: 0px 0 0 0;
}
.booking {
    display: table;
    background: #ffffff;
    padding: 18px 14px 18px 14px;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 18px 16px 22px 22px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(19, 41, 104, .1);
}
.whyHd {
    text-align: center;
    margin: 0 0 50px 0;
    position: relative;
}
.whyHd:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8 0%, #f1750a 100%);
}
.whyHd h2 {
    margin: 0 0 0px 0;
    font-size: 24px;
    font-weight: 700;
    color: #07254e;
    position: relative;
}
.whyHd p {
    font-size: 15px;
    margin: 5px auto 0px auto;
    color: #444;
    max-width: 760px;
}
section.section-padding.our-work-sec {
    padding: 80px 0 50px 0;
    position: relative;
    background: linear-gradient(135deg, #f8fbff 0%, #f0f4ff 50%, #fef5f1 100%);
}
.section-heading {
    text-align: center;
    position: relative;
    margin: 0 0 50px 0;
}
.section-heading h3 {
    font-size: 32px;
    font-weight: 800;
    color: #0f2358;
    margin: 0 0 8px 0;
    position: relative;
    letter-spacing: -0.5px;
}
.section-heading:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8 0%, #f1750a 100%);
}
.section-description p {
    font-size: 15px;
    color: #4b5563;
    margin: 0;
}
.work-sec.animate-img {
    position: relative;
    background: #fff;
    padding: 0;
    box-shadow: 0 12px 35px rgba(15, 41, 104, 0.12);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}
.work-sec.animate-img:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(15, 41, 104, 0.2);
}
.work-sec.animate-img a {
    display: block;
    height: 100%;
    text-decoration: none;
}
.top_flight_root {
    background: #fcfcfc;
    padding: 40px 0 50px 0;
    position: relative;
    border: 1px solid #f7f7f7;
}
.root_hd h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 23px 0;
    position: relative;
    color: #17509c;
}
.root_hd h2 span {
    color: #ff4343;
}
.root_hd h2:before {
    content: " ";
    position: absolute;
    top: 36px;
    left: 0;
    width: 42px;
    height: 3px;
    background-color: #ff4343;
}
.root_hd h2:after {
    content: " ";
    position: absolute;
    top: 35px;
    left: 36px;
    width: 32px;
    height: 5px;
    background-color:#ff4343;
    border-radius: 17px;
}
.root_hd p {
    font-size: 14px;
    margin: 0 0 20px 0;
}

.top_flights_main {
    background: #fff;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    padding: 8px 8px 8px 8px;
    box-shadow: 0px 0px 4px #1b9ed9;
}
.top_flight_img img {
    border-radius: 10px;
}
.top_flight_img span {
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: #ff434300;
    border-radius: 30px;
    padding: 2px 14px 2px 14px;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}
.top_flight_img span {
    font-size: 12px;
    margin-bottom: 0;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}
.top_flight_img {
    position: relative;
    overflow: hidden;
}
.discount_offer {
    position: absolute;
    left: -12px;
    bottom: -16px;
    background-color: #1b9ed9;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 9;
}
.discount_offer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:#1c60bb;
    border-radius: 100%;
    z-index: -1;
    top: -1px;
    left: -7px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.discount_offer h5 {
    font-size: 13px;
    color: white;
    font-weight: 500;
    margin: 24px 0 0 0;
}
.discount_offer h6 {
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
}
.bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-bar h6 {
    margin-bottom: 0;
    color: #ff4343;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}
.bottom-bar .rating {
    margin-left: auto;
}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rating i {
    font-size: 12px;
    margin: 0 2px;
    color: #ffcc33;
}
.root_gp a {
    text-decoration: none;
}

.ht_text {
    padding: 10px 8px;
    height: 182px;
}
.ht_text h6 {
    font-size: 13px;
    color: #555;
    margin: 0px;
    line-height: 20px;
    font-weight: 500;
}
.ht_text h5 {
    font-size: 16px;
    color: #1b1c1d;
    margin: 10px 0 10px 0;
    font-weight: 500;
}
.ht_text h5 strong {
    display: block;
    margin: 6px 0 0 0;
}
.ht_text h5 strong i {
    color: #ff7f00;
    font-size: 12px;
    margin: 0 0 0 -2px;
}
.ht_text h4 {
    margin: 0px 0 0 0;
    font-size: 13px;
    color: #333;
}
.ht_text h4 strong {
    font-weight: 600;
    color: #ff4343;
    font-size: 20px;
}

/*-------------css for deals section-------------*/

.flights_routh {
    padding: 70px 0 50px 0;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}
.tittle_flights {
    margin: 0 0 58px 0;
    position: relative;
}
.tittle_flights:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8 0%, #f1750a 100%);
}
.tittle_flights h3 {
    font-weight: 700;
    margin: 0px 0 8px 0;
    font-size: 25px;
    color: #0f2358;
    text-align: center;
    line-height: 1.2;
}
.tittle_flights p {
    font-size: 15px;
    margin: 0;
    color: #4b5563;
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.flight-card {
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .06);
    margin: 0 0 30px 0;
    transition: transform .35s ease, box-shadow .35s ease;
    border: 1px solid #dff5ff;
}
.flight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(15, 41, 104, 0.15);
}
.flight-card a {
    text-decoration: none;
}
.flight-img {
    height: 160px;
    position: relative;
    overflow: hidden;
}
.flight-img:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 41, 104, 0.06) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.flight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}
.flight-card:hover .flight-img img {
    transform: scale(1.05);
}
.flight-content {
    padding: 0;
}
.flight-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 16px 20px;
    gap: 16px;
}
.flight_name {
    text-align:center;
    padding: 0px 20px 30px 20px;
}
.flight_name span {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #f1750a;
    padding: 9px 20px 9px 20px;
    border-radius: 7px;
}
.flight-top div {
    max-width: 68%;
}
.flight-top span {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background: rgba(56, 189, 248, 0.10);
    padding: 10px 14px;
    border-radius: 18px;
    min-width: 120px;
}
.flight-top span small {
    display: block;
    color: #0f172a;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.flight-top h3 {
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 2px;
}
.flight-top p {
    color: #333;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}
.flight-top span {
    color: #f1750a;
    font-size: 18px;
    font-weight: 800;
    text-align: right;
}
.flight-name {
    color: #334155;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding: 16px 20px;
    border-top: 1px dashed #e2e8f0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: #f8fbff;
}


/*-------- FAQ Section------------ */


.faq-section {
    padding:55px 0 60px 0;
    background-color: #fff7f2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq-header {
  text-align: center;
  max-width: 600px;
  margin-bottom: 50px;
  position: relative;
}
.faq-header:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8 0%, #f1750a 100%);
}
.faq-subtitle {
    color: #f1750a;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.faq-title {
    color: #0f172a;
    font-size: 24px;
    font-weight: 700;
    margin: 6px 0 6px 0;
}
.faq-desc {
    color: #64748b;
    font-size: 15px;
    margin: 0 0 0 0;
}
.faq-container {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.faq-item {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .06);
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    padding: 10px 15px 10px 15px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
    transition: color 0.2s ease;
}
.question-text {
  display: flex;
  align-items: center;
  gap: 14px;
}
.travel-icon {
    font-size: 16px;
    background-color: #fff7f2;
    padding: 4px 8px 4px 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.faq-question:hover {
    color: #f1750a;
}
.faq-question:hover .travel-icon {
    background-color: #fff7f2;
}
.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 15px;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background-color: #0f172a;
  transition: transform 0.3s ease, background-color 0.3s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-icon::before {
  width: 16px;
  height: 2px;
}
.faq-icon::after {
  width: 2px;
  height: 16px;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-answer p {
    padding: 0 18px 18px 18px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}
.faq-item.active {
    box-shadow: 0 10px 25px rgba(255, 107, 107, 0.06);
    background: linear-gradient(225deg, #2e90fa 0, #175cd3 100%);
}
.faq-item.active .faq-question {
    color: #ffffff;
}
.faq-item.active .travel-icon {
    background-color: #ffffff2e;
    filter: brightness(1.2);
    color: #ffffff;
}
.faq-item.active .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #fff;
}
.faq-item.active .faq-icon::before {
    background-color: #ffffff;
}


/*------------- Top Destinations redesigned section----------------- */


.top_destination_section {
    padding: 66px 0 60px 0;
}
.destination_hd {
    text-align: center;
    margin: 0px 0px 50px 0px;
    position: relative;
}
.destination_hd:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8 0%, #f1750a 100%);
}
.text-primary-custom {
    color: #f1750a;
    font-size: 13px;
    letter-spacing: 2px;
}
.section-main-heading {
    font-size: 24px;
    font-weight: 700;
    color: #0b1530;
    margin: 10px 0 8px 0;
}
.section-subtext {
    max-width: 650px;
    font-size: 15px;
    margin: 0 0 0 0;
    color: #333;
}
.destination-card {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 28px;
    overflow: hidden;
    padding: 20px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .06);
}
.destination-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(11, 21, 48, 0.15);
}
.large-card {
    min-height: 464px;
}
.badge-pill {
    display: inline-block;
    background: rgb(255 255 255 / 18%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #ffffff47;
}
.card-title-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
}
.sub-card .card-title-text {
    font-size: 22px;
}
.card-description-text {
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 400;
}
.small-desc {
    font-size: 12px;
    opacity: 0.9;
}
.btn_call {
    background-color: #ffffff;
    color: #0f172a;
    font-weight: 700;
    font-size: 13px;
    padding: 12px 24px;
    border-radius: 24px;
    width: fit-content;
    border: none;
    transition: background-color 0.2s, transform 0.2s;
    text-decoration: none;
}
.btn_call:hover {
    background-color: #f1f5f9;
    color: #000000;
    transform: scale(1.03);
}

.well_known {
    padding: 60px 0 55px 0;
    background: #ffffff;
}
.well_known_image {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
}
.well_known_image img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 420px;
    transition: transform 0.5s ease;
}
.well_known_image:hover img {
    transform: scale(1.05);
}
.well_known_overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.72) 100%);
}
.overlay-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.overlay-stats {
    display: flex;
    gap: 16px;
}
.overlay-stats div {
    color: #fff;
}
.overlay-stats strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0px;
}
.overlay-stats span {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.82);
}
.abst_trps.no-shadow {
    background: transparent;
    box-shadow: none;
}
.abst_trps .section-tag {
    display: inline-block;
    font-size: 0.8rem;
    color: #ff7f0d;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 10px;
}
.abst_trps h4 {
    font-size: 24px;
    color: #0f172a;
    margin: 0 0 12px 0;
    font-weight: 700;
    line-height: 32px;
    text-transform: none;
}
.abst_trps p {
    font-size: 15px;
    color: #4b5563;
    margin: 0 0 18px 0;
    line-height: 23px;
    text-align: left;
}
.happy_travelers {
    background: #f1750a87;
    padding: 8px 15px 8px 15px;
    border-radius: 16px;
    border: 1px solid #ffffff80;
}
.support_about {
    background: linear-gradient(225deg, #419cff5c 0, #114296b3 100%);
    padding: 8px 15px 8px 15px;
    border-radius: 16px;
    border: 1px solid #ffffff80;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
    display: grid;
    gap: 12px;
}
.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #374151;
    font-size: 15px;
    line-height: 1.7;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 7px 12px 7px 12px;
    font-weight: 500;
}
.feature-list li i {
    color: #f1750a;
    margin-top: 4px;
}
.well_known_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.read-more-link,
.call-us-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.25s ease;
}
.read-more-link {
    color: #ed740c;
    border: 1px solid #ed740c;
    padding: 11px 22px;
    font-size: 15px;
    font-weight: 600;
}
.read-more-link:hover {
    background: linear-gradient(225deg, #419cff 0, #114296 100%);
    color: #fff;
    border:none;
}
.call-us-btn {
    background: linear-gradient(225deg, #419cff 0, #114296 100%);
    color: #fff;
    padding: 12px 24px;
}
.call-us-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}


/* ---------css for Footer---------- */


.footer {
    position: relative;
    background: #f7f7f7;
    padding: 40px 0 20px 0;
}
.footer_logo {
    text-align: center;
    margin: 0 0 32px 0;
}
.footer_payment {
    position: relative;
    margin: 0px 0 0px 0;
}
.footer_payment ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
}
.footer_payment ul li {
    list-style: none;
    display: inline-block;
    margin: 2px 15px 5px 0;
    background: #ffffff;
    padding: 6px 6px 6px 6px;
    border-radius: 11px;
    border: 1px solid #e7e7e7;
}
.footer_content {
    position: relative;
    padding: 0 0 0 0;
}
.footer_content_custom {
    position: relative;
}
.footer_content p {
    margin: 0 0 0 0;
    color: #444;
    font-size: 15px;
    line-height: 29px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.footer_content a {
    text-decoration: none;
    color: #444;
    font-size: 15px;
    display: block;
    margin: 0 0 0 0;
}
.footer_content h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin: 0 0 0 0;
}
.footer_content p i {
    color: #f1750a;
    font-size:15px;
    margin: 0 5px 0px 0;
}
.footer_payLink {
    position: relative;
}
.footer_quick {
    position: relative;
    margin: 0px 0 0px 0;
}
.footer_quick ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
}
.footer_quick ul li {
    list-style: none;
    display: block;
    padding: 0 0px 0 0;
}
.footer_quick ul li a {
    text-decoration: none;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}
.footer_title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0 0 15px 0;
    font-family: Rubik;
    text-transform: capitalize;
}
.footer_copyright {
    text-align: left;
    margin: 25px 0 0 0;
    padding: 18px 0 18px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.footer_copyright p {
    margin: 0 0 0 0;
    color: #3a3a3a;
    font-size: 15px;
}
.footer_copyright p a {

}
.footer_disclaimer_main {
    padding:0px 0 18px 0;
    position: relative;
    background: #f7f7f7;
}
.footer_disclaimer p {
    margin: 0 0 8px 0;
    color: #444;
    line-height: 23px;
    font-size: 15px;
    font-weight: 400;
}
.read-more-btn {
    background: none;
    border: none;
    color: #f1750a;
    cursor: pointer;
    font-weight: 500;
    padding: 0;
    margin-bottom: 0;
    text-decoration: underline;
    font-size: 15px;
}
.read-more-btn:hover {
    color: #f1750a;
}
.footer_air_quick {
    position: relative;
    margin: 0px 0 0px 0;
}
.footer_air_quick ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
}
.footer_air_quick ul li {
    list-style: none;
    display: block;
    padding: 0 0px 0 0;
}
.footer_air_quick ul li a {
    text-decoration: none;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}


/* -------------css for inner page------------ */


.about_banner {
    background-image: url(../images/about-banner.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:110px 0px 150px 0px;
    margin: 0px 0 0 0;
}
.about_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000059;
}
.about_banner_captions {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0 0 0px 0;
}
.about_banner_captions h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
    position: relative;
    text-shadow: #000 0px 1px 2px;
    margin:0 0 8px 0;
}
.about_banner_captions p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin:0 0 0 0;
    text-shadow: #6f6f6f 0px 1px 1px;
}
.innerBred_crud {
    background-color: #00000085;
    padding: 12px 0px 12px 0px;
    border-radius: 0;
    margin: -49px 0 0 0;
    position: relative;
}
.innerBred_crudCont {
    position: relative;
}
.innerBred_crudCont ul {
    display: flex;
    gap: 10px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    align-items: center;
}
.innerBred_crudCont ul li {
    list-style: none;
    color: #fff;
}
.innerBred_crudCont ul li a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}
.about_top_tag {
    display: inline-block;
    background: linear-gradient(135deg, #0d4fd7, #35b6ff);
    color: #fff;
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.aboutPg_sec {
    padding: 70px 0 65px 0;
    background: #ffffff;
}
.aboutCont_box h2 {
    font-size: 24px;
    color: #11285f;
    margin: 14px 0 12px 0;
    font-weight: 700;
}
.aboutCont_box h3 {
    font-size: 22px;
    color: #11285f;
    margin: 14px 0 12px 0;
    font-weight: 700;
}
.aboutCont_box p {
    font-size: 15px;
    color: #555;
    margin: 0 0 12px 0;
    line-height: 23px;
}
.aboutCont_box p strong {
    color:#11285f;
}
.feature-list-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    background: #eff5ff;
    padding: 15px 15px 15px 15px;
    border: 1px solid #1461de38;
    border-radius: 18px;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}
.feature-item i {
    color: #f1750a;
    font-size: 18px;
}
.aboutImg_sec img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.aboutImg_sec:hover img {
    transform: scale(1.05);
}
.aboutImg_sec:before {
    background: linear-gradient(135deg, #f1750a 0%, #ffa040 100%) !important;
    border-radius: 12px;
    z-index: -1;
    top: -15px !important;
    left: -15px !important;
    width: 60% !important;
    height: 65% !important;
}
.aboutImg_sec:after {
    background: linear-gradient(135deg, #11285f 0%, #1e3a8a 100%) !important;
    border-radius: 12px;
    z-index: -1;
    bottom: -15px !important;
    right: -15px !important;
    width: 60% !important;
    height: 65% !important;
}
.why-choose-section {
    background: #fff7f2;
    padding:55px 0 40px 0px;
    position: relative;
    z-index: 1;
}
.why-choose-section:before {
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background-image: url(../images/forex-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.2;
}
.choose-header {
    text-align: center;
    margin-bottom: 40px;
}
.choose-header h2 {
    font-size: 24px;
    color: #11285f;
    font-weight: 700;
    margin-bottom: 3px;
}
.choose-header p {
    font-size: 16px;
    color: #666;
    max-width: 500px;
    margin: 0 auto;
}
.choice-card {
    background: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .06);
}
.choice-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-top-color: #38bdf8;
}
.choice-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0d4fd7, #35b6ff);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0px auto;
    font-size: 20px;
    color: #fff;
}
.choice-card h3 {
    font-size: 18px;
    color: #11285f;
    font-weight: 500;
    margin: 15px 0 8px 0;
    font-family: 'Rubik';
}
.choice-card p {
    font-size: 15px;
    color: #666;
    line-height: 23px;
    margin: 0 0 0 0;
}
.mission-vision-section {
    padding: 60px 0 60px 0;
    background: #fff;
}
.mission-card {
    background: #fff;
    padding: 24px 25px 25px 25px;
    border-radius: 12px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .06);
    transition: all 0.3s ease-in-out;
    position: relative;
}
.mission-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.mission-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #f1750a 0%, #ffa040 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}
.mission-card.vision .mission-icon {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
}
.mission-card h3 {
    font-size: 20px;
    color: #11285f;
    font-weight: 700;
    margin:14px 0px 12px 0px;
}   
.mission-card p {
    font-size: 15px;
    color: #555;
    line-height: 23px;
    margin: 0 0 0 0;
}


/* ---------css for contact page---------- */


.contact_banner {
    background-image: url(../images/contact-banner.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:110px 0px 150px 0px;
    margin: 0px 0 0 0;
}
.contact_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000059;
}
.contact_banner_captions {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0 0 0px 0;
}
.contact_banner_captions h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
    position: relative;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 8px 0;
}
.contact_banner_captions p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 0;
    text-shadow: #6f6f6f 0px 1px 1px;
}
.contact_pg_main {
    padding: 60px 0px 60px 0px;
    position: relative;
}
.contact_pg_header {
    max-width: 820px;
    margin: 0 auto 45px auto;
    padding: 0 15px;
}
.contact_sec_tag {
    display: inline-block;
    background: linear-gradient(135deg, #0d4fd7, #35b6ff);
    color: #fff;
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto 0 auto;
    width: 13%;
    text-align: center;
}
.contact_top_title {
    text-align: center;
    margin: 0 0 36px 0;
}
.contact_top_title h2 {
    font-size: 24px;
    color: #11285f;
    margin: 15px 0 10px 0;
    font-weight: 700;
}
.contact_top_title p {
    color: #555;
    font-size: 15px;
    max-width: 687px;
    margin: 0 auto;
}
.contact_details_main {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(16, 38, 95, 0.08);
    background: #ffffff;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.contact_details_main:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 55px rgba(16, 38, 95, 0.12);
}

.contactDetails_hd {
    padding: 20px 25px 20px 25px;
    background: linear-gradient(135deg, rgb(112 164 255 / 12%) 0%, rgba(56, 189, 248, 0.12) 100%);
}
.contactDetails_hd .section-tag {
    margin-bottom: 0px;
    background: linear-gradient(135deg, #0d4fd7, #35b6ff);
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 12px 5px 12px;
}
.contactDetails_hd h4 {
    margin: 10px 0 8px 0;
    font-size: 20px;
    color: #11285f;
    font-weight: 600;
}
.contactDetails_hd p {
    margin: 0;
    color: #4f5667;
    font-size: 15px;
}
.contact_details_ct {
    padding:18px 20px 18px 20px;
    border-bottom: 1px solid #f1f7ff;
    display: flex;
    gap: 18px;
    align-items: center;
}
.google_maps iframe {
    margin: 45px 0 0 0;
    border-radius: 22px;
    overflow: hidden;
}
.contact_details_ct:last-child {
    border-bottom: none;
}
.contact_details_ico {
    width: 55px;
    min-width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: linear-gradient(135deg, #0d4fd7, #35b6ff);
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(241, 117, 10, 0.12);
}
.contact_details_ico i {
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 20px;
    color: #fff;
    background: transparent;
    outline: none;
}
.contact_details_cont h4 {
    font-size: 16px;
    margin: 0 0 2px 0;
    color: #11285f;
    font-weight: 600;
}
.contact_details_cont a, .contact_details_cont p {
    color: #5f5f5f;
    font-size: 15px;
    margin: 0;
    font-weight: 400 !important;
}
.contact_details_cont a {
    text-decoration: none;
    font-weight: 600;
}
.contact_details_cont p {
    line-height: 1.8;
}
.contact_form {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(16, 38, 95, 0.08);
    background: #ffffff;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.contact_form:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 55px rgba(16, 38, 95, 0.12);
}
.contact_form form {
    padding: 20px 32px 8px 32px;
}
.contact_form h4 {
    margin: 0 0 0 0;
    border-bottom: none;
    padding: 24px 32px 10px 32px;
    font-size: 22px;
    background: transparent;
    color: #11285f;
    font-weight: 700;
}
.contact_form .form-group {
    margin: 0 0 25px 0;
    position: relative;
}
.contact_form:last-child.form-group {
    margin: 0 0 0 0;
}
.contact_form label {
    font-size: 13px;
    font-weight: 600;
    color: #55607a;
    margin-bottom: 0;
    position: absolute;
    top: -9px;
    left: 15px;
    background: #fff;
    padding: 0 6px 0 6px;
}
.contact_form input, .contact_form textarea {
    width: 100%;
    font-size: 14px;
    border: 1px solid #dceaff;
    background: #f5f7fb00;
    border-radius: 8px;
    padding: 7px 0 0 22px;
    color: #323f52;
    font-weight: 500;
    height: 50px;
}
.contact_form textarea {
    min-height: 115px;
    resize: vertical;
    padding-top: 18px;
}
.contact_form input:focus, .contact_form textarea:focus {
    outline: none;
    background: #eef4ff00;
}
.contact_form button {
    background: linear-gradient(135deg, #fe8d2c, #c25a00);
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.2px;
    padding: 14px 28px;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(56, 189, 248, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.contact_form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(56, 189, 248, 0.28);
}



/* ---------css for privacy page---------- */


.privacy_banner {
    background-image: url(../images/privacy-banner.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding:110px 0px 150px 0px;
    margin: 0px 0 0 0;
}
.privacy_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000059;
}
.privacy_banner_captions {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0 0 0px 0;
}
.privacy_banner_captions h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
    position: relative;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 8px 0;
}
.privacy_banner_captions p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 0;
    text-shadow: #6f6f6f 0px 1px 1px;
}
.privacy_pg_main {
    padding: 46px 0 44px 0;
    position: relative;
    background: #fff;
}
.privacy_cont h2 {
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    position: relative;
    border-bottom: 1px solid #e8f1ff;
    padding: 0 0 8px 0;
}
.privacy_cont h3 {
    margin: 0 0 8px 0;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    position: relative;
    border-bottom: 1px solid #e8f1ff;
    padding: 0 0 10px 0;
}
.privacy_cont h4 {
    margin: 0px 0 10px 0;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    position: relative;
    border-bottom: 1px solid #e8f1ff;
    padding: 0 0 10px 0;
}
.privacy_cont p {
    text-align: left;
    margin: 0 0 12px 0;
    font-size: 15px;
    color: #333;
    line-height: 24px;
}
.privacy_cont ul {
    margin: 14px 0 16px 0;
    padding: 0 0 0 0;
    display: block;
}
.privacy_cont ul li {
    list-style: none;
    font-size: 15px;
    color: #333;
    line-height: 31px;
}
.privacy_cont ul li i {
    margin-right: 3px;
    color: #f1750a;
}


/* ---------css for terms page---------- */


.terms_banner {
    background-image: url(../images/terms-banner.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0px 150px 0px;
    margin: 0px 0 0 0;
}
.terms_banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#00000059;
}
.terms_banner_captions {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0 0 0px 0;
}
.terms_banner_captions h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
    position: relative;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 8px 0;
}
.terms_banner_captions p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 0;
    text-shadow: #6f6f6f 0px 1px 1px;
}
.terms_pg_main {
    padding: 46px 0 44px 0;
    position: relative;
    background: #fff;
}
.terms_cont h2 {
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    position: relative;
    border-bottom: 1px solid #e8f1ff;
    padding: 0 0 8px 0;
}
.terms_cont h3 {
    margin: 0 0 8px 0;
    font-size: 21px;
    font-weight: 700;
    color: #000;
    position: relative;
    border-bottom: 1px solid #e8f1ff;
    padding: 0 0 10px 0;
}
.terms_cont h4 {
    margin: 0px 0 10px 0;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    position: relative;
    border-bottom: 1px solid #e8f1ff;
    padding: 0 0 10px 0;
}
.terms_cont p {
    text-align: left;
    margin: 0 0 12px 0;
    font-size: 15px;
    color: #333;
    line-height: 24px;
}
.terms_cont ul {
    margin: 14px 0 16px 0;
    padding: 0 0 0 0;
    display: block;
}
.terms_cont ul li {
    list-style: none;
    font-size: 15px;
    color: #333;
    line-height: 31px;
}
.terms_cont ul li i {
    margin-right: 3px;
    color: #ef4748;
}


/*---------css for flight deals page--------*/


.flightsDeals_banner {
    background-image:url(../images/flight-deals-banner.jpg);
    width:100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:66px 0 66px 0;
    width: 97%;
    border-radius: 34px;
    margin:0 auto 0 auto;
}
.flightsDeals_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(to bottom, #0000009c, #00000047);
    border-radius: 34px;
}
.dealsBanner_caption {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0 0 30px 0;
}
.dealsBanner_caption h1 {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: #ffffff;
    position: relative;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 2px 0;
}
.dealsBanner_caption h1 span {
    color: #ffa02a;
    text-shadow: none;
}
.dealsBanner_caption p {
    margin: 0 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-shadow: #636363 0px 1px 2px;
}
.deals_section {
    padding:60px 0 50px 0;
    background: #fff;
}
.deals_header {
    text-align: center;
    margin-bottom: 38px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.deals_header .deals-tag {
    margin: 0 0 0 0;
    background: linear-gradient(135deg, #0d4fd7, #35b6ff);
    color: #fff;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.deals_header h2 {
    font-size: 24px;
    color: #11285f;
    font-weight: 700;
    margin: 12px 0 8px 0;
}
.deals_header p {
    font-size: 15px;
    color: #555;
    margin: 0 auto 0 auto;
    max-width: 613px;
}
.deals_category {
    margin-bottom:40px;
}
.deals_category:last-child {
    margin-bottom: 0;
}
.category_header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 24px 0;
    padding: 0 0 0 0px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .06);
    overflow: hidden;
    border: 1px solid #ffffff;
}
.category_icon {
    width: 60px;
    height:74px;
    min-width: 80px;
    background: linear-gradient(135deg, #0d4fd7, #35b6ff);
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    box-shadow: 0 12px 30px rgba(241, 117, 10, 0.25);
}
.category_info h3 {
    font-size: 24px;
    color: #11285f;
    margin: 0 0 2px 0;
    font-weight: 700;
}
.category_info p {
    color: #4f5667;
    font-size: 15px;
    margin: 0 0 0 0;
}
.deal_card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .06);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.deal_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(17, 40, 95, 0.15);
}
.deal_badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #f1750a 0%, #38bdf8 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 800;
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.deal_header {
    padding: 16px 16px 16px 16px;
    background: linear-gradient(135deg, rgba(241, 117, 10, 0.08) 0%, rgba(56, 189, 248, 0.08) 100%);
}
.route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}
.city_from, .city_to {
    flex: 1;
    text-align: center;
}
.city_from .code, .city_to .code {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #11285f;
}
.city_from .name, .city_to .name {
    display: block;
    font-size: 13px;
    color: #4f5667;
    margin: 0 0 0 0;
    font-weight: 500;
}
.route_arrow {
    flex: 0.5;
    text-align: center;
    color: #f1750a;
    font-size: 17px;
}
.deal_details {
    padding: 10px 16px 8px 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.price_section {
    display: flex;
    align-items: center;
    gap: 8px;
}
.start_txt {
    font-size: 13px;
    color: #6c6c6c;
    font-weight: 500;
}
.deal_price {
    font-size: 20px;
    font-weight: 800;
    color: #f1750a;
}
.deal_info {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
}
.deal_info span {
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
}
.deal_info i {
    color: #38bdf8;
    font-size: 14px;
}
.deal_btn {
    display: inline-block;
    background: transparent;
    color: #2563eb;
    padding: 12px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgb(255 255 255 / 20%);
    margin: 12px 20px 20px 20px;
    cursor: pointer;
    border: none;
    font-size: 14px;
    border: 1px solid #2563eb;
}
.deal_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(56, 189, 248, 0.3);
    text-decoration: none;
    color: #2563eb;
}


/*--------------- css footer fixed------------- */


.flight-banner-fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 450px;
    max-width: 90%;
    background: linear-gradient(135deg, #0b63f6 0%, #0336a3 100%);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    padding: 24px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    z-index: 99;
    overflow: hidden;
}
.flight-banner-fixed:before {
    content: "";
    position: absolute;
    top: -11px;
    right: -30px;
    width: 25%;
    height: 55%;
    background: #ffffff24;
    border-radius: 75px 0px 0px 96px;
    transform: rotate(-23deg);
}
.flight-banner-fixed:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: -30px;
    width: 25%;
    height: 55%;
    background: #ffffff24;
    border-radius: 0px 75px 75px 0px;
    transform: rotate(-23deg);
}
.banner-close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1;
}
.banner-close-btn:hover {
    color: #ffffff;
}
.banner-left-icon {
    background: rgba(255, 255, 255, 0.15);
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
    transform: rotate(-90deg);
}
.banner-left-icon svg {
    width: 24px;
    height: 24px;
    color: #ffffff;
    transform: rotate(45deg);
}
.banner-content-area {
    flex-grow: 1;
}
.banner-badge {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 4px;
}
.banner-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px 0;
    line-height: 1.2;
}
.banner-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 16px 0;
    line-height: 1.4;
}
.banner-cta-btn {
    display: block;
    width: 100%;
    background: #ffffff3b;
    color: #ffffff;
    text-align: center;
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 12px;
    border: 1px solid #ffffff66;
}
.banner-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color:#fff;
}
.banner-footer-text {
    font-size: 11px;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
}


/* --------css for site map page------------ */


.sitemap-banner {
    background-image: url(../images/site-banner.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0px 150px 0px;
    margin: 0px 0 0 0;
}
.sitemap-banner:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000059;
}
.sitemap-banner-content {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0 0 0px 0;
}
.sitemap-banner-content h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
    position: relative;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 8px 0;
}
.sitemap-banner-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 0;
    text-shadow: #6f6f6f 0px 1px 1px;
}
.sitemap-links-section {
    padding: 60px 0 60px 0px;
    background-color: #ffffff;
}
.sitemap_links {
    display: flex;
    gap: 20px;
}
.sitemap-card {
    background: #ffffff;
    padding: 0 0 0 0;
    border-radius: 16px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .06);
    transition: all 0.3s ease-in-out;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    width: 50%;
}
.sitemap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(67, 100, 247, 0.15);
}
.sitemap-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0px;
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 20px 20px 20px;
}
.sitemap-list {
    list-style: none;
    padding:20px 20px 20px 20px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sitemap-list li {
    margin-bottom: 0;
    width: 33%;
    line-height: 36px;
}
.sitemap-list li a {
    color: #495362;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s ease;
    display: inline-block;
}
.sitemap-list li a:hover {
    color: #4364f7;
    transform: translateX(5px);
}
.sitemap-cta-wrap {
    margin-top: 50px;
}
.sitemap-cta-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 30px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-left: 5px solid #e2e8f0;
}
.sitemap-cta-box h3 {
    font-size: 22px;
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 5px;
}
.sitemap-cta-box p {
    color: #64748b;
    margin: 0;
    font-size: 15px;
}
.sitemap-cta-btn {
    background: #4364f7;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
    box-shadow: 0 4px 15px rgba(67, 100, 247, 0.3);
    font-size: 15px;
    font-weight: 500;
}
.sitemap-cta-btn:hover {
    background: #0052d4;
    box-shadow: 0 6px 20px rgba(0, 82, 212, 0.4);
}



/* -----------css for destination page---------------- */


.destination_banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 66px 0 66px 0;
    width: 97%;
    border-radius: 34px;
    margin: 0 auto 0 auto;
}
.destination_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#0000007a;
    border-radius: 34px;
}
.airlines_caption {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0 0 35px 0;
}
.airlines_caption h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #ffffff;
    position: relative;
    text-shadow: #000 0px 1px 2px;
    margin: 0 0 4px 0;
}
.airlines_caption h1 span {
    color: #ffa02a;
    text-shadow: none;
}
.airlines_caption p {
    margin: 0 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-shadow: #636363 0px 1px 2px;
}
.airlines_cont_sec {
    padding: 50px 0px 40px 0px;
    position: relative;
}
.airlines_cont_box h2 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #0f265a;
    letter-spacing: 0.3px;
}
.airlines_cont_box h3 {
    font-size:22px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #0f265a;
    letter-spacing: 0.3px;
}
.airlines_cont_box h4 {
    font-size:18px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #0f265a;
    letter-spacing: 0.3px;
}
.airlines_cont_box p {
    font-size: 15px;
    line-height: 24px;
    color: #445055;
    margin: 0 0 12px 0;
}
.airline-benefits {
    background: #eaf2ff;
    padding: 16px 15px 20px 15px;
    margin: 18px 0 18px 0;
    border-radius: 14px;
    border: 1px solid #bbd3fc;
}
.airlines_cont_box ul {
    margin:0 0 0 0;
    padding:0 0 0 0;
    display: block;
}
.airlines_cont_box li {
    font-size: 15px;
    line-height: 24px;
    color: #445055;
    margin: 0 0 12px 0;
    list-style: none;
}
.airlines_cont_box li:last-child {
    margin: 0 0 0 0;
}
.airline-benefits ul li i {
    color: #f1750a;
    margin: 0 5px 0px 0;
}



.success-toast {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    background: #0ca44b;
    color: #ffffff;
    padding: 12px 35px;
    border-radius: 50px;
    box-shadow: 0 10px 25px rgba(46, 213, 115, 0.3);
    z-index: 9999;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.success-toast.show-toast {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.toast-content {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 16px;
}
.toast-icon {
    font-size: 20px;
    animation: popIcon 0.3s ease-in-out;
}
@keyframes popIcon {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}



/*-------------css for responsive website--------------*/


@media only screen and (min-width:320px) and (max-width:360px) {
.navbar {
    box-shadow: none;
}
.right-block {
    padding: 40px 0 40px 0;
    width: 100%;
}
.graybg {
    padding: 34px 0 22px 0px;
}
.cont_pull_right h4 {
    margin: 18px 0 7px 0;
}
.section-heading h3 {
    margin: 0 0 6px 0;
    font-size: 22px;
}
.root_hd h2:after {
    display:none;
}
.root_hd h2:before {
    display:none;
}
.abst_trps p {
    text-align: left;
}
.about_banner {
    padding: 50px 0px 96px 0px;
}
.contact_banner {
    padding: 50px 0px 96px 0px;
}
.privacy_banner {
    padding: 50px 0px 96px 0px;
}
.privacy_cont p {
    text-align: left;
}
.terms_banner {
    padding: 50px 0px 96px 0px;
}
.about_banner_captions p {
    font-size: 14px;
}
.terms_cont p {
    text-align: left;
}
.nav-link {
    padding: 6px 11px 6px 0px !important;
}
.btn-call-now {
    margin: 6px 0 0 0 !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.ctnt_abt h5 {
    font-size: 22px;
}
.banner_captions p {
    font-size: 15px;
}
.form_include {
    width: 100%;
}
.banner_captions h1 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 38px;
}
.banner_captions {
    margin: 0 0 30px 0;
}
.main_header {
    border-bottom: none;
    margin: 0 0 0px 0;
    padding: 0 5px 0 5px;
}
.main_banner {
    padding: 30px 0 30px 0;
    width: 100%;
    border-radius: 34px;
}
.flight_name span {
    border-radius: 30px;
}
.flight_name {
    text-align: center;
    padding: 7px 20px 27px 20px;
}
.main_banner:before {
    border-radius:34px;
}
.booking {
    border-right: none;
    height: auto;
    margin: 0 0 15px 0;
}
.img_pull_left {
    width: 57px;
}
section.section-padding.our-work-sec {
    padding: 32px 0 0px 0;
}
.root_hd h2 {
    font-size: 21px;
}
.top_flights_main {
    margin: 0 0 15px 0;
}
.top_flight_root {
    padding:32px 0 20px 0;
}
.well_known {
    padding: 40px 0 40px 0;
}
.abst_trps a {
    margin: 0px 0 5px 0;
}
.footer_payment {
    margin: 12px 0 14px 0;
}
.footer_content p {
    align-items: baseline;
}
.footer_copyright {
    padding: 14px 0 14px 0;
    margin: 0 0 0 0;
}
.footer_logo {
    text-align: center;
    margin: 0 0 22px 0;
}
.footer_payment ul li {
    margin: 0 0 10px 0;
}
.footer_content {
    margin: 0 0 27px 0;
}
.footer_quick {
    margin: 8px 0 18px 0;
}
.footer_air_quick {
    position: relative;
    margin: 0px 0 10px 0;
}
.link_line {
    color: #fff;
    padding: 0 8px 10px 12px;
}
.footer_social {
    position: relative;
    margin: 16px 0 2px 0;
    text-align: center;
}
.work-sec.animate-img img {
    height: auto !important;
}
.contact_details_main {
    margin: 0 0 16px 0;
}
.contact_form {
    margin: 20px 0 0 0;
}
.footer {
    padding: 24px 0 24px 0;
}
.footer_disclaimer p {
    line-height: 25px;
}
.top-social {
    display: none !important;
}
.topHeader_right {
    justify-content: center;
}
.navbar-light .navbar-toggler {
    border: none;
    padding: 0 0 0 0;
}
.navbar-collapse {
    padding: 15px 0 10px 0;
}
.abst_trps h4 {
    font-size: 22px;
    color: #11285f;
    margin: 0px 0 8px 0;
    font-weight: 700;
    background: #1b9ed900;
    text-transform: capitalize;
    padding: 12px 18px 12px 18px;
    display: inline-block;
    letter-spacing: 1px;
    border: 1px solid #11285f2b;
    border-radius: 10px;
    line-height: 30px;
}
.footer_payLink {
    
}
.aboutImg_sec img {
    height: auto;
}
.aboutImg_sec {
    position: relative;
    margin: 20px 0 0 0;
}
.aboutPg_sec {
    padding: 30px 0 44px 0;
    background: #ffffff;
}
.aboutCont_box {
    padding: 10px 0 0 0;
}
.why-choose-section {
    padding: 40px 0 24px 0px;
}
.privacy_banner_captions p {
    font-size: 15px;
}
.privacy_pg_main {
    padding: 46px 0 40px 0;
}
.terms_banner_captions p {
    font-size: 15px;
}
.terms_pg_main {
    padding: 46px 0 40px 0;
}
.contact_banner_captions p {
    font-size: 15px;
}
.contact_sec_tag {
    width: auto;
}
.mission-vision-section {
    padding: 40px 0 45px 0;
}
.contact_form button {
    width: 70%;
}
.contact_pg_main {
    padding: 50px 0px 40px 0px;
}
.contact_form form {
    padding: 15px 18px 5px 18px;
}
.contact_form h4 {
    padding: 24px 18px 20px 18px;
}
.flights_routh {
    padding:40px 0 30px 0;
}
.flightsDeals_banner {
    padding: 30px 0 30px 0;
    width:100%;
}
.dealsBanner_caption {
    margin: 0 0 30px 0;
}
.dealsBanner_caption h1 {
    font-size: 28px;
    margin: 0 0 10px 0;
}
.deals_section {
    padding: 45px 0 25px 0;
}
.category_info h3 {
    font-size: 20px;
}
.category_info p {
    font-size: 14px;
}
.category_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 48px;
    font-size: 16px;
}
.category_header {
    padding: 10px 10px 10px 10px;
}
.dealsBanner_caption p {
    font-size: 15px;
}
.city_from .code, .city_to .code {
    font-size: 16px;
}
.deal_btn {
    padding: 10px 24px;
}
.deal_info span {
    font-size: 13px;
    font-weight: 500;
}
.flight-card {
    margin: 0 0 20px 0;
}
.deals_category {
    margin-bottom: 15px;
}
.tittle_flights h3 {
    font-size: 23px;
    line-height: 29px;
}
.top_destination_section {
    padding: 45px 0 40px 0;
}
.faq-section {
    padding: 40px 0 45px 0;
}
.faq-container {
    padding: 0 15px 0 15px;
}
.faq-question {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
}
.question-text {
    gap: 10px;
}
.travel-icon {
    font-size: 15px;
    padding: 4px 6px 4px 6px;
    width: 70px;
}
.faq-answer p {
    padding: 0 10px 18px 10px;
    font-size: 13px;
    line-height: 21px;
}
.sitemap-banner {
    padding: 50px 0px 96px 0px;
}
.sitemap-banner-content p {
    font-size: 14px;
}
.sitemap-banner-content h1 {
    font-size: 30px;
}
.sitemap_links {
    flex-wrap: wrap;
}
.sitemap-card {
    width: 100%;
}
.sitemap-list li {
    width: 50%;
    line-height: 32px;
}
.sitemap-list li a {
    font-size: 14px;
}
.sitemap-card h3 {
    padding: 10px 12px 10px 12px;
}
.sitemap-list {
    padding: 12px 12px 12px 12px;
}
.sitemap-links-section {
    padding: 40px 0 45px 0px;
    background-color: #ffffff;
}
.sitemap-cta-wrap {
    margin-top: 35px;
}
.destination_banner {
    padding: 30px 0 30px 0;
    width: 100%;
    border-radius: 34px;
}
.destination_banner:before {
    border-radius: 34px;
}
.airlines_caption {
    margin: 0 0 30px 0;
}
.airlines_caption h1 {
    font-size:28px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 35px;
}
.airlines_caption p {
    font-size: 15px;
}
.airlines_cont_sec {
    padding: 38px 0px 26px 0px;
}
.airlines_cont_box h2 {
    font-size: 22px;
    line-height: 31px;
}
.airlines_cont_box h3 {
    line-height: 28px;
}
.airlines_cont_box h4 {
    line-height: 28px;
}
.flight-banner-fixed {
    transform: translate(-50%, -5%);
    padding: 18px 15px 15px 15px;
    flex-wrap: wrap;
    max-width: 95%;
}
.banner-left-icon {
    display: none;
}
.banner-subtitle {
    display: none;
}
.banner-cta-btn {
    margin: 15px 0 8px 0;
}
}

@media only screen and (min-width:360px) and (max-width:480px) {
.navbar {
    box-shadow: none;
}
.right-block {
    padding: 40px 0 40px 0;
    width: 100%;
}
.graybg {
    padding: 34px 0 22px 0px;
}
.cont_pull_right h4 {
    margin: 18px 0 7px 0;
}
.section-heading h3 {
    margin: 0 0 6px 0;
    font-size: 22px;
}
.root_hd h2:after {
    display:none;
}
.root_hd h2:before {
    display:none;
}
.abst_trps p {
    text-align: left;
}
.about_banner {
    padding: 50px 0px 96px 0px;
}
.contact_banner {
    padding: 50px 0px 96px 0px;
}
.privacy_banner {
    padding: 50px 0px 96px 0px;
}
.privacy_cont p {
    text-align: left;
}
.terms_banner {
    padding: 50px 0px 96px 0px;
}
.about_banner_captions p {
    font-size: 14px;
}
.terms_cont p {
    text-align: left;
}
.nav-link {
    padding: 6px 11px 6px 0px !important;
}
.btn-call-now {
    margin: 6px 0 0 0 !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.ctnt_abt h5 {
    font-size: 22px;
}
.banner_captions p {
    font-size: 15px;
}
.form_include {
    width: 100%;
}
.banner_captions h1 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 42px;
}
.banner_captions {
    margin: 0 0 30px 0;
}
.main_header {
    border-bottom: none;
    margin: 0 0 0px 0;
    padding: 0 5px 0 5px;
}
.main_banner {
    padding: 30px 0 30px 0;
    width: 100%;
    border-radius: 34px;
}
.flight_name span {
    border-radius: 30px;
}
.flight_name {
    text-align: center;
    padding: 7px 20px 27px 20px;
}
.main_banner:before {
    border-radius:34px;
}
.booking {
    border-right: none;
    height: auto;
    margin: 0 0 15px 0;
}
.img_pull_left {
    width: 57px;
}
section.section-padding.our-work-sec {
    padding: 32px 0 0px 0;
}
.root_hd h2 {
    font-size: 21px;
}
.top_flights_main {
    margin: 0 0 15px 0;
}
.top_flight_root {
    padding:32px 0 20px 0;
}
.well_known {
    padding: 40px 0 40px 0;
}
.abst_trps a {
    margin: 0px 0 5px 0;
}
.footer_payment {
    margin: 12px 0 14px 0;
}
.footer_content p {
    align-items: baseline;
}
.footer_copyright {
    padding: 14px 0 14px 0;
    margin: 0 0 0 0;
}
.footer_logo {
    text-align: center;
    margin: 0 0 22px 0;
}
.footer_payment ul li {
    margin: 0 0 10px 0;
}
.footer_content {
    margin: 0 0 27px 0;
}
.footer_quick {
    margin: 8px 0 18px 0;
}
.footer_air_quick {
    position: relative;
    margin: 0px 0 10px 0;
}
.link_line {
    color: #fff;
    padding: 0 8px 10px 12px;
}
.footer_social {
    position: relative;
    margin: 16px 0 2px 0;
    text-align: center;
}
.work-sec.animate-img img {
    height: auto !important;
}
.contact_details_main {
    margin: 0 0 16px 0;
}
.contact_form {
    margin: 20px 0 0 0;
}
.footer {
    padding: 24px 0 24px 0;
}
.footer_disclaimer p {
    line-height: 25px;
}
.top-social {
    display: none !important;
}
.topHeader_right {
    justify-content: center;
}
.navbar-light .navbar-toggler {
    border: none;
    padding: 0 0 0 0;
}
.navbar-collapse {
    padding: 15px 0 10px 0;
}
.abst_trps h4 {
    font-size: 22px;
    color: #11285f;
    margin: 0px 0 8px 0;
    font-weight: 700;
    background: #1b9ed900;
    text-transform: capitalize;
    padding: 12px 18px 12px 18px;
    display: inline-block;
    letter-spacing: 1px;
    border: 1px solid #11285f2b;
    border-radius: 10px;
    line-height: 30px;
}
.footer_payLink {
    
}
.aboutImg_sec img {
    height: auto;
}
.aboutImg_sec {
    position: relative;
    margin: 20px 0 0 0;
}
.aboutPg_sec {
    padding: 30px 0 44px 0;
    background: #ffffff;
}
.aboutCont_box {
    padding: 10px 0 0 0;
}
.why-choose-section {
    padding: 40px 0 24px 0px;
}
.privacy_banner_captions p {
    font-size: 15px;
}
.privacy_pg_main {
    padding: 46px 0 40px 0;
}
.terms_banner_captions p {
    font-size: 15px;
}
.terms_pg_main {
    padding: 46px 0 40px 0;
}
.contact_banner_captions p {
    font-size: 15px;
}
.contact_sec_tag {
    width: auto;
}
.mission-vision-section {
    padding: 40px 0 45px 0;
}
.contact_form button {
    width: 70%;
}
.contact_pg_main {
    padding: 50px 0px 40px 0px;
}
.contact_form form {
    padding: 15px 18px 5px 18px;
}
.contact_form h4 {
    padding: 24px 18px 20px 18px;
}
.flights_routh {
    padding:40px 0 30px 0;
}
.flightsDeals_banner {
    padding: 30px 0 30px 0;
    width:100%;
}
.dealsBanner_caption {
    margin: 0 0 30px 0;
}
.dealsBanner_caption h1 {
    font-size: 28px;
    margin: 0 0 10px 0;
}
.deals_section {
    padding: 45px 0 25px 0;
}
.category_info h3 {
    font-size: 20px;
}
.category_info p {
    font-size: 14px;
}
.category_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 48px;
    font-size: 16px;
}
.category_header {
    padding: 10px 10px 10px 10px;
}
.dealsBanner_caption p {
    font-size: 15px;
}
.city_from .code, .city_to .code {
    font-size: 16px;
}
.deal_btn {
    padding: 10px 24px;
}
.deal_info span {
    font-size: 13px;
    font-weight: 500;
}
.flight-card {
    margin: 0 0 20px 0;
}
.deals_category {
    margin-bottom: 15px;
}
.tittle_flights h3 {
    font-size: 23px;
    line-height: 29px;
}
.top_destination_section {
    padding: 45px 0 40px 0;
}
.faq-section {
    padding: 40px 0 45px 0;
}
.faq-container {
    padding: 0 15px 0 15px;
}
.faq-question {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
}
.question-text {
    gap: 10px;
}
.travel-icon {
    font-size: 15px;
    padding: 4px 6px 4px 6px;
    width: 70px;
}
.faq-answer p {
    padding: 0 10px 18px 10px;
    font-size: 13px;
    line-height: 21px;
}
.sitemap-banner {
    padding: 50px 0px 96px 0px;
}
.sitemap-banner-content p {
    font-size: 14px;
}
.sitemap-banner-content h1 {
    font-size: 30px;
}
.sitemap_links {
    flex-wrap: wrap;
}
.sitemap-card {
    width: 100%;
}
.sitemap-list li {
    width: 50%;
    line-height: 32px;
}
.sitemap-list li a {
    font-size: 14px;
}
.sitemap-card h3 {
    padding: 10px 12px 10px 12px;
}
.sitemap-list {
    padding: 12px 12px 12px 12px;
}
.sitemap-links-section {
    padding: 40px 0 45px 0px;
    background-color: #ffffff;
}
.sitemap-cta-wrap {
    margin-top: 35px;
}
.destination_banner {
    padding: 30px 0 30px 0;
    width: 100%;
    border-radius: 34px;
}
.destination_banner:before {
    border-radius: 34px;
}
.airlines_caption {
    margin: 0 0 30px 0;
}
.airlines_caption h1 {
    font-size:28px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 35px;
}
.airlines_caption p {
    font-size: 15px;
}
.airlines_cont_sec {
    padding: 38px 0px 26px 0px;
}
.airlines_cont_box h2 {
    font-size: 22px;
    line-height: 31px;
}
.airlines_cont_box h3 {
    line-height: 28px;
}
.airlines_cont_box h4 {
    line-height: 28px;
}
.flight-banner-fixed {
    transform: translate(-50%, -5%);
    padding: 18px 15px 15px 15px;
    flex-wrap: wrap;
    max-width: 95%;
}
.banner-left-icon {
    display: none;
}
.banner-subtitle {
    display: none;
}
.banner-cta-btn {
    margin: 15px 0 8px 0;
}
}

@media only screen and (min-width:480px) and (max-width:768px) {
.navbar {
    box-shadow: none;
}
.right-block {
    padding: 40px 0 40px 0;
    width: 100%;
}
.graybg {
    padding: 34px 0 22px 0px;
}
.cont_pull_right h4 {
    margin: 18px 0 7px 0;
}
.section-heading h3 {
    margin: 0 0 6px 0;
    font-size: 22px;
}
.root_hd h2:after {
    display:none;
}
.root_hd h2:before {
    display:none;
}
.abst_trps p {
    text-align: left;
}
.about_banner {
    padding: 50px 0px 96px 0px;
}
.contact_banner {
    padding: 50px 0px 96px 0px;
}
.privacy_banner {
    padding: 50px 0px 96px 0px;
}
.privacy_cont p {
    text-align: left;
}
.terms_banner {
    padding: 50px 0px 96px 0px;
}
.about_banner_captions p {
    font-size: 14px;
}
.terms_cont p {
    text-align: left;
}
.nav-link {
    padding: 6px 11px 6px 0px !important;
}
.btn-call-now {
    margin: 6px 0 0 0 !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.ctnt_abt h5 {
    font-size: 22px;
}
.banner_captions p {
    font-size: 15px;
}
.form_include {
    width: 100%;
}
.banner_captions h1 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 38px;
}
.banner_captions {
    margin: 0 0 30px 0;
}
.main_header {
    border-bottom: none;
    margin: 0 0 0px 0;
    padding: 0 5px 0 5px;
}
.main_banner {
    padding: 30px 0 30px 0;
    width: 100%;
    border-radius: 34px;
}
.flight_name span {
    border-radius: 30px;
}
.flight_name {
    text-align: center;
    padding: 7px 20px 27px 20px;
}
.main_banner:before {
    border-radius:34px;
}
.booking {
    border-right: none;
    height: auto;
    margin: 0 0 15px 0;
}
.img_pull_left {
    width: 57px;
}
section.section-padding.our-work-sec {
    padding: 32px 0 0px 0;
}
.root_hd h2 {
    font-size: 21px;
}
.top_flights_main {
    margin: 0 0 15px 0;
}
.top_flight_root {
    padding:32px 0 20px 0;
}
.well_known {
    padding: 40px 0 40px 0;
}
.abst_trps a {
    margin: 0px 0 5px 0;
}
.footer_payment {
    margin: 12px 0 14px 0;
}
.footer_content p {
    align-items: baseline;
}
.footer_copyright {
    padding: 14px 0 14px 0;
    margin: 0 0 0 0;
}
.footer_logo {
    text-align: center;
    margin: 0 0 22px 0;
}
.footer_payment ul li {
    margin: 0 0 10px 0;
}
.footer_content {
    margin: 0 0 27px 0;
}
.footer_quick {
    margin: 8px 0 18px 0;
}
.footer_air_quick {
    position: relative;
    margin: 0px 0 10px 0;
}
.link_line {
    color: #fff;
    padding: 0 8px 10px 12px;
}
.footer_social {
    position: relative;
    margin: 16px 0 2px 0;
    text-align: center;
}
.work-sec.animate-img img {
    height: auto !important;
}
.contact_details_main {
    margin: 0 0 16px 0;
}
.contact_form {
    margin: 20px 0 0 0;
}
.footer {
    padding: 24px 0 24px 0;
}
.footer_disclaimer p {
    line-height: 25px;
}
.top-social {
    display: none !important;
}
.topHeader_right {
    justify-content: center;
}
.navbar-light .navbar-toggler {
    border: none;
    padding: 0 0 0 0;
}
.navbar-collapse {
    padding: 15px 0 10px 0;
}
.abst_trps h4 {
    font-size: 22px;
    color: #11285f;
    margin: 0px 0 8px 0;
    font-weight: 700;
    background: #1b9ed900;
    text-transform: capitalize;
    padding: 12px 18px 12px 18px;
    display: inline-block;
    letter-spacing: 1px;
    border: 1px solid #11285f2b;
    border-radius: 10px;
    line-height: 30px;
}
.footer_payLink {
    
}
.aboutImg_sec img {
    height: auto;
}
.aboutImg_sec {
    position: relative;
    margin: 20px 0 0 0;
}
.aboutPg_sec {
    padding: 30px 0 44px 0;
    background: #ffffff;
}
.aboutCont_box {
    padding: 10px 0 0 0;
}
.why-choose-section {
    padding: 40px 0 24px 0px;
}
.privacy_banner_captions p {
    font-size: 15px;
}
.privacy_pg_main {
    padding: 46px 0 40px 0;
}
.terms_banner_captions p {
    font-size: 15px;
}
.terms_pg_main {
    padding: 46px 0 40px 0;
}
.contact_banner_captions p {
    font-size: 15px;
}
.contact_sec_tag {
    width: auto;
}
.mission-vision-section {
    padding: 40px 0 45px 0;
}
.contact_form button {
    width: 70%;
}
.contact_pg_main {
    padding: 50px 0px 40px 0px;
}
.contact_form form {
    padding: 15px 18px 5px 18px;
}
.contact_form h4 {
    padding: 24px 18px 20px 18px;
}
.flights_routh {
    padding:40px 0 30px 0;
}
.flightsDeals_banner {
    padding: 30px 0 30px 0;
    width:100%;
}
.dealsBanner_caption {
    margin: 0 0 30px 0;
}
.dealsBanner_caption h1 {
    font-size: 28px;
    margin: 0 0 10px 0;
}
.deals_section {
    padding: 45px 0 25px 0;
}
.category_info h3 {
    font-size: 20px;
}
.category_info p {
    font-size: 14px;
}
.category_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 48px;
    font-size: 16px;
}
.category_header {
    padding: 10px 10px 10px 10px;
}
.dealsBanner_caption p {
    font-size: 15px;
}
.city_from .code, .city_to .code {
    font-size: 16px;
}
.deal_btn {
    padding: 10px 24px;
}
.deal_info span {
    font-size: 13px;
    font-weight: 500;
}
.flight-card {
    margin: 0 0 20px 0;
}
.deals_category {
    margin-bottom: 15px;
}
.tittle_flights h3 {
    font-size: 23px;
    line-height: 29px;
}
.top_destination_section {
    padding: 45px 0 40px 0;
}
.faq-section {
    padding: 40px 0 45px 0;
}
.faq-container {
    padding: 0 15px 0 15px;
}
.faq-question {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
}
.question-text {
    gap: 10px;
}
.travel-icon {
    font-size: 15px;
    padding: 4px 6px 4px 6px;
    width: 70px;
}
.faq-answer p {
    padding: 0 10px 18px 10px;
    font-size: 13px;
    line-height: 21px;
}
.sitemap-banner {
    padding: 50px 0px 96px 0px;
}
.sitemap-banner-content p {
    font-size: 14px;
}
.sitemap-banner-content h1 {
    font-size: 30px;
}
.sitemap_links {
    flex-wrap: wrap;
}
.sitemap-card {
    width: 100%;
}
.sitemap-list li {
    width: 50%;
    line-height: 32px;
}
.sitemap-list li a {
    font-size: 14px;
}
.sitemap-card h3 {
    padding: 10px 12px 10px 12px;
}
.sitemap-list {
    padding: 12px 12px 12px 12px;
}
.sitemap-links-section {
    padding: 40px 0 45px 0px;
    background-color: #ffffff;
}
.sitemap-cta-wrap {
    margin-top: 35px;
}
.destination_banner {
    padding: 30px 0 30px 0;
    width: 100%;
    border-radius: 34px;
}
.destination_banner:before {
    border-radius: 34px;
}
.airlines_caption {
    margin: 0 0 30px 0;
}
.airlines_caption h1 {
    font-size:28px;
    font-weight: 800;
    margin: 0 0 8px 0;
    line-height: 35px;
}
.airlines_caption p {
    font-size: 15px;
}
.airlines_cont_sec {
    padding: 38px 0px 26px 0px;
}
.airlines_cont_box h2 {
    font-size: 22px;
    line-height: 31px;
}
.airlines_cont_box h3 {
    line-height: 28px;
}
.airlines_cont_box h4 {
    line-height: 28px;
}
.flight-banner-fixed {
    transform: translate(-50%, -5%);
    padding: 18px 15px 15px 15px;
    flex-wrap: wrap;
    max-width: 95%;
}
.banner-left-icon {
    display: none;
}
.banner-subtitle {
    display: none;
}
.banner-cta-btn {
    margin: 15px 0 8px 0;
}
}


