* {
    padding: 0;
    margin: 0;
    --primary-font: 'Poppins', sans-serif;
    --primary-color: #0078D2;
    --secondary-color: #707070;
    --tertiary-color: #E91E20;
    --c-white: #ffffff;
    --c-black: #000000;
}

body {
    font-family: var(--primary-font);
}

ul,
ol,
a {
    list-style-type: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

button,
button:hover,
a,
a:hover {
    transition: all 0.3s;
    display: inline-block;
}

/* Home page starts */

/* header s */

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 24px 0 16px;
}

.header .header-main::after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #CFCFCF;
    width: 1144px;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
}

.header .header-main .logo .logo-white {
    display: none;
}

.header .stellarnav li {
    position: relative;
}

.header .stellarnav li::before {
    content: "";
    position: absolute;
    left: -10px;
    width: 7px;
    height: 7px;
    background-color: var(--c-white);
    top: 8px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.5s;
}

.header .stellarnav li.active::before,
.header .stellarnav li:hover::before {
    opacity: 1;
    transition: all 0.5s;
}

.header .stellarnav li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    color: var(--c-white);
}

.header .stellarnav li:not(:nth-last-of-type(1)) {
    margin-right: 40px;
}

.header .contact {
    position: relative;
}

.header .contact::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -30px;
    width: 1px;
    background-color: #70707050;
}

.header .contact a span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--secondary-color);
}

.header .contact a span {
    margin-right: 20px;
    transition: all 0.3s;
}

.header .contact a .svg {
    fill: #0078d2;
}

.header .contact a:hover span {
    color: var(--primary-color);
    transition: all 0.3s;
}

/* nav-custom-s s */
.nav-custom-s {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0 !important;
    background-color: var(--primary-color);
    box-shadow: 0 0 7px 0 #70707015;
    z-index: 999;
}

.nav-custom-s .header-main .logo .logo-normal {
    display: none;
}

.nav-custom-s .header-main .logo .logo-white {
    display: block;
}

.nav-custom-s .contact a span {
    color: var(--c-white);
}

.nav-custom-s .contact a:hover span {
    color: var(--tertiary-color);
}

.nav-custom-s .contact a .svg {
    fill: #fff;
}

/* nav-custom-s e */

/* header ends */

/* responsive-menu s */

.responsive-menu-cvr {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.responsive-menu-cvr .responsive-menu {
    background-color: var(--secondary-color);
    min-height: 40px;
    border-radius: 50px;
    position: relative;
}

.responsive-menu .call a,
.responsive-menu .menu {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border: 5px solid var(--c-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    box-shadow: 0 0 5px 0 #00000025;
}

.responsive-menu .menu span {
    background-color: var(--c-white);
    width: 18px;
    height: 2px;
}

.responsive-menu .menu span:not(:nth-last-of-type(1)) {
    margin-bottom: 5px;
}

.responsive-menu .call {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 190px;
}

.responsive-menu .call svg {
    fill: var(--c-white);
}

.responsive-menu .menu {
    position: absolute;
    flex-direction: column;
    cursor: pointer;
    top: 0;
    right: 50%;
    transform: translate(50%, -50%);
}

.responsive-menu .call a:hover,
.responsive-menu .menu:hover {
    border-color: var(--primary-color);
    transition: all 0.5s;
}

/* responsive-menu e */

/* search-engine-bar s */

.search-engine-bar {
    background-color: var(--primary-color);
    padding: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin: 15px 0;
    display: none;
}

.search-engine-bar p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--c-white);
}

.search-engine .search-main .col-icon {
    position: absolute;
    right: -3px;
    top: 0;
    z-index: 990;
    cursor: pointer;
    display: none;
}

/* search-engine-bar e */

/* preloader starts here*/
.form-input.load {
    position: relative;
}

.form-input.load::before {
    content: "";
    position: absolute;
    right: 30px;
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2px;
    bottom: 0;
    border-top: 1em solid var(--primary-color);
    border-right: 1em solid transparent;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite;
    z-index: 9 !important;
}

@-ms-keyframes spinner {
    100% {
        rotate: 360deg;
    }
}

@-moz-keyframes spinner {
    100% {
        rotate: 360deg;
    }
}

@-webkit-keyframes spinner {
    100% {
        rotate: 360deg;
    }
}

@keyframes spinner {
    100% {
        rotate: 360deg;
    }
}

/* preloader ends here*/

/* search-banner s */

.search-banner {
    position: relative;
}

.home-banner {
    padding: 90px 0 300px;
    background-image: url(/assets/images/home-banner.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: right -40px top;
}

.home-banner .banner-content {
    max-width: 620px;
    color: var(--secondary-color);
    position: relative;
}

.home-banner .banner-content::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 251px;
    height: 4px;
    background-color: var(--primary-color);
}

.home-banner h1 {
    font-size: 53px;
    font-weight: 700;
    line-height: 55px;
    color: var(--primary-color);
    margin-bottom: 21px;
    text-transform: uppercase;
}

.home-banner h1 span {
    display: block;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: var(--secondary-color);
}

.home-banner>span {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
}

.home-banner h4 {
    font-size: 41px;
    font-weight: 600;
    line-height: 45px;
}

/* search-engine s */

.search-engine .search-main {
    position: relative;
    max-width: 1096px;
}

.search-engine .search-main .search-form {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    /* top: -215px; */
    bottom: 41px;
    z-index: 99;
}

/* form head s */

.search-form .form-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
}

.form-modal .form-head,
.flight-category .flight-way-main .form-input,
.form-head .form-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-head .form-input:nth-of-type(2) {
    margin-left: 44px;
}

.flight-category .flight-way-main .form-input .form-check-label,
.form-head .form-input .form-check-label {
    font-size: 16px;
    font-weight: 400;
    color: #36495A;
    margin-left: 5px;
}

.flight-category .flight-way-main .form-input .form-check-input,
.form-head .form-input .form-check-input {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #B4C3CD;
    margin: 0;
    box-shadow: none;
    position: relative;
}

.flight-category .flight-way-main .form-input .form-check-input::after,
.form-head .form-input .form-check-input::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid #B4C3CD;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}

.flight-category .flight-way-main .form-input .form-check-input:checked,
.form-head .form-input .form-check-input:checked {
    border-color: var(--tertiary-color);
}

.flight-category .flight-way-main .form-input .form-check-input:checked::after,
.form-head .form-input .form-check-input:checked::after {
    background-color: var(--tertiary-color);
    border: 1px solid var(--tertiary-color);
}

/* form head e */

.search-engine .form-main {
    padding: 12px 12px 0 12px;
    box-shadow: 0 0 11px 0 #00000011;
    background-color: var(--c-white);
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.search-engine .form-main .form-control {
    font-size: 15px;
    font-weight: 400;
    color: #676767;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 2px 0 0 2px !important;
    border: 1px solid transparent;
    box-shadow: 0 0 4px 0 #00000016;
    height: 50px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.search-engine .form-main .form-control::placeholder {
    color: #77777760;
}

.search-engine .form-main .form-control:focus {
    border-color: #36495A50;
}

.search-engine .form-main .form-input {
    flex: 0 0 280px;
    margin-bottom: 12px;
    position: relative;
}

.search-engine .form-main .form-input.origin .form-control,
.search-engine .form-main .form-input.destination .form-control {
    background-image: url(/assets/images/destination-form.png);
}

.search-engine .form-main .form-input.dept .form-control,
.search-engine .form-main .form-input.return .form-control {
    background-image: url(/assets/images/date-picker-form.png);
}

.search-engine .form-main .form-input.class .form-control {
    background-image: url(/assets/images/class-form.png);
}

.search-engine .form-main .form-input .PassengersField {
    background-image: url(/assets/images/passenger-form.png);
}

.search-engine .form-main .form-input.dept,
.search-engine .form-main .form-input.return {
    flex: 0 0 165px;
}

.search-engine .form-main .form-input.dept {
    margin-left: 12px;
}

.search-engine .form-main .form-input.class {
    flex: 0 0 157px;
    margin-left: 12px;
}

.search-engine .form-main .form-input.passenger-contain {
    flex: 0 0 238px;
}

.search-engine .form-main .form-input.name,
.search-engine .form-main .form-input.number,
.search-engine .form-main .form-input.email,
.search-engine .form-main .form-input.answer {
    flex: 0 0 178px;
    margin-left: 12px;
}

.search-engine .form-main .form-input.submit {
    flex: 0 0 58px;
    margin-left: 12px;
}

.search-engine .form-main .form-input.submit .btn {
    width: 100%;
    background-color: var(--tertiary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    box-shadow: none;
}

.search-engine .form-main .form-input.submit .btn:hover {
    background-color: var(--primary-color);
}

.search-form .select2-container {
    width: 100% !important;
}

.ui-widget-header .ui-icon {
    background-image: url(/assets/images/datepicker/ui-icons_444444_256x240.png);
}

/* traveller-drop-down s */

.form-group.passenger-contain {
    position: relative;
}

.passenger-dropdown {
    text-align: center;
    background-color: #fff;
    padding: 15px 15px 9px;
    position: absolute;
    z-index: 3;
    border-radius: 2px;
    left: auto;
    right: 0;
    margin: auto;
    width: 200px;
    top: 55px;
    box-shadow: 0 0 3px 0 #00000017;
}

.passenger-dropdown .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.passenger-dropdown .form-group>label {
    font-size: 16px;
    font-weight: 500;
    color: #36495A;
}

.passenger-dropdown .form-group .passenger .btn {
    width: 16px;
    height: 16px;
    border-radius: 1px !important;
    border: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}

.passenger-dropdown .form-group .passenger .btn {
    background-color: #36495A;
    border: 1px solid #36495A;
}

.passenger-dropdown .form-group .passenger .btn svg {
    fill: var(--c-white);
}

.passenger-dropdown .form-group .passenger .btn.borderbox {
    background-color: transparent;
    opacity: 1;
}

.passenger-dropdown .form-group .passenger .btn.borderbox svg {
    fill: #36495A;
}

.passenger-dropdown .form-group .input-group {
    flex: 0 0 53%;
}

.passenger-dropdown .form-group .passenger .form-control {
    font-size: 16px;
    font-weight: 500;
    color: #262550;
    text-align: center;
    max-width: 50px;
    height: 21px !important;
    margin: 0 auto !important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #36495A !important;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

.passenger-dropdown .form-group:nth-of-type(2) {
    margin: 18px 0 18px 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield !important;
}

.passenger .minus img,
.passenger .plus img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* traveller-drop-down e */

/* custom datepicker starts */

.ui-datepicker {
    width: 333px;
    border: none;
    box-shadow: 0 3px 6px 0 #00000016;
    background-color: #fff;
    padding: 19px 25px 25px;
    border-radius: 2px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-datepicker td {
    padding: 0px;
}

.beat_my_qout .ui-datepicker {
    top: 270px;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    border: none;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 22px;
    font-weight: 700;
    color: #36495A;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    background-color: #ffff;
    color: #11615D;
    font-weight: 700;
    border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
    font-size: 18px;
    font-weight: 500;
    border: none;
    background: #ffff;
    color: #36495A;
    text-align: center;
    padding: 5px 9px;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #36495A;
    border-radius: 0;
    color: #fff;
}

.ui-datepicker th {
    font-size: 18px;
    font-weight: 700;
    color: #0078D2;
    text-transform: capitalize;
    padding: 5px 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    height: 100%;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background-color: #fff;
    border: none;
}

.ui-datepicker-next.ui-corner-all .ui-icon {
    background-image: url(/assets/images/calender-arrow.png);
    background-position: center !important;
}

.ui-datepicker-prev.ui-corner-all .ui-icon {
    background-image: url(/assets/images/calendar-l-arrow.png);
    background-position: center !important;
}

.ui-state-default:hover,
.ui-state-default.ui-state-active {
    background-color: #36495A;
    color: #fff;
    border-radius: 0;
}

/* custom datepicker ends */


/* no-banner s */
.no-banner-pg .search-banner {
    background-color: var(--primary-color);
    min-height: 300px;
}

.no-banner-pg .search-banner .search-engine .search-main .search-form {
    top: 100px;
}

.no-banner-pg .header .contact a span {
    color: var(--c-white);
}

.no-banner-pg .header .contact a .svg {
    fill: #fff;
}

.no-banner-pg .header .header-main .logo .logo-normal {
    display: none;
}

.no-banner-pg .header .header-main .logo .logo-white {
    display: block;
}

.no-banner-pg .flight-category .flight-way-main .form-input .form-check-label,
.no-banner-pg .form-head .form-input .form-check-label {
    color: var(--c-white);
}

/* no-banner e */

/* search engine e */

/* .main {
    padding: 30px 0;
} */

/* content-section starts */

.content-sec-cvr {
    padding: 56px 0 35px;
}

/* .content-sec-main .media img {
    opacity: 0.1;
} */

.content-sec-main .media .aeroplane {
    position: absolute;
    bottom: -158px;
    right: -105px;
    opacity: 1;
}

.content-sec-main .home-scrollbar {
    max-height: 525px;
    overflow-y: scroll;
    scrollbar-width: none;
    padding-right: 20px;
}

.content-sec-main .home-scrollbar .scrollbar-track {
    display: none !important;
}

/* content-section e */

.heading-sec {
    max-width: 720px;
}

.heading-sec h1,
.heading-sec h2,
.heading-sec h3 {
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    color: var(--secondary-color);
    position: relative;
    padding-bottom: 5px;
}

.heading-sec h1::after,
.heading-sec h2::after,
.heading-sec h3::after {
    position: absolute;
    content: '';
    background-color: var(--tertiary-color);
    width: 312px;
    height: 1px;
    left: 0;
    bottom: 0;
}

.heading-sec p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--secondary-color);
    margin-top: 10px;
}

/* airline-flight s */

/* airline-flight-box s */
.airline-flight-cvr {
    padding: 35px 0 25px;
}

.airline-flight-box {
    border: 1px solid #A5A5A550;
    transition: all 0.3s;
}

.airline-flight-box .box-media>a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.airline-flight-box .box-media::after {
    position: absolute;
    content: '';
    background-image: linear-gradient(transparent, #00000076);
    height: 76%;
    left: 0;
    right: 0;
    bottom: 0;
}

.airline-flight-box .box-media .text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    color: var(--c-white);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.airline-flight-box .box-media .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.airline-flight-box .box-content {
    padding: 11px 15px 15px;
    background-color: var(--c-white);
}

.airline-flight-box .box-content .title-price,
.airline-flight-box .box-content .contact-book {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.airline-flight-box .box-content .title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #888888;
}

.airline-flight-box .box-content .title h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #888888;
    transition: all 0.3s;
}

.airline-flight-box .box-content .price p {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    color: var(--primary-color);
}

.airline-flight-box .box-content .price p span {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #888888;
    margin-right: 7px;
}

.airline-flight-box .box-content .contact-book {
    align-items: flex-end;
    padding-top: 9px;
    margin-top: 12px;
    border-top: 1px solid #70707030;
}

.airline-flight-box .box-content .contact-book span {
    display: block;
}

.airline-flight-box .box-content .contact-book p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #888888;
}

.airline-flight-box .box-content .contact-book p a {
    color: #888888;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}

.airline-flight-box .box-content .contact-book>a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: var(--secondary-color);
    background-color: var(--c-white);
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    padding: 5px 16px;
}

.airline-flight-box:hover {
    box-shadow: 0 0 10px 0 #00000018;
    transition: all 0.3s;
}

.airline-flight-box:hover .box-content .title h5 {
    color: var(--primary-color);
    transition: all 0.3s;
}

.airline-flight-box:hover .box-content .contact-book p a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.airline-flight-box:hover .box-content .contact-book>a {
    background-color: var(--primary-color);
    color: var(--c-white);
    border-color: var(--primary-color);
}

/* airline-flight-box e */

/* swiper-btn starts */

.airline-flight-swp {
    padding-top: 30px;
}

.airline-flight-swp .swiper-button-prev,
.airline-flight-swp .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    background-color: var(--primary-color);
    width: 41px;
    height: 35px;
    border-radius: 0;
    top: -10px;
    bottom: auto;
}

.airline-flight-swp .swiper-button-prev,
.airline-flight-swp .swiper-button-next {
    top: 0;
}

.airline-flight-swp .swiper-button-prev {
    right: 47px;
    left: auto;
}

.airline-flight-swp .swiper-button-next {
    left: auto;
    right: 0;
}

.airline-flight-swp .swiper-button-next::after,
.airline-flight-swp .swiper-button-prev::after {
    display: none;
}

/* swiper-btn e */

/* airline-flight e */


/* home-content-section s */

.home-content-cvr {
    padding: 25px 0;
}

.home-content-cvr .home-scrollbar {
    max-height: 575px;
    overflow-y: scroll;
    position: relative;
    padding-left: 25px;
}

.home-content-cvr .home-scrollbar .scrollbar-track-y {
    right: auto;
    width: 7px;
    background-color: #E5E5E5;
    border-radius: 5px;
    left: 0;
}

.home-content-cvr .home-scrollbar .scrollbar-thumb {
    right: auto;
    width: 7px;
    background-color: transparent;
    border: 1px solid #707070;
    border-radius: 9px;
}

/* home-content-section e */

/* special-offers s */
.special-offers-cvr {
    padding: 25px 0;
}

/* special-offers-box s */
.special-offers-box {
    background-color: var(--c-white);
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 9px 0 #00000010;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.special-offers-main-info .row .col-12 {
    margin-top: 20px;
}

.special-offers-box .special-offers-media img {
    border-radius: 5px;
}

.special-offers-box .special-offers-content {
    margin-left: 24px;
    padding: 11px 0;
}

.special-offers-box .special-offers-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: var(--secondary-color);
}

.special-offers-box .special-offers-content h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: var(--tertiary-color);
    margin: 6px 0;
}

.special-offers-box .special-offers-content a {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--primary-color);
    padding-right: 33px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--primary-color);
}

.special-offers-box .special-offers-content a:hover {
    color: var(--tertiary-color);
    border-bottom: 1px solid var(--tertiary-color);
}

/* special-offers-box e */

/* special-offers e */

/* faq-section s */
.faq-section-cvr {
    padding: 25px 0;
}

.faq-section-main .row {
    margin-top: 35px;
}

.faq-section-main .accordion-button::after {
    position: absolute;
    left: 30px;
    background-image: url(/assets/images/accordion-plus.png);
    background-position: center;
}

.faq-section-main .accordion-button:not(.collapsed)::after {
    position: absolute;
    left: 30px;
    background-image: url(/assets/images/accordion-minus.png);
    background-position: center;
    transform: initial;
}

.faq-section-main .accordion-item {
    border: none;
    overflow: hidden;
    margin-bottom: 14px;
    position: relative;
}

.faq-section-main .accordion-item::before {
    content: '';
    position: absolute;
    left: 112px;
    bottom: 0;
    height: 1px;
    width: 1096px;
    background-color: #36495A50;
    z-index: 1;
}

.faq-section-main .accordion-button {
    padding: 14px 0;
    font-size: 18px;
    font-weight: 600;
    color: #36495A;
    padding: 14px 112px;
    box-shadow: none;
}

.faq-section-main .accordion-button:not(.collapsed)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 112px;
    height: 1px;
    width: 1096px;
    background-color: #36495A50;
}

.faq-section-main .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faq-section-main .accordion-body {
    padding: 14px 5px 35px 112px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: var(--secondary-color);
}

.accordion-button:hover {
    z-index: auto;
    display: flex;
}

/* faq-section e */

/* footer s */
.footer-cvr {
    padding: 61px 0 43px;
    background-color: #D0DAE0;
}

.footer-main .sec>span {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #3E5D7A;
}

.footer-main .sec ul {
    margin-top: 18px;
    padding-top: 13px;
    border-top: 1px solid #B9C1C3;
}

.footer-main .sec ul li:not(:nth-last-of-type(1)) {
    margin-bottom: 13px;
}

.footer-main .sec ul li p,
.footer-main .sec ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #3E5D7A;
}

.footer-main .sec ul li a:hover {
    color: var(--primary-color);
}

.footer-main .payment ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-main .payment ul li {
    flex: 0 0 50%;
}

.footer-main .payment ul li:nth-of-type(2),
.footer-main .payment ul li:nth-of-type(4) {
    text-align: end;
}

.copyright-social {
    margin-top: 35px;
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.copyright-social::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 1096px;
    height: 1px;
    background-color: #B9C1C3;
}

.copyright-social .social-links ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.copyright-social .social-links ul li:not(:nth-last-of-type(1)) {
    margin-right: 4px;
}

.copyright-social .social-links ul li a:hover {
    scale: 0.9;
}

.copyright p {
    font-size: 18px;
    font-weight: 400;
    color: #3E5D7A;
    line-height: 35px;
}

/* footer e */

/* Home page ends */

/* inner page starts */

.inner-page .header {
    position: relative;
}

.inner-page .header .stellarnav li a {
    color: var(--secondary-color);
}

.inner-page .header .stellarnav li::before {
    background-color: var(--primary-color);
}

.inner-page .header.nav-custom-s .stellarnav li a {
    color: var(--c-white);
}

.inner-page .header.nav-custom-s .stellarnav li::before {
    background-color: var(--c-white);
}

.inner-page .search-banner {
    min-height: 0;
}

.inner-page .home-banner {
    background-image: none;
    padding: 0;
}

/* inner page ends */

/* page-content s */

.page-content>.container .home-scrollbar h1,
.page-content>.container>h1,
.page-content>.container .home-scrollbar h2,
.page-content>.container>h2,
.page-content>.container .home-scrollbar h3,
.page-content>.container>h3 {
    font-weight: 700;
    color: var(--primary-color);
    margin: 25px 0;
    text-transform: capitalize;
}

.page-content>.container .home-scrollbar h1,
.page-content>.container>h1 {
    font-size: 35px;
    line-height: 45px;
}

.page-content>.container .home-scrollbar h2,
.page-content>.container>h2 {
    font-size: 30px;
    line-height: 40px;
}

.page-content>.container .home-scrollbar h3,
.page-content>.container>h3 {
    font-size: 28px;
    line-height: 35px;
}

.page-content>.container .home-scrollbar h4,
.page-content>.container>h4,
.page-content>.container .home-scrollbar h5,
.page-content>.container>h5,
.page-content>.container .home-scrollbar h6,
.page-content>.container>h6 {
    font-weight: 400;
    color: #07AAEE;
    margin: 20px 0;
    text-transform: capitalize;
}

.page-content>.container .home-scrollbar h4,
.page-content>.container>h4 {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
}

.page-content>.container .home-scrollbar h5,
.page-content>.container>h5 {
    font-size: 20px;
    line-height: 25px;
}

.page-content>.container .home-scrollbar h6,
.page-content>.container>h6 {
    font-size: 18px;
    line-height: 22px;
}

.page-content>.container .home-scrollbar p,
.page-content>.container>p {
    font-size: 18px;
    font-weight: 400;
    color: #5E6D7B;
    line-height: 33px;
    margin: 15px 0;
}

.page-content>.container .home-scrollbar strong,
.page-content>.container>strong {
    font-weight: 500;
}

.page-content>.container .home-scrollbar p a,
.page-content>.container>p a,
.page-content>.container .home-scrollbar ul li a,
.page-content>.container>ul li a,
.page-content>.container .home-scrollbar ol li a,
.page-content>.container>ol li a,
.page-content>.container .home-scrollbar a,
.page-content>.container>a {
    color: var(--primary-color);
}

.page-content>.container .home-scrollbar ul li a:hover,
.page-content>.container>ul li a:hover,
.page-content>.container .home-scrollbar ol li a:hover,
.page-content>.container>ol li a:hover,
.page-content>.container .home-scrollbar p a:hover,
.page-content>.container>p a:hover {
    color: #5E6D7B;
}

.page-content>.container .home-scrollbar blockquote a:hover,
.page-content>.container>blockquote a:hover {
    color: var(--c-white);
}

.page-content>.container .home-scrollbar blockquote,
.page-content>.container>blockquote {
    background-color: #5E6D7B;
    text-align: center;
    max-width: 80%;
    margin: 25px auto;
    padding: 20px 30px;
    border-radius: 10px;
    border-right: 10px solid #07AAEE;
    border-left: 10px solid #07AAEE;
    font-style: italic;
}

.page-content>.container .home-scrollbar blockquote p,
.page-content>.container>blockquote p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.page-content>.container .home-scrollbar blockquote p a,
.page-content>.container>blockquote>p a {
    color: #000;
}

.page-content>.container .home-scrollbar ul,
.page-content>.container .home-scrollbar ul ul,
.page-content>.container>ul,
.page-content>.container>ul ul,
.page-content>.container .home-scrollbar ol,
.page-content>.container .home-scrollbar ol ol,
.page-content>.container>ol,
.page-content>.container>ol ol {
    padding: 15px;
    margin: 15px;
}

.page-content>.container .home-scrollbar ul li,
.page-content>.container>ul li,
.page-content>.container .home-scrollbar ol li,
.page-content>.container>ol li {
    font-size: 18px;
    font-weight: 400;
    color: #5E6D7B;
    line-height: 26px;
    margin-bottom: 5px;
    margin-left: 30px;
    position: relative;
}

.page-content>.container .home-scrollbar ul li,
.page-content>.container>ul li {
    position: relative;
}

.page-content>.container .home-scrollbar ul li::after,
.page-content>.container>ul li::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: var(--primary-color);
    border-radius: 50%;
    left: -33px;
    top: 7px;
}

/* page-content e */

/* contact-us page starts */

/* contact-us s */

.contact-us-form {
    margin-top: 35px;
}

.contact-us-form .form-input {
    margin-bottom: 12px;
}

.contact-us-form .form-input.answer,
.contact-us-form .form-input.submit {
    margin-bottom: 0;
}

.contact-us-form .form-input .form-control {
    font-size: 15px;
    font-weight: 400;
    color: #36495A;
    line-height: 20px;
    padding: 5px 8px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #36495A80;
    box-shadow: none;
    height: 45px;
}

.contact-us-form .form-input.answer .form-control {
    border-color: #36495A30;
}

.contact-us-form .form-input textarea.form-control {
    min-height: 46px;
}

.contact-us-form .form-input .form-control::placeholder {
    color: #36495A80;
}

.contact-us-form .form-input .form-control:focus {
    border-color: #36495A;
}

.contact-us-form .form-input.submit .btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--c-white);
}

.contact-us-form .form-input.submit .btn:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/* contact-us e */

/* contact-us-info s */

.contact-us-info-cvr {
    padding: 145px 0 85px;
}

.contact-us-info-main {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

.contact-us-box {
    text-align: center;
    flex: 0 0 33%;
    margin: 0 auto;
}

.contact-us-box span {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 29px;
    display: block;
    margin-top: 30px;
}

.contact-us-box p,
.contact-us-box a {
    font-size: 22px;
    font-weight: 400;
    color: var(--secondary-color);
    line-height: 29px;
}

.contact-us-box a:hover {
    color: var(--primary-color);
}

/* contact-us-info e */

/* contact-us page ends */

/* destination-fares-detail page starts */

.destination-fares-cvr {
    margin-bottom: 58px;
}

/* flight-category s */
.flight-category {
    background-color: #EBF7FF;
    padding: 5px;
}

.flight-category .head p {
    font-size: 16px;
    font-weight: 600;
    color: #36495A;
    line-height: 20px;
    padding: 7px;
    background-color: var(--c-white);
}

.flight-category .flight-way-main {
    margin: 11px 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #36495A10;
}

.flight-category .flight-way-main .form-input:nth-of-type(1) {
    margin-bottom: 8px;
}

.flight-price-box>span {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: var(--primary-color);
    margin: 15px 5px;
}

/* price-range-slider s */

.price-range .min-max-range .range-item {
    width: 48%;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    color: var(--secondary-color);
    background-color: transparent;
    box-shadow: none;
    border: none;
    outline: none;
}

.price-range .min-max-range .range-item:last-child {
    text-align: right;
}

.price-range .min-max-range {
    margin: 5px 0;
}

.price-range .ui-slider-handle {
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    border-color: var(--primary-color) !important;
    outline: none;
    box-shadow: 1px 1px 1px 0 #00000016;
    top: 50%;
    translate: 0 -50%;
    padding: 0;
    transition: all 0.3s;
}

.price-range .ui-slider-handle.ui-state-active,
.price-range .ui-slider-handle.ui-state-focus,
.price-range .ui-slider-handle.ui-state-hover {
    background-color: var(--primary-color);
    transition: all 0.3s;
}

.price-range .ui-widget-content {
    background: var(--c-white);
    border-radius: 2px;
    border-color: #36495A30 !important;
    height: 3px;
    margin: 0 9px;
}

.price-range .ui-widget-header {
    background: var(--primary-color) !important;
    height: 3px;
    border-radius: 5px;
    top: 50%;
    translate: 0 -50%;
}


/* price-range-slider e */

/* flight-category e */

/* class-type s */
.class-main {
    margin-top: 30px;
    text-align: end;
    position: relative;
}

.class-main::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #D0DAE0;
    width: 1075px;
    height: 1px;
}

.class-main .btn {
    padding: 41px 10px;
    border-radius: 15px 15px 0 0;
    background-color: #107CCB;
    box-shadow: none;
    width: 200px;
    cursor: auto;
}

.class-main .btn.premium {
    margin: 0 20px;
    background-color: #0F67A8;
}

.class-main .btn.business {
    background-color: #00467F;
}

.class-main .btn span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--c-white);
    text-decoration: underline;
}

.class-main .btn.hide {
    background-color: #36495A20;
}

.class-main .btn.hide span {
    color: #36495A50;

}

/* class-type e */

.destination-fares-main {
    margin-top: 26px;
}

/* destination-fares-box s */

.destination-fares-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.destination-fares-main .destination-fares-box:not(:first-child) {
    margin-top: 57px;
}

/* flights s */

.destination-fares-box .flights {
    flex: 0 0 410px;
}

.destination-fares-box .flights>p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: var(--primary-color);
}

.destination-fares-box .flights .flight-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 13px 0 25px;
    position: relative;
}

.destination-fares-box .flights .flight-info::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    background-color: #70707015;
    width: 323px;
    height: 1px;
}

.destination-fares-box .flights .flight-info .flight-ft p {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    color: #36495A;
    text-transform: uppercase;
}

.destination-fares-box .flights .flight-info .flight-ft span {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #36495A;
}

.destination-fares-box .flights .contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px;
}

.destination-fares-box .flights .contact>span {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #36495A;
}

.destination-fares-box .flights .contact p a,
.destination-fares-box .flights .contact p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #606060;
}

.destination-fares-box .flights .contact p a:hover {
    color: var(--primary-color);
}

.destination-fares-box .flights .contact p span {
    font-weight: 600;
    margin-right: 22px;
}

/* flights e */

/* fares s */
.destination-fares-box .fares {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 648px;
}

.destination-fares-box .fares .fares-box {
    padding: 10px 30px;
    border: 1px solid #CCDFEC;
    border-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 200px;
}

.destination-fares-box .fares .fares-box:nth-of-type(2) {
    margin: 0 24px;
}

.destination-fares-box .fares .fares-box span {
    display: inline-block;
    font-size: 34px;
    font-weight: 400;
    line-height: 30px;
    color: var(--primary-color);
}

.destination-fares-box .fares .fares-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #606060;
}

.destination-fares-box .fares .fares-box .btn {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: var(--c-white);
    margin-top: 15px;
    background-color: var(--primary-color);
    border-radius: 5px;
    box-shadow: none;
    padding: 8px 13px;
}

.destination-fares-box .fares .fares-box .btn:hover {
    background-color: var(--secondary-color);
}

.destination-fares-box .fares .fares-box.not p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--tertiary-color);
}

.destination-fares-box .fares .fares-box.not p span {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: var(--tertiary-color);
    display: block;
}

.destination-fares-box .fares .fares-box.hide {
    border-color: #DFDFDF;
}

.destination-fares-box .fares .fares-box.hide span {
    color: #DFDFDF;
}

.destination-fares-box .fares .fares-box.hide p span,
.destination-fares-box .fares .fares-box.hide p {
    color: #DFDFDF;
}

.destination-fares-box .fares .fares-box.hide .btn {
    border-color: #DFDFDF;
    background-color: #DFDFDF;
}

/* fares e */

/* destination-fares-box e */

/* form-modal s */
.modal-dialog {
    max-width: 472px;
}

.form-modal .modal-content {
    border: none;
    border-radius: 2px !important;
}

.form-modal .modal-header {
    padding: 20px 0 12px;
    margin: 0 24px;
}

.form-modal .modal-header h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #36495A;
}

.form-modal .modal-header button {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.form-modal .modal-body {
    padding: 11px 24px 24px;
}

/* form-modal e */

/* destination-fares-detail page ends */

/* thank-you page starts */

.thank-you-main {
    max-width: 650px;
    margin: 55px auto 125px;
    text-align: center;
}

.thank-you-main h3 {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    color: #36495A;
    text-transform: uppercase;
}

.thank-you-main p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #606060;
}

.thank-you-main p:nth-of-type(1) {
    margin: 15px 0 7px;
}

.thank-you-main .view-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.thank-you-main .view-home a {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: var(--c-white);
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 10px 37px;
}

.thank-you-main .view-home a:hover {
    background-color: var(--secondary-color);
}

/* thank-you page ends */


/* error-page starts */

.error-cover {
    padding: 38px 0 68px;
}

.error-cover .banner-content {
    max-width: 650px;
    margin: 0 auto;
}

.error-cover .banner-content .f-o-f {
    display: block;
    font-size: 129px;
    font-weight: 700;
    color: #36495A;
    line-height: 1;
    margin: 30px 0 20px;
}

.error-cover .banner-content span,
.error-cover .banner-content p {
    font-size: 18px;
    font-weight: 400;
    color: #606060;
    line-height: 20px;
}

.error-cover .banner-content span {
    font-weight: 600;
    margin-bottom: 2px;
}

.home-previous {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 51px;
}

.home-previous a {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    color: var(--c-white);
    line-height: 1;
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 9px 37px;
}

.home-previous a:hover {
    background-color: var(--secondary-color);
}

/* error-page ends */

/* form-validation s */

.form-control.error::placeholder {
    color: red !important;
    opacity: 0.5;
}

.form-control.error,
.form-check-input.error {
    border-color: red !important;
    color: red !important;
}

label.error {
    display: none !important;
}

.search-engine .alert-danger {
    top: 23px;
}

/* form-validation e*/