* {
    padding: 0;
    margin: 0;
    --primary-font: 'Montserrat', sans-serif;
    --secondary-font: 'Poppins', sans-serif;
    --bg-b-color: #1c2f67;
    /* primary  */
    --enq-btn-color: #cc223d;
    /* secondary  */
    --c_contentpage-h2: #102536;
    /* tertiary  */
    --secndary-color: #172755;
    /* tertiary  */
    --c-white: #ffffff;
    --c_thank-you-p: #6e7b8e;
    --c-black: #000;
    --ca-black: #00000025;
}

body {
    font-family: var(--primary-font);
}

ul,
a {
    list-style-type: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

/* *** Home page start here *** */

/* * header html start here * */
.header {
    font-family: var(--secondary-font);
}

.header .top-bar {
    background-color: var(--bg-b-color);
}

.main-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: var(--c-white);
    box-shadow: 0 0 10px 0 var(--ca-black);
}

.radio .form-check-input[type="checkbox"] {
    background-image: none !important;
}

.main-topbar ul {
    display: flex;
    justify-content: space-between;
}

.main-topbar ul li:nth-of-type(1) {
    padding: 10px 25px 10px 0;
}

.main-topbar ul li {
    padding: 10px 25px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.main-topbar ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-topbar ul:nth-of-type(1) li a i {
    color: var(--enq-btn-color);
}

.main-topbar ul li a span:hover {
    color: var(--enq-btn-color);
    transition: all 0.3s;
}

.main-topbar ul:nth-last-of-type(1) li:nth-last-of-type(1).active {
    background-color: var(--enq-btn-color);
}

.main-topbar ul:nth-last-of-type(1) li:nth-last-of-type(1).active span:hover {
    color: var(--bg-b-color);
}

.main-topbar ul li a span {
    color: var(--c-white);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: all 0.3s;
    font-weight: 500;
}

.main-topbar ul li a img {
    margin-right: 13px;
}

.main-topbar ul li a i {
    color: var(--c-white);
    transition: all 0.3s;
    font-size: 19px;
    margin-right: 13px;
}

/* nav links starts here  */

.logo {
    min-width: 95px;
}

.nav-custom {
    display: flex;
    padding: 17px 0 16px;
    justify-content: space-between;
}

.nav-custom .stellarnav ul li {
    transition: all 0.3s;
}

.nav-custom .stellarnav ul li:hover a,
.nav-custom .stellarnav ul li.active a {
    color: var(--enq-btn-color);
    transition: all 0.3s;
}

.nav-custom .stellarnav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-custom .stellarnav ul li:not(:nth-last-of-type(1)) {
    margin-right: 50px;
}

.nav-custom .stellarnav ul li a {
    font-size: 15px;
    padding: 0;
    color: var(--bg-b-color);
    font-weight: 500;
}

.nav-custom .header-socialmedia ul {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.nav-custom .header-socialmedia ul li:not(:nth-last-of-type(1)) {
    margin-right: 28px;
}

.nav-custom .header-socialmedia ul li a i:hover,
.nav-custom .header-socialmedia ul li.active a i {
    color: var(--enq-btn-color);
    transition: all 0.3s;
}

.nav-custom .header-socialmedia ul li a i {
    font-size: 19px;
    color: var(--bg-b-color);
    transition: all 0.3s;
}

/* * header html start here * */


/* responsive-menu starts here */
.search-form .search-form-btn .form-input .form-select {
    padding-bottom: 8px;
}

.search-form .search-form-btn .form-input .form-select option {
    color: var(--enq-btn-color);
    background-color: #fff;
}

.responsive-menu-cvr {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.responsive-menu-cvr .responsive-menu {
    background-color: var(--enq-btn-color);
    min-height: 40px;
    position: relative;
    border-radius: 50px;
}

.responsive-menu .call {
    position: absolute;
    top: -25px;
    right: 90px;
}

.responsive-menu .menu {
    position: absolute;
    flex-direction: column;
    cursor: pointer;
    top: -25px;
    right: 50%;
    transform: translateX(50%);
}

.responsive-menu .call a,
.responsive-menu .menu {
    width: 60px;
    height: 60px;
    background-color: var(--bg-b-color);
    border: 5px solid var(--enq-btn-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    box-shadow: 0 0 5px 0 #00000025;
}

.responsive-menu .call a i {
    font-size: 19px;
    color: var(--c-white);
}

.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 a:hover,
.responsive-menu .menu:hover {
    border-color: var(--bg-b-color);
    transition: all 0.3s;
}

/* responsive-menu ends here */

/* * search engine start here * */
.search-engine .search-main {
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.search-engine .search-main .search-form {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: -250px;
    z-index: 99;
}

.search-engine .search-form form {
    box-shadow: 0 0 10px 0 #0002;
    background-color: var(--c-white);
    padding: 21px 20px 0;
}

.search-engine .form-main {}

.search-form .form-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.search-form .form-head .search-form-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.form-head .form-check label {
    color: var(--bg-b-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.search-form-btn .form-check-input,
.radio .form-check-input {
    background-color: rgba(28, 47, 103, 40%);
    border: 2px solid transparent;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.search-form-btn .form-check-input:focus,
.radio .form-check-input:focus {
    outline: 0;
    box-shadow: inherit;
    background-color: rgba(28, 47, 103, 40%);
}

.search-form-btn .form-check-input:checked,
.radio .form-check-input:checked {
    background-color: var(--bg-b-color);
    border-color: var(--bg-b-color);
}

.search-form .form-head .search-form-btn .form-check,
.search-form .form-head .search-form-btn .form-input {
    margin-right: 25px;
}

.form-input {
    margin-right: 2px !important;
    position: relative;
}

.search-form .close-btn {
    text-align: end;
}

.search-form .input-group img,
.form-input img {
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 1;
}

.search-form .select2-container {
    width: 100% !important;
}

.search-form .search-form-btn .form-input .form-select,
.search-form .search-form-btn .form-input .form-control {
    background-color: transparent;
    border: none;
    color: var(--bg-b-color);
    font-size: 15px;
    font-weight: 500;
    background-image: none;
    cursor: pointer;
}

.search-form .search-form-btn .form-input .form-select option {
    color: var(--enq-btn-color);
}

.search-form .search-form-btn .form-input .form-select:focus,
.search-form .search-form-btn .form-input .form-control:focus {
    box-shadow: none;
    border: none;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/datepicker/ui-icons_444444_256x240.png);
}

.search-form .search-dates {
    position: relative;
}

.pass-economy {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.pass-economy::after {
    content: '';
    border-left: 7px solid #fff;
    border-top: 7px solid var(--bg-b-color);
    border-right: 7px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}

.search-form .search-dates img {
    position: absolute;
    right: 20px;
    top: 18px;
    z-index: 1;
}

.search-form .search-dates .return-date .form-input img {
    display: none;
}

.form-group.passenger-contain {
    position: relative;
}

.passenger-dropdown {
    text-align: center;
    background-color: var(--c-white);
    padding: 10px;
    box-shadow: 0 0 10px 1px #0000004f;
    position: absolute;
    top: 50px;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.passenger-dropdown .form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.passenger-dropdown .form-group .passenger {
    display: flex;
    position: relative;
}

.passenger-dropdown .form-group .passenger .minus,
.passenger-dropdown .form-group .passenger .plus {
    position: absolute;
    z-index: 5;
}

.passenger-dropdown .form-group .passenger .passengerInput {
    height: 38px !important;
    text-align: center;
}

.passenger-dropdown .general-btn {
    background-color: var(--enq-btn-color);
    width: 100%;
    color: var(--c-white);
    font-size: 18px;
    font-weight: 500;
}

.passenger-dropdown .form-group .passenger .btn {
    background-color: var(--c-white);
    padding: 18px;
    border: 2px solid var(--bg-b-color);
}

.passenger-dropdown .form-group .passenger .form-control {
    max-width: 80%;
    height: 40px !important;
    margin: 0 auto !important;
    border: 2px solid var(--bg-b-color) !important;
    color: var(--bg-b-color);
    font-size: 15px;
}

.passenger-dropdown .form-group>label {
    color: var(--bg-b-color);
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: block !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.passenger-dropdown .form-group .passenger .minus {
    left: 0;
}

.passenger-dropdown .form-group .passenger .plus {
    right: 0;
}

.passenger .minus img,
.passenger .plus img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-input .date img {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.return-date {
    display: none;
}

.shown-field img {
    z-index: 2;
}

.form-input .form-control {
    font-size: 14px;
    height: 48px;
    padding: 15px 20px;
    border-radius: 0;
    box-shadow: 0 0px 10px var(--ca-black) !important;
    margin: 0;
    margin-bottom: 18px;
    border: none;
}

.form-input .form-control::placeholder {
    color: #00012f50 !important;
}

.air-search .select2-search__field::placeholder {
    font-size: 14px;
    opacity: 1;
    color: #1b2a2f80 !important;
}

.form-input .passenger-contain .form-control {
    box-shadow: none;
    border-radius: 0;
}

.search-form .form-input .passenger-contain img {
    position: absolute;
    right: 15px;
    top: 18px;
    z-index: 5;
}

.search-form .form-input .PassengersField+img {
    position: absolute;
    right: 14px;
    top: 17px;
    z-index: 6;
}

.search-engine .form-check-input:checked[type="checkbox"],
.form-check-input:checked[type="radio"] {
    /* background-image: url("../images/checked.png"); */
    position: relative;
    display: inline-block;
    /* background-size: 8px; */
    background-position: center;
}


.search-engine .form-check-input:checked[type="checkbox"]::before,
.form-check-input:checked[type="radio"]::after {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--enq-btn-color);
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.search-form .form-input img {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}

.search-form .form-input img.mobile {
    display: none;
}

.form-input .answer+img,
.form-input.position-relative.field-img img {
    top: 50%;
    transform: translateY(-50%);
}


.search-form .pass-economy .form-input img {
    z-index: -1;
}

.form-main .select2-container--default .select2-selection--multiple {
    border: none;
    border-radius: 0;
    height: 48px;
    color: #03869f80;
    padding: 12px 15px;
    line-height: 1;
    margin: 0;
    box-shadow: 0 0 5px 0 var(--ca-black);
}

.form-field-counter .close-btn {
    display: none;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}


.form-field-counter {
    text-align: end;
}

.form-input .submit-btn {
    background-color: var(--enq-btn-color);
    color: var(--c-white);
    display: flex;
    width: 100%;
    height: 48px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    border: none;
    position: relative;
    transition: all 0.3s;
}

.form-input .submit-btn img {
    position: initial;
    margin: auto;
}

/* .form-input .submit-btn::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0);
    background-color: var(--bg-b-color);
    transition: all 0.3s;
}

.form-input .submit-btn:hover::before {
    transform: scale(1);
    background-color: var(--bg-b-color);
    transition: all 0.3s;

} */

.search-submit {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* * search engine ends here * */

/* * flight-info starts here * */

/* filter-btn starts here  */

.flight-filter {
    position: relative;
    z-index: 9;
}

.flight-filter .filter-btn {
    position: fixed;
    text-align: start;
    top: 50%;
    left: -123px;
    cursor: pointer;
    padding: 10px;
    background-color: var(--enq-btn-color);
    border-radius: 5px;
    transition: all 0.3s;
    z-index: -1;
    display: none;
}

.flight-filter .filter-btn h2 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: var(--c-white);
}

.flight-filter .filter-btn h2 img {
    margin-left: 10px;
}

.flight-filter .filter-btn:hover {
    left: 0;
    transition: all 0.3s;
}

.flight-filter .bttn-close {
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 13px;
    z-index: 999;
    display: none;
}

.flight-filter .bttn-close span {
    width: 4px;
    height: 20px;
    background-color: var(--c-white);
    display: inline-block;
    transform: rotatez(45deg);
}

.flight-filter .bttn-close span.two {
    transform: rotatez(-45deg);
    position: relative;
    top: 0;
    right: 4px;
}

.flight-filter .filter-head h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color: var(--c-white);
    margin-bottom: 20px;
}

.flight-filter .filter-head h2 img {
    margin-right: 8px;
}

/* filter-btn ends here  */

.flight-cover {
    padding: 50px 0;
}

.flight-main .heading-sect h3 {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 600;
    color: var(--bg-b-color);
    margin-bottom: 20px;
}

/* destination-filter start here */

.flight-filter .destination-scrollbar {
    max-height: 400px;
}

.scrollbar-thumb {
    border-radius: 0 !important;
    background-color: var(--enq-btn-color) !important;
}

.destination-filter {
    background-color: var(--bg-b-color);
    margin-bottom: 24px;
}

.destination-filter .form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--c-white);
    /* background-color: #172755; */
    background-color: var(--secndary-color);
    padding: 15px;
    height: 48px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    appearance: none;
}

.destination-filter .form-control::placeholder {
    color: var(--c-white);
}

.flight-filter .search-dest img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.destination-filter .dest-filter-body {
    padding: 27px 20px 90px 20px;
}

.destination-filter .filter-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.destination-filter .filter-heading h5 {
    font-size: 17px;
    font-weight: 400;
    color: var(--c-white);
}

.destination-filter .filter-heading .btn {
    font-size: 10px;
    font-weight: 400;
    color: var(--c-white);
    text-transform: uppercase;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s;
    border-bottom: 1px solid var(--c-white);
    cursor: pointer;
}

.destination-filter .filter-heading .btn:hover {
    color: var(--enq-btn-color);
    border-bottom: 1px solid var(--enq-btn-color);
    transition: all 0.3s;
}

.flight-filter ul li .form-check {
    margin-bottom: 18px;
}

.flight-filter ul li .form-check-input {
    margin-right: 11px;
    border-color: var(--c-white);
    border-radius: 3px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

.flight-filter ul li .form-check-label {
    display: inline !important;
    font-size: 14px;
    font-weight: 400;
    color: var(--c-white);
    cursor: pointer;
}

.airlines-filter ul li .form-check-input {
    border-color: #102636;
}

.airlines-filter ul li .form-check-input:checked {
    background-color: transparent;
    background-image: url(../images/filter-stopover-chkd.png);
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid;
}

/* destination-filter end here */

.offer-flight-banner {
    display: flex;
    flex-direction: column;
}

.flights-offers {
    margin-bottom: 24px;
}

/* flight-detail-box start here */

.flight-detail-box {
    padding: 70px 30px 22px;
    border: 1px solid #e5e5e5;
    background-color: #f6f8fb;
    text-align: center;
    overflow: hidden;
    margin-bottom: 24px;
}

.flight-detail-box h3 {
    color: var(--bg-b-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.flight-detail-box p {
    font-size: 15px;
    font-weight: 300;
    color: var(--bg-b-color);
}

.flight-detail-box h2 {
    font-size: 50px;
    font-weight: 700;
    color: var(--bg-b-color);
    margin: 20px 0 20px 0;
    display: inline-block;
    position: relative;
}

.flight-detail-box h2 sup {
    position: absolute;
    font-size: 26px;
    font-weight: 600;
    top: 33%;
    left: -23px;
}

.flight-detail-box h2 sub {
    position: absolute;
    font-size: 26px;
    font-weight: 600;
    bottom: 35%;
    right: -42px;
}

.flight-detail-box .flight-class {
    padding: 15px 0;
    border-top: 1px solid #dddfe6;
    border-bottom: 1px solid #dddfe6;
    margin: 20px 0;
}

.flight-detail-box .flight-class h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--bg-b-color);
}

.flight-detail-box span {
    font-size: 16px;
    font-weight: 600;
    color: var(--bg-b-color);
}

.flight-detail-box span a {
    color: var(--enq-btn-color);
    margin-left: 5px;
    transition: all 0.3s;
}

.flight-detail-box span a:hover {
    color: var(--bg-b-color);
    transition: all 0.3s;
}

.flight-detail-box img {
    display: block;
    max-width: 150px;
    margin: auto;
    margin-bottom: 35px;
}

.flight-detail-box .btn {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 17px;
    color: var(--c-white);
    background-color: var(--enq-btn-color);
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    max-width: 200px;
    margin: auto;
    width: 100%;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

.flight-detail-box .btn::after,
.enquiry-popup .btn-submit .btn::after,
.contact-us .contact-box .form-box .butn::after,
.error-main>a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: scale(0);
    background-color: var(--bg-b-color);
    transition: all 0.3s;
    z-index: -1;
}

.flight-detail-box .btn:hover::after,
.enquiry-popup .btn-submit .btn:hover::after,
.contact-us .contact-box .form-box .butn:hover::after,
.error-main>a:hover::after {
    transform: scale(1);
    transition: all 0.3s;
}

.flight-detail-box .offer-tag {
    background-color: var(--bg-b-color);
    padding: 10px 38px 5px 38px;
    position: absolute;
    top: 18px;
    left: -40px;
    transform: rotate(-45deg);
    display: none;
}

.flight-detail-box.specialoffer-tag .offer-tag {
    display: initial !important;
}

.flight-detail-box .offer-tag p {
    color: var(--c-white);
    font-size: 12px;
    font-weight: 400;
}

/* flight-detail-box ends here */

/* flight-info starts ends here */


/* modal starts here  */

.enquiry-popup .modal-dialog {
    max-width: 605px;
}

.enquiry-popup .modal-content {
    padding: 10px 32px 28px;
    border-radius: 7px;
}

.modal-header h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--bg-b-color);
    text-transform: uppercase;
}

.modal-body {
    padding: 1rem 0;
}

.enquiry-popup .form-control.textarea {
    min-height: 52px;
}

.enquiry-popup .form-input .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #00012f;
    box-shadow: none !important;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #e8e9ea;
}

.enquiry-popup .btn-submit {
    text-align: end;
}

.enquiry-popup .btn-submit .btn {
    font-size: 12px;
    font-weight: 500;
    padding: 16px 28px;
    text-transform: uppercase;
    background-color: var(--enq-btn-color);
    color: var(--c-white);
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
}

.btn-close {
    background-image: url("../images/closep.png");
    background-size: 12px;
    opacity: 1;
}

.enquiry-popup .form-check-input {
    border-color: var(--c-black);
}

.enquiry-popup .form-check-input:checked {
    background-color: transparent;
    border-color: var(--c-black);
    box-shadow: none;
}

.enquiry-popup .form-check-label {
    font-size: 15px;
    font-weight: 500;
    color: #11191b;
}

/* modal ends here  */

/* footer starts here  */

.footer {
    background-color: var(--bg-b-color);
    padding-top: 45px;
    color: var(--c-white);
}

.footer-heading h2 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.footer-info {
    margin: 81px 0 78px;
}

.footer-info h4 {
    font-family: var(--secondary-font);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

.footer-info ul li a {
    font-family: var(--secondary-font);
    font-weight: 400;
    transition: all 0.3s;
    color: var(--c-white);
    font-size: 15px;
}

.footer-info::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    height: 109px;
    width: 1px;
    background-color: var(--c-white);
    top: 50%;
}

.footer-links ul {
    display: flex;
    justify-content: center;
    padding: 28px 0;
    border-top: 1px solid var(--c-white)2;
}

.footer-links ul li:not(:nth-last-of-type(1)) {
    margin-right: 60px;
}

.footer-links ul li a {
    font-size: 15px;
    color: var(--c-white);
    font-weight: 500;
    transition: all 0.3s;
    font-family: var(--secondary-font);
}

.footer-info ul li a:hover,
.footer-links ul li a:hover,
.footer-links ul li.active a {
    color: var(--enq-btn-color);
    transition: all 0.3s;
}

.copyright {
    background-color: var(--c-white);
    text-align: center;
    padding: 13px;
}

.copyright {
    color: var(--bg-b-color);
    font-size: 15px;
    font-weight: 400;
    font-family: var(--secondary-font);
}

/* footer ends here  */

/* Home-page ends here */

/* Contact us start here */
.inner-page .main {
    padding: 80px 0;
}

.contact-us .contact-box {
    background-color: #f6f8fb;
    border: 1px solid #e5e5e5;
    padding: 65px 112px 59px 112px;
}

.contact-us .contact-box span.main-heading {
    font-size: 20px;
    font-weight: 600;
    color: var(--bg-b-color);
}

.contact-us .contact-box form.form {
    margin-top: 56px;
}

.contact-us .contact-box .form-box {
    margin-bottom: 45px;
}

.contact-us .contact-box .form-box.message-box {
    margin-top: 20px;
}

.contact-us .contact-box .form-box .form-control {
    padding: 0 0 18px 0;
    border: 0;
    border-bottom: 1px solid #c5c6c9;
    background-color: transparent;
    color: #01012f;
    font-size: 14px;
    font-weight: 300;
}

.contact-us .contact-box .form-box .form-control:focus {
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #c5c6c9;
}

.contact-us .contact-box .form-box textarea.form-control {
    height: 50px;
}

.contact-us .contact-box .form-box .butn {
    background-color: var(--enq-btn-color);
    color: var(--c-white);
    font-size: 14px;
    font-weight: 500;
    padding: 18px 28px;
    border: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

/* Contact us ends here */

/* content page starts here  */

.page-content {
    font-family: var(--secondary-font);
}

.page-content>.container>h1 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 22px;
    color: var(--bg-b-color);
}

.page-content>.container>h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--c_contentpage-h2);
    margin-bottom: 22px;
}

.page-content>.container>h3 {
    margin-bottom: 26px;
    font-size: 25px;
    font-weight: 700;
    color: var(--bg-b-color);
}

.page-content>.container>h4 {
    margin-bottom: 26px;
    font-size: 25px;
    font-weight: 700;
    color: var(--c_contentpage-h2);
}

.page-content>.container>h5 {
    margin-bottom: 26px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--c_contentpage-h2);
}

.page-content>.container>h6 {
    margin-bottom: 26px;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: 600;
    color: var(--c_contentpage-h2);
}

.page-content>.container>p {
    margin-bottom: 25px;
    color: var(--c_thank-you-p);
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.page-content>.container strong {
    font-size: 16px;
    font-weight: 700;
}

.page-content>.container b {
    font-size: 16px;
    font-weight: 700;
}

.heading-sect a,
.page-content>.container a {
    color: var(--bg-b-color);
    transition: all 0.3s;
    font-weight: 600;
}

.heading-sect a:hover,
.page-content>.container blockquote a,
.page-content>.container a:hover {
    color: var(--enq-btn-color);
    transition: all 0.3s;
}

.page-content>.container blockquote a:hover {
    color: var(--c_cityName);
    transition: all 0.3s;
}

.page-content>.container blockquote {
    padding: 25px;
    max-width: 80%;
    margin: auto;
    border-left: 5px solid var(--enq-btn-color);
    border-right: 5px solid var(--enq-btn-color);
    border-radius: 5px;
    background-color: #102536;
    color: var(--c-white);
    text-align: center;
}

.page-content>.container blockquote p {
    font-size: 15px;
    font-weight: 400;
    color: var(--c-white);
}

.page-content>.container>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-content>.container>ul>li {
    flex: 0 0 48%;
    list-style: disc;
}

.page-content>.container>ul>li ul li,
.page-content>.container>ul>li ol li {
    font-size: 14px;
    font-weight: 500;
    color: var(--c_thank-you-p);
    line-height: 25px;
}

.page-content>.container>ul>li ul li {
    list-style-type: circle;
    margin-left: 15px;
}

.page-content>.container>ul>li ol li {
    list-style-type: lower-roman;
}

.page-content>.container>ul>li,
.page-content>.container>ol>li {
    margin-bottom: 20px;
    color: var(--c_thank-you-p);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
}

/* content page ends here  */

/* thank-you page starts here */
.inner-page .main {
    padding: 77px 0 47px;
}

/* .thank-you-main {
    text-align: center;
    max-width: 1010px;
    margin: auto;
} */

/* .thank-you-main h2 {
    font-size: 94px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: var(--bg-b-color);
} */

/* .thank-you-main h5 {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--secondary-font);
    color: var(--bg-b-color);
}

.thank-you-main p {
    font-size: 16px;
    margin-top: 26px;
    font-weight: 300;
    font-family: var(--secondary-font);
    color: var(--c_thank-you-p);
    line-height: 28px;
}

.thank-you-main img {
    display: inline-block;
    margin: 35px 0 55px;
} */

/* thank-you page ends here */

/* error-page starts here */

.error-cvr {
    background-image: url(/images/error-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 200px 0 225px;
}

.error-main {
    max-width: 540px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.error-main h2 {
    font-size: 110px;
    font-weight: 700;
    color: var(--c-white);
    font-family: var(--secondary-font);
}

.error-main h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--enq-btn-color);
    margin: 25px 0;
}

.error-main p {
    font-size: 15px;
    font-weight: 300;
    color: var(--c-white);
    line-height: 25px;
    font-family: var(--secondary-font);
}

.error-main>a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: var(--c-white);
    background-color: var(--enq-btn-color);
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.error-main>a::after {
    border: 1px solid var(--enq-btn-color);
}

/* error-page ends here */

/* form-validation page start here */

.search-engine .form-control.error,
.search-engine .form-check-input.error {
    border: 1px solid red !important;
}

.form-control.error,
.form-check-input.error {
    border-color: red !important;
}

label.error {
    display: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-state-active.ui-button:hover {
    border: 1px solid var(--bg-b-color);
    ;
    background: var(--bg-b-color);
}

#modal-alerts {
    z-index: 9999;
}

.contact-captcha {
    position: relative;
}

.contact-captcha img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* form-validation page end here */

/* preloader for autocomplete fields starts here  */
.trip-group.load {
    position: relative;
}

.trip-group.load::before {
    content: "";
    position: absolute;
    right: 30px;
    width: 25px;
    height: 25px;
    font-size: 3px;
    bottom: 12px;
    border-top: 1em solid #2522ba;
    border-right: 1em solid transparent;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite;
}

@-ms-keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}



/* responsive call icon starts here  */

.footer-fixed-bar {
    position: fixed;
    z-index: 999;
    width: 100%;
    display: none;
    bottom: 0;
}

.footer-fixed-bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--enq-btn-color);
    color: var(--c-white);
    height: 48px;
    width: 210px;
    font-size: 13px;
    font-family: var(--secondary-font);
    font-weight: 500;
    transition: all 0.3s;
}

.footer-fixed-bar a:hover {
    transition: all 0.3s;
    background-color: var(--bg-b-color);
}

.footer-fixed-bar a img {
    margin-right: 5px;
}

.footer-fixed-bar a:nth-of-type(1) {
    margin-right: 1px;
}


ul.mobile-topbar {
    display: none;
}



/* passenger modal starts here  */


.passenger-modal .modal-dialog {
    margin: auto;
    font-family: var(--primary-font);
}

.passenger-modal .modal-content {
    border-radius: 0;
}

.passenger-modal .modal-header {
    border: none;
    padding-top: 14px !important;
}

.passenger-modal .modal-header h5 {
    font-size: 14px;
    /* font-weight: 500; */
    color: var(--bg-b-color);
    text-transform: capitalize;
    padding-top: 30px;
}

.passenger-modal .passenger img {
    top: 0px !important;
}

.passenger-modal .modal-header,
.passenger-form {
    max-width: 420px;
    margin: auto;
    width: 100%;
}


.passenger-modal .btn-close {
    background-image: url("../images/close-modal.png");
    background-size: auto;
}

.passenger-form .form-group {
    box-shadow: 0 1px 3px 0 #0002;
    padding: 2px 9px 8px;
    margin: 3px !important;
    height: 48px;
}

.passenger-form .btn.general-btn.btn-block {
    background-color: var(--enq-btn-color);
    width: 100%;
    height: 48px;
    border-radius: 0;
    text-transform: uppercase;
    color: var(--c-white);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--secondary-font);
    margin-top: 200px;
}

.passenger-form label {
    font-size: 14px;
    font-weight: 400;
    color: #1b2a2f;
    opacity: 0.5;
}

.passenger-form .input-group .form-control.passengerInput {
    font-size: 14px;
    font-weight: 400;
    color: var(--enq-btn-color);
    opacity: 0.8;
    border: none;
    box-shadow: none !important;
    margin: 0;
    height: 10px;
    padding: 0 !important;
}


.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    cursor: pointer;
}


.callme-modal .form-input.captcha {
    position: relative;
}

.callme-modal .form-input.captcha img {
    position: absolute;
    top: 50%;
    /* transform: translateY(50%); */
    right: 15px;

}


.search-engine .origin-date .form-input {
    margin-right: 0 !important;
}

.search-dates input.form-control#to_date,
.search-engine .origin-date .form-input input {
    box-shadow: 5px 0px 10px var(--ca-black) !important;
}

.enquiry-dates {
    margin: 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #e8e9ea;
}

.enquiry-popup .form-control#enqfrom_date,
.enquiry-popup .form-control#enqto_date {
    padding: 15px 0;
    margin-bottom: 0;
    border: none;
}

.enquiry-popup .form-control#enqfrom_date {
    padding-left: 8px;
}

.enquiry-popup .return-date img {
    right: -4px;
}





/* flights Journy Uk Thank you page new update designs  */


.thank-you-main {
    color: #1c2f67;
}

.thank-you-main>h5 {
    font-weight: 600;
    font-size: 22px;
}

.title-thank p {
    font-weight: 300;
    color: #6e7b8e;
    font-size: 16px;
    line-height: 26px;
}

.btns-links {
    margin-top: 18px;
}

.btns-links a {
    padding: 12px 17px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #02bd64;
    color: #fff !important;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

.btns-links a:nth-of-type(1) i {
    font-size: 18px;
}

.btns-links a i {
    font-size: 20px;
    margin-right: 9px;
}

.btns-links a:not(:nth-last-of-type(1)) {
    background-color: #cc223d;
    margin-right: 6px;
}


.btns-links a:hover {
    background-color: #1c2f67;
    transition: all 0.3s;
}


.title-thank>h2 {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 600;
    display: flex;
    align-items: baseline;
}

.title-thank>h2>img {
    max-width: 56px;
    margin-right: 7px;
}

.title-thank {
    padding: 24px 35px 26px 27px;
    margin-top: 21px;
    margin-bottom: 65px;
    background-color: #f6f8fb;
}

.enquire-box-thank-you {
    box-shadow: 0 0 5px 0 #0002;
    padding: 15px 25px 25px;
}

.enquiry-cont-box {
    padding: 15px 0 14px;
    margin: 14px 0 24px;
    border-bottom: 1px solid #0002;
    border-top: 1px solid #0002;
}

.enquiry-cont-box h6 {
    font-weight: 600;
    font-size: 16px;
}

.enquiry-cont-box>p {
    margin: 15px 0 25px;
    display: flex;
    align-items: center;
}

.enquiry-link a {
    background-color: #cc223d;
    padding: 10px 18px 7px;
    text-transform: uppercase;
    transition: all 0.3s;
    color: #fff !important;
    display: inline-block;
    font-weight: 500 !important;
}

.enquiry-link a:hover {
    background-color: #1c2f67;
    transition: all 0.3s;
}

.enquiry-cont-box>p span:not(:nth-last-of-type(1)) {
    margin-right: 6px;
}

.enquiry-cont-box>p span {
    text-align: center;
    text-transform: capitalize;
    background-color: #1c2f67;
    color: #fff9;
    font-size: 12px;
    font-weight: 400;
    box-shadow: 0 0 0 1px #0002;
    width: 87px;
    padding: 5px 9px;
}

.enquiry-cont-box ul li:not(:nth-last-of-type(1)) {
    margin-bottom: 18px;
}

.enquiry-cont-box ul li img {
    margin-right: 14px;
}

.enquiry-cont-box ul li span:nth-of-type(2) {
    width: 14px;
    height: 1px;
    background-color: #1c2f67;
    margin: auto 10px;
    display: inline-block;
}

.enquiry-cont-box ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.enquire-box-thank-you>img {
    max-width: 160px;
}


/* Updated search engine  */

.update-passenger label {
    color: #00012f50 !important;
}

.enquiry-popup .update-passenger label {
    font-size: 14px;
}


.update-passenger.form-input input.form-control {
    flex: 0 0 20% !important;
    box-shadow: none !important;
    color: #00012f50 !important;
    padding: 0 !important;
    text-align: center;
}

.enquiry-popup .update-passenger.form-input input.form-control {
    flex: 0 0 26% !important;
}

.enquiry-popup .update-passenger>.form-group .btn {
    padding: 0 5px;
}

.enquiry-popup .update-passenger.form-input input.form-control {
    padding-left: 3px !important;
}

.update-passenger>.form-group:not(:nth-last-of-type(1)) {
    margin-right: 1px;
    flex: 0 0 49%;
}

.update-passenger>.form-group {
    box-shadow: 0 0px 10px var(--ca-black) !important;
    border: none !important;
    background-color: #fff;
    padding-left: 10px;
}


.enquiry-popup .update-passenger>.form-group {
    box-shadow: none !important;
    border-bottom: 1px solid #e8e9ea !important;
    margin-bottom: 24px;
}

.update-passenger>.form-group .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}

.update-passenger>.form-group .btn>span {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    color: #1b2a2f;
    opacity: 0.8;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
}

/* modal section starts here  */

.call-us-body {
    background-color: #fff;
    text-align: center;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 20px 0 0;
    color: #000;
    border-top: 4px solid var(--primery_color);
}

.call-us-body .logo-modal {
    max-width: 194px;
    margin: auto;
}

.call-us-body .btn-close {
    background: transparent url("../../airline-panda/images/modal-close.png") center/1em auto no-repeat;
    position: absolute;
    top: 12px;
    right: 20px;
    background-size: cover;
}

.call-us-body .btn-close:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.callme-modal .modal-dialog {
    max-width: 362px;
    margin-left: auto;
    margin-right: auto;
}

.callme-modal .modal-body {
    padding: 0;
}

.content-modal {
    padding: 0 32px;
}

.content-modal h4 {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 400;
    text-transform: capitalize;
}

.content-modal>p {
    align-items: center;
    display: flex;
    padding: 0 25px;
}


.content-modal>p>img {
    margin-right: 8px;
    align-self: baseline;
    display: inline-block;
    margin-top: 5px;
}

.content-modal p>span {
    text-align: start;
    font-size: 13px;
    font-weight: 400;
}

.content-modal p>span>strong {
    font-weight: 600 !important;
}

.content-modal .contact-no span {
    font-size: 16px;
    font-weight: 400;
}

.content-modal .contact-no a span {
    font-size: 24px;
    font-weight: 500;
    display: block;
    color: #000;
    transition: all 0.3s;
}

.modal-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 12px;
    height: 74px;
    width: 74px;
    border-radius: 50%;
    border: 4px solid var(--primery_color);
}

.content-modal .mobile {
    /* overflow: hidden; */
    transition: all 0.3s;
    margin: 10px auto 15px;
    border-radius: 50%;
    background-color: #36bf6d;
    position: relative;
    width: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 69px;
    border: 2px solid #fff;
    outline: 4px solid #000;
    z-index: 1;
}

.content-modal .mobile a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 21px;
    border-radius: 50%;
    background-color: #36bf6d;
    border: 2px solid #07192c50;
}

.content-modal .mobile::before {
    content: "";
    position: absolute;
    background-color: rgba(254, 82, 29, 0);
    animation: width-height2 infinite 1s ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
}

.content-modal .mobile:hover {
    transform: scale(1.05);
    transition: all 0.3s;
}

@keyframes width-height2 {
    0% {
        transform: scale(1.2);
        background-color: #34bd6b99;
    }

    100% {
        transform: scale(1.6);
        background-color: #34bd6b00;

    }
}


.callmenow-sec p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}

.callmenow-sec button.btn {
    width: 100%;
    height: 34px;
    padding: 0;
    border-radius: 0;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: var(--secondary_color);
}

.save-tag {
    margin-top: 10px;
    padding: 14px 0;
    background-color: #192d4e;
}

.save-tag h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;

}

.callme-modal #telephone {
    background-color: #11203340;
    padding: 0 25px 0 45px;
    width: 100% !important;
    border: none;
    height: 34px;
}

.callme-modal #telephone::placeholder {
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    color: #000;
}

.callme-modal #telephone:focus {
    border: none;
    outline: none;
}

.callme-modal .iti__country {
    padding: 5px 5px;
}

.callme-modal .iti__country-list {
    max-width: 300px;
}

.callme-modal .iti__country-name,
.iti__flag-box {
    font-size: 11px;
}

.callme-modal .iti--separate-dial-code .iti__selected-dial-code {
    font-weight: 700;
    font-size: 20px;
    color: var(--primery_color);
}

.iti__selected-flag {
    padding: 0 6px 0 26px;
    background-color: transparent !important;
}

.content-modal .contact-no a span:hover {
    color: var(--secondary_color);
    transition: all 0.3s;
}

/* modal section ends here  */
/* preloader starts here  */

.trip-group.load {
    position: relative;
}

.trip-group.load::before {
    content: "";
    position: absolute;
    right: 30px;
    width: 25px;
    height: 25px;
    font-size: 3px;
    bottom: 12px;
    border-top: 1em solid var(--secondary_color);
    border-right: 1em solid transparent;
    border-radius: 50%;
    animation: spinner 0.6s linear infinite;
}

@-ms-keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}

/* content scroll home page  */
.scroll-page-content {
    max-height: 400px;
    padding: 0 8px;
    overflow-y: scroll;
}



/* footer images iata starts here  */

.companies-verified ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.companies-verified ul li:not(:nth-last-of-type(1)) {
    margin-right: 20px;
}

.callmenow-sec button.btn {
    width: 100%;
    height: 34px;
    padding: 0;
    border-radius: 0;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #33b768;
}

/* flights btn css starts here  */

.flight-btn.search-form-btn .form-check:nth-of-type(1) label {
    margin-right: 2px;
}


.flight-btn.search-form-btn .form-check-input {
    display: none;
}

.flight-btn.search-form-btn .form-check {
    margin: 0 !important;
    padding: 0;
}

.flight-btn .form-check-input:checked[type="radio"]+label {
    color: var(--c-white);
    background-color: var(--enq-btn-color);
}

.flight-btn.search-form-btn .form-check label {
    padding: 11px 55px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 0 10px 0 #0002;
    background-color: var(--c-white);
    color: var(--enq-btn-color);
    cursor: pointer;
}

.search-engine .flight-btn .form-check-input:checked[type="checkbox"],
.search-engine .flight-btn .form-check-input:checked[type="radio"] {
    display: none;
}

.flights-form {
    display: none;
}


.main-topbar ul:nth-of-type(2) li.active {
    padding-right: 0 !important;
}


/* Datepicker css  */
.datepicker-months span.month {
	padding: 10px 16px;
	border: 1px solid #ccc;
	font-size: 10px;
    width: 8.333% !important;
    display: inline-block;
}

span.year {
	padding: 10px 13px;
	border: 1px solid #ccc;
	font-size: 10px;
    width: 8.333% !important;
    display: inline-block;
}

.datepicker-in-fullscreen {
    overflow: hidden;
}

.cap-cntr img {
    transform: translateY(-50%);
}