* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Poppins', sans-serif; */
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    transition: all 0.5s;
}
a, a:focus{
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
button, button:focus, input , input:focus{
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

ul li {
    list-style: none;
}
.container-fluid{
    padding: 0 5%;
    max-width: 1360px;
}
.text-red{
    color: #2b3990;
}
.space-tb{
    padding: 30px 0;    background: #22485c;
}
.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 {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all .5s ease-in-out;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    background:#fff;
    padding: 7px 0;
}
.header.scroll {
   
    background: #fff;
}
/* .header.sticky {
    padding: 0;
    background: #000;
} */
.hero-panel {
    display: inline-block;
    width: 100%;
       padding: 0% 0;
    max-height: 315px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}


.arrow-dropdown::after {
    content: '\f107';
    font-family: 'fontawesome';
    position: relative;
    left: 14px;
    top: 1px;
}
.navbar-brand img {
    max-width: 121px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #041b4a;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 15px 14px;
    position: relative;
    transition: all .5s ease-in-out;
}
/* .navbar-dark .navbar-nav .nav-link::after {
    content: '';
    width: 0%;
    position: absolute;
    height: 3px;
    background: #041b4a;
    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:hover, .navbar-dark .navbar-nav .nav-link.active{
    font-weight: 600;
    opacity: 1;
    color: #041b4a;
}
.call-box {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.call-box img {
    margin: 4px 15px 3px 0px;
    animation: coccoc-alo-circle-img-anim 1.5s infinite ease-in-out;
    width:32px;
}
.call-box p {
    text-align: center;
    font-size: 13px;
    color: #010101;
    line-height: 14px;
    margin-bottom: 0;
}
.call-box a {
    display: block;
      font-size: 25px;
    font-weight: 700;
    color: #2b3990;
}
.call-box p span {
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
}
.navbar-dark .navbar-brand {
    color: #fff;
    padding: 0;
    margin-right: 55px;
    font-weight: 600;
    font-size: 25px;
}
.hero-title {
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 5px rgb(99, 99, 99);
    font-weight:500;
    margin-bottom: 15px;
}
/* .hero-title span {
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-weight: 700;
} */
.hero-info p {
    color: #fff;
    font-weight: 400;
    font-size: 19px;
}
.search-engine_box {
       margin-top: 20px;
    /* background: #ffffff; */
    padding: 20px 0px;
      
}
.serchinganbox {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
}
.nav-tabs {
        border-bottom: none;
    padding-bottom: 3px;
    background: #ffffff;
    display: inline-flex
;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom:4px;
}
.nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    padding: 6px 25px;
    border: none;
    color:#1a1a1a;
    position: relative;
    margin-right: 15px;
    cursor:pointer;
    
}
.nav-tabs .nav-link::before{
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: -12px;
    top: 0px;
    outline: 2px solid #bebebe;
    outline-offset: 3px;
}
.nav-tabs .nav-link.active{
      color: #fff;
    background:#05203c;
    border-radius: 8px!important;
    padding-left: 35px;
    font-weight: 600;
}
.nav-tabs .nav-link.active::before{
        background-color: #fff;
    outline-color: #fff;
}
.nav-tabs .nav-link img {
    margin-right: 12px;
    vertical-align: middle;
    filter: invert(1);
    object-fit: contain;
    position: relative;
    top: -2px;
}

/* .nav-tabs .nav-link.active {
    color: #fff;
    background: transparent;
} */
.nav-tabs .nav-link.active img {
    filter: grayscale(1);
}
.tab-content {
       padding: 45px 20px 25px;
    border-radius:10px;
    position: relative;
    background: #fff;    box-shadow: 0 2px 2px -1px #4040421a, 0 4px 4px 1px #40404205, 0 1px 20px 16px #4040421a;
}
.search-engine_filter {
    display: flex;
}
.hero-bottom_strip {
    padding: 25px 0 20px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%);
}
.bottom-strip_box {
    display: flex;
    align-items: flex-start;
}
.bottom-strip_box img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 15px;
}
.bottom-strip_box p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}
.bottom-strip_box p strong {
    display: block;
    font-size: 18px;
    color: #00294f;
    margin-bottom: 10px;
}
.title-h2{
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.title-h2::after{
    content: '';
    width: 70px;
    height: 4px;
    display: block;
    display:none;
    background: #fff;
    margin-top: 15px;
}
.title-h2 span{
   font-weight: 400;
}
.sub-title {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.package-slider{
    position: relative;
    padding: 0 0px;
}
.package_box {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 5px;
}
.package_box figure {
    width: 100%;
    height: 220px;
    margin-bottom: 0;
}
.package_box figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.package_info {
    width: 100%;
    padding: 25px 40px;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(12,32,72, 0.7) 45%, rgba(255,255,255,0) 100%);
}
.package_info a {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 2px;
}
.package_info a img {
    width: 20px;
    margin-left: 10px;
    vertical-align: middle;
}
.package_info .price {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.package_info .price b {
    font-weight: 600;
}

.btn{
    transition: all .5s ease-in-out;
}
.bg-btn, .border_btn {
    background: #fff;
    font-size: 16px;
    color: #3b77dc;
    font-weight: 500;
    border-radius: 10px;
    padding: 7px 25px;
}
.bg-btn:hover, .border_btn:hover {
    background: #27aae1;
    color: #fff;
}
.owl-theme .owl-controls .owl-nav div {
    height: 40px;
    width: 40px;
    text-align: center;
    color: #979797;
    position: absolute;
    border-radius: 50%;
    line-height: 38px;
    top: 45%;
    border: none;
    transition: all .5s ease-in-out;
    border: 2px solid #979797;
}
.owl-theme .owl-controls .owl-nav div:hover {
    color: #fff;
    background:#979797 ;
}
.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -50px;
}
.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -50px;
}

.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;
}
.get-box {
    width: 100%;
    display: flex;
    padding: 50px 45px;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    margin: 50px 0;
    border-radius: 0;
}
.get-box h3 {
    font-size: 35px;
    color: #0e0d0d;
    font-weight: 600;
    margin-bottom: 0;
}
.get-box span {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 300;
}
.get-box .btn {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    background: #2b3990;
    border-radius: 5px;
}
.our-partner {
    padding: 16px 0 10px;
}
.partner-slid{
    padding:0 15px;
}
.our-partner .item{
   text-align: center;
}
.perfect-flight_panel {
    background-repeat: no-repeat;
    background-position: 0% 10%;
   
}
.perfect-flight_info {
    width: 100%;
    min-height: 485px;
}
.step-box {
    margin-top: 45px;
}
.step-box li {
    position: relative;
    padding-left: 28px;
    border-left: 3px solid #0fa193;
    margin-left: 12px;
    padding-bottom: 30px;
}
.step-box li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0fa193;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -6px;
    outline: 1px solid #0fa193;
    outline-offset: 7px;
    animation: zoom 1s infinite;
}

.step-box p {
    font-size: 14px;
    color: #00294f;
    margin: 0px;
    position: relative;
    top: -14px;
}
.step-box strong {
    display: block;
    font-size: 18px;
    color: #00294f;
    font-weight: 600;
}
.step-box li:last-child{
    border-color: transparent;
}
.package-img_height figure {
    height: 265px;
}
.price-text_color {
    font-size: 30px;
    color: #0fa193;
    display: flex;
    align-items: center;
}
.price-text small{
    font-size: 15px;
    color: #00294f;
    font-weight: 400;
    margin-right: 10px;
}
.round_btn {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    padding: 10px 35px;
}
.border_btn {
    background: #2b3990;
    color: #fff!important;
    border: 2px solid #2b3990;
}
.flight-book {
    display: flex;
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
 box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    transition: all .5s ease-in-out;
}
.flight-book:hover {
   border-color: #2b3990;
}
.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: #27aae1;
}
.flight-to li img {
    margin: 0 10px;
}
.subscrib-box {
    margin: 25px 0 0;
    width: 95%;
}
.subscrib-form {
    width: 100%;
    display: flex;
 
}
.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;
}

.form-control {
    height: auto;
    padding: 10px 20px 22px 20px;
    font-size: 14px;
    color: #2b2b2b;
    box-shadow: none !important;
    font-weight: 600;
    border: none;
    border-radius: 10px;
}
.form-control::placeholder{
    color: #6f6f6f;
}
.input-label {
    font-size: 11px;
    color: #727272;
    font-weight: 600;
}

.input-group button {
    padding: 12px 35px;
    color: #fff;
    background: #1a6dc2;
}
.input-group button {
    padding: 12px 35px;
    color: #fff;
    background: #1a6dc2;
}
.input-group button:hover {
    background: #00294f;
}

footer {
    background:#05203c;
    padding: 35px 0;
    font-family: 'Poppins', sans-serif;
}

.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;
}
.footer-box a:hover{
    text-decoration:underline;
}
.footer-box .fa {
    font-size: 12px;
    margin-right: 10px;
    color: #fff;
    width: 12px;
    text-align: center;
    font-family: 'fontawesome';
}
.footer-box h6 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
}


.copy-right {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
    background:#0d355f;
    padding: 14px;
    font-weight: 500;

}
.search-engine-fillbox {
    width: 100%;
    display: inline-block;
}
.search-fild {
    display: flex;
    align-items: center;
}
.form-datepik {
    display: flex;
    align-items: center;
    width: 40%;
    float: right;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
a.footer-tel{
    font-size: 18px;
    font-weight: 600;
}
.sumbitbtn-box  {
    width: auto;
    /* padding-left: 10px; */
    /* margin-top: 15px; */
}
.tab-sumbitbtn {
    background:#05203c;
    border: none;
    padding: 17px 25px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: all .5s ease-in-out;
    white-space: nowrap;
    margin-top: -2px;
}
.tab-sumbitbtn:hover{
  background:#0062e3;
  color: #fff;
}
.tab-sumbitbtn img {
    margin-left: 3px;
}
.tab-sumbitbtn:hover img {
    animation: shake 0.3s 10 linear;
}

.form-input{
    width: 100%;
    position: relative;
    margin-right: 8px;
    border: 1px solid #5e5e5e;
    border-radius: 10px;
}
.form-input label {
    font-size: 14px;
    font-weight: 600;
    color: #272727;
    position: absolute;
    top: -13px;
    left: -3px;
    padding: 0 10px;
    margin-top: -11px;
    z-index: 1;
}
.form-input span {
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    display: block;
    bottom: 9px;
    left: 21px;
    color: #6f6f6f;
}
.form-input img {
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    background: #fff;
    padding-left: 2px;
    cursor: pointer;
}
.search-fild .form-input:first-child input {
    min-width: 250px;
}
#floatingto {
    min-width: 250px;
}
#toCity{ min-width: 250px;}
.fight-repeat {
    position: relative;
    top: 0;
    left: -4px;
    bottom: 0;
    margin: auto -15px;
    z-index: 1;
}
/* #floatingto::placeholder {
    color: #9f9f9f;
} */

/*******select custome style css *********/
.panel-dropdown {
    min-width: 175px;
    cursor: pointer;
    background: #fff;
    padding: 10px 20px 22px 20px;
    border-radius:12px;
    position: relative;
}
.panel-dropdown img {
    top: 0;
}
.panel-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    top:45px;
    left: 0px;
    z-index: 99;
    background: #fff;
    border-radius: 0px;
    padding: 0px 0px 0 0px;
    white-space: normal;
    width: 230px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 25%);
    border: none;
}
.panel-dropdown.active .panel-dropdown-content {
    opacity: 1;
    visibility: visible;
}
.qtyButtons.class {
    margin: 0 0 0px 0;
    background: #3b77dc;
    overflow: hidden;
    display: inline-flex;
    width: 100%;
    padding: 10px 10px 5px;
    align-items: center;
}
.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;
}
select#Cabin {
    border-color: #c3bebe;
    padding: 5px 12px;
    border-radius: 0px;
    margin-bottom: 6px;
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    appearance: auto;
}
.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;
    padding: 5px 0;
}
.panel-dropdown .qty label {
    font-weight: 600;
    line-height: 28px;
    padding-right: 0px;
    display: block;
    flex: 1;
    color: #000000;
    font-size: 13px;
    left: 0;
    top: 0;
    position: relative;
}
.qtyButtons span {
    font-weight: 400;
    font-size: 10px;
    position: inherit;
    display: inline-block;
    color: #fff;
}   
.qtyInc, .qtyDec, .minus, .plus, .minus1, .plus1, .minus2, .plus2, .minus3, .plus3, .minus4, .plus4 {
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #000;
}
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;
}
.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;
}
.panel-dropdown .btn {
    width: 100%;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    background-color: #3b77dc;
    color: #fff;
    padding: 8px 6px;
    cursor: pointer;
}
.panel-dropdown a {
    white-space: nowrap;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 125px;
    display: inline-block;
    line-height: 12px;
}
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #555;
    border-radius: 0 0 5px 0;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #3b77dc;
  }
  /*******select custome style css *********/

  /***********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: #3b77dc !important;
    color: #fff !important;
}
.ui-state-default.ui-state-active {
    background: #27aae1  !important;
       color: #fff !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: -4px !important;
}
.ui-state-default:hover{
    background: #27aae1  !important;
    color: #fff !important;
}
/**************mobile-serach-box************/
.nit-mobile-tab {
    /* position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
    top: 42%;
    transform: translateY(-50%); */
    display: none;
}
.nit-mobile-tab .nit-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    background: #fff;
    padding: 15px 12px 15px 0;
    border-radius: 5px;
}
.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: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nit-mobile-tab .nit-row .nit-box h3:after {
    content: '\f078';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    margin-left: 4px;
}
.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: 2;
    display: none;
    top: -50vh;
    height: 150vh;
}
.nit-mobile-tab .nit-row .nit-box.nitTrip .nit-more {
    left: 0;
    right: auto;
}
.afterCross {
    font-family: 'FontAwesome';
    position: absolute;
    top: 12px;
    right: 5px;
    font-size: 10px;
    color: #fff;
    z-index: 999;
    background: #ec1e18;
    padding: 4px 8px;
    border-radius: 50px;
}
.nit-mobile-tab .nit-row .nit-box .nit-more {
    position: fixed;
    right: 0;
    top: inherit;
    bottom: 68px;
    margin-top: 8px;
    background: #fff;
    width: 100%;
    z-index: 3;
    box-shadow: 0 3px 12px #a4a4a5;
    border-radius: 5px;
    display: none;
    overflow: hidden;
    padding: 40px 0 12px;
    transition: all .5s ease-in-out;
}
/*.nit-mobile-tab .nit-row .nit-box .nit-more:after {
    content: '\f00d';
    font-family: 'FontAwesome';
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 20px;
    color: #fff;
    z-index: 999;
    background: #ec1e18;
    padding: 0px 9px;
    border-radius: 50%;
}*/
.nit-mobile-tab .nit-row .nit-box ul li.active {
    color: #3b77dc;
    position: relative;
}
.nit-mobile-tab .nit-row .nit-box ul li.active::before {
    position: absolute;
    content: '';
    color: #3b77dc;
    left: 13px;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
}

.nit-mobile-tab .nit-row .nit-box ul li {
    padding: 12px 0 12px 36px;
    border-bottom: 1px solid #ccc;
    color: #333;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
}
.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;
    border-bottom: 1px solid #ccc;
}
.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: #5e5e5e;
    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: 2px solid #989aa2;
    width: 25px;
    height: 25px;
    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 {
    display: flex;
}
.nit-mobile-tab .nit-row .nit-box.nitUser .nit-more ul li span b {
    margin: 0 15px;
    font-size: 16px;
    font-weight: 700;
}
.nit-mobile-tab .nit-row .nit-box.nitUser .nit-btn {
    padding: 10px 0;
    display: flex;
    justify-content: flex-end;
}
.nit-mobile-tab .nit-row .nit-box.nitUser .tbtn2 {
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #3b77dc;
    color: #3b77dc;
    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: 5px 15px;
    display: inline-block;
    border: 1px solid #3b77dc;
    color: #fff;
    margin: 0px 5px;
    border-radius: 3px;
    background: #3b77dc;
    font-size: 14px;
}

.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 {
    flex: 0 0 50%;
    max-width: 50%;
}
.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 {
   /* color: #303030; */
    /* height: 30px; */
    /* width: auto; */
    /* outline: none; */
    border: 0;
    /* padding: 15px; */
    /* font-size: 14px; */
    /* font-weight: 700; */
    /* padding-top: 5px; */
    /* background-color: transparent;*/
}
/* .nit-tbtn .tbtn {
    background: #e17412;
    text-align: center;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    width: 100%;
    border-radius: 5px;
} */

/**********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: #3b77dc;
    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: #ff6d38;
}
.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;
}
.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";
}

/**********left-slider clander***********/
#nitCalendar {
    position: fixed;
    left: 105%;
    top: 0px;
    z-index: 99999;
    background: #fff;
    height: 100%;
    width: 100%;
    overflow: auto;
    transition: all .5s ease-in-out;
}
#nitCalendar .nitCalClose {
    display: flex;
    height: 45px;
    position: relative;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: 1;
    left: 105%;
    width: 100%;
    background: #3b77dc;
    transition: all .5s ease-in-out;
}
#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;
}
#nitCalendar .nitCalClose .nitCalTitle {
    text-align: left;
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
    flex-grow: 1;
    padding-left: 60px;
}
/* #nitCalConfirm {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    z-index: 1;
    bottom: 0;
    box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 10%), 0 -2px 6px 0 rgb(51 51 51 / 10%);
}
#nitCalConfirmBtn {
    background: #f96768;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    line-height: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
#nitCalendar .nitBody:first-child, #nitCalendar .nitBody:nth-child(2), #nitCalendar .nitBody:nth-child(3) {
    display: none;
}
#nitCalendar .nitBody, #nitCalendar2 .nitBody {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
#nitCalendar .nitMonth, #nitCalendar2 .nitMonth {
    color: #000;
    padding: 6px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    padding-top: 0px;
}
#nitCalendar .nitHeader, #nitCalendar2 .nitHeader {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 0px;
    background: #efefef;
}
#nitCalendar .nitHeader b, #nitCalendar2 .nitHeader b {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 0px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}

#nitCalendar .nitHeader b, #nitCalendar2 .nitHeader b {
    height: 40px;
    flex-grow: 1;
    padding: 5px 10px;
}
#nitCalendar .nitdays, #nitCalendar2 .nitdays {
    display: flex;
    flex-wrap: wrap;
}
#nitCalendar .nitdays span, #nitCalendar2 .nitdays span {
    cursor: pointer;
}

#nitCalendar .nitdays span, #nitCalendar2 .nitdays span {
    flex: 0 0 calc(100% / 7);
    text-align: center;
    padding: 5px;
    height: 40px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#nitCalendar .nitdays span:hover, #nitCalendar2 .nitdays span:hover {
    background: #f8f8f8;
}
.mobile-call{
    display: none;
}
.support-panel {
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.support-box {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-right: 1px solid #e9e9e9;
}
.support-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 20px;
}
.support-box p {
    font-size: 13px;
    font-weight: 400;
    color: #010101;
    margin-bottom: 0;
}
.support-box p strong{
    font-size: 18px;
    display:block;
}
.footer-box strong {
    font-size: 15px;
}
.small, small {
    font-size: .875em;
    font-weight: 500;
    line-height: 20px;
}
.city-inquircontant {
    padding: 35px;
    background: #2239ad;
}
.city-inquirbox {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-right: 1px solid #5d93c1;
}
.city-inquirbox h3 {
    font-size: 33px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.city-inquirbox li {
    list-style: disc;
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
    padding-bottom: 9px;
    font-weight: 500;
}
.inquiry-filter .tab-content {
    background: transparent;
    padding: 15px 0px;
}
.inquiry-filter .col-md-6, .inquiry-filter .col-6 {
    margin-top: 10px;
}
.inquiry-filter .nav-tabs {
    border: none;
}
.inquiry-filter .nav-tabs .nav-link {
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0 0 0 30px;
}
.inquiry-filter .nav-tabs li:first-child .nav-link {
    padding-left: 0;
}
.inquiry-filter .nav-tabs .nav-link::before {
    position: relative;
    top: 0px;
    left: 0;
    margin-right: 8px;
    outline-color: #fff;
}
.inquiry-filter .nav-tabs .nav-link.active::before {
    background-color: #fff;
}
.inquiry-filter .nav-tabs .nav-link.active{
    font-weight: 600;
}
.inquiry-filter .form-control {
    padding: 9px 15px 10px 35px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 0;
}
.inquiry-filter .form-control::placeholder {
    font-weight: 500;
}
.inquiry-filter .form-input img {
    left: 10px;
}
.inquiry-filter .tab-sumbitbtn {
    font-size: 14px;
    border-radius: 5px;
}
.cities_panel .package_box figure {
    height: 200px;
}
.inquiry-filter .form-input {
    width: 100%;
    display: inline-grid;
}
.inquiry-filter .d-flex {
    border-radius: 5px;
}
/*********hotel reating css*********/
.hotel-reating_box {
    display: inline-block;
    margin-right: 10px;
}
.hotel-reating_box [type="radio"]:checked,
.hotel-reating_box [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.hotel-reating_box [type="radio"]:checked + label,
.hotel-reating_box [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 15px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}
.hotel-reating_box [type="radio"]:checked + label:before,
.hotel-reating_box [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.hotel-reating_box [type="radio"]:checked + label:after,
.hotel-reating_box [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #3b77dc;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.hotel-reating_box [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hotel-reating_box [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
  /*********plus/minus input counter css*********/
  .count-addbox {
    padding: 4px 10px 7px;
    background: #fff;
    border-radius: 2px;
    margin-top: 5px;
    position: absolute;
    width: 100%;
    z-index: 99;
    display: none;
}
.count-addbox .number {
    padding: 5px 0px;
}
.count-addbox .number {
    padding: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.count-addbox label {
    font-size: 13px;
    font-weight: 600;
}
.count-add span {
    width: 25px;
    display: inline-block;
    height: 17px;
    background: #3b77dc;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.count-add span:hover {
    background: #2239ad;
}
.count-add input {
    width: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.count-addbox a {
    display: block;
    margin-left: auto;
    border: none;
    padding: 7px 32px;
    margin-top: 14px;
    background: #2239ad;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.flatpickr-day.selected {
    background: #2239ad;
    border: none;
}
  /*********plus/minus input counter css*********/
  .bg-light {
    background: #fff !important;
}
  .flight-dealsbox {
    margin: 14px 0;
    font-family: 'Poppins', sans-serif;
    position:relative;
}
  .flight-dealsbox figure {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 296px;
    margin-bottom: 0;
}
.flight-dealsbox figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:brightness(0.8);
}
.title-with-price {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 85%;
    padding: 10px 10px;
    border-radius: 12px;
}
.title-with-price a img {
    width: auto;
    height: auto;
    display:none;
}
.title-with-price a {
      font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    height: 45px;
    width: 70%;
    text-align: center;
    position: absolute;
    bottom: 0;
        left: 13%;
}
.title-with-price span {
    display: inline-block;
    padding: 9px 15px;
    height: 45px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.flight-deals-info {
    display: inline-block;
    width: 100%;
    padding: 18px 5px 0;
}
.flight-deals-info h5 {
    font-size: 21px;
    color: #0c2048;
    font-weight: bold;
}
.flight-deals-list {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 18px 0;
}
.flight-deals-list li {
    font-size: 12px;
    color: #2e3038;
    font-weight: 500;
}
.flight-deals-list img {
    width: 36px;
    height: 35px;
    object-fit: contain;
    margin-right: 10px;
    vertical-align: baseline;
}
.flight-deals-list strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.flight-deals-list li:last-child {
    margin-left: auto;
}
.flight-deals-list a {
    font-size: 12px;
    font-weight: 600;
    color: #00a698;
}
.price-text {
    display: block;
    font-size: 24px;
    text-align: left;
    color: #008a03;
    font-weight: 700;
    width: 50%;
}
.price-text img {
    vertical-align: baseline;
    margin-left: 8px;
}
.see-more {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 12px;
    margin: 30px 0;
    color: #0060e3;
    border: 1px solid #0060e3;
    text-transform: capitalize;
    min-width: 321px;
    border-radius: 5px;
}
.popular-flybox {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.popular-flybox figure {
    width: 145px;
    height: 95px;
    overflow: hidden;
    margin-right:25px;
    margin-bottom: 0;
    border-radius: 5px;
}
.popular-flybox figure img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.popular-flybox p {
    font-size: 16px;
    font-weight: 700;
    color: #2e3038;
    margin-bottom: 0;
    white-space: nowrap;
}
.popular-flybox p img {
    margin: 0 10px;
}
.popularpackage-box {
    padding: 15px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    margin-top: 30px;
}
.popularpackage-box figure{
    width: 100%;
    height: 339px;
    overflow: hidden;
}
.popularpackage-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popularpackage-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #3b77dc;
}
.popularpackage-box .price {
    font-size: 12px;
    color: #868ea8;
    font-weight: 500;
    margin-top: 25px;
}
.popularpackage-box .price b {
    font-size: 25px;
    color: #3b77dc;
}
.price-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-box p{
    margin: 0;
}
.price-text sup {
    font-size: 15px;
}
.price-box p:last-child {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.price-box span {
    margin-right: 10px;
}
.price-box span img {
    margin: auto 5px;
    vertical-align: baseline;
}
.border-color {
    display: flex;
    margin: 10px 0 0;
}
.border-color li {
    width: 33.33%;
    border: 2px solid #fcbc02;
    border-radius: 50px;
}
.border-color li:first-child {
    border: 2px solid #008a03;
}
.border-color li:last-child {
    border: 2px solid #ea4235;
}
.note-text{
    font-size: 14px;
    margin-top: 20px;
}
.note-text a {
    color: #5a5a5a;
    text-decoration: underline !important;
}
.slider-package figure {
    height: 376px;
}
.slider-package .title-with-price {
    justify-content: flex-start;
}




@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);
    }
  }

/*Support CSS*/
.support-bottom-strip {
    display: none;
    position: fixed;
    bottom: 0;
    background:#05203c;
    width: 100%;
    padding: 8px 32px;
    left: 0;
    z-index: 999;
}

.support-bottom-strip img{width:32px;}


.support-bottom-strip .close {
    display:none;
    position: absolute;
    right: 13px;
    color: #fff;
    top: 27px;
    font-size: 15px;
    font-family: 'FontAwesome';
}

.support-bottom-strip a {
     color: #fff;
     text-align: center;
}

.support-bottom-strip a span {
    width: 50px;
    height: 50px;
    float: left;
    font-size: 24px;
    line-height: 47px;
    background: #fff;
    border-radius: 50%;
}
.support-bottom-strip a .call-text {
    font-size: 13px;
    margin-top: 6px;
}

.support-bottom-strip a .tele {
    font-size: 20px;
        line-height: 1em;
    font-weight: 700;
}
.support-bottom-strip strong {
      font-weight: 700;
}
/**********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: #3b77dc;
}
#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;
}
.mob-hcall {
    padding: 7px 10px;
    background: #010518;
    text-align: center;
    font-size: 23px;
    display: none;
}
.mob-hcall a {
    color: #fff;
    font-weight: 700;
}
.mob-hcall span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.mob-hcall img {
    width: 24px;
    margin: 0px auto 8px;
    display: inline-block;
}
.mob-hcall p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 45px;
}
.dropdown .fa {
    font-size: 14px;
    margin-left: 6px;
}
.dropdown:hover .dropdown-menu{ 
    display: block;
}
.dropdown-menu {
    min-width: 15rem;
    border-radius: 0 0 3px 2px;
    padding: 0;
    margin: 0 !important;
    transition: all 0.5s ease-in-out;
    padding: 0;
    border: none;
    box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
}
.dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    transition: all 0.5s ease-in-out;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #e53935;
}




/*My Css*/
.error {
    /*padding: 3px;*/
    overflow: hidden;
    background: #ffd2d2!important;
    border: 1px solid red!important;
}
.errorClass {
        border: 2px solid red!important;
    }

.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 #2b3990 !important;
    background-position: 59% 20% !important;
    background: #27aae1 url(/images/search_icons_hov.png) 1% center no-repeat !important;
    color:#fff;
}
.ui-autocomplete .ui-menu-item {
    border: 0;
    /*border-bottom: 1px solid #d3d3d3 !important;*/
    background-position: 59% 20% !important;
    background: #fff url(/images/search_icons.png) 1% center no-repeat !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!important;
    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-autocomplete .ui-corner-all {
padding: 7px 5px 7px 32px !important;
}
.ui-autocomplete a {
    font-size: 15px;
    display: block;
    padding: 5px 4px;
}
.ui-widget-content .ui-state-focus {
    border: none;
    outline: none;
    border-radius: 0px;
    box-shadow: none !important;
        margin: 0px;
}

.back-btn{margin-top: 45px;text-align: center;}
.back-btn .tbtn{background:#5191fa;}
.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: #fb6f6e;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: #2f2f2f;
    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;}
 .banner-section img {
    width: 100%;transform: none;
}
.banner-section .banner-content{
    position: absolute;
    content: "";
   bottom: -6%;
    left: 0%;
    width: 100%;
    text-align: left;
}
.banner-section .banner-content h2{    margin-bottom: 25px;
font-size:60px;color:#fff;font-weight:600;}
.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: #2b3990;
    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 #2b3990;
    outline: none!important;    margin-top: 10px;
}
.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) {
    .banner-section .banner-content {
    bottom: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
}

    .banner-section .banner-content h2 {
    font-size: 32px;
}
    .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:330px) {
    .banner-section .banner-content h2 {
    font-size: 28px;
}
}
@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;
}

 /*deals section css*/
/*-----------------------------------cheapest-flight-section---------------------------------------------*/
.cheapest-flight-section{padding: 2em 0 0em;margin-top: 0px;}
.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: 15px;
    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: 16px;
    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: 20px;
    color: #00294f;
    font-weight: 700;
    margin-bottom: 22px;
    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;
}
.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;}

@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: 16px;
	/*padding:2px;*/
}
.cheapest-flight-section .call p a{ font-size: 18px!important;}
.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;
}
}




@keyframes ripple {
    0% {
      opacity:.25;
    }
    100% {
      border-radius: 50%;
      opacity:0;
      transform:scale(2);
    }
  }

@keyframes bounce {
    0% {
    }
    100% {
      transform: translateY(-5px);
    }
  }
#popup9 {
    background: rgba(0,0,0,.6);
    z-index: 999999!important;
    overflow: auto;
}
#popup9 .modal-dialog {
    max-width: 360px;
}
.popup-card{
    display: inline-block;
    position: relative;
    width: 100%;
}
.popup-head{
    padding: 30px 15px 30px;
    background: #ec1d24;
    text-align: center;
}
.popup-head .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    background-color: #fff;
    opacity: 1;
    background-size: 10px;
}
.popup-head h1{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    position: relative;
    line-height: 25px;
}
.popup-head img {
    max-width: 280px;
}
.popup-body {
    padding: 25px 15px 0;
    background: #fff;
    overflow: hidden;
}
.popup-body p {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #000;
    line-height: 30px;
}
.popup-logobox {
    text-align: center;
    padding-bottom: 20px;
}
.popup-logobox h5 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 25px;
    color: #1a3171;
}
.popup-deals {
    display: flex;
    align-items: center;
}
.popup-deals p {
    font-size: 24px;
    font-weight: 400;
}
.popup-deals p img {
    display: block;
    width: 135px;
    margin: 20px auto 0;
}
.popup-deals .support-person {
    position: relative;
    right: -20px;
}
.popup-footer {
    background: #040e28;
    position: relative;
    display: inline-block;
    width: 100%;
    padding:5px 15px;
    text-align: center;
}   
.popup-footer a {
    display: inline-block;
    color: #fff;
    font-size: 33px;
    font-weight: 600;
}
.popup-footer a img{
    display: inline-block;
    animation: bounce 0.4s ease infinite alternate;
    position: relative;
    left: 0px;
    width: 45px;
}

.popup-footer p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}
.popup-footer p strong{
    font-size: 22px;
    display: block;
}
.popup-card .airline-support {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 180px;
    float: right;
}
.ripple {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin: 25px 0 30px;
}
.ripple:before {
    animation: ripple 2s ease-out infinite;
    border: solid 2px #09c;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.ripple:after {
    animation: ripple 2s 1s ease-out infinite;
    border: solid 2px #09c;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px){
    
    #popup9 .modal-dialog {
        margin: auto;
    }
    #popup9 .h1 {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #0979cb;
    }
    .popup-head h1 {
        font-size: 24px;
    }
    .popup-head {
        padding: 30px 10px 22px;
    }
    .popup-head img {
        max-width: 250px;
    }
    .popup-body {
        padding: 30px 10px;
        min-height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .popup-body p {
        font-weight: 500;
    }
    .popup-footer .ripple {
        margin: 0;
    }
    .popup-footer .ripple::before, .popup-footer .ripple::after{
        display: none;
    }
    .popup-footer a {
        display: inline-block;
        color: #fff;
        font-size: 33px;
        font-weight: 600;
        line-height: 35px;
    }
    .popup-footer p {
        font-size: 17px;
        margin-bottom: 2px;
    }
    .popup-footer p strong {
        font-size: 19px;
    }
    .popup-head .btn-close {
        top: -8px;
        right: -5px;
    }
}


#popup10{
     background: rgba(0,0,0,.6);
    z-index: 999999!important;
    overflow: auto;
}
#popup10 .modal-content {
    background: transparent;
    border: none;
}
#popup10 .popup-card{
    display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
#popup10 .popup-head{
    padding: 20px;
    display: flex;
    align-items: flex-start;
    background: #fff;
}
#popup10 .popup-head .btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background-color: #fff;
    opacity: 1;
    background-size: 10px;
}

#popup10 .popup-head figure {
    margin: 0 15px 0px 0px;
}
#popup10 .popup-headinfo h1{
    font-size: 25px;
    color: #000;
    font-weight: 600;
    position: relative;
    margin-bottom: 5px;
}
#popup10 .popup-headinfo p {
    font-size: 16px;
    font-weight: 600;
    margin: 13px 0;
}
#popup10 .popup-headinfo p span {
    color: #999999;
    font-weight: 400;
}
#popup10 .popup-headinfo a {
    font-size: 30px;
    font-weight: 700;
    padding: 3px 5px;
    color: #0979cb;
    justify-content: center;
    margin-top: 20px;

}
#popup10 .popup-headinfo a img {
    margin-right: 8px;
    width: 28px;
    /* animation: bounce 0.4s ease infinite alternate; */
}
#popup10 .popup-headinfo small {
    padding-left: 30px;
    font-size: 13px;
    color: #999999;
    /* margin-top: 14px; */
}
#popup10 .popup-body {
    padding: 25px 15px 0;
    background: #ebecf0;
    overflow: hidden;
}
#popup10 .popup-body h2 {
    font-size: 20px;
    color: #666666;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
#popup10 .popup-body ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#popup10 .popup-body ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 15px 0;
}
#popup10 .popup-body p {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: left;
    color: #000;
}
#popup10 .popup-body p strong{
    display: block;
    font-weight: 500;
    margin-top: 2px;
}

@keyframes bounce {
    0% {
    }
    100% {
      transform: translateY(-5px);
    }
  }




@media (max-width: 767px){
   #popup10 .popup-card {
        overflow: inherit;
        background: #fff;
    }
    #popup10 .popup-head {
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 5px 5px 0 0;
        padding: 15px 10px 0;
    }
    #popup10 .popup-head img {
        margin-top: -75px;
        margin-bottom: 12px;
        width: 100px;
    }
    #popup10 .popup-headinfo {
        width: 100%;
    }
    #popup10 .popup-headinfo p span {
        color: red;
        display: block;
        margin-top: 10px;
        font-weight: 600;
        font-size: 17px;
    }
    #popup10 .popup-headinfo a img {
        margin: 0 10px 0 0px;
    }
    #popup10 .popup-headinfo small {
        display: none;
    }
    #popup10 .popup-body {
        padding: 15px 10px 15px;
        background: #fff;
        border-radius: 0px 0px 5px 5px;
        min-height: auto;
        border-top: 1px solid #ececec;
        margin-top: 15px;
    }
    #popup10 .popup-body h2 {
        display: none;
    }
    #popup10 .popup-body ul li {
        width: 100%;
        margin: 5px 0;
    }
    #popup10 .popup-body p strong {
        display: block;
        font-weight: 500;
        margin-top: 0px;
        margin-left: 3px;
        color: #000;
    }
    #popup10 .popup-body ul li img {
        width: 45px;
        height: 45px;
        object-fit: contain;
        margin-right: 10px;
    }

}

.overlay{    background-color: #081d33db;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;}

.hero-panel .container-fluid{position:relative;}
.call-us{   color: #fff;
    font-size: 19px;
    font-weight: 600;
    border: 2px solid;
    background: #2b3990;
    border-radius: 10px;
    padding: 0px 4px;}


.call-us {
  animation: blinker 4s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.section-mobile-popup{background: #f0f8ff;
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 99999999;
    text-align: center;
    width: 100%;
    height: 100vh;
    overflow: auto;}
.mobile-popup-main{width:90%; background:#fff; padding: 1rem 0;position:absolute; top:48%;left:50%; transform:translate(-50%, -50%); border-radius:30px;}
.plane-midle img{width:100%;}
.booking-points{background:#2b3990; border-radius:30px; color:#fff; font-weight:600; font-size:14px; margin-bottom:1rem; padding:5px 8px;}
.customer-support-girl img{width:100px; height:100px; border:5px solid #ccc; border-radius:100%;}
.popup-title{background:#2b3990; font-size:18px; color:#fff; padding:14px 2px; margin:0.5rem 0;font-weight: 700;}
.mb-contact p{margin:0; padding:0; color:#05164d !important; font-size:18px;}
.customer-support-girl + p{font-weight:700; }
.call-section-mbl p{background:#2b3990; font-weight:700; margin:0; color:#fff; font-size:25px; display:inline-block; padding:12px 25px; border-radius:30px; }
.call-section-mbl svg{border:3px solid #fff; border-radius:100%; width:38px; height:38px; padding:3px;}
.mb-contact p{font-weight:700; }
.popup-title + img{width:280px; height:80px;}
.close-btnmb{position:absolute; top:-4px; cursor:pointer; background :#fff; border-radius:100%; right:-10px;}
.mobile-popup-main a{text-decoration:none !important;}
.section-mobile-popup{display:none;}
.mobile-popup-main h1{font-size:20px; font-weight:600; background:#f3f6ff; border:1px solid #5476e6; border-radius:10px;  padding:8px 16px;  display:inline-block; color:#5476e6; }
.airline-img{width:280px; height:100px; }
.hero-info{text-align:left; padding-top: 30px;}
.ui-autocomplete-input{ padding: 17px 20px 17px 20px!important;}

    .city-card {
      border-radius: 2px;
      overflow: hidden;
      position: relative;
      color: white;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

    .city-card img {
      width: 100%;
      height: 220px;
          filter: brightness(0.7);
      object-fit: cover;
    }

    .city-name {
      position: absolute;
      top: 15px;
      left: 20px;
      font-size: 1.3rem;
      font-weight: 600;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    }

    .card-footer-custom {
      position: absolute;
      bottom: 0;
      width: 100%;
     background: rgb(255 255 255);
      padding: 10px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .call-btn {
      background-color: #2b3990;
      color: #000;
      padding: 6px 14px;
      border-radius: 8px;
      font-weight: 600;
      border: none;
    }

    .price {
      font-size: 1.2rem;
      font-weight: bold;
      color: #27aae1;
    }

    @media (max-width: 768px) {
      .city-card img {
        height: 180px;
      }
    }
    .note-text {
    font-size: 14px;
    color: #333;
    background: #e5f6ff;
    padding: 15px;
    border-left: 4px solid #27aae1;
    border-radius: 8px;
    margin-top: 30px;
    line-height: 1.6;
}


    .destination_city-card {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position:relative;
}

.destination_city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Image styling */
.destination_city-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Card body */
.destination_city-body {
  padding: 1rem 1.2rem;
  position: absolute;
    bottom: 0;
    display:flex;justify-content:space-between;width:100%;align-items:center;
}

.destination_city-body h5 {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}

/* Price and button section */
.destination_city-price {
  font-size: 1.15rem;
  font-weight: 500;
  color: #2d6a4f;display:none;
}

.destination_city-call-btn {
  background-color:#0062e3;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1.1rem;
  font-size:1rem;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.destination_city-call-btn:hover {
  background-color: #05203c;
  cursor: pointer;
}

/* Responsive tweaks if needed */
@media (max-width: 576px) {
  .destination_city-body h5 {
    font-size: 1.1rem;
  }

  .destination_city-price {
    font-size: 1rem;
  }

  .destination_city-call-btn {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
  }
}
    .cheapest-flight-section .call {
    margin-bottom: 0 !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;
}


     .flight-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      padding: 20px;
      margin-bottom: 20px;
    }
    .airline-logo {
      width: 40px;
      height: 40px;
      object-fit: contain;
    }
    .flight-time {
      font-size: 18px;
      font-weight: 600;
    }
    .flight-code {
      color: #6c757d;
      font-size: 14px;
    }
    .flight-detail {
      font-size: 14px;
      color: #6c757d;
    }
    .price {
      font-size: 20px;
      font-weight: 600;
    }
    .view-deal-btn {
      border-radius: 8px;
      font-weight: 500;
    }

.promo-banner-alt .promo-container {
  background-image: url('/images/sunset-beach.jpg'); /* Replace with your own image */
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
  color: white;
}

.promo-banner-alt .promo-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
  border-radius: 1rem;
}

.promo-banner-alt .promo-content {
  position: relative;
  max-width: 400px;
  z-index: 1;
}

.promo-label {
  font-size: 1rem;
  font-weight: 500;
  color: #ffd700;
  margin-bottom: 0.5rem;
}

.promo-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.promo-code {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 1rem;
  padding: 0.3rem 0.6rem;
  border-radius: 0.4rem;
  display: inline-block;
}


.choose-card {
  background-color:#f8f8f8;
  padding: 1.5rem;
  border-radius: 6px;
  height: 100%;
  transition: all 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-5px); /* Slight lift on hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.choose-card .icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1976d2; /* Primary blue */
}

.choose-card h5 {
    font-size:18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #222;
}

.choose-card p {
  color: #555;
  margin: 0;
  font-size: 0.95rem;
}
    .about-us-section h2 {
  font-size: 2rem;
  color: #212529;
}

.about-us-section p {
  font-size: 1rem;
  line-height: 1.6;
}

.get-box{display:none!important;}
.why-choose-us{padding-top:5.5rem;}

.destination_city-card:before{    content: '';
    position: absolute;
    background: linear-gradient(358deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .3) 48%, rgba(0, 0, 0, 0) 59.65%);
    border-radius: 15px;
    bottom: 0;
    height: 260px;
    width: 100%;
    left: 0;}
.new_why{display:inline-flex;width:40px;height:40px;border-radius:6px;background-color:#05203c;align-items:center;justify-content:center;padding:10px;}
.new_why i{font-size:25px;font-weight:600;color:#fff;}
.deals_offers{position:absolute;top:10px;left:10px;background-color:#05203c;border-radius:6px;padding:6px 8px;font-size:12px;color:#fff;font-weight:600;}