[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.cab-section .cab-content h3 {
    margin-bottom: 20px;
}

.pt-24 {
    padding-top: 24px;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.ml-4 {
    margin-left: 4px !important;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: all;
    opacity: 0.5;
    cursor: not-allowed;
}

.flight-detail-sec .detail-bar .detail-wrap .logo-sec img {
    width: 75px;
    margin-bottom: 0;
}

.border-box {
    background-color: white;
    -webkit-box-shadow: 2px 3px 13px 0px rgb(0 0 0 / 6%);
    box-shadow: 2px 3px 13px 0px rgb(0 0 0 / 6%);
    border: 1px solid #f3f3f3;
}

.flight-detail-icon-box {
    padding: 14px 0 14px 0;
    text-align: center;
}

.flight-detail-icon-box .flight-detail-icon-text {
    font-size: 14px;
}

.flight-icon-details {
    margin-top: 2px;
}

.flight-icon-details li {
    padding-left: 4px;
    margin-right: 20px;
    width: 200px;
    margin-bottom: 6px;
}

.upload-image-box {
    border: 1px solid #ccc;
    position: relative;
}

.upload-image-box .image-delete-btn {
    position: absolute;
    right: 12px;
    top: 10px;
}

.btn.flight-book-now-button {
    padding: 6px;
    font-size: 12px;
}

.top-bar-flight .date-fare-slider {
    width: 100%;
}

.flight-price {
    margin-top: 26px;
}

.flight-price .price h3 {
    font-size: calc(16px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.blog-inner.blog_section .blog-list .blog-wrap .blog-details {
    width: 100%;
    justify-content: left;
}

#contact_us_email {
    text-transform: lowercase;
}

.adult-child-dropdown {
    padding-right: 38px;
}

.bg-red {
    background-color: #ee3f3e;
    color: white;
    border: 1px solid #ee3f3e;
}

/*.one-way .airport-name, .round-trip .airport-name {*/
/*    max-width: 236px;*/
/*}*/

/*.one-way .airport-city, .round-trip .airport-city {*/
/*    max-width: 236px;*/
/*}*/

.multipath-trip .airport-name, .multipath-trip .airport-name {
    max-width: 256px;
}

.multipath-trip .airport-city, .multipath-trip .airport-city {
    max-width: 256px;
}

.flight-search-detail .form-control:disabled, .flight-search-detail .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}


.flight-search-detail input[type="radio"]:checked + label, .flight-search-detail input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
}

.flight-search-detail input[type="radio"]:checked, .flight-search-detail input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.flight-search-detail label {
    margin-right: 20px;
}

.flight-search-detail input[type="radio"]:checked + label:before {
    background-color: white;
    border: 4px solid #ef3f3e !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.flight-search-detail input[type="radio"]:checked + label:before, .flight-search-detail input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 4px solid #dccbcb;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.flight-search-route-active {
    padding: 0;
    margin: 0;
}

.flight-route .flight-route-row {
    padding: 0 30px;
}

.flight-route .return-date {
    margin-left: 8px;
}

.review-section .review_box .flight_detail {
    padding: 16px 30px;
}

.addons-according .card .card-header .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: black;
    text-transform: capitalize;
    background-color: #f9f9f9;
    padding: 10px 5px;
}

.addons-according .card .card-header .btn img {
    width: 24px;
    margin-right: 12px;
}

.search-btn {
    padding: 0.45rem 0.75rem;
    border: 1px solid #fff;
}

.refresh-btn {
    padding: 0.45rem 0.75rem;
    border: 1px solid #fff;
}

.alert>p, .alert>ul {
    margin-bottom: 0;
    padding-left: 16px;
    list-style-type: unset;
    padding-right: 0;
}

.alert> ul li {
    display: list-item;
}

.dl-horizontal {
    margin-top: 0;
    margin-bottom: 20px;
}

.dl-horizontal dt {
    font-weight: bold;
}

form.sky-form dt, dd {
    line-height: 1.428571429;
}

form.sky-form dd section label {
    width: 100%;
}

/*{#article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {#}*/
/*{#    display: block;#}*/
/*{#}#}*/

.sky-form .input, .sky-form .select, .sky-form .textarea, .sky-form .radio, .sky-form .checkbox, .sky-form .toggle, .sky-form .button {
    position: relative;
    display: block;
}

.sky-form .input input {
    height: 34px;
    padding: 6px 12px;
}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea, .sky-form .radio i, .sky-form .checkbox i, .sky-form .toggle i, .sky-form .icon-append, .sky-form .icon-prepend {
    border-color: #ccc;
}

.sky-form .input input, .sky-form .select select, .sky-form .textarea textarea {
    border-width: 1px;
    font-size: 14px;
    color: #404040;
}

.sky-form section {
    padding-top: 0px;
}

.text-underline {
    text-decoration: underline;
}

.text-transform-none {
    text-transform: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.pt-30 {
    padding-top: 30px;
}

.pt-42 {
    padding-top: 42px;
}

.pt-50 {
    padding-top: 50px;
}

.text-justify {
    text-align: justify !important;
}

.home-slick-slider .slick-prev, .home-slick-slider .slick-next {
    height: 50px !important;
    width: 48px !important;
    background: #ffffffcc !important;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
    color: black !important;
    opacity: 4;
    z-index: 9;
    border-radius: 50%;
    border: 1px solid #dfdfdfcc;
}

.home-slick-slider .slick-next {
    right: -5px !important;
}

.home-slick-slider .slick-prev {
    left: -5px !important;
}

.home-slick-slider .slick-prev:hover, .home-slick-slider .slick-prev:focus, .home-slick-slider .slick-next:hover, .home-slick-slider .slick-next:focus {
    outline: none;
    background: #efefefcc !important;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 10%);
    color: black !important;
}

.home-slick-slider .slick-prev:before, .home-slick-slider .slick-next:before {
    color: black;
}

.home_section .home .home-content.mix-layout .h1 {
    font-size: calc(18px + (60 - 18) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(5px + (30 - 5) * ((100vw - 320px) / (1920 - 320)));
    color: white;
    text-transform: capitalize;
    font-weight: 700;
}

.custom-group-input {
    border-left: 1px solid #e5e5e5;
    z-index: 1;
    background-color: white;
    color: #e5e5e5;
    padding: 0.375rem 1rem;
}

.custom-social-footer {
    padding: 6px 10px;
    background: white;
}

.custom-social-footer .fa-instagram {
    color: #c229a1;
}

.custom-social-footer .fa-twitter {
    color: #1da2f1;
}

.flight-search-detail .flight-date-selection {
    margin-top: 12px;
}

.flight-search-detail .route-radio-selection {
    margin-top: 16px;
}

.flight-icon-details .fa, .flight-icon-details .fas, .flight-icon-details .far {
    font-size: 16px;
}

section.home-countries-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-countries-section .country-row {
    border: 1px solid #f5e7e7;
    text-align: center;
    padding: 6px 6px 0;
    margin-bottom: 10px;
    background-color: white;
    -webkit-box-shadow: 2.5px 4.33px 35px 0px rgb(0 0 0 / 4%);
    box-shadow: 2.5px 4.33px 35px 0px rgb(0 0 0 / 4%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home-page .cab-section {
    overflow: unset;
}

.home-page .home_section {
    overflow: unset;
}

.breadcrumb-section.extra-small-sec.flight-sec {
    height: 100px;
}

.flight-search .flight-search-detail .airport-search-input {
    /*{#padding-right: 40px;#}*/
}

.multipath-trip-section .form-group.search-form-group {
    margin-bottom: 18px !important;
}

.multipath-trip-section .form-group.search-form-group .multipath-input {
    padding: 5px 14px;
}

.multipath-trip-section .form-group.search-form-group .multipath-img {
    padding: 8px !important;
}

header .header-right .country-flag img {
    width: 14px;
    margin-bottom: 3px;
}

header .main-navbar .nav-menu > li > a {
    text-transform: capitalize;
    font-size: 16px;
}

header .main-navbar .nav-menu > li.other-language-menu > a {
    padding: 2px 10px;
}

header.light_header .menu .brand-logo img {
    -webkit-filter: none;
    filter: none;
    width: 172px;
}

.home_section .home .home-content.mix-layout.smaller-content .search-panel .search-section .search-box .left-part .search-body {
    padding: 30px 10px 20px 26px;
    text-align: left;
}

.search-section .search-box .left-part .search-body .form-control {
    border: none !important;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}

.custom .airport-name-box {
    max-width: 200px;
    text-align: left;
    padding-top: 4px;
}

.custom-input.traveler-box {
    width: 160px;
}

.custom .airport-selector-section {
    z-index: 99999;
    background: #fff;
    position: absolute;
    left: -8px;
    top: 0px;
    height: auto;
    border-radius: 2px;
    width: 350px;
}

.custom .airport-selector-section .airport-selector-box {
    padding: 6px 28px 28px;
}

.custom .airport-selector-section .airport-selector-box .airport-selector-input-search-section {
    height: 67px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #eee;
    margin-bottom: 25px;
    width: 100%;
}

.custom .airport-selector-box .airport-selector-input-search-section .airport-selector-input-search-box {
    font-size: 13px;
    font-weight: 700;
    color: #171717;
    line-height: 23px;
    margin-top: 4px;
}

.custom .airport-selector-box .airport-selector-input-search-section .airport-selector-input-search-box input {
    height: 23px;
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
}

.custom-container .search-section .search-box .left-part .search-body .quantity-right-plus, .search-section .search-box .left-part .search-body .quantity-left-minus {
    right: 0;
}

.custom-container .search-section .search-box .left-part .search-body .quantity-left-minus {
    bottom: 0;
}

.custom-container .search-section .search-box .left-part .search-body .quantity-right-plus, .search-section .search-box .left-part .search-body .quantity-left-minus {
    right: 0;
}

.custom-container .search-section .search-box .left-part .search-body .quantity-right-plus {
    top: 0;
}

/*{#.custom-container .search-section .search-box .left-part .search-body .form-control {#}*/
/*{#    text-align: center;#}*/
/*{#}#}*/

.custom-container .search-section .search-box .left-part .search-body.btn-search {
    width: 150px;
}

.custom-container .selector-box-flight .room-cls .qty-box .input-group {
    width: 78px;
    margin-left: auto;
}

.custom-container .search-section .search-box .left-part .search-body .quantity-left-minus, .search-section .search-box .left-part .search-body .quantity-right-plus {
    position: unset;
    background-color: transparent;
    padding: 0 8px;
    border: none;
    font-size: 18px;
    /* right: 30px; */
    color: black;
}

.home_section .home .custom-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px !important;
    font-weight: normal !important;
}

.home_section .home .custom-input input::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px !important;
    font-weight: normal !important;
}

.home_section .home .custom-input input:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px !important;
    font-weight: normal !important;
}

.home_section .home .custom-input input:-moz-placeholder { /* Firefox 18- */
    font-size: 14px !important;
    font-weight: normal !important;
}

.search-section .search-box .left-part .search-body .form-control {
    border: 1px solid #ced4da;
}

.search-section .search-box .left-part .search-body .multipath-airport-box {
    max-width: 420px;
}

.search-section .search-box .search-body .selector-box-flight.multipath-traveller {
    width: 250px;
}

.search-section .search-box .search-body .selector-box-flight.multipath-traveller .room-cls .qty-box .input-group {
    width: 90px;
    margin-left: auto;
}

.home_section .home {
    overflow: unset;
}

.home_section .home.home-padding .home-content {
    height: 100%;
    padding: 60px 0 40px 0;
}

.home_section .home .traveling-quick-booking-text {
    background: #f6f6f6;
    height: 40px;
    padding: 10px 0px;
}

.home_section .home .traveling-quick-booking-text ul li {
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    color: #171717;
    line-height: 23px;
    margin-right: 30px;
}

.home_section .home .date-picker-border {
    border: none;
    border-bottom: 1px solid #cccc;
}

.dashboard-section .dashboard-box .dashboard-detail .booking-box .detail-middle {
    width: 84%;
}

.home-col-wraps {
    max-width: 1100px;
    margin: 0 auto;
}

.f-weight-800 {
    font-weight: 800 !important;
}

.home-page .top-destination-section .top-destination {
    padding: 0 14px;
}

.home-page .top-destination-section .top-destination-img {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    width: 240px;
    margin: 0 auto;
    height: 208px;
    background-size: contain;
    background-position: center;
}

.home-page .top-destination-section .top-destination-title {
    background: #535964;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 12px 16px;
    width: 100%;
    display: block;
    border-radius: 4px;
    text-align: left;
    margin: 0 0 1px;
}

.home-page .top-destination-section .destination-list .destination {
    text-align: left;
    color: #006dcc;
    font-size: 14px;
    background-color: #f2f2f5;
    width: 100%;
    display: block;
    border-radius: 4px;
    padding: 10px 16px;
    margin: 0 0 1px;
}

.home-page .top-destination-section .destination-list .destination a {
    color: #005eb0;
    text-decoration: none;
    outline: none;
}

footer .footer .social-box-section {
    background-color: #393939;
}


.flight-latest-card .flight-latest-card-box {
    padding: 6px 0 0 16px;
}

.flight-latest-card .flight-latest-card-box .schedule-box {
    /*{#padding: 0 0 0 36px;#}*/
}

.flight-latest-card .flight-logo {
    margin-top: 10px;
}

.flight-latest-card .schedule-way {
    font-size: 14px;
    margin-right: 2px;
    display: inline-block;
}

.flight-latest-card .schedule-way .schedule-way__time {
    font-weight: 600;
}

.flight-latest-card .schedule-information {
    font-size: 14px;
    display: block;
}

.flight-latest-card .schedule-information .schedule-information__stops {
    font-weight: 600;
}

.flight-latest-card .schedule-extra-information {
    margin-right: 10px;
    display: inline-block;
}

.flight-latest-card .schedule-view-more-information {
    display: block;
}

.flight-latest-card .schedule-view-more-information .btn.btn-rounded {
    font-size: 13px;
    padding: 4px 8px;
    vertical-align: bottom;
}


.left-sidebar .badge.bag-filter {
    margin: 20px 0;
    font-size: 14px;
    color: white;
    text-transform: capitalize;
    font-weight: 600;
    background-color: #ef3f3e;
}

.cheapest-box {
    position: relative;
}

.cheapest-box .cheapest-box-badge {
    position: absolute;
    right: 4px;
    top: 2px;
    width: 56px;
    background-color: orange;
    color: white;
    padding: 4px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    line-height: 12px;
}

.cheapest-box.cheapest-offer-active {
    background: aliceblue;
    border: 1px solid #e4e4e4cc;
}

.btn.btn-rounded.btn-rounded-custom {
    line-height: 16px;
    font-size: 12px;
}

.home-content .btn-search {
    margin-top: 8px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #efefef;
}

.cookie-popup {
    background: #333;
    background: radial-gradient(circle, #333 0%, #2e2e2e 100%);
    width: 100%;
    max-width: 100%;
    min-height: 40px;
    font-size: 15px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 200;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.cookie-consent {
    margin-bottom: 15px;
    padding-right: 20px;
    color: #ccc;
    line-height: 1.375;
}

.cookie-consent a {
    color: #ccc;
    text-decoration: none;
    border-bottom: 1px solid #666;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.cookie-consent a:hover {
    color: #fff;
    border-color: #fff;
}

.cookie-accept-btn {
    display: inline-block;
    margin: 0;
    padding: 10px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 1;
    color: #333;
    background-color: #fff;
    border: none;
    cursor: pointer;
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.cookie-accept-btn:hover {
    color: #fff;
    background-color: #000;
}

.offers-column .offers-cover {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 136px;
    position: relative;
}

.offers-column .offers-cover .offer-sale-tag {
    position: absolute;
    top: 10px;
    text-align: center;
    left: 10px;
}

.offers-column .offers-cover .offer-sale-tag p {
    background: #ee3f3e;
    padding: 4px;
    color: white;
}

.offers-column .offers-cover .offer-cover-title {
    display: block;
    width: calc(100% - 40px);
    height: auto;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.offers-column .offers-cover .offer-cover-title p {
    background: #171717;
    color: #fff;
    display: inline-block;
    padding: 1.3125rem 1rem !important;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.offers-column .offer-single-widget {
    background: #f6f6f6;
    border-radius: 3px;
    padding: 0.9375rem 1.5625rem;
    margin-top: 0.625rem;
    position: relative;
    cursor: pointer;
    outline: 0;
}

.offers-column .offer-single-widget:hover {
    z-index: 20;
    background-color: rgba(246,246,246,.8);
    box-shadow: 0 20px 60px rgb(23 23 23 / 20%);
}

.offers-column .offer-single-widget .single-offer-p-title {
    font-size: .8125rem;
    font-weight: 700;
    color: #171717;
    padding: 0.1875rem 0;
    margin: 0;
}

.offers-column .offer-single-widget p {
    font-size: .6875rem;
    color: #828282;
    margin: 0;
    padding: 0.1875rem 0;
}

.offers-column .offer-single-widget .price {
    font-size: 1rem;
    color: #171717;
    font-weight: 700;
    display: block;
    padding: 0 0 0.1875rem;
}

.offers-section .container {
    padding: 0 50px;
}

.promotion-section .container {
    padding: 0 50px;
}

.promotion-section .promotion-image-box {
    position: relative;
}

.promotion-section .promotion-text-box {
    position: absolute;
    top: 186px;
    left: 40px;
}

.promotion-section .promotion-text-box span {
    color: white;
    font-size: 20px;
}

.promotion-section .promotion-text-box p {
    color: white;
    font-size: 16px;
    font-weight: 300;
}

.promotion-section .promotion-text-box h6 {
    color: white;
    font-size: 30px;
    font-weight: 700;
}


.btn-extra-sm {
    padding: 0 0.3rem !important;
    font-size: 11px !important;
}

/* theme color changes */
.theme-green{
    background: #349464;
}
.color1 {
    background-color: #349464 !important;
}

.color1:hover {
    color: #ffff;
    border: 1px solid #349464;
}

.tap-top {
    background-color: #349464 !important;
}

.btn-dark {
    color: #ffff !important;
    background-color: #ffa200 !important;
    border-color: #ffa200 !important;
}

.btn-dark:hover {
    color: #ffff !important;
    border: 1px solid #ffa200;
}

.btn-warning {
    color: #ffff !important;
    background-color: #ffa200 !important;
}

.btn-warning:hover {
    color: #ffff !important;
    border: 1px solid #ffa200;
}

.btn-danger {
    color: #ffff !important;
    background-color: #349464 !important;
    border-color: #349464 !important;
}

.btn-danger:hover {
    color: #ffff !important;
    border: 1px solid #349464;
}

.btn-outline-danger {
    color: #ffff !important;
    background-color: #349464 !important;
    border-color: #349464 !important;
}

.btn-outline-danger:hover {
    color: #ffff !important;
    border: 1px solid #349464;
}

.btn-outline-danger.active {
    border: 1px solid #349464;
}

.btn-solid {
    color: #ffff !important;
    background-color: #349464 !important;
    border-color: #349464 !important;
}

.btn.btn-solid:hover {
    color: #ffff;
    border: 1px solid #349464;
}

.left-sidebar .badge.bag-filter {
    background-color: #349464 !important;
}

.irs-to {
    background-color: #349464 !important;
}

.irs-bar {
    background-color: #349464 !important;
}

.irs-slider {
    background-color: #349464 !important;
}

.btn-multiline {
    background-color: #349464 !important;
}

.left-sidebar .bottom-info h5 {
    background-color: #349464 !important;
}

.left-sidebar .middle-part .filter-block .form-check-input:checked ~ .form-check-label:before {
    background-color: #349464 !important;
}

.title-3 .title-label {
    background-color: #349464 !important;
}

.title-1 .title-label {
    background-color: #349464 !important;
}

.contact_section .contact_wrap .title_bar i {
    color: #349464 !important;
}

.home_section .home .home-content.mix-layout .h1 {
    font-size: 40px;
}

.home_section .home .home-content h2 {
    font-size: 20px;
}

@media (min-width: 600px) {
    .cookie-consent {
        float: left;
        width: 86%;
        margin-bottom: 0;
    }

    .cookie-accept-btn {
        float: right;
    }
}

@media (min-width: 500px) {
    .custom .airport-name-box {
        width: 200px;
    }

    .search-section .multipath-airport-box {
        /*width: 420px;*/
    }

    .custom .airport-selector-section {
        width: 400px;
    }
}

@media (max-width: 1460px) {
    header .main-navbar .nav-menu > li {
        margin-right: 0;
    }

    .promotion-section .promotion-text-box {
        top: 150px;
    }
}

@media (max-width: 1400px) {
    header .main-navbar .nav-menu > li {
        margin-right: 0;
    }

    .flight-latest-card .schedule-extra-information {
        margin-top: 10px;
    }

    .flight-latest-card .schedule-view-more-information {
        margin-top: 16px;
    }

    .cheapest-box {
        padding: 16px 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 991px) {
    .cookie-consent {
        width: 76%;
    }

    .flight-search .flight-search-detail .form-group img {
        display: inline-block;
    }

    .cheapest-box {
        padding: 16px 0 0;
    }

    .offers-column .offers-cover .offer-cover-title p {
        padding: 1.2125rem 0.775rem !important;
        font-size: 1.3rem;
    }

    .promotion-section .promotion-text-box {
        top: 60px;
        left: 30px;
    }

    .promotion-section .promotion-text-box span {
        color: white;
        font-size: 14px;
    }

    .promotion-section .promotion-text-box p {
        font-size: 14px;
    }

    .promotion-section .promotion-text-box h6 {
        font-size: 22px;
    }

    .home_section .home .home-content.mix-layout .h1 {
        font-size: 28px;
    }

    .home_section .home .home-content h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .cookie-consent {
        width: 60%;
    }

    .home-page .top-destination-section .top-destination {
        padding: 0 10px;
    }

    .home-page .top-destination-section .top-destination-img {
        width: 180px;
        height: 180px;
    }

    .home-page .top-destination-section .top-destination-title {
        font-size: 16px;
    }

    .home-page .top-destination-section .destination-list .destination a {
        font-size: 14px;
    }

    .offers-column .offers-cover .offer-cover-title p {
        padding: 1rem 0.675rem !important;
        font-size: 0.8rem;
    }

    .offers-column .offer-single-widget .price {
        font-size: 0.8rem;
    }

    .promotion-section .promotion-text-box {
        top: 34px;
        left: 20px;
    }

    .promotion-section .promotion-text-box span {
        color: white;
        font-size: 12px;
    }

    .promotion-section .promotion-text-box p {
        font-size: 12px;
    }

    .promotion-section .promotion-text-box h6 {
        font-size: 14px;
    }

    .home_section .home .home-content.mix-layout .h1 {
        font-size: 26px;
    }

    .home_section .home .home-content h2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .dl-horizontal dt {
        /*float: left;*/
        /*!*width: 160px;*!*/
        /*overflow: hidden;*/
        /*clear: left;*/
        /*text-align: right;*/
        /*text-overflow: ellipsis;*/
        /*white-space: nowrap;*/
    }

    .dl-horizontal dd {
        /*margin-left: 100px;*/
        margin-bottom: 2px;
    }

    header .menu .header-right .user.language-header-button {
        margin-left: 4px;
    }

    .flight-detail-sec .detail-bar .detail-wrap {
        padding: 0 0 20px 0;
    }

    .detail-wrap .m-4 {
        margin: 0 0 1.5rem 0 !important;
    }

    .flight-icon-details .fa, .flight-icon-details .fas, .flight-icon-details .far {
        font-size: 14px;
    }

    .flight-icon-details li {
        width: 50%;
        padding-left: 20px;
    }

    .flight-route .inner-flight-route-row .flight-route-row {
        padding: 4px 20px;
        margin-top: 0 !important;
    }

    .flight-route .inner-flight-route-row .flight-icon-details {
        width: 50%;
    }

    .flight-route .inner-flight-route-row .flight-icon-details li {
        width: 100%;
    }

    section.home-countries-section .col-xs-6 {
        width: 33.33%;
    }

    .one-way .airport-name, .round-trip .airport-name {
        max-width: 210px;
    }

    .one-way .airport-city, .round-trip .airport-city {
        max-width: 210px;
    }

    .multipath-trip .airport-name, .multipath-trip .airport-name {
        max-width: 210px;
    }

    .multipath-trip .airport-city, .multipath-trip .airport-city {
        max-width: 210px;
    }

    .multipath-trip-section .form-group.search-form-group {
        margin-bottom: 0 !important;
    }

    .cheapest-box {
        padding: 16px 0 0;
    }

    .offers-column .offers-cover .offer-cover-title p {
        padding: 1em 0.675rem !important;
        font-size: 0.9rem;
    }

    .offers-column .offer-single-widget .price {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 575px) {

    .promotion-section .container {
        padding: 0 16px;
    }

    .cookie-consent {
        width: 100%;
    }

    .flight-latest-card .schedule-extra-information {
        margin-right: 0px;
        display: inline-block;
        width: 48%;
    }

    .flight-latest-card .flight-latest-card-box .schedule-box .schedule-box-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

    .cheapest-box {
        padding: 16px 0 0;
    }

    header .menu .header-right > .front-setting {
        display: inline-block;
    }

    header .menu .header-right .user.language-header-button {
        margin-left: 2px;
        margin-right: 2px;
    }

    header .menu .header-right .user.language-header-button .fa-language {
        display: none;
    }

    header .menu .header-right .country-code {
        display: none;
    }

    header .menu .header-right .currency-country {
        margin-right: 4px;
    }

    header .menu nav {
        margin-right: 14px;
    }

    .promotion-section .promotion-image-box {
        margin-bottom: 10px;
    }

    .promotion-section .promotion-text-box {
        top: 40px;
        left: 20px;
    }

    .promotion-section .promotion-text-box span {
        color: white;
        font-size: 14px;
    }

    .promotion-section .promotion-text-box p {
        font-size: 12px;
    }

    .promotion-section .promotion-text-box h6 {
        font-size: 16px;
    }

    .home_section .home .home-content.mix-layout .h1 {
        font-size: 16px;
    }

    .home_section .home .home-content h2 {
        font-size: 10px;
    }
}


@media only screen and (max-width: 498px) {
    header .menu .brand-logo img {
        width: 100px;
    }

    .flight-search-detail .flight-date-selection {
        margin-top: 0px;
    }

    .flight-search-detail .route-radio-selection {
        margin-top: 0;
    }

    .col.col-mob-responsive {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 2px;
        flex: auto;
    }

    .form-control {
        font-size: 16px !important;
    }

    .flight-icon-details {
        display: inline-flex;
        padding-right: 0;
        padding-left: 0;
        margin-top: 4px;
    }


    .review-section .review_box .flight_detail .airline-route-detail {
        padding-right: 0;
        padding-left: 0;
    }

    .review-section .review_box .flight_detail .airport-part .airport-progress {
        display: block;
        padding: 0 10px;
    }

    .review-section .review_box .flight_detail .airport-part .airport-progress .stop {
        display: none;
    }

    .flight-price {
        margin-top: 0;
    }

    .flight-detail-sec .detail-bar .detail-wrap .price {
        margin-top: 0;
    }

    .selector-box-flight .room-cls .qty-box .input-group {
        width: 130px;
    }

    .multipath-trip-section .form-group.search-form-group {
        margin-bottom: 0 !important;
    }

    .multipath .btn-search {
        margin-top: 12px;
    }

    .home_section .home .traveling-quick-booking-text {
        height: 90px;
    }

    .one-way-round .row .col {
        width: 100%;
        flex: 0 0 100%;
        padding-bottom: 14px;
    }

    header.light_header .menu .brand-logo img {
        width: 130px;
    }

    footer .footer .footer-content .contact-detail .footer-logo {
        width: 220px;
    }

    .custom-container .one-way-round input {
        font-size: 16px !important;
    }

    .custom-container .multipath input {
        font-size: 16px !important;
    }

    .one-way-round .airport-name-box {
        max-width: 260px;
    }

    .flight-latest-card .flight-logo {
        text-align: center;
        margin-bottom: 14px;
    }

    .flight-latest-card .flight-logo img {
        width: 150px;
    }

    .flight-latest-card .schedule-way {
        margin-bottom: 8px;
    }

    .flight-latest-card .schedule-view-more-information {
        margin-top: 10px;
    }

    .promotion-section .promotion-text-box {
        top: 40px;
        left: 20px;
    }
}

@media only screen and (max-width: 497px) {

    .home_section .home .traveling-quick-booking-text ul li {
        height: 24px;
    }

    .promotion-section .promotion-text-box {
        top: 36px;
        left: 20px;
    }
}

@media only screen and (max-width: 330px) {

    .custom .airport-selector-section {
        width: 300px;
    }

    .home_section .home .traveling-quick-booking-text ul li {
        height: 28px;
    }

    .promotion-section .promotion-text-box {
        top: 26px;
    }
}



.flight_outer{box-shadow:1px 1px 5px 1px rgba(0,0,0,0.75);-webkit-box-shadow:1px 1px 5px 1px rgba(0,0,0,0.75);-moz-box-shadow:1px 1px 5px 1px rgba(0,0,0,0.75);border-radius:10px;margin-bottom:20px;}
.flight_box{}
.flight_box__even{}
.flight_box__odd{
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top: 1px solid #cccccc;
}

/* === */
@media (min-width:992px){
    .flight_outer{margin-bottom:0;}
}

/* ====================== */
.blue_bar{background-color:#339464;color:#fff;text-align:center;border-top-left-radius:10px;border-top-right-radius:10px;padding:2px;}
.blue_bar p{margin:0;font-size:18px;}
.blue_bar span{display:inline-block;margin:0 5px}
.blue_bar .blue_bar__plane .fa {
    display: inline-block;
    margin: 0;
    transform: rotate(-45deg);
}
/* ====================== */
.top_flight_box{adding-left:20px;}

/* === */
@media (min-width:992px){
    .top_flight_box{padding-left:18px;}
}

/* =========================== */
.flight_tt{margin-top:20px;}
.flight_tt__in{text-align:center;}
.flight_img img{max-width:100%;height:auto;}

/* === */
@media (min-width:992px){
    .flight_tt{margin-top:0;}
}

/* ====================== */
.row_less_mg{margin-left:-5px;margin-right:-5px;}
.col_less_pd{padding-left:5px;padding-right:5px;}

/* ====================== */
.flight_details{padding:8px;}
.flight_details p{margin-bottom:10px;}
.bold_box{background-color:#000;padding:3px;color:#fff;line-height:normal;border-radius:3px;padding:0px 4px 4px 4px;display:inline-block;}
.flight_box__inner{}

/* ============= */
.flight__timing{font-size:18px;}
.flight_tt__p{font-size:18px;}
.flight_details .flight_p{margin-bottom:5px;font-size:14px;}

/* === */
@media (min-width:992px){
    .flight__timing{font-size:22px;}
    .flight_tt__p{font-size:22px;}
    .flight_details .flight_p{font-size:16px;}
}

/* ================== */
.flight_box_right{box-shadow:1px 1px 5px 1px rgba(0,0,0,0.75);-webkit-box-shadow:1px 1px 5px 1px rgba(0,0,0,0.75);-moz-box-shadow:1px 1px 5px 1px rgba(0,0,0,0.75);border-radius:10px;}
.flight_box__white{text-align:center;padding:40px 15px 10px 15px;}
.flight_box__white.single{padding:4px 15px 0 15px;}
.flight_price{font-size:30px;}
.flight_box__white p{margin-bottom:10px;font-size:16px;}

/* === */
@media (min-width:992px){
    .flight_box__white{padding:10px 30px 10px 30px;}
    .flight_box__white.single{padding:4px 30px 0 30px;}
    .flight_price{font-size:30px;}
    .flight_box__white p{margin-bottom:10px;font-size:18px;}
}

/* =========================== */
.blue_bar__wide{background-color:#339464;color:#fff;text-align:center;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:8px 5px;}
.blue_bar__wide p{margin:0;font-size:18px;}
.flight_tt__blackbox{text-align:center;margin-top:10px;margin-bottom:0;}

/* =============== */
.icon_jobs{position:relative;text-align:center;height:40px;width:40px;display:block;margin:0 auto;}
.icon_job{padding:0;}
.icon_job::before{content:"";display:block;margin:auto;height:6px;width:12px;border:3px solid #000000;border-bottom:none;border-top-left-radius:0;border-top-right-radius:0;}
.icon_job .box{height:30px;border:2px solid #000000;border-radius:5px;background-color:#000;color:#fff;}
.icon_job .box::before{position:absolute;bottom:4px;left:6px;content:"";display:block;height:30px;width:2px;background:#ffffff;}
.icon_job .box::after{position:absolute;bottom:4px;right:6px;content:"";display:block;height:30px;width:2px;background:#ffffff;}
.icon_job .box span{position:absolute;top:10px;right:0;left:0;display:block;font-size:14px;font-weight:400;color:#fff;}

/* === */
@media (min-width:992px){
    .icon_jobs{height:40px;width:40px;}
    .icon_job::before{height:8px;width:20px;border:4px solid #000000;border-bottom:none;}
    .icon_job .box{height:34px;border:2px solid #000000;}
    .icon_job .box::before{bottom:8px;left:8px;height:33px;width:2px;}
    .icon_job .box::after{bottom:8px;right:8px;height:32px;width:2px;}
    .icon_job .box span{top:13px;right:0;left:0;font-size:14px;}
}

/* =================== */
.text_hidden{opacity:0;margin:0;}
.row_less_mg_5{margin-left:-5px;margin-right:-5px;}
.col_less_pd_5{padding-left:5px;padding-right:5px;}

/* ========================================================================== */

/* ========================================================================== */

/* ========================================================================== */

/* ========================================================================== */

/* ========================================================================== */

/* ========================================================================== */

/* ========================================================================== */

/* ========================================================================== */

/* ========================================================================== */
.circled_text,.breif_case{display:block;}
.breif_case{padding-top:0;max-width:25px;margin:12px auto 0;}
.circled_text{font-weight:700;padding:5.5px 6px;background-color:#000;color:#fff;border-radius:100px;font-size:10px;max-width:25px;margin:0 auto auto 0;}

/* ================== */
.red_box,.default_box,.green_box,.orange_box,.dark_red_box{display:inline-block;width:20px;height:25px;margin-right:5px;vertical-align:middle;}
.default_box{background-color:#e4e4e4;}
.red_box{background-color:#934d4b;}
.green_box{background-color:#5e9695;}
.orange_box{background-color:#a86c38;}
.dark_red_box{background-color:#755651;}

.bg-green-box{
    background-color: #5E9695;
    color: white;
}

.bg-green-box:hover {
    background-color: #A30B00 !important;
}

.bg-bag {
    background-color: #349464 !important;
}

.flight_table table tbody tr {
    border: 1px solid #ccc;
}
/* =============================== */

/* =============== */
.breif_case .icon_jobs{position:relative;text-align:center;height:26px;width:30px;display:block;margin:0 0 auto auto;}
.breif_case .icon_job{padding:0;}
.breif_case .icon_job::before{content:"";display:block;margin:auto;height:5px;width:11px;border:3px solid #339464;border-bottom:none;border-top-left-radius:0;border-top-right-radius:0;}
.breif_case .icon_job .box{height:20px;border:2px solid #339464;border-radius:5px;background-color:#339464;color:#fff;}
.breif_case .icon_job .box::before{position:absolute;bottom:1px;left:4px;content:"";display:block;height:20px;width:2px;background:#ffffff;}
.breif_case .icon_job .box::after{position:absolute;bottom:1px;right:4px;content:"";display:block;height:20px;width:2px;background:#ffffff;}
.breif_case .icon_job .box span{position:absolute;top:6px;right:0;left:0;display:block;font-size:12px;font-weight:700;color:#fff;line-height:normal;}

/* =================== */
table.responsive-table{border-collapse:collapse;}
.responsive-table{width:100%;margin-bottom:1.5em;}
.responsive-table thead th{background-color:transparent;border:1px solid #ccc;border-top:0;font-weight:700;text-align:center;color:#000;}
.responsive-table thead th[scope="row"]{background-color:transparent;border:1px solid #ccc;border-top:0;}
.responsive-table tfoot  th,.responsive-table tfoot td{vertical-align:middle}
.responsive-table tbody th[scope="row"]{border:1px solid #ccc;border-left:0;}
.responsive-table thead th:first-of-type{text-align:left;border-left:0;}
.responsive-table tbody,.responsive-table tr,.responsive-table th,.responsive-table td{
    padding:0;text-align:left;white-space:normal;}
.responsive-table th,.responsive-table td{padding:.5em;vertical-align:middle;}
.responsive-table caption{margin-bottom:1em;font-size:1em;font-weight:bold;text-align:center;}
.responsive-table tfoot{font-size:.8em;font-style:italic;}
.responsive-table tbody tr{margin-bottom:1em;}
.responsive-table tbody tr:last-of-type{margin-bottom:0;}



.responsive-table tbody td[data-title]::before{
    float:left;font-size:.8em;color:rgba(94,93,82,0.75);}
.responsive-table tbody td{text-align:center;border:1px solid #ccc;}
.responsive-table .table_inside{border:none;}
.responsive-table .table_inside tr{border:none;}
.responsive-table .table_inside td{padding:0;border:none;}
.text__left{text-align:left}
.text__right{text-align:right}
/* ============== */
@media (min-width:768px){
    .responsive-table{font-size:.9em;}
    .responsive-table thead{position:relative;clip:auto;height:auto;width:auto;overflow:auto;}
    .responsive-table tr{display:table-row;}
    .responsive-table th,.responsive-table td{display:table-cell;padding:.5em;}
    .responsive-table caption{font-size:1.5em;}
    .responsive-table tbody{display:table-row-group;}
    .responsive-table tbody tr{display:table-row;border-width:1px;}
    .responsive-table tbody th[scope="row"]{background-color:transparent;color:#5e5d52;text-align:left;}
    .responsive-table tbody td{text-align:center;vertical-align:bottom;height:59px;}
    .responsive-table tbody td.nd_td{vertical-align:middle;height:60px;}
    .responsive-table tbody td[data-title]::before{content:none;}
}
.table_responsive{min-height:.01%;overflow-x:auto;}
@media screen and (max-width:767px){
    .table_responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;}
}
@media (min-width:992px){
    .responsive-table{font-size:1em;}
    .responsive-table th,.responsive-table td{padding:.5em;}
    .responsive-table tfoot{font-size:.9em;}
}
@media (min-width:1200px){
    .responsive-table th,.responsive-table td{padding:.5em;}
}

@media (min-width: 1024px) {
    .home_section .home .home-content.mix-layout h1 {
        font-size: 2rem;
    }
}

.bg-green{
    background: #349464 !important;
}

.min-dvh-100{
    height: 100dvh !important;
}

.search-promotion-heading{
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 6px 6px 6px 6px;
}

.white-opacity-85{
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.bg-none{
    background: none;
}

.border-bottom-green {
    border-bottom: 1px solid #349464 !important;
}

.search-date-picker-border{
    border: none;
    border-bottom: 1px solid #349464;
}

.search-promotion-subheading{
    text-decoration: underline;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.mt-nav-link.active{
    color: #ffffff !important;
    background-color: #349464 !important;
    font-weight: bold !important;
}
.mt-max-w-1250{
    max-width: 1250px;
}
.border-radius-5{
    border-radius: 5px;
}
.box-shadow-4-14{
    box-shadow: 0 4px 14px 0 rgb(0 0 0 / 18%);
}
.w-130{
    width: 130px;
}
/* ============ */
.bg-white-opacity-7{
    background-color: rgba(255,255,255,0.7);
}
.text-green{
    color: #349465;
}
.clr-dimgray{
    color: #696969;
}
.bg-green{
    background-color: #349465;
}
.font-size-0-6{
    font-size: 0.6rem !important;
}
.font-size-0-7{
    font-size: 0.7rem !important;
}
.font-size-0-8{
    font-size: 0.8rem !important;
}
.islamic-bg-pattern{
    background-image: url("../../../new-home/images/background-patterns/kabah-kiswa-bg.png");
}
.umrah-pkg-card-main{
    background-color: rgb(255,255,255);
    border-radius: 1.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.umrah-pkg-card-img{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.umrah-pkg-card-content-container {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.umrah-pkg-card-content{
    margin-bottom: 0px;
    text-align: center;
    font-size: 1.3rem;
    color: #349465;
    font-weight: 600;
    padding: 3% 0%;
    display: inline-block;
    transition: transform 0.5s ease-out;
}
.umrah-pkg-card-content-container:hover .umrah-pkg-card-content {
    transform: translateX(-15%); /* Move the text to the left by its full width */
}

@keyframes marquee {
    from {
        transform: translateX(100%); /* Start outside the container */
    }
    to {
        transform: translateX(-100%); /* End outside the container */
    }
}
.umrah-pkg-card-bottom{
    background: #349465;
    position: relative;
    padding: 3%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.font-size-1-2{
    font-size: 1.2rem;
}
.text-limit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.br-dotted-2-green{
    border-left: 2px dotted green;
}
.border-radius-1-5{
    border-radius: 1.5rem;
}
.umrah-days{
    top: 16px;
    right: 16px;
    background: rgba(52, 148, 102, 0.9);
    border-radius: 12px;
}

.d-list-item{
    display: list-item !important;
}