@font-face {
    font-family: freefont;
    src: url(/fonts/freescript.TTF);
}
*,
html,
body {
    padding: 0;
    margin: 0;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
ul,
li {
    list-style-type: none;
}
ul {
    margin: 0;
    padding: 0;
}
a,
a:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}
button, 
input ,
button:focus,  
input:focus{
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.container-fluid{
    padding: 0 5%;
}
.space-tb{
    padding: 35px 0;
}
.form-select:focus {
    border-color: none;
    outline: none;
    box-shadow:none;
}
p{
    font-size: 15px;
    color: #2e3038;
    font-weight: 400;
    line-height: 24px;
}
.responsive-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* <!----------------------------header-section-start----------------------------------------> */
 .header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all .5s ease-in-out;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    background-color: #fff;
} 
/*.header-wrapper {
    width: 100%;
    position: sticky;
    z-index: 2;
    background-color: #fff;
}*/
.header.scroll {
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    height: 60px;
    transition: all .5s ease-in-out;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
}
.navbar-brand img {
    max-width: 121px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 15px 20px;
    position: relative;
    transition: all .5s ease-in-out;
}
.icons {
    display: none;
}
.navbar-dark .navbar-nav .nav-link::after {
    content: '';
    width: 0%;
    position: absolute;
    height: 3px;
    background: #000000;
    left: 10px;
    bottom: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link:hover::after, 
.navbar-dark .navbar-nav .nav-link.active::after {
    width: 80%;
    opacity: 1;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link.active{
    font-weight: 600;
    opacity: 1;
    color: #000;
}
.navbar-dark .navbar-brand {
    color: #fff;
    padding: 0;
    margin-right: 55px;
    font-weight: 600;
    font-size: 25px;
}
.nav-item a i.fa-angle-down {
    margin-left: 8px;
    font-weight: 900;
    padding: 0 5px;
}


.navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
}
.dropdown-menu li:hover .dropdown-item {
    background: #000;
    color: #fff;
}


/*.pull-right {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto 0;
    margin-left: 15px;
}
.call-btn {
    text-align: center;
    align-self: end;
    margin-right: 1.2rem;
}
.call-box {
        display: flex;
        align-items: center;
}
.call-box img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}
.call-btn p {
    font-size: 12px;
    color: #2e3038;
    font-weight: 400;
    line-height: 8px;
    margin-bottom: 0;
}
.call-box a {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}*/

.pull-right {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.call-box {
    margin-left: 10px;
}

.call-box p {
    font-family: 'PoppinsLight';
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 4px 0;
    color: #000;
}

.call-box a {
    font-family: 'PoppinsBold';
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    background: #2b3990;
    padding: 3px 8px;
    border-radius: 5px;
}

.call-btn {
    position: relative;
    background: #fff;
    width: 47px;
    height: 47px;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.call-btn > img {
    width: 47px;
    height: 47px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 4px rgba(162, 26, 26, 0.4);
    }
    25% {
        box-shadow: 0 0 0 5px rgba(162, 26, 26, 0.4), 0 0 0 7px rgba(162, 26, 26, 0.2);
    }
    25% {
        box-shadow: 0 0 0 6px rgba(162, 26, 26, 0.4), 0 0 0 8px rgba(162, 26, 26, 0.2);
    }

}

.red {
    background-color: #46ff46;
    position: absolute;
    top: 84%;
    left: 75%;
    animation: blink 1s infinite;
}

.circle {
    border-radius: 50%;
    width: 9px;
    height: 9px;
    /* opacity: .50; */
}

@keyframes blink {
    0% { opacity: 0;}
    /* 10% { opacity: 1;} */
    /* 20% { opacity: 0;} */
    30% { opacity: 1;}
    /* 40% { opacity: 0;} */
    /* 50% { opacity: 1;} */
    /* 60% { opacity: 0;} */
    50% { opacity: 1;}
    /* 70% { opacity: 0;} */
    80% { opacity: 0;}
    10% { opacity: 1;}
}

.mobile-call {
    display: none;
}
@keyframes coccoc-alo-circle-img-anim {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
.mob-hcall {
    /* padding: 7px 10px; */
    background: #2b3990;
    text-align: center;
    font-size: 23px;
    display: none;
    padding-bottom: 5px;
}
.mob-hcall p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 5px;
}
.mob-hcall a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
}
.mob-hcall span {
    font-size: 24px;
    line-height: 10px;
}   
.mob-hcall i {
    width: 35px;
    height: 35px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 35px;
    color: #2b3990;
    animation: play-animation 1s infinite;
}

.navbar-brand img {
        max-width:121px;
    }
/* hero panel */
.hero-panel {
    display: inline-block;
    width: 100%;
    padding: 6% 0;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: 100% 25%;*/
    position: relative;
}
.hero-panel:after{display:none!important;}
/* .hero-info {
    margin-top: 3rem;
} */
.hero-title {
    margin-bottom: 1.6rem;
}
.hero-title span {
    font-size: 88px;
    color: #fff;
    font-family: freefont;
    line-height: 75px;
    margin-bottom: 20px;
    margin-left: 6rem;
}
.hero-title > strong {
    font-size: 62px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 15px;
}
.hero-info{
    z-index:1;
    position:relative;
}
/*.hero-info p {
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 20px;
}
.hero-panel a {
    color: #fff;
    background-color: #2b3990;
    margin-top: 1.2rem;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 32px;
    text-transform: uppercase;
    z-index:1;
    position:relative;
}
.hero-panel a:hover,
.hero-panel a:active {
    color: #2b3990;
    background-color: #fff;
}*/

/* <!----------------------------Search engine ----------------------------------------> */

.trip-heading, .class-heading, .passengers, .panel-dropdown {
    display: inline-block;
    background-color: #2b3990;
    color: #fff;
    border-radius: 5px;
}
.trip-heading.active a, .class-heading.active a, .passengers.active a, .panel-dropdown.active a {
    color: #000;
    /*background-color: #fff;*/
    border-radius: 5px;
}
.dropdown-menu .dropdown-item.active {
    background-color: #2b3990;
    color: #fff;
    border-radius: 5px;
}
.form-upper-section a {
    display: inline-block;
    padding: 10px 18px 10px 5px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.form-upper-section a i.fa-angle-down {
    font-weight: 900;
    margin-left: 8px;
    margin-left: 8px;
    font-size: 18px;
}
.trip-heading .dp-box {
    min-width: 130px !important;
}
.dp-box a {
    padding: 10px 18px;
    color: #033552;
}
.dp-box {
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
    position: absolute;
    z-index: 9;
    background: #fff;
    min-width: 350px;
}
.dp-box.dropdown-menu, .panel-dropdown-content.dropdown-menu {
    padding: 0;
}
.class-heading .dp-box {
    min-width: 200px !important;
}

.passengers {
    width: 100%;
}

.panel-dropdown {
    border: 1px solid #b3b3b3;
    min-width: 200px;
    width: 100%;
    cursor: pointer;
    background: #fff;
    padding: 12px 20px 10px;
    position: relative;
}
.panel-dropdown i {
    font-weight: 900;
    color: #000;
}
.panel-dropdown a {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color: #2e3038;
    margin-left: 8px;
}
.panel-dropdown a i {
    position: absolute;
    right: 10px;
    top: 17px;
    font-weight: 900;
}
.panel-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 99;
    background: #fff;
    border-radius: 0px;
    padding: 0px 0px 0 0px;
    white-space: normal;
    width: 249px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
    border: none;
}


.panel-dropdown-content {
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: 1px solid #ddd;
    position: absolute;
    z-index: 9;
    background: #fff;
    min-width: 350px;
    opacity: 0;
    visibility: hidden;
}
.qts {
    padding: 10px 14px 0px;
}
.qtyButtons {
    margin: 12px 5px;
    /* border-bottom: 1px solid #cacaca; */
    display: flex;
    align-items: center;
}
.qtyButtons label {
    font-weight: 500;
    line-height: 28px;
    /* padding-right: 15px; */
    display: block;
    flex: 1;
    /* color: rgb(19, 41, 104); */
    color: #2b3990;
    margin-bottom: 0;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
}
.qtyButtons span {
    font-weight: 700;
    font-size: 20px;
    margin: auto 4px;
}
.qtyButtons label span {
    display: block;
    font-weight: 400;
    color: var(--text-black) !important;
    background: transparent !important;
    font-size: 12px;
    opacity: 0.85;
}
.qtyInc, .qtyDec, .minus, .plus, .minus1, .plus1, .minus2, .plus2, .minus3, .plus3 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    /* color: rgb(94, 144, 204); */
    color: #2b3990;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #2b3990;
}
.minus:hover, .plus:hover,minus.active, .plus.active,.minus1:hover, .plus1:hover,minus1.active, .plus1.active,.minus2:hover, .plus2:hover,minus2.active, .plus2.active,.minus3:hover, .plus3:hover,minus3.active, .plus3.active {
    color: #fff;
    background-color: #2b3990;
}
.qtyButtons input {
    outline: 0;
    font-size: 15px;
    font-size: 1rem;
    text-align: center;
    width: 27px;
    height: 36px !important;
    color: #000;
    padding: 0px 0px 0px !important;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    border: none !important;
    background: transparent;
    color: #787878;
    text-align: center;
}
.qtyButtons label span {
    display: block;
    font-weight: 400;
    color: #033552 !important;
    background: transparent !important;
    font-size: 12px;
    opacity: 0.85;
}
.travelerClose.btn {
    width: 100%;
    background-color: #2b3990;
    color: #fff;
    font-weight: 600;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-engine_box {
    background-color: #fff;
    padding: 15px;
    margin-top: 5px;
    border-radius: 8px;
}
.form-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.input-label {
    position: relative;
    width: 100%;
    /* max-width: 350px; */
    font-size: 13px;
    color: #033552;
    font-weight: 700;
    /* border: 1px solid #e5e5e5; */
    /* border-radius: 10px; */
    /* padding: 10px 9px 15px 0px; */
}
.input-label span {
    position: absolute;
    top: 12px;
    left: 45px;
    font-size: 13px;
    color: #033552;
    font-weight: 500;
    /* transform-origin: 0 0; */
    /* transform: translate3d(0, 0, 0); */
    /* transition: all .2s ease; */
    /* pointer-events: none; */
}
.form-control {
    width: 100%;
    height: 50px;
    border: 2px solid #e1e7ee;
    padding: 15px 15px 15px 52px;
    /* border-radius: 10px; */
    font-size: 15px;
    font-weight: 500;
    color: #033552;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.form-control.mob-br {
    padding: 15px 15px 15px 70px;
}
.input-label i {
    position: absolute;
    top: 15px;
    left: 16px;
    font-size: 22px;
    font-weight: 900;
}
.sumbitbtn-box {
    text-align: center;
    /* padding: 20px 0; */
}
.tab-sumbitbtn {
    /* padding: 21px 35px; */
    background-color:#05203c;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #fafafa;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    /* margin-top: 15px; */
}
.tab-sumbitbtn:hover,.tab-sumbitbtn.active {
    
    background-color:#0062e3;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-menu li:hover .dropdown-item {
    background-color: #eee;
    color: #000;
    border-radius: 8px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2b3990;
}
.panel-dropdown.active .panel-dropdown-content {
    opacity: 1;
    visibility: visible;
}


/* search box */
/* .find-serachbox{
    margin-top: 35px;
}
.find-serachbox a {
    display: inline-block;
    padding: 10px 18px;
    background: #fff;
    color: #004b9e;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
}
.find-serachbox a i {
    color: #004b9e;
    margin-right: 10px;
    transform: rotate(-90deg);
}
.search-engine_box {
    background-color: #ffff;
    padding: 12px 15px;
    margin-top: 20px;
    border-radius: 5px;
} */
/* .nav-tabs {
    border-bottom: none;
    padding-bottom: 3px;
}
.nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    padding: 7px 26px;
    border: none;
    color: #2c2a29;
    border-radius: 0;
    position: relative;
    margin-right: 15px;
}
.nav-tabs .nav-link::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 13px;
    outline: 2px solid #9090a0;
    outline-offset: 3px;
}
.nav-tabs .nav-link.active::before{
    background-color: #2289ff;
    outline-color: #2289ff;
}
.nav-tabs .nav-link img {
    margin-right: 12px;
    vertical-align: middle;
    filter: invert(1);
    object-fit: contain;
    position: relative;
    top: -2px;
} */
/* .nav-tabs li:first-child .nav-link{
    border-radius: 10px 0 0;
    padding-right: 0px;
}
.nav-tabs li:last-child .nav-link {
    border-radius: 0 10px 0 0;
    padding-right: 25px;
}
.nav-tabs .nav-link.active {
    color: #2c2a29;
    background: transparent;
}
.nav-tabs .nav-link.active img {
    filter: grayscale(1);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
} */

/* search input */

/* .tab-content {
    padding: 7px 0px;
    border-radius: 0 10px 10px;
    position: relative;
}
.tab-content > .active {
    display: block;
}
.search-engine-fillbox {
    width: 100%;
    display: flex;
    gap: 10px;
}
.search-fild {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    border: 1px solid #b7b7c3;
    border-radius: 5px;
}
.form-input {
    width: 100%;
    position: relative;
    border-right: 1px solid #b7b7c3;
} */
/* .form-input i.fa-plane {
    position: absolute;
    top: 22px;
    left: 8px;
}
.search-fild .form-input img {
    position: absolute;
    right: -15px;
    top: 15px;
    z-index: 1;
}
.search-fild .form-input:first-child input {
    padding: 25px 15px 12px 33px;
} */
/* .form-input:last-child {
    border-right: none;
} */
/* #floatingto {
    min-width: 100%;
} */


/* 
#nitDepart {
    width: 70%;
}
#nitRetrun {
    width: 70%;
} */
/* .form-control {
    height: 61px;
    padding: 12px 20px 10px;
    font-size: 16px;
    color: #2e3038;
    box-shadow: none !important;
    font-weight: 500;
    border: none;
    text-overflow: ellipsis;
}
.form-control:disabled, 
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #2289ff;
    outline: 0;
}
.form-input > .form-control:focus, 
.form-input > .form-control:not(:placeholder-shown) {
    padding-top: 25px;
    padding-bottom: 12px;
}
.form-input > .form-control:focus ~ label, 
.form-input > .form-control:not(:placeholder-shown) ~ .input-label {
    opacity: 0.6;
    transform: scale(.7) translateY(-25px) translateX(-7px);
}

.form-control::placeholder{
    color: #665c59;
}
.form-input.passengers > .input-label {
    position: absolute;
    top: 4px;
    left: 14px;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.6;
}
.form-input.passengers i.fa-chevron-down {
    position: absolute;
    top: 25px;
    right: 5px;
    font-size: 14px;
} */
/* .passengers {
    height: 61px;
    cursor: pointer;
    border-right: none;
}
.passengers:focus {
    color: #212529;
    background-color: #fff;
    border-color: #2289ff;
    outline: 0;
}
.passengers a {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #2e3038;
    display: inline-block;
    width: 100%;
    padding: 24px 15px 12px;
}
.passengers a.dropdown-toggle::after {
    content: none;
} */
/* .passengers .panel-dropdown-content {
    transform: none!important;
    margin: 0!important;
    transition: all 0.3s;
    position: absolute;
    top: 65px!important;
    left: 0px;
    background-color: #fff;
    border-radius: 0px;
    padding: 0px;
    white-space: normal;
    width: 249px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
    border: none;
}
.qtyButtons.class {
    margin: 0;
    background: #2289ff;
    overflow: hidden;
    display: inline-flex;
    width: 100%;
    padding: 10px 10px 5px;
    align-items: center;
    justify-content: space-between;
}
.qtyButtons.class h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 3px;
    margin-right: 10px;
}
select#Class {
    border-color: #c3bebe;
    padding: 5px 12px;
    border-radius: 0px;
    margin-bottom: 6px;
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    appearance: auto;
    height: fit-content;
    max-width: 180px;
}

.qts {
    padding: 4px 10px;
}
.qty {
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding: 5px 0;
} */
/* .qtyButtons span {
    font-weight: 400;
    font-size: 10px;
}
.qtyButtons input {
    outline: 0;
    font-size: 15px;
    font-size: 1rem;
    text-align: center;
    width: 32px;
    height: 29px !important;
    color: #333;
    line-height: 29px;
    padding: 0px 0px 0px !important;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    border: none !important;
    background: transparent;
    margin-left: 14px;
    color: #787878;
}
.qtyInc, .qtyDec, .minus, .plus, .minus1, .plus1, .minus2, .plus2, .minus3, .plus3, .minus4, .plus4 {
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-color: #2289ff;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #2289ff;
}
span.minus:before, .minus2:before, .minus3:before, .minus1:before, .minus3:before, .minus4:before {
    content: "\2212";
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}
.plus:before, .plus2:before, .plus3:before, .plus1:before {
    content: "\002B";
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}
.travelerClose.btn {
    width: 100%;
    background-color: #2289ff;
    color: #fff;
    font-weight: 600;
}
.sumbitbtn-box {
    flex: 1 1 auto;
    width: auto;
}
.sumbitbtn-box i {
    font-size: 18px;
    margin-right: 16px;
} */
/* .tab-sumbitbtn {
    width: 150px;
    height: 61px;
    background: #2289ff;
    border: none;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: all .5s ease-in-out;
    white-space: nowrap;
}
.tab-sumbitbtn:hover{
  background: #000;
}
.tab-sumbitbtn:hover img {
    animation: shake 0.3s 10 linear;
} */

/**************mobile-serach-box************/
.nit-mobile-tab {
    display: none;
}
.nit-mobile-tab .nit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #fff;
    padding: 15px 12px;
    border-radius: 5px;
    /* z-index: 199; */
}
.nit-mobile-tab .nit-box {
    display: flex;
    align-items: center;
    /* width: 100px; */
    justify-content: space-around;
    cursor: pointer;
}

.nit-mobile-tab .nit-row .nit-box h3 {
    font-size: 14px;
    color: #080808;
    margin-bottom: 0;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nit-mobile-tab .nit-row .nit-box .fa-angle-down {
    margin-left: 4px;
    font-weight: 900;
}
.nit-mobile-tab .nit-row .nit-box .nit-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 199;
    display: none;
    max-height: 70vh;
}
.nit-mobile-tab .nit-row .nit-box.nitTrip .nit-more {
    left: 0;
    right: auto;
}

.nit-mobile-tab .nit-row .nit-box .nit-more {
    position: fixed;
    right: 0;
    top: inherit;
    bottom: 0;
    background: #fff;
    width: 100%;
    max-height: 54vh;
    height: calc(100% - 24px);
    z-index: 299;
    border-radius: 5px;
    display: none;
    overflow: hidden;
    transition: all .5s ease-in-out;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.nit-more-bar {
    align-self: center;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    width: 40px;
    height: 4px;
    margin: 8px auto 0px;
}
.nit-more-title {
    flex-direction: row;
    max-height: 60px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 12px;
    text-align: center;
}
.nit-more-close {
    width: 56px;
    position: relative;
    left: 0px;
    font-size: 16px;
    font-weight: 600;
}
.nit-more-title p {
    width: 100%;
    margin: 0px 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    -webkit-font-smoothing: antialiased;
}
.empty-div {
    width: 56px;
    height: 40px;
}

.nit-mobile-tab .nit-row .nit-box ul li.active {
    background-color: rgba(0, 0, 0, 0.04);
    font-weight: 600;
}
.nit-mobile-tab .nit-row .nit-box ul li.active::before {
    position: absolute;
    content: "\f058";
    right: 25px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    color: #2b3990;
}
.nit-mobile-tab .nit-row .nit-box ul {
    margin: 5px 0;
}
.nit-mobile-tab .nit-row .nit-box ul li {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    color: inherit;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    -webkit-font-smoothing: antialiased;
    position: relative;
    text-decoration: none;
    min-height: 48px;
    box-sizing: border-box;
    white-space: nowrap;
    height: 48px;
    padding: 8px 24px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.nit-mobile-tab .nit-row .nit-box ul li:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.nit-mobile-tab .nit-row .nit-box span {
    display: inline-block;
    margin: 0 5px;
}
.nit-mobile-tab .nit-row .nit-box.nitUser .nit-more {
    width: 100%;
    margin-top: 8px;
}
.nit-mobile-tab .nit-row .nit-box.nitUser .nit-more ul li {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #5e5e5e;
    padding: 13px 20px;
    clear: both;
    font-weight: 500;
    margin-bottom: 5px;
    /* border-bottom: 1px solid #ccc; */
}
.nit-mobile-tab .nit-row .nit-box.nitUser .nit-more ul li:last-child {
    margin-bottom: 10px;
}
.nit-mobile-tab .nit-row .nit-box.nitUser .nit-more ul li b {
    padding: 0;
    border: 0;
}

.nit-mobile-tab .nit-row .nit-box.nitUser .nit-more b {
    font-size: 15px;
    color: #000;
    padding: 13px 20px;
    clear: both;
    font-weight: 500;
    /* border-bottom: 1px solid #ccc; */
}
.nit-mobile-tab .nit-row .nit-box.nitUser .nit-more ul li span i {
    border: 1px solid #989aa2;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #989aa2;
}
.nit-mobile-tab .nit-row .nit-box.nitUser .nit-more ul li span i::before {
    /* content: "\f068"; */
    font-size: 12px;
}
.fa-plus:before {
    /* content: "\f067"; */
    /* font-size: 12px; */
}
.nit-mobile-tab .nit-row .nit-box.nitUser .nit-more ul li span {
    display: flex;
}
.nit-mobile-tab .nit-row .nit-box.nitUser .nit-more ul li span b {
    margin: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    width: 15px;
    text-align: center;
}
.nit-mobile-tab .nit-row .nit-box.nitUser .nit-btn {
    padding: 16px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid rgb(224, 224, 224);
}
/* .nit-mobile-tab .nit-row .nit-box.nitUser .tbtn2 {
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #006272;
    color: #006272;
    margin: 0px 5px;
    border-radius: 3px;
    font-size: 14px;
    color: #c0cad5;
    border-color: #c0cad5;
    cursor: default;
} */
.nit-mobile-tab .nit-row .nit-box.nitUser .tbtn {
    padding: 10px 16px;
    display: inline-block;
    border: 1px solid #2b3990;
    color: #fff;
    margin: 0px 5px;
    border-radius: 10px;
    background: #2b3990;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 45px;
    text-align: center;
}

.nit-mobile-tab .nit-row .nit-box.nitUser .nit-more ul li b {
    padding: 0;
    border: 0;
}
/* .nit-mobile-tab .nit-fromToBox {
    display: flex;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 10px;
} */
.nit-mobile-tab .nit-fromToBox .nit-box {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}
.nit-mobile-tab .nit-fromToBox img {
    margin-right: 10px;
}
.nit-mobile-tab .nit-fromToBox input {
    color: #303030;
    font-size: 16px;
    height: 50px;
    width: auto;
    outline: none;
    border: 0;
    width: 150px;
}
.nit-calBox {
    display: flex;
    align-items: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 10px;
}
.nit-calBox .nit-box {
    flex: 0 0 50%;
    max-width: 50%;
    overflow: auto;
}
.nit-calBox .nit-box .nit-li {
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding-top: 0px;
    flex-grow: 1;
    overflow: hidden;
}
.nit-calBox .nit-box label {
    font-size: 10px;
    margin-bottom: 0;
    padding-left: 15px;
}
.nit-calBox .nit-box input {
    border: 0;
}
.plane-1 {
    transform: rotate(-30deg);
    font-weight: 900;
}
.plane-2 {
    transform: rotate(30deg);
    font-weight: 900;
}







/* <!----------------------------Best Flight deals----------------------------------------> */
/* .package_panel {
    background-color: #f2f3fa;
} */
.title-h2 {
   font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
}
.flight-dealsbox {
    margin-top: 35px;
    display: block;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
}
.flight-dealsbox:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    transform: scale(1.01);
}
.flight-dealsbox figure {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    /*height: 340px;*/
    position: relative;
    margin: 0;
}
.flight-dealsbox figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .flight-deals-info {
    display: inline-block;
    width: 100%;
    padding: 0px 20px;
}
.flight-deals-info h5 {
    font-size: 21px;
    color: #000;
    padding: 5px 0;
} */
/* .price-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
} */
.price-text {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    /*left: 0px;
    bottom: 0px;*/
    background-color: #fffc01;
    padding: 15px 50px;
    margin-bottom: 0;
    /*border-top-right-radius: 35px;*/
    text-transform: uppercase;
    text-align:center;
}
/* .price-text sup {
    top: -7px;
    font-size: 14px;
    color: #fff;
}
.terms {
    font-size: 13px;
    margin: 30px 0;
}
.terms > p {
    font-size: 13px;
    line-height: 24px;
    color: #2e3038;
}
.terms > p > a {
    font-size: 13px;
    text-decoration: underline!important;
}
.terms > p > a:hover {
    color: #2b3990!important;
}
.terms span {
    font-size: 13px;
    font-weight: 500;
    color: #2b3990;
}
.see-more {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    padding: 12px;
    color: #2289ff;
    border: 1px solid #2289ff;
    text-transform: capitalize;
    min-width: 321px;
    border-radius: 5px;
}
.more-items {
    display: none;
} */


/* <!----------------------------Why us section----------------------------------------> */

.booking-point-wrappper {
    display:flex;
    margin: 0 10px;
}
.booking-point-wrappper a {
    padding: 5px 18px 0 0;
}
.booking-point-wrapper p {
    color: #5b5b5b;
}
.whyus-heading {
    font-size:25px;
    font-family: "Playfair Display", serif;
}
.package-panel p {
    padding-left: 5px;
}


/* <!---------------------------- FAQs section ---------------------------------------> */
.faqsection h2:before {
    content: "\00a0\00a0\00a0";
    text-decoration: line-through;
    margin-right: 15px;
    color: #000;
}
.faqsection h2:after {
    content: "\00a0\00a0\00a0";
    text-decoration: line-through;
    margin-left: 15px;
    color: #000;
}
.faq-wrapper {
    border: 1px solid #ccc;
    border-radius: 16px;
    overflow:hidden;
    margin-top:16px;
}
.accordion-btn {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-top: 1px solid #ccc;
}
.accordion-btn:first-of-type {
    border:none;
}
button.accordion-btn:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion-btn.active:after {
    content: "\2212";
}

.active, .accordion-btn:hover {
  background-color: #fafafa;
}

.accordiontext {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.accordiontext p {
    font-size:16px;
    margin: 18px 0;
}


/* <!---------------------------- Feature section ---------------------------------------> */
.feature-wrappper {
    background-color:#05203c;
    color: #fff;
    border-radius: 15px;
    display:flex;
    align-items: center;
}
.feature-point p {
    color:#f8f8f8;
    margin: 0;
    font-size:14px;
    font-weight:300;
}
.featureicons {
    display: flex;
    width: 100px;
    height: 90px;
    align-items: center;
    margin: 0 15px;
}
.featureicons img {
    max-width: 70px;
    height: auto;
    max-height: 68px;
    padding: 10px;
    width: 100%;
    background: #fff;
    border-radius: 11px;
}


/* <!---------------------------- About Us section ---------------------------------------> */
.aboutus_panel {
    background-color: #2b3990;
}
.aboutus-wrappper {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.aboutusicons {
    padding: 15px;
    background: #fff;
    text-align: center;
    margin: 0px 0 0 0;
    border-radius: 4px;
    position: relative;
    height: auto;
}
.aboutusicons i {
    background: #2b3990;
    width: 55px;
    height: 55px;
    font-size: 27px;
    line-height: 55px;
    color: #fff;
    border-radius: 6px;
    margin: 0 0 9px 0;
    position: relative;
    z-index: 1;
}
.aboutus-point {
    padding: 8px;
}


/* <!----------------------------Most Popular Destination----------------------------------------> */
.top-destination {
    margin: 3rem 0;
    background-image: url(/AF_Images/bg-sec-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.top-destination h3 {
    font-size: 31px;
    color: #010101;
    font-weight: 700;
    margin-bottom: 3rem;
}

.top-destination .img-block {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    /* background-color: #fff; */
}

.top-destination .img-block img {
    width: 100%;
    height: 100%;
    transition: 1s ease;
    border-radius: 10px;
}

/* .top-destination .img-block:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
} */

.top-destination .img-title {
    padding-left: 15px;
    padding-top: 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.top-destination .top-dest .owl-nav button {
    color: #5591d4;
    transition: all .5s ease-in-out;
    background-color: transparent;
}
.owl-carousel .owl-nav .owl-prev span{
    position: absolute;
    top: -80px;
    right: 125px;
    width: 40px;
    height: 40px;
    border: 2px solid #5591d4;
    border-radius: 100%;
    font-size: 55px;
    line-height: 35px;
}
.owl-carousel .owl-nav .owl-next span{
    position: absolute;
    top: -80px;
    right: 65px;
    width: 40px;
    height: 40px;
    border: 2px solid #5591d4;
    border-radius: 100%;
    font-size: 55px;
    line-height: 35px;
}
/* .top-destination .img-title span {
    font-weight: 700;
    font-size: 18px;
}
.top-destination .img-title i {
    margin-left: 10px;
    color: #2b3990;
    font-size: 24px;
    vertical-align: middle;
}
.top-dest .item {
    overflow: hidden;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 9px;
} */


/* <!-------------------------------banner ad------------------------------- --> */
/* .get_panel {
    background-color: #f2f3fa;
} */
.get-box {
    width: 100%;
    display: flex;
    padding: 5% 2%;
    align-items: center;
    justify-content: space-between;
    background-image: url(/AF_Images/ad-banner.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}
.get-box h2 {
    font-size: 55px;
    color: #ffc600;
    font-weight: 700;
    margin-bottom: 6px;
    font-family: freefont;
}
.get-box h3 {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 50px;
    text-transform: uppercase;
}
.get-box > .btn {
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #2b3990;
    border-style: none;
    border-radius: 8px;
    box-shadow: none;
}

/* .get-box-mob {
    margin-top: 20px;
    width: 100%;
    display: flex;
    padding: 25px 12px;
    background-size: cover;
    background-position: 50% 60%;
    margin-bottom: 50px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8rem;
}
.get-box-mob h2 {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
}
.get-box-mob h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
}
.get-box-mob > .btn {
    padding: 8px 24px;
    font-family: 'MontessratMedium';
    font-size: 16px;
    font-weight: 700;
    color: #2289ff;
    background-color: #fff;
    border-style: none;
    border-radius: 8px;
}*/
.get-box .btn:hover,
.get-box-mob .btn:hover {
    background: #033552;
    color: #fff;
    border: 2px solid #033552;
} 

/*<!-------------------------------partner section------------------------------- --> */
.our-partner{
    padding: 0px 0 10px;
    /* background-color: #f2f3fa; */
}
.partner-slid{
    padding:0 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.our-partner .item{
   text-align: center;
}
.feature-heading {font-weight:600;}


/*<!-------------------------------footer section------------------------------- --> */
footer {
    background-color:#05203c;
    padding: 35px 0 0;
}

.footer-box a, .footer-box p {
    display: block;
    font-size: 13px;
    color:#dbdbdb;
    text-decoration: none;
    margin-bottom: 7px;
    transition: all .5s ease-in-out;
    font-weight: 400;
    /* line-height: 0; */
}
.footer-box a:hover{
   text-decoration:underline;
}
.footer-box i {
    font-size: 12px;
    margin-right: 10px;
    color: #fff;
    width: 12px;
    text-align: center;
}
.footer-box h6 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.subscrib-box {
    margin: 35px 0 0;
    width: 95%;
}
.subscrib-box input{
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 15px;
    border: 1px solid #000;
     border-radius:8px 0px 0px 8px;
    border-right: none;
}
.subscrib-box .subscrib-btn {
    text-transform: uppercase;
    color: #fff;
    padding: 10px 25px;
    font-weight:500;
    background:#1a5aad;
    border: none;
    text-align: center;
    font-size: 12px;
    border-radius:0px 8px 8px 0px;
}
.subscrib-box .subscrib-btn img {
    width: 8px;
    margin-left: 5px;
    vertical-align: sub;
}
.subscrib-form {
    width: 100%;
    display: flex;
}
.footer-box p > span {
    font-size: 13px;
}

/* copywrite */
.copy-right  {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
    background-color:#0d355f;
    padding: 15px;
    font-weight: 500;
    margin-top: 8px;
}

 .copy-disclaimer {
    font-size: 12px;
    color:#e3e3e3;
    text-align: center;
    margin: 0;
    padding: 15px;
    font-weight: 500;
}


/* bottom strip */
.support-bottom-strip {
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
    text-align: center;
    z-index: 2;
    transition: all .5s ease 0s;
    box-shadow: 0 -2px 3px #33333345;
}
.support-bottom-strip a {
    background:#05203c;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    display: block;
    text-decoration: none;
    height: 60px;
}
.close-call-banner {
    color: #fff;
    position: absolute;
    right: 4px;
    font-size: 20px;
    cursor: pointer;
}
.support-bottom-strip a span {
    width: 50px;
    height: 50px;
    float: left;
    font-size: 30px;
    line-height: 50px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    margin: 0 0 5px 7px;
}
.support-bottom-strip a span i {
    line-height: 1.5;
    color:#000;
    font-size: 28px;
    animation: play-animation 1s infinite;
}
@keyframes play-animation {
    0% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      transform: rotate(0) scale(1) skew(1deg);
    }
  }
.support-bottom-strip a .call-text {
    font-size: 14px;
}
.support-bottom-strip a .tele {
    font-size: 28px;
    line-height: 1em;
    font-weight: 500;
}
.support-bottom-strip strong {
    font-weight: 700;
    font-size: 28px;
    line-height: 27px;
}



/* <!------------------------------Scroll-Top----------------------------------------------> */
#return-to-top {
    padding-top: 7px;
    position: fixed;
    bottom: 45px;
    right: 15px;
    background: #2b3990;
    width: 40px;
    height: 40px;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 49;
    border-radius: 7px;
}

#return-to-top h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}
#return-to-top h4 i {
    transform: rotate(-90deg);
}




/* Browser scroll bar */
::-webkit-scrollbar {
    width: 5px;
    background-color: #555;
    border-radius: 0 0 5px 0;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #2b3990;
  }



/**********left-slider to and form location***********/

.nit-travel-popUp {
    position: fixed;
    left: 105%;
    top: 0px;
    z-index: 99999;
    background: #fff;
    height: 100%;
    width: 100%;
    overflow: auto;
    transition: all .5s ease-in-out;
}
.nit-travel-popUp .nit-topheader {
    display: flex;
    align-items: center;
    background: #2b3990;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.nit-travel-popUp .nit-topheader i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    font-size: 20px;
}
.nit-travel-popUp .nit-topheader h3 {
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 0;
}
.nit-travel-popUp .nit-topheader span {
    font-weight: 700;
    color: #fff;
}
.nit-travel-popUp .nit-header {
    display: flex;
    border-bottom: 1px solid #ccc;
    height: 45px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 90%;
    margin: auto;
}
.nit-travel-popUp .nit-header .nit-input-box {
    display: flex;
    align-items: center;
    position: relative;
}
.nit-travel-popUp .nit-header img {
    margin-right: 10px;
}
.nit-travel-popUp .nit-header label {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    position: absolute;
    left: 35px;
    user-select: none;
    pointer-events: none;
}
.nit-travel-popUp .nit-header input {
    border: 0;
    outline: none;
    color: #999;
    font-weight: 700;
    padding-left: 5px;
}
.nit-travel-popUp .nit-body {
    margin-top: 5px;
}
.nit-travel-popUp .nit-body .nit-list {
    padding: 1rem 1.5rem;
    display: none;
}
.nit-travel-popUp .nit-body .nit-list ul li {
    font-size: 15px;
    color: grey;
    margin-bottom: 2rem;
}
.nit-travel-popUp .nit-body .nit-list ul>li::before {
    font-size: 18px;
    color: grey;
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    transform: translateY(2px);
}
.nit-travel-popUp .nit-body .nit-list ul li ul {
    padding-left: 30px;
}
.nit-travel-popUp .nit-body .nit-list ul li ul li {
    margin: 15px 0;
    display: flex;
    align-items: baseline;
}
.nit-travel-popUp .nit-body .nit-list ul li ul li.station::before {
    content: "\f239";
}
.nit-travel-popUp .nit-body .nit-list ul li ul li.airport::before {
    content: "\f072";
    transform: rotate(-90deg);
}
.nit-travel-popUp .nit-body .nit-list ul li ul li.bus::before {
    content: "\f55e";
}



.nit-travel-popUp1 {
    position: fixed;
    left: 105%;
    top: 0px;
    z-index: 99999;
    background: #fff;
    height: 100%;
    width: 100%;
    overflow: auto;
    transition: all .5s ease-in-out;
}
.nit-travel-popUp1 .nit-topheader {
    display: flex;
    align-items: center;
    background: #2b3990;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.nit-travel-popUp1 .nit-topheader i {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    font-size: 20px;
}
.nit-travel-popUp1 .nit-topheader h3 {
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 0;
}
.nit-travel-popUp1 .nit-topheader span {
    font-weight: 700;
    color: #fff;
}
.nit-travel-popUp1 .nit-header {
    display: flex;
    border-bottom: 1px solid #ccc;
    height: 45px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 90%;
    margin: auto;
}
.nit-travel-popUp1 .nit-header .nit-input-box {
    display: flex;
    align-items: center;
    position: relative;
}
.nit-travel-popUp1 .nit-header img {
    margin-right: 10px;
}
.nit-travel-popUp1 .nit-header label {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    position: absolute;
    left: 35px;
    user-select: none;
    pointer-events: none;
}
.nit-travel-popUp1 .nit-header input {
    border: 0;
    outline: none;
    color: #999;
    font-weight: 700;
    padding-left: 5px;
}
.nit-travel-popUp1 .nit-body {
    margin-top: 5px;
}
.nit-travel-popUp1 .nit-body .nit-list {
    padding: 1rem 1.5rem;
    display: none;
}
.nit-travel-popUp1 .nit-body .nit-list ul li {
    font-size: 15px;
    color: grey;
    margin-bottom: 2rem;
}
.nit-travel-popUp1 .nit-body .nit-list ul>li::before {
    font-size: 18px;
    color: grey;
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    transform: translateY(2px);
}
.nit-travel-popUp1 .nit-body .nit-list ul li ul {
    padding-left: 30px;
}
.nit-travel-popUp1 .nit-body .nit-list ul li ul li {
    margin: 15px 0;
    display: flex;
    align-items: baseline;
}
.nit-travel-popUp1 .nit-body .nit-list ul li ul li.station::before {
    content: "\f239";
}
.nit-travel-popUp1 .nit-body .nit-list ul li ul li.airport::before {
    content: "\f072";
    transform: rotate(-90deg);
}
.nit-travel-popUp1 .nit-body .nit-list ul li ul li.bus::before {
    content: "\f55e";
}

/*  <!------------------------------last minute pop up----------------------------------------------> */
.last-minute-popup {
    display: none;
    text-decoration: none;
    border-left: 4px solid #006EE3;
    border-radius: 4px;
    background: #fff;
    margin: 10px;
    padding: 10px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
    position: relative;
}
.last-minute-popup img {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 10px;
    float: left;
    padding: 0;
    display: inline-block;
    border: 2px solid #C7E1E9;
    border-radius: 50%;
    /* transform: scaleX(-1); */
    /* background: #006EE3; */
}
.last-minute-popup figure:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #008A04;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 54px;
    top: 45px;
}
.last-minute-popup p {
    margin-top: -12px;
    font-size: 13px;
    line-height: 20px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 600;
    color: #313541;
}
.last-minute-popup p span {
    display: block;
    font-size: 11px;
    color: #73767F;
    line-height: 12px;
}
.last-minute-popup i {
    color: #fff;
    background: #006EE3;
    border-radius: 50%;
    padding: 7px 8px;
    float: right;
    position: relative;
    margin-right: 3px;
    height: 2rem;
    width: 2rem;
    margin-top: 8px;
    /* animation: play-animation 1s infinite; */
}



/* calender */
/***********clander css**********/
  .ui-datepicker-prev.ui-corner-all, .ui-datepicker-next.ui-corner-all {
    background: transparent !important;
    box-shadow: none !important;
}
.ui-datepicker {
    padding: 1.2em 1.2em 9px !important;
}
.ui-icon {
    width: 25px !important;
    height: 25px !important;
}



#ui-datepicker-div.ui-widget.ui-widget-content{transition: 0s !important;font-family: inherit;}
#ui-datepicker-div .ui-widget-header {
    border-color: transparent;
    background: transparent;
    color: #849095;
    border-color: white;
    font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border: none !important;
}
.ui-datepicker-week-end.ui-datepicker-today:before a{
    position: absolute;
    content: "";
    bottom: 4px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
}
/*.ui-datepicker table {
    font-size: .8em;

}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 0.7em 0.2em;
}*/
.ui-datepicker.ui-datepicker-multi {
    width: 90% !important;
    left: 5% !important;
    margin-top: 11px;
    border-radius: 5px;
    border: none !important;
    box-shadow: 0 2px 5px rgb(0 0 0 / 23%);
}
.ui-datepicker .ui-datepicker-title {
    text-align: center;
    font-weight: 600;
    color: #313541;
    font-size: 14px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: transparent;
    background: #fff;
    color: #006ee3;
    font-weight: 500;
}
/* .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #2139ac!important;
    font-weight: normal;
    color: #ffffff !important;
} */
.ui-datepicker-multi .ui-datepicker-group table thead {
    background: #2b3990;
}
.ui-datepicker th {
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    padding: 10px 0px !important;
    margin-bottom: 10px !important;
}
/*.ui-datepicker td {
    padding: 1px;
    border: 1px solid #e8e8e8;
}*/
.ui-widget-content {
    color: #849095;
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{
    background:#f9cb0b;
    cursor: pointer;
    z-index: 3;
    color: #000;
}
.nit-upperDateBox small {
    color: #7167ff !important;
}
.nit-upperDateBox big{color: #f96768 !important;}
.ui-widget-header .ui-datepicker-prev .ui-icon{background-image: url(/AF_Images/right-arrow.svg);transform: rotate(180deg);background-position: 0px;background-color: transparent;cursor: pointer;}
.ui-widget-header .ui-datepicker-next .ui-icon{background-image: url(/AF_Images/right-arrow.svg);background-position: 0px;background-color: transparent;cursor: pointer;}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5 !important;
    background: #ffffff !important;
    margin: 6px 1px -1px !important;
    /* color: #000; */
    /* background: transparent; */
    text-align: center;
    /* border: transparent; */
    /* border-radius: 0px;*/
}  
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none !important;
    background: #05164d !important;
    color: #fff !important;
}
.ui-state-default.ui-state-active {
    background: #2b3990  !important;
    color: #fff!important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: -4px !important;
}
.ui-state-default:hover{
    background: #000000 !important;
    color: #fff !important;
}




/*My css*/

.ui-autocomplete .ui-menu-item {
    margin: 0.2rem 0 !important;
    padding: 5px;
    border-bottom: 1px solid #ddd;
      cursor: pointer;
}

.ui-autocomplete .ui-menu-item .ui-state-focus {
    border: 0;
    border-bottom: 1px solid #d4e4ff !important;
    background-position: 59% 20% !important;
    background: #d4e4ff!important;
    color:#333;
    font-weight:400;

}
.ui-autocomplete .ui-menu-item {
    border: 0;
    /*border-bottom: 1px solid #d3d3d3 !important;*/
    background-position: 59% 20% !important;
    background: #fff!important;
}
.ui-menu .ui-menu-item span {
    color: #135c88;
    font-weight: 700;
    text-transform: uppercase;
}
.ui-menu .ui-menu-item .ui-state-focus span {
    color: orange;
    font-weight: 700;
    text-transform: uppercase;
}
.ui-autocomplete {
    padding: 7px;
    border-radius: 0px;

    max-height: 250px; 
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: default;
    background: #fff;
    box-shadow: 0 0 2px #333!important;
    max-width: 400px;
    width: 97%;
}
.ui-autocomplete::-webkit-scrollbar {
    width: 1px;
}
.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #888;
}
.ui-autocomplete::-webkit-scrollbar-track {
    background: #f1f1f1;
}
@media screen and (max-width: 767px) {
    .ui-autocomplete {
        width: 98% !important;
        left:0!important;
        margin:5px!important;
        z-index:99999!important;
    }
       .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{display:none!important}
 .ui-datepicker-multi .ui-datepicker-group{float:none!important;}
#ui-datepicker-div.ui-widget.ui-widget-content {
    width: 100%!important;
    left: 0!important;
       max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    height:100%;
    position:fixed!important;
    top:25px!important;
}    
.ui-datepicker td {
    height: 40px;
    width: 40px;
    padding: 0px;
}
#ui-datepicker-div {
    top: 0!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    font-size: 12px;
    border-radius: 0px;
}
.ui-datepicker-group {
    padding: 8px;
    width:100%!important;
}
.ui-datepicker td span, .ui-datepicker td a {
   line-height: 40px;
    text-align: center;
    padding: 0px;
}
.ui-widget {
    font-size: 0.8em;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: #ffffff !important;
    background: #e17412;
} 
.ui-datepicker .ui-datepicker-buttonpane button{margin-bottom:30px!important;}
}
.ui-autocomplete .ui-corner-all {
padding: 7px 5px 7px 32px !important;
text-decoration: none;
margin-left:-2px!important;
}
.ui-autocomplete a {
    font-size: 14px;
    display: block;
    padding: 5px 4px;
}
.ui-widget-content .ui-state-focus {
    border: none;
    outline: none;
    border-radius: 0px;
    box-shadow: none !important;
        margin: 0px;
}

.error {
    /*padding: 3px;*/
    overflow: hidden;
    background: #ffd2d2!important;
    border: 1px solid red!important;
}
.errorClass {
        border: 2px solid red!important;
    }

.form-datebox .form-control:disabled,.form-datebox .form-control[readonly] {
background:#fff!important;
}

/**********left-slider clander***********/
#nitCalendar {
    /* position: fixed; */
    left: 0;
    top: 0px;
}
#nitCalendar {
    overflow: auto!important;
}
#nitCalendar, #nitCalendar2 {
    position: relative;
    top: 121px;
}
#nitCalendar, #nitCalendar2 {
    max-width: 500px;
    width: 100%;
    margin: auto;
}
#nitCalendar .nitCalClose .nitCalTitle {
    text-align: left;
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    flex-grow: 1;
    padding-left: 60px;
}
#nitCalendar .nitCalClose {
    display: flex;
    height: 45px;
    position: relative;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    background: #2b3990;
}
#nitCalendar .nitCalClose i {
    position: absolute;
    left: 0;
    padding: 1rem;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-right: 1px solid #fff;
    z-index: 1;
}

.back-btn{margin-top: 45px;text-align: center;}
.back-btn .tbtn{background:#2b3990;}
.back-btn a{color: #fff;font-size: 13px;font-weight: 500;height: 51px;width: 172px;display: flex;align-items: center;justify-content: center;margin: auto;}
.back-btn a i{margin-right: 10px;font-size: 25px;}

.nit-404{padding: 40px 0  120px;background: #e9e9e9;text-align: center;}
.nit-404 .nit-404-box .nit-box{}
.nit-404 .nit-404-box .nit-box .nit-bigheading{color: #2b3990;font-size: 200px;font-weight: 900;margin-bottom: 0;}
.nit-404 .nit-404-box .nit-box .nit-content{}
.nit-404 .nit-404-box .nit-box .nit-content .nit-title{font-size: 25px;color: #292929;margin-bottom: 20px;}
.nit-404 .nit-404-box .nit-box .nit-content p{font-size:15px ;color: #6f696b;}
.nit-404 .back-btn{margin-top: 30px;margin-bottom: 30px;}
.nit-404 .nit-404-box .nit-box figure img{}

@media (max-width: 767px) {
   

    .nit-404 .nit-404-box .nit-box .nit-content .nit-title {
        font-size: 20px;
    }

    .nit-404 .nit-404-box .nit-box .nit-bigheading {
        color: #fb6f6e;
        font-size: 130px;
        font-weight: 900;
        margin-bottom: 0;
    }
}

/*Sitemap css*/
.sitemap-content{padding: 10px 0 0px 0;}
.sitemap-content h2 {
    margin: 0;
    padding: 20px 0 12px 0;
    font-size: 25px;
    color: #034053;
    text-transform: uppercase;
    font-weight: bold;
}
.sitemap-content h3 {
    background: #2b3990;
    display: inline-block;
    clear: both;
    font-size: 15px;
    border-radius: 20px;
    padding: 11px 25px;
    color: #fff;
    margin-bottom: 15px;
        margin-top: 20px;
}
.sitemap-content ul:last-child {
    border-bottom: 0;
}
.sitemap-content ul {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #2b3990;
    padding-bottom: 17px;
}
.sitemap-content ul li {
    float: left;
    width: 25%;
}
.sitemap-content ul li a {
    font-size: 14px;
    color: #2b3990;
    display: inline-block;
    /*background-image: url(/AF_Images/sitemap-arrow.png);*/
    background-repeat: no-repeat;
    padding: 2px 0 2px 19px;
    background-position: top 8px left;
}
.sitemap-content ul li:hover a {
    color: #2543fb;
}
@media(max-width:600px){
.sitemap-content h2 {
    padding: 8px 0 0px 0;
}
.sitemap-content h3 {
    font-size: 13px;
    padding: 10px 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.sitemap-content ul li {
    float: left;
    width: 50%;
}
.sitemap-content ul li a {
    font-size: 13px;
}
.sitemap-content ul {
    padding-bottom: 10px;
}
}
  .banner-section {
    position: relative;
    z-index: 1;
    padding: 3em 0;
    background: #2b3990;
}
     .banner-section .banner-content {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    width: 100%;
    max-width: 100%;
    position: absolute;
}
     .banner-section .banner-content h2 {
    margin-bottom: 2px;
    font-size: 40px;
    color: #fff;
    font-weight: 300;
}
     .banner-section .banner-content .breadcrumb {
    background: transparent;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}
     .banner-section .banner-content .breadcrumb li {
    color: #fff;
    margin-right: 1.2em;
    position: relative;
    font-size: 12px;
    font-weight: 400;
}

@media(max-width:767px) {
.banner-section {
    padding: 2em 0;
}
.banner-section .banner-content h2 {
    font-size: 25px;
}
}
.about-section form {
    width: 88%;
    float: right;
    margin-top: 3em;
}
.about-section form {
    width: 88%;
    float: right;
    margin-top: 3em;
}

.inner-section{padding:4em 0;}
/*-----------------------------------about-page---------------------------------------------*/
.about-section h2{font-size:25px;color:#00294f;font-weight:700;margin-bottom:20px;}
.about-section p{    width: 90%;font-size:14px;color:#515151;font-weight:400;margin-bottom:15px;line-height:1.8;}
.about-section p span{display:block;}
.about-section ul li {
    padding-bottom: 0.4em;
    display: flex;
    margin-top: 5px;
}
.about-section.terms p {
    width: 100%;
}
.about-section ul li i {
    font-size: 20px;
    height: 25px;
    line-height: normal;
    float: left;
    color: #d93829;
    width: 29px;
}
.about-section ul li a{
    font-size: 14px;
    color: #262626;
    font-weight: 500;
}
.about-section ul li:hover {
    text-indent: 6px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
}
.about-section ul li:hover a {
    color: #d93829;
}
.contact{position:relative;}
.contact::before {
    content: '';
    position: absolute;
  bottom: -22%;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/AF_Images/contactback.png);
    z-index: -1;
}

.about-section form label{font-size:13px;color:#262626;font-weight:600;}
.about-section form .form-control {
    background: #f7f7f7;
    height: 48px;
    border: 2px solid #eee;
}
.about-section textarea.form-control {
    height: 120px !important;
}
.about-section .btn.btn-default {
    font-size: 16px;
    color: #fff;
    background: #d93829;
    padding: 9px 50px;
    border-radius: 6px;
    font-weight: 400;
    transition: .3s ease-out;
    text-align: center;
    box-shadow: inset 0 0 0 50px #d93829;
        border: 1px solid #d93829;
    outline: none!important;
}
.about-section .btn.btn-default:hover {
    color:  #d93829;
    border-color:  #d93829;
    box-shadow: inset 0 0 0 0 #fff;
    background: transparent;
}
.about-section.terms h2 {
    margin-bottom: 15px;
}
.about-section .back-btn.text-center {
    margin-top: 20px;
    margin-bottom: 4em;
}
.about-section .back-btn .tbtn i img{
    transform: rotate(
180deg
);
    margin-right: 11px;
}
.about-section .back-btn .tbtn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 24px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #d93829;
    text-transform: uppercase;
    border-radius: 5px;
        border: 2px solid #d93829;
}
.about-section .back-btn .tbtn i {
    color: #fff;
    display: inline-block;
    transition: .5s ease;
}
.about-section .back-btn .tbtn:hover {
       background: #033552;
    box-shadow: 0px 19px 20px -14px #0000006b;
    border: 2px solid #033552;
}
.about-section .back-btn .tbtn:hover i{transform: translate(-10px,0);}
@media(max-width:610px) {
 
    .about-section .back-btn.text-center {
    margin-top: 20px;
    margin-bottom: 1em;
}
    .inner-section {
    padding: 1em 0;
}
.about-section p {
    font-size: 13px;
    margin-bottom: 10px;

}
.about-section h2 {

    margin-bottom: 6px;
}

}
@media(max-width:330px) {
.about-section form {
    width: 100%;
    float: right;
    margin-top: 10em;
}
}

@media(max-width:1299px) {
    .about-section p {
    width: 96%;

}
    .contact::before {
  
    bottom: -21%;

 
}
}
@media(max-width:991px) {
.about-section p {
    width: 100%;

}
.about-section p span {
    display: inline;
}
}
@media(max-width:767px) {
    .contact::before {
        bottom: -28%;
    }
     .nit-loading{width: 100%;padding: 1rem;}
       .nit-404 .nit-404-box .nit-box .nit-content .nit-title{font-size: 20px;}
    .nit-404 .nit-404-box .nit-box .nit-bigheading{color: #fb6f6e;
    font-size: 130px;
    font-weight: 900;
    margin-bottom: 0;}
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 16% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #ff7605 transparent #ff7605 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.rotate2 {
    transform: rotate(359deg);
}
.rotate1 {
    transform: rotate(0deg);
}

#popup11 {
    background: rgba(0,0,0,.6);
    z-index: 999999!important;
    overflow: auto;
}
#popup11 .modal-content {
    background: transparent;
    border: none;
    max-width: 360px;
}
#popup11 .popup-card{
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(234,249,247,1) 70%);
    margin-top: 18px;
}
#popup11 .popup-head{
    padding-bottom: 10px;
    text-align: center;
}
#popup11 .popup-head .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background-color: #fff;
    opacity: 1;
    background-size: 10px;
}

#popup11 .popup-head figure {
    margin: -65px 0px 15px 0px;
}
#popup11 .popup-head figure img {
    width: 100px;
}
#popup11 .popup-headinfo h1{
    font-size: 25px;
    color: #000;
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
}
#popup11 .popup-headinfo p {
    font-size: 15px;
    font-weight: 500;
    margin: 6px 0;
    color: #000;
}
#popup11 .popup-headinfo span {
    display: block;
    color: #e90021;
    font-size: 14px;
    margin: 8px 0;
}
#popup11 .call-icon {
    width: 48px;
    border-radius: 50%;
    outline: 1px solid #0979cb;
    outline-offset: 3px;
    margin-top: 12px;
}
#popup11 .popup-headinfo a {
    font-size: 29px;
    display: block;
    font-weight: 700;
    margin: 10px 0 0px;
    color: #0066cc;

}
#popup11 .popup-headinfo a img {
    margin-right: 8px;
    width: 28px;
    animation: bounce 0.4s ease infinite alternate;
}
#popup11 .popup-headinfo small {
    padding-left: 30px;
    font-size: 13px;
    color: #999999;
    /* margin-top: 14px; */
}
#popup11 .popup-body {
    padding: 20px 0px 0;
    overflow: hidden;
    border-top: 1px solid #cccccc;
}
#popup11 .popup-body h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
#popup11 .popup-body ul li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 15px;
}
#popup11 .popup-body p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
}
#popup11 .popup-body p strong{
    display: block;
    font-weight: 500;
}

@keyframes bounce {
    0% {
    }
    100% {
      transform: translateY(-5px);
    }
  }


#popup12 {
    background: rgba(0,0,0,.6);
    z-index: 999999!important;
    overflow: auto;
}
#popup12 .modal-dialog {
    max-width: 360px;
}
#popup12 .popup-card{
    display: inline-block;
    position: relative;
    width: 100%;
}
#popup12 .popup-head{
    padding: 23px 15px;
    background: #003366;
    text-align: center;
}
#popup12 .popup-head .btn-close {
    position: absolute;
    top: -10px;
    right: -1px;
    color: #fff;
    background-color: #fff;
    opacity: 1;
    background-size: 10px;
}
#popup12 .popup-head h1{
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    position: relative;
    line-height: 25px;
}
#popup12 .popup-head img {
    max-width: 280px;
}
#popup12 .popup-body {
    padding: 25px 15px 0;
    background: #fff;
    overflow: hidden;
}
#popup12 .popup-body p {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #000;
    line-height: 30px;
}
#popup12 .popup-logobox {
    text-align: center;
    padding-bottom: 20px;
}
#popup12 .popup-logobox h5 {
    font-size: 21px;
    font-weight: 600;
}
#popup12 .popup-logo {
    width: 100%;
    height: 108px;
    object-fit: contain;
}
#popup12 .popup-deals {
    text-align: center;
}
#popup12 .popup-deals p {
    font-size: 20px;
    font-weight: 400;
}
#popup12 .popup-deals p img {
    display: block;
    margin-top: 12px;
}
#popup12 .popup-deals .support-person {
    margin: 12px auto;
    height: 80px;
    width: 80px;
    object-fit: contain;
}
#popup12 .popup-deals a {
    font-size: 35px;
    font-weight: 800;
    color: #003366;
    display: inline-block;
    margin-bottom: 15px;
}
#popup12 .popup-footer {
    background: #e01933;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
}   
#popup12 .popup-footer a {
    display: inline-block;
    color: #fff;
    font-size: 33px;
    font-weight: 700;
}
#popup12 .popup-footer a img{
    display: inline-block;
    animation: bounce 0.4s ease infinite alternate;
}

#popup12 .popup-footer p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}
#popup12 .popup-footer p strong{
    font-size: 22px;
    display: block;
}
#popup12 .popup-card .airline-support {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 180px;
    float: right;
}

@keyframes bounce {
    0% {
    }
    100% {
      transform: translateY(-5px);
    }
  }

.bestdeals_panel{
    background-color: #f1f4ff;
}
.about-info {
    padding:0 25px;
}
.about-info h2 {
    margin-bottom: 15px;
    font-weight: 700;
}
.about-info .btn {
    padding: 10px 18px;
    font-weight: 600;
    margin-top: 25px;
}
.flight-book {
    display: flex;
    width: 100%;
    padding: 10px 10px;
    background: #fff;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid transparent;
    margin-top: 20px;
    transition: all .5s ease-in-out;
}
.flight-book:hover {
   border-color: #2139b0;
}
.flight-book-info {
    width: 33.33%;
    padding: 2px 10px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.flight-book p {
    width: 33.33%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    line-height: 16px;
    white-space: nowrap;
}
.flight-book p img {
    width: 44px;
    height: 40px;
    object-fit: contain;
    margin-right: 8px;
}
.flight-to li {
    display: inline-flex;
    font-size: 20px;
    font-weight: bold;
    color: #2139b0;
}
.flight-to li img {
    margin: 0 10px;
}
.bg-btn, .border_btn {
    background: #2b3990;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 14px;
    padding: 7px 25px;
    text-transform: uppercase;
}
.bg-btn:hover, .border_btn:hover {
    background: #033552;
    color: #fff;
}
.text-red {
    color: #ff0000;
}

@media (max-width:1200px) {

  
      .flight-book-info {
        width: 38%;
    }
}
@media (max-width:992px) {

    .space-tb {
        padding: 30px 0;
    }
     .flight-to li {
        font-size: 12px;
    }
    .flight-book p {
        font-size: 12px;
    }
    .flight-book .border_btn {
        font-size: 12px;
        padding: 7px 9px;
    }
     .bg-btn, .border_btn {
        padding: 6px 10px;
    }
}

@media(max-width:767px) {
    .note-text{font-size:12px;}
    .text-red{font-size:12px;}
    .bg-btn, .border_btn {
    padding: 6px 5px;
    font-size: 14px;
    background: #2b3990;
    color:#fff;
}
    .flight-book span{
        font-size:12px;
    }
  .flight-book {
        margin-top: 10px;
        flex-wrap: wrap;
        padding: 5px;
    }
    .flight-book p img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
    .flight-book-info {
        width: 40%;
        padding: 5px;
        margin-right: 5px;
    }
    .flight-to li img {
        margin: 0 5px;
    }
    .flight-book .border_btn {
        font-size: 12px;
        padding: 5px 5px;
    }
     .flight-book p {
        width: 27%;
    }
     .about-info {
    padding: 0px;
}
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff!important;
}


.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 16% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #ff7605 transparent #ff7605 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


 .overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    opacity: 1;
    transition: all 0.5s;
}

.thankyoucontent {
    background: #2b3990;
        height: 100%;
        margin: 0;
        background-repeat: no-repeat;
        background-attachment: fixed;
       padding:2rem 0;
}
.thankyoucontent .wrapper-1{
  width:100%;
  /*height:100vh;*/
  display: flex;
flex-direction: column;
        background: #fff;
}
.thankyoucontent .wrapper-2{
  padding: 20px;
  text-align:center;
}
.thankyoucontent h1{
  font-family: 'Raleway', Arial Black, Sans-Serif;
  font-size:1.8em;
  font-weight: 900;
  letter-spacing:1px;
  color: #000;
  margin:0;
  margin-top: 10px;
  margin-bottom:10px;
}
.thankyoucontent h3{
  font-family: 'Raleway', Arial Black, Sans-Serif;
  font-size:20px;
  font-weight: 600;
  letter-spacing:1px;
  color: #000;
  margin:0;
  margin-top: 10px;
  margin-bottom:10px;
}
.thankyoucontent .wrapper-2 p{
  margin:0;
  font-size:1em;
  color:#000;
  font-family: 'Raleway', sans-serif;
  letter-spacing:1px;
  line-height: 1.5;
}
.thankyoucontent .wrapper-2 p strong {
    color: #fff;
    padding: 2px 7px;
    box-shadow: 0px 0px 2px 1px #2b3990;
    border-radius: 10px;
    background: #2b3990;
    font-weight: 500;
}
.thankyoucontent .go-home{
  background: #2b3990;
  border:none;
  padding: 18px 30px;
  margin: 15px 0;
  border-radius: 15px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
}
.thankyoucontent .go-home:hover{
  opacity: 0.9;
}
thankyoucontent .go-home a{
  font-family: 'Raleway', Arial Black;
  font-size: 1rem;
  font-weight: 700!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  
}
.thankyoucontent .footer-like{
  margin-top: auto; 
  background: rgb(31,38,130);
  padding:6px;
  text-align:center;
}
.thankyoucontent .footer-like p{
  margin:0;
  padding:4px;
  color:#fafafa;
  font-family: 'Raleway', sans-serif;
  letter-spacing:1px;
}
.thankyoucontent .footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight: 600;
}

.thankyoucontent .footer-like p a:hover{
  color:#FFF;
 }

@media (max-width:767px){
.thankyoucontent  h1{
    font-size:1.1em;
  }

.thankyoucontent  .go-home{
    margin-bottom:20px;
    font-size: 1.4rem;

  }
}

@media (min-width:600px){
  .thankyoucontent{
  /*max-width:1000px;*/
  margin:0 auto;
}
.thankyoucontent  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  /*margin-top:50px;*/
  border: 1px solid red;
  border-radius: 16px;
  }
  
  
}


/*deals section css*/
/*-----------------------------------cheapest-flight-section---------------------------------------------*/
.cheapest-flight-section{padding: 3em 0 0em;}
.cheapest-flight-section .grid {
    grid-gap: 1.6rem;
    margin-top:1.5em;margin-bottom:1.7em;}
.grid {
    display: grid;
    grid-gap: 40px;}
.cheapest-flight-section .grid .nit-box:nth-child(1) {
    grid-area: 1/1/2/2;
}



.cheapest-flight-section .grid .nit-box:nth-child(2) {
    grid-area: 2/1/3/2;
}
.cheapest-flight-section .grid .nit-box:nth-child(3) {
    grid-area: 1/2/3/3;
}
.cheapest-flight-section .grid .nit-box:nth-child(4) {
    grid-area: 1/3/2/4;
}
.cheapest-flight-section .grid .nit-box:nth-child(5) {
    grid-area: 2/3/3/4;
}
.cheapest-flight-section .grid .nit-box .img-box {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
        box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
        border-radius:9px;
}
.cheapest-flight-section .grid .nit-box .img-box img{width:100%;}
.cheapest-flight-section .grid .nit-box .text h5 {
    font-size: 18px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 2px;
}
.cheapest-flight-section .grid .nit-box .text h5 img{width: fit-content;}
.cheapest-flight-section .grid .nit-box .text h6 {
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 400;
    margin-bottom: 0px;
}
.cheapest-flight-section .grid .nit-box .text{padding:1em 1em;}
.cheapest-flight-section .grid .nit-box .texts {
    text-align: right;
    right: 20px;
    position: absolute;
    bottom: 13px;
}
.cheapest-flight-section .grid .nit-box .texts h4 {
    font-size: 22px;
    color: #2543fb;
    font-weight: 600;
    margin-bottom: 5px;
}
.cheapest-flight-section .grid .nit-box .texts .btn {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: transparent;
    padding: 2px 14px;
    border-radius: 50px;
    color: #2b3990;
    width: fit-content;
    border: 1px solid;
}
.cheapest-flight-section .grid .nit-box .btn:hover {
    background: #2b3990;
    color: #fff;
}
.cheapest-flight-section .grid .nit-box .texts h4 del{font-size:15px;color:#626262;}
.cheapest-flight-section h6 {
    font-size: 11px;
    color: #5a5a5a;
    font-weight: 500;
    line-height: 1.7;
}
.cheapest-flight-section h6 b {
    color: #2b3990;
    font-weight: 500;
}
.cheapest-flight-section h6 a{color:#2543fb;text-decoration:underline;}
.cheapest-flight-section .call {
    margin-bottom: 3em !important;
    margin: auto;
    position: relative;
}
.cheapest-flight-section .call figure {
    padding-top: 2em;
    overflow: hidden;
}
.cheapest-flight-section .call .ca {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 67%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.cheapest-flight-section .call p {
    font-size: 19.46px;
    color: #000;
    font-weight: 400;
}
.cheapest-flight-section .call p i {
    color: #fff;
    background: #2b3990;
    width: 38px;
    font-size: 17px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    margin-right: 15px;
    outline: 4px solid #fff;
}
.cheapest-flight-section .call p a {
    font-weight: 700;
    font-size: 21.63px;
    color: #000;
}
.cheapest-flight-section .call p a:hover{color:#fff;}
.cheapest-flight-section .nit-heading1 {
    font-size: 25px;
    color: #2b3990;
    font-weight: 700;
    margin-bottom: 22px;
    width: 100%;
    text-align: left;
}
.cheapest-flight-section h3 {
    font-size: 18px;
    color: #2b3990;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}
.cheapest-flight-section h4 {
    font-size: 14px;
    color: #ff5722;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}
.cheapest-flight-section .nit-heading1:after, .cheapest-flight-section .nit-heading1:before{display:none;}
.cheapest-flight-section table td {
    padding: 9px 40px 9px 0px;
    font-size: 15px;
}
.cheapest-flight-section table{margin-bottom:2em;}
.cheapest-flight-section table td a{color:#2543fb;text-decoration:underline;}

.cheapest-flight-section p {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom:10px;
    letter-spacing: 1px;
}
.cheapest-flight-section .box{width:95%;margin:auto;}
.cheapest-flight-section .box .col-md-6{padding:25px 15px;}
.cheapest-flight-section .box .card{border-radius:15px;padding:1.5em 4em; box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
}
.cheapest-flight-section .box .card ul{}
.cheapest-flight-section .box .card a{color:#2543fb;}
.cheapest-flight-section .box .card li{font-size:14px;position:relative;margin-bottom:7px;margin-left:1.4em;font-weight:500;}
.cheapest-flight-section .box .card li:before {
    position: absolute;
    content: "";
    top: 7px;
    left: -15px;
    width: 7px;    height: 7px;
    background: #e13152;
    border-radius: 50%;
}
.cheapest-flight-section .box .card .off{ -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;}

.cheapest-flight-section h2{font-size:29px;color:#323232;font-weight:700;text-align:center;position:relative;    width: fit-content;
    margin: auto;
    display: block;}

 .cheapest-flight-section h2:before{
    position: absolute;
    content: "";
    /*background: url(/FF_Images/headingsmall.png);*/
    width: 20px;
    height: 15px;
    right: -28px;
    bottom: -4px;}
   .cheapest-flight-section h2:after{position:absolute;content:"";/*background:url(/FF_Images/headinglarge.png);*/ width:32px;
       height: 24px;
    left: -38px;
    top: -10px;}

   .cheapest-flight-section ul{list-style: none;
    margin-bottom: 10px;}
   .cheapest-flight-section ul li {position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    line-height: 1.7;
    letter-spacing: 1px;
    font-size:14px;
   }
    .cheapest-flight-section ul li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    font-size: 12px;
    font-weight: 600;
    top: 3px;
    }
     .cheapest-flight-section ul li:before {
    content: "\f111";
    color: #f05a29;
}

@media(max-width:1024px) {
    .cheapest-flight-section .grid .nit-box .text {
    padding: 1em 0.4em;
}
.cheapest-flight-section .call .ca {
    top: 70%;
}
.cheapest-flight-section .grid .nit-box .texts {
    text-align: right;
    right: 4px;
}
}

@media(max-width:991px) {
    .cheapest-flight-section .box .card {
    padding: 1.5em 1em;
}
.cheapest-flight-section .box .card .off {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.cheapest-flight-section .call .ca {
    top: 72%;
}
}
@media(max-width:610px) {
     .cheapest-flight-section h2 {
    font-size: 18px;

}
     .cheapest-flight-section .grid .nit-box{
    margin-bottom: 15px;
}
.cheapest-flight-section .call, .cheapest-flight-section table {
    margin-bottom: 1em !important;
}
.cheapest-flight-section table td {
    padding: 4px 10px 4px 0px;
    font-size: 12px;
}
.cheapest-flight-section .call .ca {
    top: 72%;

}
.cheapest-flight-section .call figure {
    padding-top: 0em;
    overflow: hidden;
}
.cheapest-flight-section .nit-heading1 {
    margin-bottom: 7px;

}
.cheapest-flight-section .box .card li {
    font-size: 13px;
}
.cheapest-flight-section .box .col-md-6 {
    padding: 8px 0px;
}
.cheapest-flight-section .col-md-12 {
    padding: 0px;
}
.cheapest-flight-section .box .card {
    padding: 0.6em 0.6em;
}
.cheapest-flight-section .call p i{display: none;}
.cheapest-flight-section .call p, .cheapest-flight-section .call p a {
    font-size: 10px;
}
.grid {
    display: block;
}
.cheapest-flight-section .box .card .off {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.cheapest-flight-section {
    padding: 1em 0 0em;
    margin-top: 20px;
}
}


.hero-panel1{
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
    min-height: 500px;
    padding: 67px 0 30px;
    /*margin-top: 30px;*/
}
.overlay2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
}
 
  .hero-info1 {
    padding:0 0px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: 100%;
}
.hero-title1{
    font-size: 45px;
    color: #fff;
    font-weight: 700;
       font-family: 'Playfair Display', serif;
    margin-bottom: 1rem;
}
.hero-info1 h5 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-info1 p {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;

}
.cms-panel{
    min-height: auto;
    padding: 0px 0 0px;
}
  .cms-panel .hero-info1 {
    padding: 40px 0px 0;
}
  .about-panel{
    padding-left: 5px;
}
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
  .heading-box{
    position: relative;
}
.heading {
    padding: 0px 0px 5px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #142e43;
    line-height: 45px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.text-start {
    text-align: justify!important;
    line-height: 2;
}
@media (max-width:1200px) {
    .heading-box {
        position: relative;
        overflow: hidden;
    }
    .heading {
        font-size: 35px;
    }
}
@media (max-width:992px) {
    .hero-info1 {
        padding: 0 0 30px;
    }
    .hero-title1 {
        font-size: 35px;
    }
    .hero-info1 h5 {
        margin-bottom: 25px;
    }
    .hero-panel1 {
        min-height: auto;
    }
    .section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .about-panel {
        padding-left:0px;
    }
    .about-panel .row {
        margin: 0;
    }
    .about-info {
        padding: 0 20px 40px;
    }
    /* .serve-thumb {
        height: 100px;
    } */
    .about-panel .col-lg-5 {
        margin-bottom: 25px;
    }
}

@media (max-width:767px) {
    .hero-panel1 {
        padding: 80px 0 30px;
    }
    .hero-title1 {
        font-size: 25px;
        text-align: center;
    }
    .hero-info1 {
        padding: 0 0 15px;
    }
     .cms-panel .hero-info1 {
        padding:0px;
    }
       .section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
        .heading {
        font-size: 22px;
    }
}


.about-info ul{list-style: none;
    margin-bottom: 10px;}
   .about-info ul li {position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 7px;
    line-height: 1.7;
    letter-spacing: 1px;
    font-size:14px;
   }
    .about-info ul li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    font-size: 12px;
    font-weight: 600;
    top: 3px;
    }
     .about-info ul li:before {
    content: "\f111";
    color: #f05a29;
}

     .hero-panel h1{    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight:600;text-shadow:0 0 5px rgb(99, 99, 99);
    padding-bottom: 2rem;}


   .about_bg {
    background-image: url(/AF_Images/about_bg.jpg);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
        background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


   .flights_grid {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

   .flights_container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px;
    border-radius: 3px;
    background-color: #ffffff;
}

.flight_logo {
    padding: 6px 20px;
    padding-top: 20px;
}

.flight_logo img {
    width: 80px;
}

.flex_prop {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.flex_prop {
    display: flex
;
    align-items: center;
}
.flights_container_cust {
    padding: 30px 20px;
}

.flight_content_cust {
    background-color: #2b3990;
    padding: 10px 20px;
}

.flex_prop {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.flights_content p{color:#ffffff;margin:0;}

.flight_price{color:#ffffff;    margin: 0;
    font-size: 20px;}

.arrow_right {
    height: 13px;
    width: auto;
}


        .ticket-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            padding: 20px;
            background-color: #fff;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .route {
            font-size: 1.2rem;
            font-weight: 500;
        }

        .duration {
            font-size: 0.9rem;
            color: #666;
        }

        .price-section {
            background-color:#05203c;
            color: white;
            font-weight: 500;
            padding: 10px;
            border-radius:6px;
            margin-top: 15px;
            cursor:pointer;
        }
        .price-section:hover{background-color:#0062e3;}

        .train-icon {
            font-size: 1.5rem;
            margin: 0 5px;
        }

        .ticket-card img{width:110px;}

        .phone-contact+a, .phone-email+a {
    text-decoration: none !important;
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}









        

        
    .popup-container {
      width: 100%;
      max-width: 600px;
      background-color: #ffffff;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      position: relative;
    }

    /* Top section with agent image and text */
    .popup-header {
      text-align: center;
      padding: 20px;
      position: relative;
      padding-bottom:0;
    }

    .popup-header img.agent-img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      display: block;
      margin: 0 auto 10px auto;
    }

    .popup-header h1 {
      font-size: 24px;
      color: #333;
      margin-bottom: 8px;
    }

    .popup-header p {
      font-size: 16px;
      color: #555;
      line-height: 1.4;
      margin-bottom:5px;
    }

    .phone-section {
      background: #2b3990; 
      text-align: center;
      padding: 15px;
      font-weight: bold;
      font-size: 20px;
      position: relative;
      margin-top: 4px;
      display: flex;
    text-align: center;
    justify-content: center;
    }

    .phone-section .phone-icon {
      vertical-align: middle;
      margin-right: 8px;
      width: 24px;
      height: 24px;
    }

    .phone-section .phone-number {
      color: #fff;
      text-decoration: none;
      font-weight: bold;

    }

  
    .info-section {
      background: #0066cc; 
      color: #fff;
      padding: 20px;
      position: relative;
    }

    .info-section .train-icon {
      position: absolute;
      top: -62px;
      left: 20px;
      width: 91px; 
      height: auto;
    }

    .info-section ul {
      list-style: none;
      margin-top: 20px;
    }

    .info-section li {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      font-size: 15px;
      gap:8px;
    }

    .info-section li img {
      width: 24px;
      height: 24px;
      margin-right: 10px;
      flex-shrink: 0;
    }

    
    .suitcase-img {
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 160px; 
      height: auto;
    }

    @media (max-width: 600px) {
    
    
      .info-section ul {
        margin-top: 10px;
      }
      .info-section li {
        font-size: 14px;
      }
    }

  
    .blink-text {
      
      animation: blink 1s linear infinite;
    font-size: 17px;
    color: #2b3990;
   font-weight: 600;
    }

    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
    }


    .close-btn-pop{    text-align: end; cursor:pointer;    position: absolute;
    right: 14px;
    top: 8px; z-index:99;}



    .call-pop-section {
    background: rgb(0 0 0 / 41%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display:none;
}

    .popup-container {
    transition: 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    width: 95%;
    max-width: 560px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px rgb(0 0 0 / .2);
    overflow: hidden;
}
    .get-box{display:none!important;}

