*:not(i):not(.fa) {
     font-family: 'Poppins' !important;
}
:root {
        --main-color: #2c4a7c;
    --dark-color: #000;
    --theme-color: #2c4a7c;
    --theme-color2: #424243;
    --z-dark: #000;
    --white-color: #fff;
    --light-theme-color: #69488930;
    --text-color:#191919;
}
.logo_wrapper.margtop a.logo.scroll-to {
    display: flex;
    align-items: center;
    padding-left:0px;
}
.navbar_ .nav > li > a {
        padding: 26px 0px;
        font-weight:600;
}
.navbar_ .nav > li:not(:last-child) {
    margin-right:45px;
}
#top2 {

    box-shadow: none; 
    top: 0;
    max-width: 1320px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 20px;

}
div#top2 .top2:before , div#top2 .top2:after {
    display:none !important;
}
.home-banner {
    position: relative;
}
.home-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6041415c;
    z-index: 1;
}
div#home .home-banner img {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 100%;
}


/*form design css start here */
div#home .container {
    width: 100%;
    max-width: 1320px;
} 
.flight_type {
display: flex;
    position: absolute;
    top: -58px;
    right: -5px;
    z-index: 2;
    background-color: transparent;
    width: unset;
}

.flight_type .form-check-inline {
    display: flex;
    padding: 10px 10px 0px;
}

.flight_type label.radio-inline.customradio input {
    visibility: hidden;
    height: 0;
    width: 0;
}
.flight_type label.radio-inline.customradio span {
    background-color: #fff;
    color: var(--theme-color) !important;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
        border: 1px solid #e8e8e8;
}
.flight_type label.radio-inline.customradio input[type="radio"]:checked + span.checkmark{
    background-color: var(--theme-color) !important;
    color: var(--white) !important;
    border: 1px solid var(--white);
    font-weight:600;
    
}
.main-content-wrapper .slider_tabs .tabs1_tabs {
    position: absolute;
     top: -26px;
    left: 7px;
}
.main-content-wrapper .slider_tabs .tabs1_tabs ul li:not(:last-child) {
    margin-right: 10px !important;
}

.flight_type .form-check-inline label {
    padding: 0;
        margin: 0;
}
.flight_type .form-check-inline label:not(:last-child) {
    margin-right: 10px;
}
.tabs1_tabs .ui-tabs-nav .ui-state-default .ui-tabs-anchor 
{

    
        background-color: #fff;
    color: var(--theme-color) !important;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
  font-weight:400;
      line-height: 1.5;

}
.tabs1_tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
      background-color: var(--theme-color) !important;
    color: var(--white) !important;
    border: 1px solid var(--white); 
           font-weight: 600;
}
.main-content-wrapper .tabs1.ui-tabs.ui-corner-all {
    padding: 16px 5px 10px;
}

div#home .home-banner .select-border-cont img {
    width: 100% !important;
    max-width: 24px !important;
}

.select-border-cont .input-group-cont {
    display: flex;
    flex-direction: column;
    height: auto;
        margin-left: 10px;
        border:none;
}

.select-border-cont .input-group-cont > input {
    padding: 0;
    height: auto !important;

    font-size: 18px;
    color: #000;
    line-height: 1;
    height: auto !important;
    font-weight: 600;
}
.select-border-cont {
    display: flex;
}
.select-border-cont .input-group-cont > label {
     display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1;
    font-size: 14px;
    text-align: left;
    color: #252525;
    margin-bottom: 0;
}

.select-border-cont .input-group-cont  ::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

 .select-border-cont .input-group-cont  ::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}
.main-content-wrapper button.btn-default {
    margin-top: 0;
}

.select-border-cont {
    border: 1px solid #c8c7c7;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
}
.from-design-two .tabs1_content .col-md-2 {
    padding: 0 5px;
}
.main-content-wrapper button.btn-default {
    margin-top: 0;
    padding: 20px 0;
    border-radius: 5px;
    font-size: 16px !important;
    text-transform: capitalize;
    font-weight: 500;
}
.main-content-wrapper .tabs1_content {
    background: #fff;
    padding: 15px 0px 0px !important;
}

.slider_tabs  {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    z-index: 2;
}
h1.hero-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 180px;
    z-index: 1;
    color: #fff;
    font-size: 41px;
    font-weight: 600;
    text-shadow: 3px -2px 7px #000;
}
.presnt-guest .psg_dls .pass_bx.pasngr-adult label , .room_aads.dynamic-field label {
    width: 50%;
    font-weight: 500;
    font-size: 14px;
}
.flt-btn button.btn_done , .btn_dn button {
    width: 100%;
    padding: 8px 0;
    margin-top: 10px;
    border-radius: 5px;
}

body.onepage.front.test-air div#top2 {
    max-width: 100%;
    border-radius: 0px;
        box-shadow: 8px 1px 7px #00000038;
}

body.onepage.front.test-air .top2.clearfix {
    max-width: 1320px;
    margin: auto;
        padding: 0 20px;
}
/*form design css end  here */
.heading-title {
    margin-bottom: 30px;
    text-align:center;
}
.heading-title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 0;
    padding-bottom: 0;
}
.heading-title p {
    color: #000;
}

section.all-fare {
    padding: 50px 0 0px;
}

.btn-default.btn-form1-submit , .presnt-guest .psg_dls .pass_bx .input-group , .flt-btn button.btn_done, .btn_dn button{
    color: #fff;
     background-color: var(--theme-color) !important;
} 
.pass_bx.child-age label {
    width: 100% !important;
    text-align: center;
}

/*=========================
SECTION
=========================*/



/*=========================
BOX
=========================*/

.vx-feature-wrapper{
    background:#fff;
    border:1px solid #e6ecf5;
    border-radius:10px;
    padding:35px 20px;
    box-shadow:0 8px 30px rgba(0,0,0,.04);
}

/*=========================
GRID
=========================*/

.vx-feature-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

/*=========================
ITEM
=========================*/

.vx-feature-item{
    text-align:center;
    position:relative;
    padding:10px 15px;
    
}

/* border line */

.vx-feature-item:not(:last-child)::after{
    content:"";
    position:absolute;
    top:10%;
    right:-10px;
    width:1px;
    height:80%;
    background:#d9e2ef;
}

/*=========================
ICON
=========================*/

.vx-feature-icon{
    width:85px;
    height:85px;
    border-radius:50%;
    margin:auto auto 22px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    background:#f8faff;
}

/* colors */

.red{
    color:#ff3b30;
    border:2px solid rgba(255,59,48,.2);
}

.blue{
    color:#0047ff;
    border:2px solid rgba(0,71,255,.2);
}

.green{
    color:#00a63e;
    border:2px solid rgba(0,166,62,.2);
}

.purple{
    color:#b020ff;
    border:2px solid rgba(176,32,255,.2);
}

.orange{
    color:#ff7a00;
    border:2px solid rgba(255,122,0,.2);
}

/*=========================
TEXT
=========================*/

.vx-feature-item h3{
    font-size:20px;
    color:#0f172a;
    margin-bottom:12px;
    font-weight:600;
}

.vx-feature-item p{
    font-size:16px;
    line-height:1.7;
    color:#64748b;
}
section.vx-feature-section {
    padding: 50px 0 0;
}




/*=========================
CTA SECTION
=========================*/

.vx-simple-cta{
    padding:40px 0;
}

.vx-cta-content{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    padding:60px;
    border-radius:20px;
    overflow:hidden;

    background:
    linear-gradient(
        90deg,
        rgba(0,20,80,.92) 0%,
        rgba(0,40,120,.82) 50%,
        rgba(0,40,120,.45) 100%
    ),
    url('../img/cta-one-bg.webp');

    background-size:cover;
    background-position:center;
}

.vx-left{
    max-width:650px;
    position:relative;
    z-index:2;
}

.vx-tag{
    display:inline-block;
    background:rgba(255,255,255,.12);
    color:#fff;
    padding:12px 24px;
    border-radius:12px;
    font-size:15px;
    font-weight:600;
    margin-bottom:0px;
}

.vx-left h2{
    color: #fff;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 0px;
}
.vx-left h2 span{
    color:#ffd54a;
}

.vx-left p{
    color:#e7ecff;
    font-size:16px;
    line-height:1.6;
    margin:0;
}

.vx-right{
    position:relative;
    z-index:2;
}

.vx-btn-secondary{
    background:#fff;
    color:#16397c;
    text-decoration:none;
    font-weight:700;
    padding:22px 40px;
    border-radius:15px;
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:22px;
    transition:.3s;
}

.vx-btn-secondary:hover{
    transform:translateY(-3px);
}

.vx-btn-secondary i{
    font-size:22px;
}

/* Decorative Circle */
.vx-cta-content::after{
    content:'';
    position:absolute;
    top:-70px;
    right:-70px;
    width:220px;
    height:220px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
}

/*========================
SECTION
========================*/

.vx-hotel-section{
    padding:50px 0px 0px;
}

.vx-container{
    max-width:1350px;
    margin:auto;
}

/*========================
HEADING
========================*/

.vx-heading{
    text-align:center;
    margin-bottom:50px;
}

.vx-heading h2{
    font-size:48px;
    font-weight:900;
    color:#071c52;
    margin-bottom:12px;
}

.vx-heading p{
    font-size:18px;
    color:#64748b;
}

/*========================
GRID
========================*/

.vx-hotel-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/*========================
CARD
========================*/

.vx-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
}


/*========================
IMAGE
========================*/

.vx-image{
    position:relative;
    height:240px;
    overflow:hidden;
}

.vx-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.vx-card:hover .vx-image img{
    transform:scale(1.08);
}

/*========================
PRICE TAG
========================*/

.vx-price{
 position: absolute;
    top: 18px;
    right: 18px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color-one);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

/*========================
CONTENT
========================*/

.vx-content{
    padding:24px;
}

.vx-location{
    display:flex;
    align-items:center;
    gap:8px;

    color:#ff3b30;

    font-size:14px;
    font-weight:500;

    margin-bottom:0px;
}

.vx-content h3{
    font-size: 22px;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
    padding:5px 0px;
}

.vx-content p{
    font-size:15px;
    line-height:1.7;
    color:#64748b;
    margin-bottom:22px;
}

/*========================
BOTTOM
========================*/

.vx-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}

.vx-rating{
    display:flex;
    align-items:center;
    gap:5px;

    color:#ffb400;

    font-size:14px;
    font-weight:700;
}

.vx-btn{
    height:48px;

    padding:0 22px;

    border-radius:10px;

    background:var(--theme-color-one);

    color:#fff;

    text-decoration:none;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:15px;
    font-weight:600;

    transition:.3s;
}

.vx-btn:hover{
    background:#08357c;
    color:#fff;
}
.navbar_ .nav > li.active > a, .navbar_ .nav > li.active > a:focus, .navbar_ .nav > li.active > a:hover, .navbar_ .nav > li.sfHover > a, .navbar_ .nav > li.sfHover > a:hover, .navbar_ .nav > li > a:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: transparent;
    color: var(--theme-color);
}

.vxr-testimonial-section{
    padding:90px 15px;
    overflow:hidden;
}

.vxr-testimonial-container{
    max-width:1350px;
    margin:auto;
}

/*==================================
HEADING
==================================*/

.vxr-testimonial-heading{
    text-align:center;
    margin-bottom:60px;
}

.vxr-testimonial-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 18px;

    border-radius:100px;

    background:#e8efff;

    color:#0d47a1;

    font-size:14px;
    font-weight:700;

    margin-bottom:20px;
}

.vxr-testimonial-title{
    font-size:50px;
    font-weight:900;
    color:#071c52;
    margin-bottom:14px;
}

.vxr-testimonial-subtitle{
    font-size:18px;
    color:#64748b;
    line-height:1.8;
}

/*==================================
SLIDER
==================================*/

.vxr-slider{
    width:100%;
    overflow:hidden;
}

.vxr-track{
    display:flex;
    gap:25px;
}

/*==================================
CARD
==================================*/

.vxr-card {
    flex: 0 0 calc((100% - 50px) / 3);
    background: #fff;
    border-radius: 30px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    transition: .35s;
    border: 1px solid #d2d2d2;
}
/* TOP BORDER */

.vxr-card::before{
    content:"";

    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:6px;

    background:var(--theme-color-one);
}

/*==================================
QUOTE
==================================*/

.vxr-quote{
    width:65px;
    height:65px;

    border-radius:10px;

    background:var(--theme-color-one);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:24px;

    margin-bottom:26px;
}

/*==================================
TEXT
==================================*/

.vxr-review{
    font-size:16px;
    line-height:1.9;
    color:#64748b;
    margin-bottom:30px;
}

/*==================================
BOTTOM
==================================*/

.vxr-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}

/*==================================
PROFILE
==================================*/

.vxr-profile{
    display:flex;
    align-items:center;
    gap:14px;
}

.vxr-profile img{
    width:68px;
    height:68px;

    border-radius:50%;

    object-fit:cover;
        border: 1px solid #e1e1e1;
}

.vxr-name{
  font-size: 18px;
    font-weight: 600;
    color: #071c52;
    margin-bottom: 0;
    line-height: 1;
    padding: 0;
}


.vxr-country{
    font-size:14px;
    color:#64748b;
}

/*==================================
RATING
==================================*/

.vxr-rating{
    display:flex;
    gap:4px;

    color:#ffb400;

    font-size:14px;
}

/*==================================
NAVIGATION
==================================*/

.vxr-navigation{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;

    margin-top:45px;
}

.vxr-btn{
    width:58px;
    height:58px;

    border:none;
    outline:none;

    border-radius:18px;

    background:#0d47a1;

    color:#fff;

    font-size:18px;

    cursor:pointer;

    transition:.3s;
}

.vxr-btn:hover{
    background:#ff3b30;
    transform:translateY(-3px);
}
.slider-cont {
    position: relative;
}
.slider-cont .vxr-navigation {
    position: absolute;
    top: 50%;
    margin: auto;
    transform: translateY(-50%);
    width: 100%;
}
.slider-cont .vxr-navigation button.vxr-btn.vxr-prev {
    left: 0;
    position: absolute;
}

.slider-cont .vxr-navigation button.vxr-btn.vxr-next {
    right: 0;
    position: absolute;
}
.slider-cont .vxr-slider {
    width: 95% !important;
    margin: auto;
}

button.vxr-btn {
    background: var(--theme-color-one);
}
.tr-cta-section{
    max-width:1320px;
    margin:auto;
}

.tr-cta-wrapper{
    background:var(--theme-color-one);
    border-radius:10px;
    overflow:hidden;
    position:relative;
    padding:60px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

/* Background Circle */

.tr-cta-wrapper::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(255,255,255,0.04);
    top:-220px;
    right:-120px;
}

/* Left Content */

.tr-cta-content{
    width:55%;
    position:relative;
    z-index:2;
}

.tr-cta-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,0.10);
    padding:10px 18px;
    border-radius:50px;
    color:#fff;
    font-size:14px;
    margin-bottom:25px;
}

.tr-cta-title{
    font-size:30px;
    line-height:1.1;
    color:#fff;
    font-weight:700;
   
}

.tr-cta-title span{
    color:#ffcf33;
}

.tr-cta-text{
    color:rgba(255,255,255,0.82);
    font-size:16px;
    line-height:1.8;
    max-width:580px;
    margin-bottom:35px;
}

/* Buttons */

.tr-cta-btns{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;

}

.tr-btn-primary,
.tr-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-decoration:none;
    padding:16px 32px;
    border-radius:12px;
    font-size:16px;
    font-weight:600;
    transition:0.4s ease;
}

.tr-btn-primary{
    background:#c82e37;
    color:#fff !important; 
}

.tr-btn-primary:hover{
    background:#ff1f1f;
    transform:translateY(-3px);
}

.tr-btn-secondary{
    background:#fff;
    color:#0b49b7;
}

.tr-btn-secondary:hover{
    transform:translateY(-3px);
}

/* Features */

.tr-feature-row{
    display:flex;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;
}

.tr-feature-box{
    display:flex;
    align-items:center;
    gap:14px;
}

.tr-feature-icon{
    width:48px;
    height:48px;
    border-radius:12px;
    background:rgba(255,255,255,0.12);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
}

.tr-feature-content h4{
    color:#fff;
    font-size:15px;
    margin-bottom:4px;
}

.tr-feature-content p{
    color:rgba(255,255,255,0.70);
    font-size:13px;
}

/* Right Image */

.tr-cta-image{
    width: 45%;
    position: relative;
    z-index: 2;
    text-align: center;
    border: 7px solid #fff;
    border-radius: 5px;
}

.tr-cta-image img{
    width:100%;
    max-width:540px;
    
}


.custom-faq-section{
   
}

.custom-faq-container{
    margin:auto;
    display:flex;
    gap:60px;
    align-items:center;
}

/* LEFT SIDE */

.custom-faq-left{
    flex:1;
}

.custom-faq-badge{
    display:inline-block;
    background:#e8efff;
    color:#2156d8;
    font-size:14px;
    font-weight:600;
    padding:8px 16px;
    border-radius:30px;
    margin-bottom:18px;
}

.custom-faq-title{
    font-size:52px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:18px;
    color:#0b1f4d;
}

.custom-faq-text{
    font-size:18px;
    color:#64748b;
    margin-bottom:35px;
}

/* FAQ ITEMS */

.custom-faq-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.custom-faq-item{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:10px;
    overflow:hidden;
    transition:0.3s ease;
}

.custom-faq-item:hover{
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.custom-faq-question{
    width:100%;
    padding:24px 25px;
    background:none;
    border:none;
    outline:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
}

.custom-faq-question-left{
    display:flex;
    align-items:center;
    gap:16px;
}

.custom-faq-icon{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:50%;
    background:#eef3ff;
    color:var(--theme-color-one);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
}

.custom-faq-question h3{
    font-size:18px;
    font-weight:600;
    color:#102a5c;
    text-align:left;
}

.custom-faq-arrow{
    font-size:18px;
    color:#1e3a8a;
    transition:0.3s;
}

.custom-faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
    padding:0 25px;
}

.custom-faq-answer p{
    padding:0 0 25px 58px;
    color:#64748b;
    line-height:1.8;
    font-size:16px;
}

.custom-faq-item.active .custom-faq-answer{
    max-height:300px;
}

.custom-faq-item.active .custom-faq-arrow{
    transform:rotate(180deg);
}

/* RIGHT SIDE */

.custom-faq-right{
    width:420px;
    position:relative;
}

.custom-faq-image{
    width:100%;
    border-radius:10px;
    overflow:hidden;
}
.custom-faq-image img{
    width:100%;
    height:650px;
    object-fit:cover;
    display:block;
}

.custom-help-box{
    position:absolute;
    left:-30px;
    bottom:35px;
    width:340px;
    background:var(--theme-color-one);
    padding:35px;
    border-radius:22px;
    color:#fff;
    box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

.custom-help-icon{
 width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    color: var(--theme-color-one);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 22px;
    position: absolute;
    top: -40px;
}

.custom-help-box h4{
        font-size: 26px;
    line-height: 1.2;
    margin-bottom: 0;
    color: var(--white);

}


.custom-help-box p{
    color:#dbe4ff;
    line-height:1.7;
    margin-bottom:25px;
}

.custom-call-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#fff;
    color:var(--theme-color-one) !important;
    text-decoration:none;
    padding:16px 22px;
    border-radius:12px;
    font-weight:600;
    transition:0.3s;
}

.custom-call-btn:hover{
    transform:translateY(-3px);
}

.custom-faq-left .heading-title {
    text-align: left;
}

/* =========================
   NEWSLETTER SECTION START
========================= */


.ns-newsletter-wrapper{
    margin:auto;
    background:#ffffff;
    border:1px solid #e7e7e7;
    border-radius:10px;
    padding:40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    box-shadow:0 4px 20px rgba(0,0,0,0.04);
}

.ns-newsletter-left{
    display:flex;
    align-items:flex-start;
    gap:25px;
    flex:1;
}
.ns-newsletter-icon{
    min-width:90px;
    width:90px;
    height:90px;
    border-radius:50%;
    background:var(--theme-color-one);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:36px;
    box-shadow:0 10px 25px rgba(0,71,199,0.25);
}
.ns-newsletter-content h2{
    margin:0 0 0px;
    font-size:26px;
    line-height:1.2;
    color:#071c45;
    font-weight:600;
}

.ns-newsletter-content p{
    margin:0;
    font-size:16px;
    line-height:1.5;
    color:#6d7384;
    max-width:520px;
}

.ns-newsletter-right{
    flex:1;
    width:100%;
}

.ns-newsletter-form{
    width:100%;
}

.ns-form-group{
    display:flex;
    overflow:hidden;
    border:1px solid #e3e5ec;
    border-radius:14px;
    background:#fff;
}

.ns-form-group input{
    width:100%;
    height:65px;
    border:none;
    outline:none;
    padding:0 22px;
    font-size:16px;
    color:#111;
    background:transparent;
    box-sizing:border-box;
}

.ns-form-group input::placeholder{
    color:#9aa0ad;
}

.ns-form-group button{
    border:none;
    outline:none;
    background:#c82e37;
    color:#fff;
    min-width:220px;
    padding:0 25px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s ease;
}

.ns-form-group button:hover{
    background:linear-gradient(135deg,#d70000,#ff3131);
}

.ns-newsletter-note{
    margin-top:10px;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:15px;
    color:#7c8292;
}

.ns-newsletter-note i{
    color:#7c8292;
}

.custom-faq-section {
    padding: 50px 0 0px;
}

.container {
    width: 100%;
    max-width: 1320px;
}

.ns-newsletter-section {
    padding: 50px 0px 60px;
}


footer {
    background-color: #081c42;
    padding: 50px 0 0;
}
footer .bot1 {
    background: transparent;
    padding-top:0px;
}

.genrc p, .quick p {
    text-align: unset;
    font-size: 15px;
}

footer .bot1 p, footer .bot1 ul li a, footer .bot1 a, footer .bot1 ul li {
    color: #fff;
}

footer .bot1 p.disclaimer {
     color: #000;
    font-size: 15px;
    margin: 30px 0 30px;
    border-radius: 5px;
}

footer .bot1 ul li:not(:last-child) {
    margin-bottom: 10px;
}
.quick ul li:before {
    content: "\f101";
}

footer .bot1 ul li a:hover {
    color: #c82e37;
}

footer .bot2 .copy {
    letter-spacing: 0;
    font-size: 15px;
    border-top: 1px solid #969696;
    padding: 20px 0px;
}
footer .bot2 {
    background: transparent;
    padding-top:0px;
    padding-bottom:0px;
}
footer .bot1_title {
        font-size: 16px;
}


.newsletter-section .inner-news-sec{
    position:relative;
    padding:80px;
    border-radius:10px;
    overflow:hidden;

    background-image:url('../img/newsletter.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    margin-bottom:60px;

}

.newsletter-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,35,85,.92) 0%,
        rgba(0,35,85,.80) 45%,
        rgba(0,35,85,.20) 100%
    );
}

.newsletter-content{
    position:relative;
    z-index:2;
    max-width:700px;
    color:#fff;
}

.newsletter-badge{
    display:inline-block;
    padding:10px 18px;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);
    border-radius:10px;
    margin-bottom:20px;
    font-size:14px;
}

.newsletter-content h2{
    font-size:32px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:20px;
    color:#fff;
}

.newsletter-content p{
    font-size:20px;
    line-height:1.8;
    margin-bottom:35px;
    max-width:600px;
}

.newsletter-form{
    display:flex;
    max-width:650px;
    background:#fff;
    border-radius:10px;
    padding:8px;
    margin-bottom:10px;
}

.newsletter-form input{
    flex:1;
    border:none;
    padding:18px 25px;
    border-radius:50px;
    outline:none;
}

.newsletter-form button{
         border: none;
    background: #c82e37;
    color: #fff;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 700;
}

.newsletter-features{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.newsletter-features span{
    font-size:16px;
}

.privacy-text{
    opacity:.9;
}

.newsletter-section {
    margin-top: 70px;
}
@media (min-width:768px){
    .navbar_ .nav {
    padding: 0;
    float: none;
    display: flex;
    align-items: center;
}
.navbar_ .nav > li:last-child a {
    background-color: #2c4a7c;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
}


}

.vx-right a.vx-btn-secondary {
       background: rgb(255 255 255);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #213c6f !important;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 20px;
}





/* =========================
   DESTINATION SLIDER START
========================= */

.ds-section{
 padding: 50px 0px 0px;
}

.ds-container{
    max-width:1320px;
    margin:auto;
}

/* Heading */

.ds-heading{
    text-align:center;
    margin-bottom:50px;
}

.ds-heading span{
    display:inline-block;
    padding:8px 18px;
    background:#e9f1ff;
    color:var(--theme-color-one);
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.ds-heading h2{
    margin:0;
    font-size:48px;
    color:#081c45;
    line-height:1.2;
    font-weight:700;
}

.ds-heading p{
    max-width:700px;
    margin:18px auto 0;
    color:#6c7282;
    line-height:1.8;
    font-size:16px;
}

/* Swiper */

.ds-slider{
    position:relative;
    padding-bottom:30px;
}

/* Card */

.ds-card{
    position:relative;
    overflow:hidden;
    border-radius:10px;
    height:460px;
    background:#000;
}

.ds-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s ease;
}

.ds-card:hover img{
    transform:scale(1.08);
}

.ds-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0.10));
}

.ds-content{
    position:absolute;
    left:25px;
    right:25px;
    bottom:25px;
    z-index:2;
    text-align:center;
}

.ds-content h3{
    margin:0 0 5px;
    color:#fff;
    font-size:22px;
    font-weight:700;
}

.ds-content p{
    margin:0 0 20px;
    color:#f1f1f1;
    line-height:1.5;
    font-size:15px;
}

.ds-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:13px 0px;
    background:#fff;
    color:#081c45;
    border-radius:10px;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    transition:0.3s ease;
    width:100%;
   text-align:center;
       justify-content: center;
}

.ds-btn:hover{
    background:var(--theme-color-one);
    color:#fff;
}

/* Navigation Buttons */

.ds-next,
.ds-prev{
    width:55px !important;
    height:55px !important;
    border-radius:50%;
    background:#ffffff;
    box-shadow:0 8px 20px rgba(0,0,0,0.10);
    color:#081c45 !important;
    transition:0.3s ease;
}

.ds-next:hover,
.ds-prev:hover{
    background:var(--theme-color-one);
    color:#fff !important;
}

.ds-next::after,
.ds-prev::after{
    font-size:18px !important;
    font-weight:700;
}

/* Pagination */

.ds-slider .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#b9c3d8;
    opacity:1;
}

.ds-slider .swiper-pagination-bullet-active{
    background:var(--theme-color-one);
}

.d-none {
    display: none;
}
.custom-faq-item.active .custom-faq-answer a {
    color: var(--theme-color-one);
    font-weight: 700;
}
.custom-faq-item.active .custom-faq-answer a:hover {
    color:#000;
}
.newsletter-form button:hover {
    background-color:var(--theme-color-one);
}
.custom-call-btn:hover {
    background:#c82e37;
    color:#fff !important;
}
.logo2_wrapper.ftr-logo img {
    width: 300px;
    margin: revert-layer;
    margin-bottom: 12px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.content-container ul li:not(:last-child) {
    margin-bottom: 10px;
}

.content-container  ul li {
color: var(--text-color);
}
.fare-sec section.all-fare {
    padding-top: 0px !important;
}

.content-container ul li i.fa-solid.fa-angles-right {
    color: #c82e37;
}

.content-container .table-responsive{
    margin:10px 0 0px;
     border: 1px solid #003366;
    border-top: 0;
    
}
.content-container ul li strong {
    font-weight: 600;
}
.content-container .table{
    background:#fff;
    margin-bottom:0;
}

.content-container .table thead th{
    background:#003366;
    color:#fff;
    border-color:#003366 !important;
    font-size:16px;
    font-weight:600;
    padding:15px;
}

.content-container .table tbody td{
    padding:15px;
    vertical-align:middle !important;
}

.table-striped > tbody > tr:nth-of-type(odd){
    background:#f8f9fc;
}

.content-container .table-hover tbody tr:hover{
    background:#eef4ff;
}
.content-container .heading-title h3 {
    color: #191919;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0 0px;
}
/* CTA CARD */

.travel-cta{
  
    /*background: linear-gradient(135deg, #0c2f66, #103d7b);*/
    /*border-radius: 15px;*/
    /*padding: 30px;*/
    /*color: #fff;*/
    /*overflow: hidden;*/
    /*box-shadow: 0 15px 40px rgba(0, 0, 0, .15);*/
    /*margin-top: 50px;*/
    
        background: linear-gradient(135deg, #0c2f66, #103d7b);
    border-radius: 10px;
    padding: 10px 30px 30px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    margin-top: 0px;
}
.fare-sec .heading-title.heading-title-airlines {
     display: block;
    margin-bottom: 30px;
    margin-top: 40px;
}

.fare-sec section.all-fare .container {
    padding: 0;
}
.pb-30 {
    padding-bottom:30px;
}

.content-container .heading-title {
    margin-bottom:5px;
}
.content-container h2 {
    font-size: 20px;
    position: relative;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
}

.content-container h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background-color: #e7344d;
}
.content-container p {
    color:var(--text-color);
}
.travel-cta h2{
   font-size: 28px;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.travel-cta .subtitle{
    font-size: 16px;
    line-height: 1.5;
    color: #dce8f9;
    margin-bottom: 35px;
}
.pb-20 {
    padding-bottom: 20px;
}
/* FEATURES */

.cta-feature{
    display:flex;
    gap:18px;
    margin-bottom:10px;
}

.feature-icon{
    width:60px;
    height:60px;
    min-width:60px;
    background:#fff;
    color:#0c2f66;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.feature-content h4{
      font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    padding: 5px 0px 5px;
}

.feature-content p{
    font-size:16px;
    color:#dce8f9;
    line-height:1.6;
}

.divider{
    border-top:1px dashed rgba(255,255,255,.25);
    margin:30px 0;
}

/* BUTTONS */

.cta-buttons{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.cta-btn{
    text-decoration:none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.cta-btn:hover{
    transform:translateY(-3px);
}

.btn-call{
    background:#e7344d;
    color:#fff;
}

.btn-book,
.btn-chat{
    border:2px solid rgba(255,255,255,.5);
    color:#fff;
    background:transparent;
}

.fare-sec section.all-fare .ticket-grid {
    grid-template-columns: repeat(1, 1fr);
        gap: 10px;
}

.fare-sec .heading-title {
   display:none;
}
.content-container tr td {
    color: var(--text-color);
    font-size: 15px;
    padding: 12px !important;
}


/*start new cta airlines sec*/

.arfx-ticket-wrapper{
    display:flex;
    background:#fff;
    border-radius:35px;
    overflow:hidden;
    /*box-shadow:0 15px 40px rgba(0,0,0,.12);*/
    margin:20px 0;
    position:relative;
}
.arfx-ticket-wrapper .call-btn small {
    font-size: 20px;
}
/* LEFT SIDE */

.arfx-ticket-wrapper .ticket-cta-left{
    width:68%;
    padding:40px 50px;
    background:#f1f1f1;
    position:relative;
}

.arfx-ticket-wrapper .ticket-top-bar{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom: 5px;
}

.arfx-ticket-wrapper .plane-icon{
    font-size:34px;
    color:#0d2b5c;
}

.arfx-ticket-wrapper .ticket-label{
    color:#e53935;
    font-weight:700;
    letter-spacing:1px;
}

.arfx-ticket-wrapper .ticket-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.arfx-ticket-wrapper .ticket-text{
    flex:1;
}

.arfx-ticket-wrapper .ticket-text h2{
    font-size: 36px;
    line-height:1.1;
    color:#0d2b5c;
    margin-bottom: 9px;
    font-weight: 600;
}

.arfx-ticket-wrapper .ticket-text p{
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-color);
}

.arfx-ticket-wrapper .ticket-window img{
    width:220px;
    border-radius:40px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.arfx-ticket-wrapper .ticket-divider{
    text-align:center;
    margin:35px 0 20px;
    border-top:1px solid #d9dee8;
    position:relative;
}

.arfx-ticket-wrapper .ticket-divider span{
    background:#f1f1f1;
    padding:0 15px;
    color:#b9c0ce;
    position:relative;
    top:-13px;
}
.arfx-ticket-wrapper .service-icon img {
    width: 100%;
    max-width: 30px;
    object-fit: cover;
}
.arfx-ticket-wrapper .ticket-services{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.heading-4 {
    font-size: 16px;
    padding: 0;
    color: var(--text-color);
    padding-bottom: 5px;
}

.content-container p strong {
    font-size: 16px;
    font-weight: 500;
}
.heading-title.mt-15 {
    margin-top: 15px;
}
.arfx-ticket-wrapper .service-box{
    text-align:center;
}

.arfx-ticket-wrapper .service-icon{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 0px;
    font-size: 28px;
    border: 1px solid #0826544d;
}

.arfx-ticket-wrapper .cta-btn div {
    line-height: 1;
}
.arfx-ticket-wrapper .call-btn small {
    font-size: 22px;
}
.cta-btn.email-btn small {
    font-size: 14px;
}
.arfx-ticket-wrapper .service-box h4{
    color:#0d2b5c;
    font-size:18px;
    line-height:1.4;
}

/* RIGHT SIDE */

.arfx-ticket-wrapper .ticket-cta-right{
     width: 32%;
    background: #082654;
    color: #fff;
    padding: 40px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.arfx-ticket-wrapper .support-tag{
    display:block;
    letter-spacing:2px;
    margin-bottom: 0px;
    opacity:.9;
}

.arfx-ticket-wrapper .ticket-cta-right h3{
    font-size: 26px;
    line-height:1.3;
    margin-bottom: 20px;
    color: #fff;
}

.arfx-ticket-wrapper .cta-btn{
    background:#fff;
    border-radius:15px;
    padding:18px;
    display:flex;
    align-items:center;
    gap:5px;
    text-decoration:none;
    margin-bottom:18px;
}

.arfx-ticket-wrapper .call-btn{
    background:#ef3340;
    color:#fff;
}

.arfx-ticket-wrapper .quote-btn,
.arfx-ticket-wrapper .email-btn{
    color:#0d2b5c;
}

.arfx-ticket-wrapper .cta-btn span{
    font-size:28px;
    line-height:1;
}

.arfx-ticket-wrapper .cta-btn strong{
    display:block;
    font-size:16px;
}

.arfx-ticket-wrapper .cta-btn small{
    font-size:13px;
}

.arfx-ticket-wrapper .barcode{
    margin-top:35px;
    text-align:center;
    font-size:26px;
    letter-spacing:2px;
}

.arfx-ticket-wrapper .safe-text{
    text-align:center;
    margin-top:10px;
    letter-spacing:4px;
    font-size:12px;
}
.ticket-cta-left{
    position:relative;
    background:#fff;
}

/* Top Cut */
/*.ticket-cta-left:before{*/
/*    content:'';*/
/*    position:absolute;*/
/*    width:36px;*/
/*    height:36px;*/
/*    background:#eef2f7;*/
/*    border-radius:50%;*/
/*    top:50%;*/
/*    left:-18px;*/
/*    transform:translateY(-50%);*/
/*}*/

/* Bottom Cut */
.ticket-cta-left:after{
    content:'';
    position:absolute;
    width:36px;
    height:36px;
    background:#eef2f7;
    border-radius:50%;
    bottom:-18px;
    right:-18px;
}
.ticket-cta-right{
    position:relative;
    background:#082654;
}

/* Top Ticket Cut */
.ticket-cta-right:before{
    content:'';
    position:absolute;
    width:56px;
    height:56px;
    background:#fff;
    border-radius:50%;
    top:-28px;
    left:-28px;
}

/* Bottom Ticket Cut */
.ticket-cta-right:after{
    content:'';
    position:absolute;
    width:56px;
    height:56px;
    background:#fff;
    border-radius:50%;
    bottom:-28px;
    left:-28px;
}
.premium-dining-list{
    list-style:none;
    padding:0;
    margin:10px 0 5px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.premium-dining-list li{
    display:flex;
    align-items:center;
    gap:15px;
    padding:16px 20px;
    background:#f8faff;
    border:1px solid #e4ebf5;
    border-radius:5px;
    font-size:16px;
    font-weight:600;
    color:#1f2d3d;
    transition:.3s ease;
}

.premium-dining-list li i{
    width:42px;
    height:42px;
    min-width:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#003366;
    color:#fff;
    border-radius:50%;
    font-size:16px;
}

.premium-dining-list li:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

/*end new cta airlines sec*/


@media (max-width:1300px) {
    .slider_tabs.from-design-two {
     padding: 0 15px; 
}
}
@media screen and (min-width:991px) and  (max-width: 1199px){
.ticket-price {
    min-width: 120px !important;
  
}
.airline-logo img {
    width: 100%;
}
.vx-hotel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
    .price {
        font-size: 18px;
     
}
}
@media (min-width:900px) {
    img.hero-img {
    min-height: 500px;
}


}

@media (max-width:991px) {
       .ticket-grid {

    grid-template-columns: repeat(1, 1fr)  !important;

}
    img.hero-img {
        min-height: 600px;
        object-fit: cover;
    }
.navbar_ .nav > li:not(:last-child) {
    margin-right: 13px;
}

.vx-feature-item {
    text-align: center;
    position: relative;
    padding: 10px 5px;
}

.vx-feature-item h3 {
    font-size: 18px;
    margin-bottom:0px;
  
}
.vx-hotel-grid {

    grid-template-columns: repeat(3, 1fr) ;
}
    
 body.onepage.front.test-air .top2.clearfix {
  
    padding: 0;
}
    .navbar_ .nav > li:last-child a {
        background-color: #2c4a7c;
        color: #fff;
        padding: 15px 5px;
        border-radius: 5px;
        font-size: 15px;
    }
.logo_wrapper.margtop img {
    width: 100%;
    max-width: 250px;
}
h1.hero-title {
    display:none ;
}

    .newsletter-section{
        padding:70px 25px;
    }

    .newsletter-content h2{
        font-size:42px;
    }

    .newsletter-form{
        flex-direction:column;
        border-radius:20px;
    }

    .newsletter-form input,
    .newsletter-form button{
        width:100%;
        border-radius:12px;
    }

    .newsletter-form button{
        margin-top:10px;
    }

    .newsletter-features{
        justify-content:center;
        text-align:center;
    }
}


@media screen and (min-width:768px) and (max-width:990px)  {
    
.vx-hotel-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

    .vxr-card {
    flex: 0 0 calc((100% - 50px) / 2) !important;

}

.custom-faq-right {
    width: 300px;
    position: relative;
}
}
@media (max-width:767px) {
    
.vx-cta-content{
    padding:35px 22px;
    border-radius:22px;
            flex-direction: column;
}

.vx-left h2{
    font-size:32px;
}

.vx-left p{
    font-size:15px;
}

.vx-right{
    width:100%;
    flex-direction:column;
}

.vx-btn-primary,
.vx-btn-secondary{
    width:100%;
}

.vx-hotel-section{
    padding:5px 0px 0px;
}

.vx-heading{
    margin-bottom:35px;
}

.vx-heading h2{
    font-size:30px;
}

.vx-heading p{
    font-size:15px;
}

.vx-hotel-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.vx-image{
    height:220px;
}

.vx-content{
    padding:20px;
}

.vx-content h3{
    font-size:24px;
}

.vx-bottom{
    flex-direction:column;
    align-items:flex-start;
}

.vx-btn{
    width:100%;
}


.vx-tsm-section{
    padding:60px 15px;
}

.vx-tsm-heading{
    margin-bottom:35px;
}

.vx-tsm-heading h2{
    font-size:30px;
}

.vx-tsm-heading p{
    font-size:15px;
}

.vx-card{
    flex:0 0 100%;

    padding:24px;

    border-radius:22px;
}

.vx-text{
    font-size:15px;
}

.vx-bottom{
    flex-direction:column;
    align-items:flex-start;
}

.vx-tsm-navigation{
    margin-top:28px;
}

.vx-tsm-btn{
    width:50px;
    height:50px;
    border-radius:14px;
    font-size:16px;
}
.vxr-testimonial-section{
    padding:60px 15px;
}

.vxr-testimonial-heading{
    margin-bottom:40px;
}

.vxr-testimonial-title{
    font-size:32px;
}

.vxr-testimonial-subtitle{
    font-size:15px;
}

.vxr-card{
    flex:0 0 100%;

    padding:24px;

    border-radius:24px;
}

.vxr-review{
    font-size:15px;
}

.vxr-bottom{
    flex-direction:column;
    align-items:flex-start;
}

.vxr-btn{
    width:50px;
    height:50px;
    border-radius:14px;
    font-size:16px;
}

.custom-faq-section{
        padding:70px 15px;
    }

    .custom-faq-title{
        font-size:34px;
    }

    .custom-faq-question{
        padding:20px;
    }

    .custom-faq-question h3{
        font-size:17px;
    }

    .custom-faq-answer p{
        padding-left:0;
        font-size:15px;
    }

    .custom-faq-image img{
        height:500px;
    }

    .custom-help-box{
        position:relative;
        left:0;
        bottom:auto;
        margin-top:-70px;
        width:90%;
    }

    .custom-help-box h4{
        font-size:26px;
    }
    
    
    .ns-newsletter-wrapper{
        padding:25px 18px;
        border-radius:18px;
        gap:25px;
    }

    .ns-newsletter-left{
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
    }

    .ns-newsletter-icon{
        width:75px;
        height:75px;
        min-width:75px;
        font-size:28px;
    }

    .ns-newsletter-content h2{
        font-size:28px;
    }

    .ns-newsletter-content p{
        font-size:15px;
        line-height:1.7;
    }

    .ns-form-group{
        flex-direction:column;
        border:none;
        gap:15px;
        background:transparent;
    }

    .ns-form-group input{
        border:1px solid #e3e5ec;
        border-radius:12px;
        height:58px;
    }

    .ns-form-group button{
        width:100%;
        height:58px;
        border-radius:12px;
        min-width:100%;
        font-size:16px;
    }

    .ns-newsletter-note{
        font-size:14px;
        line-height:1.6;
    }
    
     .ds-section{
        padding:60px 15px;
    }

    .ds-heading{
        margin-bottom:35px;
    }

    .ds-heading h2{
        font-size:30px;
    }

    .ds-heading p{
        font-size:15px;
    }

    .ds-card{
        height:400px;
    }

    .ds-content{
        left:20px;
        right:20px;
        bottom:20px;
    }

    .ds-content h3{
        font-size:24px;
    }

    .ds-next,
    .ds-prev{
        width:48px !important;
        height:48px !important;
    }
    
    .home-banner:before {
        display:none;
    }
.slider_tabs {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.flight_type {
           display: flex;
        position: relative;
        top: 0;
        right: 0;
        z-index: 2;
        background-color: transparent;
        width: unset;
        margin:0px -10px 30px;
}
.home-banner {
    background-image:unset;
}

.main-content-wrapper .slider_tabs .tabs1_tabs {
    position: relative;
    top: 0;
    left: 0;
}
.main-content-wrapper .slider_tabs .tabs1_tabs li {
    width: 50%;
    text-align: center;
}

.main-content-wrapper .slider_tabs .tabs1_tabs li a {
    width: 100%;
}

   .vx-left h2{
        font-size:32px;
    }

    .vx-btn-secondary{
        width:100%;
        justify-content:center;
        font-size:18px;
        padding:18px 25px;
    }

    .vx-tag{
        font-size:13px;
    }
    
    .home-banner {
        margin-top: 0;
    }
    
    .flight_type .form-check-inline {

    width: 100% !important;
    padding:10px 0px 0px;
}

.flight_type label.radio-inline.customradio span {

    width: 100% !important;
    display: block;
    text-align:center;
}

.flight_type .form-check-inline label {
    width:50%;
}

.price{
    font-size:18px;
}

.section-title{
    font-size:22px;
}
.airline-logo img {
    width: 100%;
    max-width: 25px;
}
.airport {
    font-size: 18px !important;
 
}
.city {
    font-size: 12px;
   
}
.route-info {
    display: flex;
    align-items: center;
    gap: 5px !important;
    flex: 1;
    padding: 0 10px !important;
}


.route-icon {
    font-size: 12px !important;
    color: #111827 !important;
    padding: 0 0px !important;
}
.ticket-price {
    min-width: 130px !important;

}
.city {
    font-size: 13px !important;
 
}
.date {
  
    gap: 0px !important;
}

.vx-feature-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.tr-cta-content {
    width: 100%;
    position: relative;
    z-index: 2;
}

.tr-cta-wrapper {
   flex-direction: column;
    padding: 15px;

}

.tr-cta-image {
    width: 100%;
    max-width:100%;
}
.tr-btn-primary {
    background: #c82e37;
    color: #fff !important;
    width: 100%;
}

 .newsletter-section{
        padding:0px 15px;
        margin-top:0px;
    }
.newsletter-section .inner-news-sec {

    padding: 15px;

}
    .newsletter-content h2 {
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .newsletter-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 35px;
    max-width: 600px;
}
.privacy-text {
    opacity: .9;
    font-size: 14px;
}

.from-design-two .tabs1_content .col-md-3 {
    padding: 0 5px !important;
}

ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    left: 0px !important;
    width: 100% !important;
    max-width: 90% !important;
    margin: auto;
    right: 0;
}

footer {
    background-color: #081c42;
    padding: 50px 0 70px;
}

  .travel-cta{
        padding:25px;
        border-radius:18px;
        margin-top:40px;
    }

    .travel-cta h2{
        font-size:30px;
    }

    .travel-cta .subtitle{
        font-size:16px;
    }

    .cta-feature{
        gap:12px;
    }

    .feature-icon{
        width:48px;
        height:48px;
        min-width:48px;
        font-size:18px;
    }

    .feature-content h4{
        font-size:18px;
    }

    .feature-content p{
        font-size:14px;
    }

    .cta-btn{
        font-size:16px;
        padding:14px;
    }

    .table thead th,
    .table tbody td{
        font-size:14px;
        padding:10px;
    }
    
    .arfx-ticket-wrapper .ticket-cta-left{
        padding:25px;
    }

    .arfx-ticket-wrapper .ticket-cta-right{
        padding:25px;
    }

    .arfx-ticket-wrapper .ticket-text h2{
        font-size:34px;
    }

    .arfx-ticket-wrapper .ticket-services{
        grid-template-columns:1fr;
    }

    .arfx-ticket-wrapper .ticket-window img{
        width:100%;
    }

    .arfx-ticket-wrapper .ticket-cta-right h3{
        font-size:28px;
    }
     .premium-dining-list{
        grid-template-columns:1fr;
    }
    
      .ticket-main{
        padding:30px 20px;
    }

    .ticket-main h2{
        font-size:30px;
    }

    .ticket-actions{
        grid-template-columns:1fr;
    }

    .ticket-actions a{
        border-right:none !important;
        border-bottom:1px solid #e5edf5;
    }
    
    .arfx-ticket-wrapper {
    flex-direction: column;
}
.arfx-ticket-wrapper .ticket-cta-left, .ticket-cta-right , .arfx-ticket-wrapper .ticket-cta-right {
    width: 100%;
    max-width: 100%;
}
.ticket-cta-right:before , .ticket-cta-right:after {
    display:none;
}
.arfx-ticket-wrapper .ticket-content {
    flex-direction: column;
}
}





