<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #e1e7ee !important;
}

:root {
    --primary-color: #1f2d42;
    --secondary-color: #DEF2F1;
    --bg-white-color: #fff;
    --background-gray: #f5f5f5;
    --button-primary-color:;
    --button-secondary-color:;
    --text-primary-color: #000000;
    --text-secondary-color: #4b4b4b;
    --heading-primary-color: #1f2d42;
    --heading-secondary-color:;
    --border-color: #e1e2e4;
    --third-color: #17252a;
}

a.badge-primary.focus,
a.badge-primary:focus {
    box-shadow: none !important;
}

.form-control,
.custom-select {
    font-size: 0.875rem !important;
}

    .form-control:focus,
    .custom-select:focus {
        border-color: var(--border-color) !important;
    }

body {
    background-color: var(--bg-white-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.header-top-bar .login-area a {
    color: var(--bg-white-color) !important;
}

.headerupdate {
    display: block;
    background: var(--bg-white-color);
    padding: 25px 0 25px;
    border-bottom: 2px solid var(--primary-color);
}

.loginbox {
    padding: 20px;
}

.sl-form .form-group input:not([type="checkbox"]) {
    border: 1px solid var(--text-secondary-color);
    display: block;
    padding: 10px 15px;
    width: 100%;
}

.h4clrwhite {
    color: var(--bg-white-color) !important;
    font-weight: 600;
}

.navibarmenu {
    margin-top: -10px;
}

.btnnew {
    padding: 14px 40px;
}

.btntopmargin {
    margin-top: 36px;
}

.filter h6,
.filter h4,
.filter .form-check-label {
    color: var(--bg-white-color);
}

.flight-list .price,
.flight-list .image {
    padding-right: 10px;
}

.flight-list .price {
    font-size: 1.5em;
    margin-top: 10px;
}

.flight-list .btn-primary {
    padding: 1em;
    border-radius: 0%;
    margin-top: 5px;
    background: var(--primary-color);
    margin-left: 10px;
    color: var(--bg-white-color);
}

.flight-list table {
    cursor: pointer;
}

.collapse-bordering {
    border: 1px solid var(--border-color);
}

    .collapse-bordering .table td,
    .collapse-bordering .table th {
        border: none !important;
        padding: 0%;
    }

    .collapse-bordering .card-body {
        padding: 0.8em 0.5em 0 0.5em !important;
        text-align: center !important;
    }

#accordianId_Collapse .card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--border-color);
    border-radius: 0%;
    padding: 0;
}

#accordianId_Collapse .card-body {
    padding: 0.5em;
}

#accordianId_Collapse a {
    color: var(--primary-color);
}

.faq-tab .nav a.active {
    border-color: var(--bg-white-color) !important;
    background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%) !important;
    color: var(--bg-white-color) !important;
}

.faq-tab .nav a {
    border: 1px solid var(--border-color);
    background-color: var(--bg-white-color) !important;
    border-radius: 5px !important;
    color: var(--text-secondary-color) !important;
    display: block !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    text-align: center !important;
    padding: 30px 10px 20px !important;
}

.detail-table td,
.detail-table th {
    border-top: none;
    padding: 0 0.75rem;
}

.filter .fa-star {
    font-size: 12px;
}

.tr-class {
    margin-top: 10px;
}

.check-class .form-check-input {
    margin-top: 7px;
}

.class-check {
    height: 200px;
    overflow-y: scroll;
}

.full-section {
    border: 1px solid var(--background-gray);
}

.top-head {
    display: flex;
    background: var(--background-gray);
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
}

    .top-head .right {
        margin-left: 20px;
        margin-top: 10px;
    }

.mid-section {
    display: flex;
    padding: 10px;
}

    .mid-section b {
        font-size: 13px;
    }

    .mid-section .right {
        margin-left: auto;
    }

.bottom-section,
.mid-level-section {
    padding: 10px;
}

    .bottom-section .table td,
    .bottom-section .table th,
    .mid-level-section .table td,
    .mid-level-section .table th {
        padding: 0;
        vertical-align: top;
        border-top: none;
        border-bottom: 1px dashed var(--border-color);
    }

.fa-star {
    color: #FFDF00;
}

.collapse-section {
    margin-top: 10px;
    border: 1px solid var(--border-color);
}

#accordianId .border-none {
    border-top: none;
}

#accordianId .table td,
#accordianId .table th {
    padding: 0;
}

.border-bottom-class {
    border-bottom: 1px solid var(--border-color);
}

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

.pt-10 {
    margin-top: 10px;
}

.save-button {
    border-radius: 0%;
    background: var(--primary-color);
    color: var(--bg-white-color);
    width: 100%;
}

.wallet {
    background: var(--bg-white-color);
    padding: 1.5em;
    border-radius: 10px;
}

    .wallet h5 {
        color: var(--primary-color);
    }

.p-details .form-control {
    border-radius: 0% !important;
    height: 40px;
}

.button-class .btn-primary {
    background: var(--primary-color);
    color: var(--bg-white-color);
}

.wallet-amount h1,
.wallet-amount p {
    color: var(--primary-color) !important;
}

.table-padding-style {
    margin-top: 10px;
}

    .table-padding-style th,
    .table-padding-style td {
        padding: 0%;
    }

.transaction-detail .table {
    text-align: center;
}

.transaction-detail .faild {
    color: rgb(238, 76, 76);
}

.transaction-detail .success {
    color: rgb(30, 240, 30);
}

.transaction-detail thead {
    background: hsl(216, 36%, 19%);
    border-radius: 10px 10px 0 0 !important;
    color: var(--bg-white-color);
}

    .transaction-detail thead th {
        border-bottom: none !important;
    }

.form-inline label {
    padding: 10px;
}

.footer .widget .widget-title {
    margin-bottom: 0 !important;
}

.div-only-mobile {
    visibility: hidden;
    display: none;
}

.menu_mobile .row {
    margin-top: 0%;
}

.menu_mobile {
    padding: 10px !important;
    background: var(--bg-white-color) !important;
    margin-bottom: 2px !important;
}

.core-responsive-slide.open .wrap-core-nav-list .menu li.dropdown:before {
    margin-right: 10px;
}

.panel-group {
    padding: 12px;
    margin: 8px;
}

.plan {
    padding: 15px 25px !important;
    width: 90% !important;
}

.view-plan-amount .btn-filled {
    padding: 10px !important;
}

.panel-background {
    list-style: none !important;
    background: linear-gradient(89.5deg, rgba(246, 114, 128, 1) 0.2%, rgba(248, 177, 149, 1) 90.6%);
}

    .panel-background .panel-title a {
        color: var(--bg-white-color) !important;
    }

    .panel-background .nav-link {
        color: var(--bg-white-color) !important;
    }

.text-green {
    color: green;
    font-size: 14px;
}

.text-red {
    color: red;
    font-size: 13px;
}

.upload {
    width: 100% !important;
    color: var(--bg-white-color) !important;
    padding: 15px !important;
}

.payment-image {
    width: 80px;
}

.autocomplete {
    background: var(--bg-white-color);
    height: 320px;
    position: absolute;
    overflow: auto;
    width: 100%;
    z-index: 99;
    display: none;
    border: 1px solid var(--border-color);
}

    .autocomplete ul {
        padding: 10px;
    }

        .autocomplete ul li {
            padding: 5px;
            cursor: pointer;
        }

/* Pagination Start */
.pagination {
    display: inline-block;
}

    .pagination a {
        color: var(--text-primary-color);
        width: auto;
        float: left;
        padding: 4px 10px;
        text-decoration: none;
        background: var(--bg-white-color);
        border-color: var(--border-color) !important;
    }

    .pagination a {
        border-radius: 0%;
    }

    .pagination li:hover {
        background: linear-gradient(89deg, #154abd 0.1%, #1a8ad3 51.5%, #48b1ea 100.2%);
        color: var(--bg-white-color) !important;
    }

    .pagination a:hover:not(.active) {
        background-color: var(--bg-white-color);
    }

/* Pagination End */

.rotation {
    transform: rotate(90deg);
}

.page {
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.527);
    height: 100%;
    width: 100%;
}

.loader-gif {
    background: var(--bg-white-color);
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
}

    .loader-gif .image img {
        height: 100%;
        padding: 1em;
        width: 100%;
    }

#hotel-order .carousel-item {
    width: 100%;
    height: 315px;
}

    #hotel-order .carousel-item img {
        width: 100%;
        height: 100%;
    }

#hotel-order .tab-pane {
    padding-top: 10px;
}

    #hotel-order .tab-pane ul {
        list-style: disc !important;
        padding-left: 41px !important;
    }

.featured-offer .featuredOfferBox .featuredOffer-caro .fItems img,
.we-work .portfolioITems .portGrid .protItem img {
    -webkit-filter: grayscale(70%);
}

.hotel-order .top-head .left {
    height: 70px;
    width: 70px;
}

    .hotel-order .top-head .left img {
        height: 100%;
        width: 100%;
    }

.hotel-order .tab-pane .image {
    height: 250px;
    width: 100%;
}

    .hotel-order .tab-pane .image img {
        height: 100%;
        width: 100%;
    }

.nav-link:focus {
    outline: none;
}

.flight-list .table-responsive th {
    font-size: 12px;
    text-transform: uppercase;
}

.flight-list .table-responsive .table-body tr {
    font-size: 12px;
}

.flight-list .table-responsive .table-body .btn-filled {
    padding: 8px;
}

.flight-list .table-responsive td,
.flight-list .table-responsive th {
    text-align: center;
}

.form-control {
    border-radius: 0 !important;
}

.btn {
    border-radius: 0 !important;
}

.ui-autocomplete,
.ui-front {
    z-index: 9999 !important;
}

.mw-1700 {
    max-width: 1600px;
}

.flight-image {
    width: 60px;
    height: 60px;
}

    .flight-image img {
        width: 100%;
        height: 100%;
    }

.flight-detail th {
    text-align: center !important;
    font-size: 8px !important;
}

.flight-detail .amount {
    font-size: 13px !important;
}

.flight-detail h6 {
    font-size: 13px !important;
}

.book-button a {
    padding: 7px;
    font-size: 10px;
}

.mt-3 {
    margin-top: 10px !important;
}

.p-2 {
    padding: 10px;
}

.error-image {
    height: auto;
    width: 70%;
}

    .error-image img {
        width: 100%;
        height: 100%;
    }

.hotel-image {
    width: 120px;
    height: 120px;
}

    .hotel-image img {
        width: 100%;
        height: 100%;
    }

.height-section {
    height: 520px;
    overflow-x: auto;
}

    .height-section td {
        padding: .75rem !important;
    }

.flight-detail td {
    text-align: center !important;
    font-size: 14px !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--third-color);
    background: var(--third-color);
    box-shadow: none;
}

.modalBody .data-nav ul li.active {
    background: var(--third-color);
    color: var(--bg-white-color);
}

/* ============== ACTIVITY =============== */
.city-banner .item {
    background-image: url('../images/activity/dubai.jpg');
    background-position: center;
    background-size: cover !important;
    height: 30ch;
}

.city-banner .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(14, 14, 14, 0.412);
}

.city-banner .banner-content {
    padding: 5em 0;
}

    .city-banner .banner-content p {
        color: var(--bg-white-color);
        text-transform: uppercase;
    }

    .city-banner .banner-content h2 {
        color: var(--bg-white-color);
        text-transform: uppercase;
    }

.items {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    margin-top: 10px;
}

    .items .place-image {
        height: 18ch;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

        .items .place-image img {
            height: 100%;
            width: 100%;
            border-radius: 5px 5px 0 0;
        }

    .items .offers {
        position: relative;
        bottom: 25px;
    }

        .items .offers span {
            border-radius: 0;
        }

    .items .text-des {
        padding: 10px;
    }

    .items del {
        font-size: 12px;
    }

    .items .badge-success {
        border-radius: 0;
    }

    .items .rate {
        font-size: 12px;
    }

    .items .adult {
        font-size: 10px;
    }

    .items .table {
        margin-bottom: 0 !important;
    }

    .items h6 {
        margin-bottom: 0 !important;
    }

.back-banner {
    height: 15ch;
    background: url(../images/activity/dubai.jpg);
    background-position: bottom;
}

.deatils-section .breadcrumb {
    padding: 0.75rem 0rem;
    margin-bottom: 0;
    background-color: transparent;
}

.slider-section .carousel-item {
    height: 40ch;
    width: 100%;
}

    .slider-section .carousel-item img {
        height: 100%;
        width: 100%;
    }

.ml-10 {
    margin-left: 5%;
}

.fss-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
}

.b-0 {
    border-radius: 0% !important;
}

.br-1 {
    border-right: 1px solid var(--border-color);
}

.mb-0 {
    margin-bottom: 0;
}

.bold {
    font-weight: bolder !important;
}

.dec-right {
    text-align: right;
}

.bs {
    box-shadow: none !important;
}

.p-0 {
    padding: 0%;
}

.fs-13 {
    font-size: 14px;
}

.booking-des .nav-tabs {
    border-bottom: 0;
}

    .booking-des .nav-tabs .nav-link.active {
        background: none !important;
        border-bottom: 2px solid var(--third-color) !important;
        font-size: 14px;
        color: var(--third-color);
    }

.booking-des .nav-link {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0.1rem 0.6rem;
    border-radius: 0%;
    color: #000;
    border: 0 !important;
}

.filter-section {
    border: 1px solid var(--border-color);
    z-index: 9999 !important;
}

    .filter-section .header-top {
        background: var(--border-color);
        padding: 10px;
    }

    .filter-section .header-mid {
        background: var(--bg-white-color);
        padding: 10px;
    }

    .filter-section .header-bottom {
        border-top: 2px solid var(--border-color);
        padding: 10px;
    }

        .filter-section .header-bottom .btn-success,
        .modal-footer .btn-success {
            width: 100% !important;
            padding: 11px 7px !important;
            font-weight: bold !important;
            letter-spacing: 1px !important;
            color: var(--bg-white-color) !important;
            box-shadow: none !important;
        }

.modal-footer .btn-success {
    width: auto !important;
}

.image-section {
    height: 200px;
    width: 100%;
    border-radius: 4px;
    background: rgb(214, 214, 214);
}

    .image-section img {
        height: 100%;
        width: 100%;
        border-radius: 10px;
    }

.selection-btn {
    text-transform: capitalize;
    background: transparent !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 4px !important;
    margin: 3px;
    text-align: left;
    line-height: 19px;
    box-shadow: none !important;
    color: var(--text-secondary-color) !important;
}

    .selection-btn:hover {
        background: var(--third-color) !important;
        color: var(--bg-white-color) !important;
        border-color: var(--third-color) !important;
    }

    .selection-btn:focus {
        background: var(--third-color) !important;
        color: var(--bg-white-color) !important;
        border-color: var(--third-color) !important;
    }

.bg-color {
    background-color: var(--bg-white-color)50;
    box-shadow: 0 3px 10px var(--border-color);
    border-radius: 5px;
}

.deatils-section .breadcrumb-item a {
    color: var(--third-color);
    font-weight: 500;
}

.box-white {
    background-color: var(--bg-white-color)fa;
    box-shadow: 1px 1px 1px 3px rgba(234, 234, 234, 0.464);
    border-radius: 5px;
    padding: 10px;
}

.text-des span {
    font-size: 10px;
}

.quantity span {
    cursor: pointer;
}

.number {
    text-align: right;
}

.quantity .minus,
.plus {
    width: 20px;
    background: var(--border-color);
    border: 1px solid var(--border-color);
    padding-top: -2px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.quantity input {
    height: 28px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    border: 1px solid var(--border-color);
    display: inline-block;
    vertical-align: middle;
}

.banner .hero-slider .item {
    height: 36ch !important;
}

.city-banner .particular-section {
    height: 30ch;
    background-image: url(../images/slider/s1.jpg) !important;
}

.header-top-bar ul {
    margin-bottom: 0 !important;
}

.banner .main-form.v2 {
    bottom: 25px !important;
}

.banner .hero-slider.slider-2 .item {
    padding: 0 !important;
}

.btn {
    padding: 15px 20px !important;
}

.banner-back {
    height: 15ch;
    background: url(../images/back_banner/background.jpg);
    background-position: bottom;
}

.pt-0 {
    padding-top: 0 !important;
}

.header-top-bar p,
.header-top-bar a,
.header .menu li a,
.iconBox a,
.foo-top ul.social-media li a {
    text-decoration: none !important;
}

.iconBox h6 {
    font-weight: bold !important;
}

.callto-action .btn-default {
    box-shadow: none !important;
}

.callto-action h3 {
    font-weight: normal !important;
}

.widget .widget-title {
    font-weight: 500 !important;
}

.foo-top ul.social-media li a i {
    font-size: 15px !important;
    border: none !important;
}

.form-control {
    box-shadow: none !important;
    height: 40px !important;
}

select {
    box-shadow: none !important;
    border-radius: 0 !important;
    height: 40px !important;
}

.plan {
    font-weight: 600 !important;
}

    .plan:hover {
        box-shadow: none !important;
    }

.btn-filled {
    height: 40px !important;
    font-weight: 500 !important;
}

.featured-offer .owl-carousel .owl-nav button {
    font-size: 19px !important;
}

.widget-navigation li a:hover {
    text-decoration: none !important;
}

.header ul.text-right.profile-rcv {
    z-index: 99999 !important;
}

    .header ul.text-right.profile-rcv a {
        text-decoration: none !important;
    }

.w-100 {
    width: 100% !important;
}

.bg-none {
    background: none !important;
}

#sidebar-section .sidenav::-webkit-scrollbar {
    width: 3px;
}

#sidebar-section .sidenav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #5656564d;
}

.height-section .repeater .image {
    width: 60px;
    height: 60px;
}

    .height-section .repeater .image img {
        width: 100%;
        height: 100%;
    }

/* Confirmation Page Css Code */
.confirmation {
    height: 100vh;
    background: url(../images/confirm_back.jpg) no-repeat center bottom fixed;
    background-size: 100% 100%;
    position: relative;
}

    .confirmation .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 2em;
        background: rgba(152, 152, 152, 0.131);
    }

.continue {
    color: var(--bg-white-color) !important;
    background: var(--third-color);
    box-shadow: none !important;
}

.click-here {
    background: var(--bg-white-color) !important;
    color: var(--third-color) !important;
    box-shadow: none !important;
}

.table-size th,
.table-size tr {
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
}

.table-size .text-color {
    font-weight: bold;
    color: #2b7a78;
}

.table-bg-dark {
    background: var(--third-color);
}

.table-responsive {
    overflow-x: auto;
    width: 100%;
}

.invoice-ticket {
    padding: 3em;
}

    .invoice-ticket .invoice-design {
        border: 1px solid var(--border-color);
    }

    .invoice-ticket .company-logo {
        width: 40%;
        height: auto;
    }

        .invoice-ticket .company-logo img {
            width: 100%;
            height: 100%;
        }

    .invoice-ticket .invoice-header {
        padding: 1.5em;
    }

    .invoice-ticket .company-detail,
    .invoice-ticket .terms-conditions,
    .invoice-ticket .amount-detail {
        padding: 1.5em;
    }

    .invoice-ticket .billing-detail {
        padding: 0 1.5em;
    }

.fw-1 {
    font-weight: 300 !important;
}

.borderless th,
.borderless td {
    border: none !important;
}

.profile .dropdown-menu .text-ellipsis {
    width: 200px !important;
    text-overflow: ellipsis !important;
    overflow: hidden;
    white-space: nowrap;
}

.nav-tabs .nav-link {
    color: var(--third-color);
}

.badge-success {
    color: var(--bg-white-color) !important;
}

.text-ellipsis {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.booking-des .card-header {
    padding: 0.65rem;
    text-align: justify;
    margin-bottom: 0;
    border-bottom: none;
}

    .booking-des .card-header h6 a {
        font-size: 13px;
    }

.booking-des .card-body {
    padding: 0.65rem;
}

    .booking-des .card-body p {
        font-size: 13px;
    }

.faq {
    margin-top: 10px;
}

#error_section {
    height: 100vh;
    background: url(../images/confirm_back.jpg) no-repeat center bottom fixed;
    background-size: 100% 100%;
    position: relative;
}

    #error_section .error_text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 2em;
    }

        #error_section .error_text h1 {
            font-size: 7em;
        }

        #error_section .error_text h6 {
            font-size: 2em;
        }

.height-section::-webkit-scrollbar {
    width: 0.2em;
}

.height-section::-webkit-scrollbar-thumb {
    background-color: var(--border-color);
}

.back-color {
    text-transform: uppercase;
}

@media only screen and (min-width : 992px) {
    .mobile-menu {
        display: none !important;
    }

    .core-nav .wrap-core-nav-list.right .dropdown &gt; .dropdown-menu .dropdown &gt; .dropdown-menu {
        top: 0px !important;
        right: 98% !important;
        left: -100% !important;
        position: absolute !important;
    }
}

@media only screen and (max-width : 992px) {
    .banner .hero-slider .item::before {
        height: 100% !important;
    }

    .banner .hero-slider.slider-2 .item {
        padding: 100px 0 150px !important;
    }

    .core-nav .nav-header {
        z-index: 1;
    }

    .nav-header .btn-default {
        border-radius: 5px !important;
        margin-bottom: 10px !important;
    }

    .header-top-bar {
        display: none;
    }

    .headerupdate {
        padding: 10px;
    }

    .navibarmenu {
        margin-top: 0px;
    }

    .header ul.text-right.profile-rcv a i.fa-user {
        margin-top: 16px;
    }

    .header button.toggle-bar.core-nav-toggle {
        top: 16px;
    }

    .header .core-nav.nav-core-sticky.on-scroll {
        padding: 5px !important;
    }

    .header .on-scroll ul.text-right.profile-rcv {
        top: 0 !important;
    }

    .login-registration {
        padding: 20px !important;
    }

    .main-form .bill-items li {
        width: 50px !important;
        height: 40px !important;
        margin-top: 30px !important;
    }

    .utility-mobile-menu .m-none {
        display: none !important;
    }

    .main-form .bill-items li a {
        padding: 10px !important;
        text-align: center !important;
        font-size: 17px !important;
    }

    #content aside {
        display: none !important;
    }

    .d-desktop {
        display: none;
    }

    .payment-image {
        width: 30px !important;
    }

    .pagination {
        margin: 0 !important;
        padding-top: 10px !important;
    }

        .pagination a {
            font-size: 10px;
            padding: 0px 5px;
        }

    .header ul.text-right.profile-rcv a i.fa-user {
        padding: 9px 11px !important;
    }
}

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

    .div-only-mobile {
        visibility: visible;
        display: block;
        margin-bottom: 15px;
    }

    .div-only-mobile,
    .row,
    img {
        margin-top: 8px;
    }

    .header ul.text-right.profile-rcv {
        z-index: 999 !important;
    }

    .mobileviewhide {
        display: none;
    }

    .pt-5,
    .py-5 {
        padding-top: 4rem !important;
    }
}

@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .city-banner .particular-section {
        margin-top: -8px !important;
        margin-bottom: 38px;
    }

    .city-banner .banner-content {
        padding: 8em 0;
    }

    .breadcrumb-section {
        margin-top: 4em;
    }

    .banner .hero-slider .item {
        margin-top: -8px !important;
    }
}

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

    .table-padding td {
        padding: 20px !important;
    }

    #error_section {
        padding: 1em;
    }

    .place-image a img {
        margin-top: 0 !important;
    }

    #error_section .error_text {
        width: 90% !important;
        padding: 0;
    }

    .flight-list table,
    .collapse-bordering table {
        overflow-x: auto;
    }

    .table-td {
        padding: 0.2rem !important;
    }

    .flight-list .price,
    .flight-list .image {
        float: none;
    }

    .collapse-bordering td {
        padding: 1em 2.8em 0 0 !important;
    }

    .loader-gif {
        top: 50%;
        left: 40%;
    }

    #hotel-order .tab-pane {
        padding: 0 !important;
    }

        #hotel-order .tab-pane ul {
            list-style: none !important;
        }

    #hotel-order .carousel-item {
        width: 100%;
        height: 200px !important;
    }

    .hotel-order .tab-pane .image {
        height: 100px !important;
    }

    .h-scroll {
        overflow: auto;
        height: 40px;
    }

    .price-filter {
        white-space: nowrap;
    }

        .price-filter a {
            font-size: 9px;
        }

    .filter-btn {
        padding: 12px !important;
        height: auto !important;
        border-radius: 5px !important;
        margin-left: 8px;
    }

    h5.text-9.font-weight-400 {
        font-size: 0.8rem;
    }

    .fs-12 {
        font-size: 18px;
    }

    .fs-2 {
        font-size: 13px;
    }

    .pd-2 {
        width: 100% !important;
        padding: 6px !important;
    }

    .btn-one {
        margin-top: 10px;
    }

    div.wth-100 {
        width: 117.5% !important;
    }

    .slider-section .carousel-item {
        height: 20ch;
        width: 100%;
    }

    .deatils-section {
        margin-top: 6rem !important;
    }

    .mt-b-15 {
        margin-top: 15px;
    }

    .selection-btn {
        font-size: 10px !important;
    }

    .text-des {
        font-size: 10px;
    }

        .text-des span {
            font-size: 13px !important;
        }

    .banner .hero-slider .item {
        height: 15ch !important;
        margin-top: -8px !important;
    }

    .city-banner .particular-section {
        height: 25ch !important;
        margin-top: -8px;
    }

    .city-banner .banner-content {
        padding: 3em 0 !important;
    }

        .city-banner .banner-content h2 {
            font-size: 25px !important;
        }

    .mmt-5 {
        padding-top: 6rem !important;
    }

    .banner .hero-slider .item .banner-content h2 {
        font-size: 20px !important;
    }

    .banner .hero-slider .item .banner-content p {
        font-size: 10px !important;
    }

    .banner .hero-slider .item .banner-content {
        padding-top: 48px !important;
    }

    .city-banner .particular-section {
        height: 18ch !important;
    }

    .we-work {
        display: none !important;
    }

    .breadcrumb-section {
        margin-top: 4em;
    }

    .x-s-none {
        display: none;
    }

    .mobile-mmt-5 {
        padding-top: 0 !important;
    }

    .breadcrumb-section {
        display: block !important;
    }

    .margin-t {
        margin-top: 0 !important;
    }

    .mp-2 {
        padding: 20px !important;
    }

    .btn-group {
        display: block;
    }

    .confirmation .content {
        position: inherit;
        top: 0%;
        left: 0%;
        transform: translate(0%, 42%)
    }

    .e-ticket .logo-img {
        width: 60% !important;
    }

    .e-ticket .img-thumbnail {
        max-width: initial !important;
    }

    .mmt-2 {
        margin-top: 10px !important;
    }

    .mobile-set {
        margin-top: -38px;
        background: var(--third-color);
        color: var(--bg-white-color) !important;
        padding: 0px 10px;
        font-size: 12px;
    }

    .mobile-fs-2 {
        font-size: 10px !important;
    }
}

@media only screen and (max-width : 767px) {
    .mv-scroll {
        height: fit-content !important;
    }

    .ppr-0 {
        padding-right: 15px !important;
    }
}


.v-scroll {
    height: 20ch;
    overflow-x: hidden;
}

    .v-scroll::-webkit-scrollbar {
        width: 0.3em;
    }

    .v-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    .v-scroll::-webkit-scrollbar-thumb {
        background-color: rgb(167, 167, 167);
        outline: 1px solid rgb(219, 219, 219);
    }

.badge-size {
    font-size: 13px !important;
    font-weight: 500;
    padding: 10px;
    margin-top: 3px;
}


/* COlORS CODE */
body {
    color: var(--text-primary-color);
    background-color: var(--bg-white-color);
}

.header-top-bar {
    background: var(--third-color) !important;
}

.headerupdate {
    background: var(--bg-white-color) !important;
    border-bottom: 2px solid var(--third-color) !important;
}

.header-top-bar p,
.header-top-bar a {
    color: var(--bg-white-color) !important;
}

.header .menu li a {
    color: var(--third-color) !important;
}

.header .menu .dropdown-menu li a:hover {
    background: var(--secondary-color) !important;
    color: var(--third-color) !important;
}

.banner .hero-slider .item::before {
    background: var(--third-color)70 !important;
}

.banner .hero-slider .item .banner-content h2 {
    color: var(--secondary-color) !important;
}

.main-form .bill-items li a,
.main-form ul.morebtn li a {
    color: var(--third-color) !important;
}

    .main-form .bill-items li a:hover,
    .main-form ul.morebtn li a:hover,
    .main-form ul.morebtn li a:focus {
        background: var(--third-color) !important;
        color: var(--bg-white-color) !important;
    }

.tagline {
    color: var(--third-color) !important;
}

.we-work .portfolioITems .filters .button-group .button.is-checked {
    background: var(--third-color) !important;
    color: var(--bg-white-color) !important;
}

.we-work .portfolioITems .filters .button-group .button {
    background: var(--secondary-color) !important;
    color: var(--third-color) !important;
}

.iconBox i {
    color: var(--third-color) !important;
}

.iconBox h6 {
    color: var(--third-color) !important;
}

.iconBox a {
    color: var(--secondary-color) !important;
}

.callto-action {
    background: var(--bg-white-color) !important;
}

    .callto-action p {
        color: var(--third-color) !important;
    }

    .callto-action .btn-default {
        background: var(--third-color) !important;
        color: var(--bg-white-color) !important;
    }

    .callto-action h3 {
        color: var(--third-color) !important;
    }

.bg-offwhite {
    background: var(--bg-white-color) !important;
}

h4.widget-title {
    color: var(--third-color) !important;
}

.foo-top ul.social-media li a i {
    color: var(--bg-white-color) !important;
    background: var(--third-color) !important;
}

    .foo-top ul.social-media li a i:hover {
        color: var(--third-color) !important;
        background: var(--bg-white-color) !important;
    }

h6.text-uppercase {
    color: var(--third-color) !important;
}

.featured-offer .owl-carousel .owl-nav button {
    background: var(--third-color) !important;
}

.plan {
    color: var(--third-color) !important;
    background: var(--bg-white-color) !important;
    border: 1px solid var(--third-color) !important;
}

    .plan:hover {
        color: var(--third-color) !important;
    }

.btn-filled {
    border-radius: 0.5rem !important;
    outline: none !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    border: none !important;
    width: 100% !important;
    background: #ff6d38 !important;
    box-shadow: none !important;
}

    .btn-filled:hover {
        background: var(--bg-white-color) !important;
        border: 1px solid #ff6d38 !important;
        color: #ff6d38 !important;
    }

.modalBody .outerblock b.ft18.dpInBLockMid {
    color: var(--third-color) !important;
}

.modalBody button.close-button i {
    color: var(--third-color) !important;
}

.recharge-order-page h5 {
    color: var(--third-color) !important;
}

.faq-tab .nav a.active {
    background: var(--third-color) !important;
    color: var(--bg-white-color) !important;
}

.admin-heading {
    border-left: 10px solid var(--third-color);
}

.widget-navigation li a:hover {
    color: var(--third-color) !important;
}

.header ul.text-right.profile-rcv a:hover {
    color: var(--third-color) !important;
}

    .header ul.text-right.profile-rcv a:hover i.fa-user {
        background: var(--third-color) !important;
        color: var(--bg-white-color) !important;
    }

.header .menu li a:hover i.fa-user {
    background: var(--third-color) !important;
}

.text-color a {
    color: var(--third-color) !important;
}

.sl-form .form-group input:not([type="checkbox"]) {
    border: 1px solid #373435;
}

.h4clrwhite {
    color: var(--bg-white-color) !important;
}

.filter h6,
.filter h4,
.filter .form-check-label {
    color: var(--bg-white-color);
}

.collapse-bordering {
    border: 1px solid var(--border-color) !important;
}

#accordianId_Collapse .card {
    border: 1px solid var(--border-color);
}

#accordianId_Collapse a {
    color: var(--primary-color);
}

.faq-tab .nav a {
    border: 1px solid var(--border-color) !important;
    background-color: var(--bg-white-color) !important;
    color: #2f2f35 !important;
}

.full-section {
    border: 1px solid var(--border-color);
}

.top-head {
    background: var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.bottom-section .table td,
.bottom-section .table th,
.mid-level-section .table td,
.mid-level-section .table th {
    border-bottom: 1px dashed var(--border-color);
}

.fa-star {
    color: #FFDF00;
}

.collapse-section {
    border: 1px solid var(--border-color);
}

.border-bottom-class {
    border-bottom: 1px solid var(--border-color);
}

.border-none,
.border-none td,
.border-none th {
    border: none !important;
}


.menu_mobile {
    background: var(--background-gray);
}

.wallet {
    background: var(--background-gray);
}

    .wallet h5 {
        color: var(--primary-color);
    }

.wallet-amount h1,
.wallet-amount p {
    color: var(--primary-color) !important;
}

.transaction-detail .faild {
    color: rgb(238, 76, 76);
}

.transaction-detail .success {
    color: rgb(30, 240, 30);
}

.transaction-detail thead {
    background: hsl(216, 36%, 19%);
    color: var(--bg-white-color);
}

.main-form ul.morebtn li.active a {
    background: var(--bg-white-color);
    color: #154abd;
}

.main-form ul.morebtn li a {
    background: var(--bg-white-color);
    color: rgba(246, 114, 128, 1);
}

.main-form .bill-items li.active a {
    background: var(--bg-white-color);
    color: rgba(246, 114, 128, 1);
}

.main-form ul.morebtn li ul li a {
    background: var(--bg-white-color);
}

    .main-form ul.morebtn li ul li a:hover {
        color: var(--bg-white-color);
        background: linear-gradient(89.5deg, rgba(246, 114, 128, 1) 0.2%, rgba(248, 177, 149, 1) 90.6%);
    }

.main-form .bill-items li a:hover {
    background: linear-gradient(89.5deg, rgba(246, 114, 128, 1) 0.2%, rgba(248, 177, 149, 1) 90.6%);
    color: var(--bg-white-color);
}

.main-form .bill-items li a {
    background: var(--bg-white-color);
    color: rgba(246, 114, 128, 1);
}

.featured-offer .owl-carousel .owl-nav button {
    background-image: linear-gradient(89.5deg, rgba(246, 114, 128, 1) 0.2%, rgba(248, 177, 149, 1) 90.6%);
}

.we-work .portfolioITems .filters .button-group .button.is-checked {
    background: linear-gradient(89deg, #154abd 0.1%, #154abd 51.5%, #154abd 100.2%);
}

.we-work .portfolioITems .filters .button-group .button {
    background: #48b1ea;
}

.iconBox:hover i {
    color: #48b1ea;
}

.iconBox i {
    color: #154abd;
}

.iconBox h5 a {
    color: #0c2e60;
}

.callto-action .contactInfo h5 {
    color: var(--bg-white-color);
}

.callto-action .contactInfo p {
    font-size: 14px;
    color: var(--bg-white-color);
}

.callto-action p {
    color: var(--bg-white-color);
}

.callto-action a {
    color: var(--bg-white-color);
}

    .callto-action a:hover {
        color: var(--bg-white-color);
    }

.foo-top ul.social-media li a i {
    color: var(--bg-white-color);
    background: linear-gradient(89.5deg, rgba(246, 114, 128, 1) 0.2%, rgba(248, 177, 149, 1) 90.6%);
}

.foo-top ul.social-media li a:hover i {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(linear-gradient(89.5deg, rgba(246, 114, 128, 1) 0.2%, rgba(248, 177, 149, 1) 90.6%)) 1 100%;
}

.footer .copyright a,
.footer .copyright i {
    color: #48b1ea;
}

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

    .header-top-bar a {
        color: var(--bg-white-color);
    }

    .header-top-bar p,
    .header-top-bar a {
        color: var(--bg-white-color);
    }

    .header-top-bar ul.list-unstyled.dropdown-menu li a {
        color: #000;
    }

.nav-tabs .nav-link.active {
    border-radius: 4px 0 0 4px !important;
    background: #ff6d38 !important;
    color: var(--bg-white-color);
}

.panel-background {
    list-style: none !important;
    background: var(--bg-white-color);
}

    .panel-background .panel-title a {
        color: var(--third-color) !important;
    }

    .panel-background .nav-link {
        color: var(--third-color) !important;
    }

#sidebar-section .sidenav {
    background-color: var(--bg-white-color) !important;
}

.filter h6,
.filter h4,
.filter .form-check-label {
    color: var(--third-color) !important;
}

#sidebar-section .sidenav::-webkit-scrollbar-thumb {
    background-color: var(--third-color)9f !important;
}

.pagination li.active a {
    background-color: var(--third-color) !important;
    color: var(--bg-white-color) !important;
}

.pagination a {
    color: var(--third-color) !important;
}

    .pagination a:hover:not(.active) {
        background-color: var(--third-color) !important;
        color: var(--bg-white-color) !important;
        border: 1px solid var(--third-color) !important;
    }

.footer .bg-dark {
    background: var(--third-color) !important;
}

.booking-des .card-header h6 a {
    color: var(--third-color);
}

.booking-des .card-header {
    background-color: rgba(249, 249, 249, 0.794);
}

#error_section .error_text h1,
#error_section .error_text h6 {
    color: var(--third-color);
}

.items .description h6 {
    color: var(--third-color);
}

.back-color {
    color: var(--third-color);
    background: #f8f9fa !important;
}

/* COlORS CODE */



.dropdown .dropdown-menu .text-ellipsis {
    color: #154abd !important;
    white-space: nowrap;
}


.header-1 .btn-default {
    color: var(--bg-white-color) !important;
    background: var(--third-color) !important;
}

.header-section {
    width: 100% !important;
}

    .header-section img {
        max-width: 150px !important
    }

.mobile-flight-detail .header h6 {
    font-size: 1rem !important;
    padding-top: 15px;
    margin-bottom: 0px;
}

.mobile-flight-detail .header p {
    font-size: 0.8rem !important;
    padding-bottom: 10px;
}

.mobile-flight-detail .mobile-flight {
    border-radius: 5px;
    padding: 1.5em !important;
}

/* .mobile-flight-detail .active {
  background: rgba(226, 248, 255, 0.694);
} */

.mobile-flight-detail .ml-auto {
    margin-left: auto !important;
}

.mobile-flight-detail .col {
    margin-right: 0 !important;
}

.mobile-flight-detail .mobile-flight .image {
    margin-right: 10px;
}

    .mobile-flight-detail .mobile-flight .image img {
        height: 25px;
        width: 25px;
        object-fit: cover;
    }

.mobile-flight-detail .name h6 {
    font-size: 0.7rem !important;
    width: 80px;
}

.mobile-flight-detail .detail i,
.mobile-flight-detail .detail b {
    font-size: 0.8rem;
    color: #000;
}

.mobile-flight-detail .detail h6 {
    font-size: 0.9rem !important;
}

.mobile-flight-detail .detail p {
    font-size: 0.9rem;
    line-height: 14px !important;
}

.mobile-flight-detail .stopage-detail p {
    font-size: 0.8rem;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #000;
}

.mobile-flight-detail .scrolling {
    height: 70ch;
    overflow-x: auto;
}

    .mobile-flight-detail .scrolling::-webkit-scrollbar {
        width: 0 !important;
    }

.mobile-flight-detail .btn-primary,
.popup-section .btn-primary {
    background: var(--third-color) !important;
    color: var(--bg-white-color) !important;
    box-shadow: none !important;
    font-size: 12px !important;
    padding: 5px 15px 5px 15px;
}

.popup-section {
    height: 100%;
    position: fixed;
    width: 100%;
    display: none;
    z-index: 99999;
    top: 0;
    bottom: 0%;
    left: 0;
    background: var(--bg-white-color);
}


@media only screen and (max-width : 767px) {
    .header .nav-header .brand {
        max-width: 135px;
    }

    .mobile-flight-detail .mobile-flight {
        padding: 10px !important;
    }

        .mobile-flight-detail .mobile-flight .image img {
            height: 20px;
            width: 20px;
        }

    .mobile-flight-detail .name h6 {
        font-size: 0.5rem !important;
        width: 50px !important;
    }

    .flight-detail h6 {
        font-size: 12px !important;
    }

    .mobile-flight-detail .detail i,
    .mobile-flight-detail .detail b {
        font-size: 0.6rem !important;
    }

    .mobile-flight-detail .stopage-detail p {
        font-size: 0.6rem !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .banner .hero-slider.slider-2 .item {
        padding: 100px 0 71px !important;
    }

    .banner .hero-slider .item .banner-content {
        padding-top: 0px !important;
    }

    .main-box {
        top: -10rem !important;
        right: 1%;
    }

    .iconBox {
        margin-top: -1em !important;
        margin-bottom: 0em !important;
    }

        .iconBox i {
            text-align: center;
            margin: 5px auto 10px;
        }

            .iconBox i:before {
                font-size: 25px !important;
            }

    .featured-offer {
        padding: 1.5em 0 1em 0 !important;
    }

    .service-padding {
        padding: 0.5em;
        padding-top: 0 !important;
    }

    .featuredOfferBox .owl-dots {
        display: none !important;
    }

    .service-padding .iconBox {
        padding: 0.3em;
        background: var(--bg-white-color);
        border: 1px solid var(--border-color);
    }

        .service-padding .iconBox h6 {
            font-size: 0.45rem;
        }

    .callto-action h3 {
        font-size: 1.3em !important;
    }

    .faq-tab .nav a img,
    .faq-tab .nav a i {
        font-size: 30px;
    }

    .faq-tab .nav a {
        padding: 15px 8px 15px !important;
        font-size: 10px !important;
        line-height: initial;
    }



    h6.text-uppercase {
        font-size: 12px !important;
    }

    .pxx-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

        .pxx-1 .form-control {
            font-size: 0.775rem !important;
        }

    .pp-2 {
        padding: 0.8rem 0.8rem 0 0.8rem !important;
    }

    .hotel-detail-list .table tr {
        display: grid !important;
    }

    .hotel-detail-list .table-responsive td,
    .flight-list .table-responsive th {
        text-align: start !important;
        white-space: normal !important;
        padding: 5px 10px 5px 10px !important;
    }

    .hotel-detail-list .table-responsive,
    .hotel-detail-list table,
    .collapse-bordering table {
        overflow-x: initial !important;
    }

    .hotel-detail-list .image img {
        height: 15ch !important;
        object-fit: cover;
        width: 100% !important;
    }
}

.icons-color {
    padding: 0 0.5em;
}

    .icons-color img {
        background: rgb(23, 37, 42);
        background: linear-gradient(59deg, #676464d1 0%, #0e3545e0 100%);
        border-radius: 4% !important;
    }





/* Hotel Order Details */
.hotel-booking-page .booking-details .hotel-address span {
    font-size: 0.75rem;
}

.hotel-booking-page .checkin-detail {
    border-radius: 10px;
    padding: 1em 0 1em 0 !important;
}

.hotel-booking-page .carousel-item {
    height: 31ch;
    width: 100%;
}

    .hotel-booking-page .carousel-item img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        border-radius: 10px 10px;
    }

.hotel-booking-page .booking-details {
    border-radius: 10px 10px;
}

.hotel-booking-page .checkin-detail p {
    font-size: 0.75rem;
    line-height: normal !important;
    padding-bottom: 5px;
}

.hotel-booking-page .checkin-detail h6 {
    font-size: 0.75rem;
}

.hotel-booking-page .room-detail h6,
.hotel-booking-page .booking-details .hotel-name h6 {
    font-size: 0.875rem !important;
}

.hotel-booking-page .room-detail {
    border-radius: 10px;
    padding: 1em 0.5em 1em 1.2em;
}

    .hotel-booking-page .room-detail .badge {
        padding: 0.7em 1.2em 0.7em 1.2em;
        color: var(--text-secondary-color);
        font-weight: normal;
    }

.room-type .cancelation-detail .detail {
    text-align: left;
}

.room-type h6,
.room .heading h6 {
    font-size: 0.85rem !important;
    text-transform: uppercase;
}

.room-type p {
    font-size: 0.875rem;
}

.room-type table td {
    padding: 5px 10px 5px 10px;
}

.room {
    position: sticky;
    top: 0;
}

    .room .image {
        height: 30ch;
        width: 100%;
    }

        .room .image img {
            height: 100%;
            width: 100%;
            border-radius: 10px 10px;
            object-fit: cover;
        }

.room,
.room-type .type,
.room-type .cancelation-policy {
    border-radius: 10px 10px;
}

    .room .relative-box {
        position: relative;
    }

    .room .room-declaration {
        position: absolute;
        top: 4%;
        right: 4%;
    }

        .room .room-declaration span {
            background: var(--primary-color);
            font-size: 0.75rem;
            color: var(--bg-white-color);
        }

.image-gallery .image {
    height: 150px;
    width: 100%;
}

    .image-gallery .image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.amount-detail .amount {
    width: max-content !important;
    padding: 4px 10px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 1.1em;
}

    .amount-detail .amount .title {
        font-size: 0.75rem !important;
        font-weight: 400 !important;
        color: var(--text-secondary-color) !important;
    }


/* Hotel Listing Code */
.listing-hotel .border {
    border-radius: 10px !important;
    border-color: var(--background-gray) !important;
}

.listing-hotel .items {
    margin-bottom: 1em;
    overflow: hidden !important;
}

    .listing-hotel .items .place-image img {
        border-radius: 8px 8px 0 0 !important;
        object-fit: cover;
        transition: 0.3s ease-in-out;
    }

        .listing-hotel .items .place-image img:hover {
            transform: scale(1.1) !important;
        }

.listing-hotel .description h6 {
    font-size: 0.9rem;
}

.listing-hotel .description p {
    font-size: 0.75rem;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px !important;
    color: var(--text-secondary-color);
}

.booking-btn {
    padding: 10px 15px !important;
    font-size: 0.65rem;
    border-radius: 20px !important;
    color: var(--bg-white-color);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

    .booking-btn:hover {
        color: var(--primary-color);
        background-color: var(--bg-white-color);
    }


/* Coman Code */
.page-header,
.listing-hotel {
    border-radius: 10px !important;
    border: 1px solid var(--background-gray) !important;
}

    .page-header p {
        font-size: 0.75rem !important;
    }

    .page-header .full-section,
    .page-header #accordianId_Collapse .card {
        border-radius: 10px;
    }

.booking-hotel-detail {
    border-radius: 10px !important;
}

    .booking-hotel-detail .hotel-booking-image {
        height: 25ch;
        width: 100%;
        border-radius: 10px;
    }

    .booking-hotel-detail .hotel-booking-detail span {
        font-size: 0.775rem;
    }

    .booking-hotel-detail .hotel-booking-image img {
        height: 100%;
        width: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

    .booking-hotel-detail .checkin-detail {
        padding: 10px 5px 5px 10px;
    }

        .booking-hotel-detail .checkin-detail .detail h6 {
            font-size: 0.75rem;
        }

@media only screen and (max-width : 767px) {
    .mobile-scrolling {
        padding: 10px;
        margin-top: -1em;
        height: 80vh !important;
        overflow-x: auto;
        width: 100%;
    }

        .mobile-scrolling .card {
            box-shadow: none !important;
            padding: 0 !important;
            margin-bottom: 10px !important;
        }

        .mobile-scrolling .card-header {
            padding: 0 !important;
            border: none !important;
        }

        .mobile-scrolling .accordion .btn {
            color: #000;
            text-align: left;
            width: 100%;
        }

        .mobile-scrolling .btn-link.focus,
        .mobile-scrolling .btn-link:focus {
            text-decoration: none !important;
        }

        .mobile-scrolling .card-body {
            padding: 5px !important;
            border: 1px solid #00000008;
            width: 100%;
        }

        .mobile-scrolling .table td,
        .mobile-scrolling .table th {
            padding: 0.5em !important;
            border-color: #00000008 !important;
        }

        .mobile-scrolling .card-body table .btn {
            padding: 10px !important;
            text-align: center !important;
        }

    .hotel-booking-page .row img,
    .hotel-booking-page .row {
        margin-top: 0 !important;
    }

    .hotel-booking-page .booking-details {
        padding: 8px !important;
    }

    .hotel-booking-page .checkin-detail {
        padding: 0.5em !important;
    }

    .hotel-booking-page .carousel-item {
        height: 15ch;
        width: 100%;
    }

    .hotel-booking-page .carousel-indicators {
        bottom: -16px !important;
    }

        .hotel-booking-page .carousel-indicators li {
            width: 10px;
        }

    .image-gallery .image {
        height: 100px;
    }

    .image-gallery .nav-tabs .nav-link {
        font-size: 14px !important;
        padding: 0.2rem 1rem !important;
    }

    .page-header .adults,
    .page-header .childeren {
        padding: 1em 0 1em 0 !important;
    }

    .page-header .personal {
        padding: 0 !important;
    }

    .form-area .page-header {
        padding: 1em 0 1em 0 !important;
    }

    .booking-hotel-detail .checkin-detail {
        padding: 5px 20px 12px 16px;
    }

    .booking-hotel-detail .hotel-booking-detail {
        margin-top: 1em;
    }

    .booking-payment .tab-content .p-3 {
        padding: 20px 0px 10px 0px !important;
    }

    .faq-tab .nav {
        margin-bottom: 0 !important;
    }

    .sidebar-section {
        width: 280px !important;
    }

    .footer .widget-navigation {
        margin-top: 20px;
    }

    .filter-btn {
        margin-left: 0 !important;
    }
}


/* Sidebar Section Code */
.sidebar-section {
    height: 100%;
    width: 350px;
    left: 0;
    padding: 10px;
    position: fixed !important;
    z-index: 99;
    top: 0;
    display: none;
    overflow-y: auto;
    overflow-x: hidden !important;
}

    .sidebar-section::-webkit-scrollbar {
        width: 0 !important;
    }

.sidebar-section-bock .sidebar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.sidebar-section .detail-table td,
.sidebar-section .detail-table th {
    font-size: 0.75rem;
}

.sidebar-section-bock .sidebar-item {
    text-align: center
}

.sidebar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.sidebar-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}


.page-header .filter-heading h6 {
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    margin-bottom: 1em;
}

.checkbox-form {
    height: 40ch;
    overflow-x: auto;
}

    .checkbox-form::-webkit-scrollbar {
        width: 2px !important;
    }

    .checkbox-form::-webkit-scrollbar-thumb {
        background-color: var(--border-color);
    }

    .checkbox-form .inputGroup,
    .rating-box .inputGroup {
        background-color: var(--background-gray);
        display: block;
        position: relative;
    }

        .checkbox-form .inputGroup label,
        .rating-box .inputGroup label {
            padding: 8px;
            width: 100%;
            display: block;
            text-align: left;
            color: var(--text-secondary-color);
            cursor: pointer;
            position: relative;
            z-index: 2;
            font-size: 0.75rem;
            transition: color 200ms ease-in;
            overflow: hidden;
        }

            .checkbox-form .inputGroup label:before,
            .rating-box .inputGroup label:before {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                content: "";
                background-color: var(--primary-color);
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%) scale3d(1, 1, 1);
                transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
                opacity: 0;
                z-index: -1;
            }

            .checkbox-form .inputGroup label:after,
            .rating-box .inputGroup label:after {
                width: 20px;
                height: 20px;
                content: "";
                border: 1px solid var(--border-color);
                background-color: var(--bg-white-color);
                background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
                background-repeat: no-repeat;
                background-position: 2px 3px;
                border-radius: 50%;
                z-index: 2;
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
                cursor: pointer;
                transition: all 200ms ease-in;
            }

        .checkbox-form .inputGroup input:checked ~ label,
        .rating-box .inputGroup input:checked ~ label {
            color: var(--bg-white-color);
        }

            .checkbox-form .inputGroup input:checked ~ label:before,
            .rating-box .inputGroup input:checked ~ label:before {
                transform: translate(-50%, -50%) scale3d(56, 56, 1);
                opacity: 1;
            }

            .checkbox-form .inputGroup input:checked ~ label:after,
            .rating-box .inputGroup input:checked ~ label:after {
                background-color: var(--primary-color);
                border-color: var(--bg-white-color);
            }

        .checkbox-form .inputGroup input,
        .rating-box .inputGroup input {
            width: 32px;
            height: 32px;
            order: 1;
            z-index: 2;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            visibility: hidden;
        }

.flight-lable .form-check-input[type=checkbox] {
    border-radius: .5em;
    height: 21px;
    margin-top: 8px !important;
    width: 21px;
}

.flight-lable span {
    padding-right: 5px !important;
}

    .flight-lable span img {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        width: 18px !important;
        border-radius: 3px !important;
        height: 18px !important;
    }

    .flight-lable span p {
        margin-bottom: 0;
        font-size: 0.9rem !important;
    }

.flight-lable {
    display: block !important;
}


@media only screen and (max-width : 767px) {
    .axil-product-table thead {
        display: none !important;
    }

    .axil-product-table tbody tr {
        position: relative;
        display: block;
        border-bottom: 1px solid var(--color-lighter);
        margin-bottom: 30px;
    }

        .axil-product-table tbody tr:last-child {
            margin-bottom: 0;
        }

    .axil-product-table tbody td {
        font-size: 16px;
        display: block;
        text-align: right;
        padding: 10px 10px 7px 0px;
        position: relative
    }

        .axil-product-table tbody td.product-remove {
            position: absolute;
            top: 0;
            right: 0;
            border-bottom: none;
            z-index: 1
        }

            .axil-product-table tbody td.product-remove .remove-wishlist {
                height: 25px;
                width: 25px;
                line-height: 22px;
                font-size: 10px
            }

        .axil-product-table tbody td.product-thumbnail {
            border-bottom: none;
            float: left;
            width: 50px;
        }

        .axil-product-table tbody td.title_1 {
            float: left !important;
            text-align: left;
            padding-right: 40px
        }

        .axil-product-table tbody td.title_2 {
            text-align: right;
            padding-bottom: 30px !important;
            border-bottom: 1px solid #ccc !important;
        }

        .axil-product-table tbody td.product-title p {
            font-size: 12px !important;
        }

        .axil-product-table tbody td.product-title b {
            font-size: 1.1rem !important;
        }

    .axil-product-table.axil-cart-table th:last-child,
    .axil-product-table.axil-cart-table td:last-child {
        padding-right: 10px
    }

    .axil-product-table.axil-cart-table .pro-qty {
        display: inline-flex;
    }

        .axil-product-table.axil-cart-table .pro-qty input {
            min-width: 30px
        }

    .axil-product-table.axil-cart-table .flight-name {
        text-align: left !important;
        height: 75px !important;
    }

        .axil-product-table.axil-cart-table .flight-name b {
            font-size: 0.75rem !important;
            line-break: none !important;
        }

    .axil-product-table.axil-cart-table .img-thumbnail {
        padding: 0.05rem !important;
    }

    #main-wallet,
    #main-wallet,
    #home-tab,
    #profile-tab {
        padding: 4px !important;
        font-size: 9px !important;
    }
}

#profile-tab,
#main-wallet {
    border-radius: 0 4px 4px 0;
}


/* Flight List New Code */
.flight_new_list {
    border: 1px solid rgb(236, 236, 236);
    border-radius: 6px !important;
}

    .flight_new_list .d-flex {
        gap: 10px !important;
        align-items: center;
    }

    .flight_new_list .row {
        align-items: center !important;
    }

    .flight_new_list .flight_image img {
        width: 20px;
        padding: 1px !important;
        border-radius: 3px !important;
    }

    .flight_new_list .flight_name h6 {
        font-size: 13px;
    }

    .flight_new_list .flight_counting p {
        font-size: 11px;
    }

    .flight_new_list .seats_detail p {
        line-height: 25px;
        font-size: 14px;
        color: #ff6d38;
        font-weight: 500;
    }

    .flight_new_list .fa-plane {
        font-size: 25px;
        color: #0c2e60;
    }

    .flight_new_list .rotate-45 {
        rotate: 90deg;
    }

    .flight_new_list .depature_detail,
    .flight_new_list .arival_detail {
        display: inline-flex;
        /* margin-left: 15px; */
        gap: 15px;
        align-items: center;
    }

        .flight_new_list .depature_detail .time,
        .flight_new_list .arival_detail .time {
            text-align: left;
        }

            .flight_new_list .depature_detail .time p,
            .flight_new_list .arival_detail .time p {
                font-size: 14px;
                font-weight: 500;
                margin-bottom: 5px !important;
            }

            .flight_new_list .depature_detail .time span,
            .flight_new_list .arival_detail .time span {
                font-size: 14px !important;
                font-weight: 400 !important;
            }

    .flight_new_list .distance_detail img {
        width: 65%;
        margin: auto !important;
    }

.btn-primary {
    border-radius: 50px !important;
    transition: all 300ms ease-in-out;
}

    .btn-primary:hover {
        background: var(--bg-white-color) !important;
        border: 1px solid var(--third-color) !important;
        color: var(--third-color) !important;
    }

.f-w-5 {
    font-weight: 500 !important;
}

.flight_new_list .distance_detail p {
    font-size: 12px;
}

.text-color-new {
    color: #000 !important;
    font-size: 12px;
    font-weight: 400 !important;
}

.flight_new_list .price_detail h4 {
    font-size: 20px;
    color: #000 !important;
}

.flight_new_list .time h6 {
    font-size: 14px !important;
}



@media only screen and (max-width: 767px) {
    .mmt-4 {
        margin-top: 15px !important;
    }

    .mmt-3 {
        margin-top: 3px !important;
    }

    .flight_new_list .flight_image img {
        width: 18px;
        margin-top: 0 !important;
    }

    .flight_new_list .flight_name h6 {
        font-size: 10px;
    }

    .flight_new_list .flight_counting p {
        font-size: 8px;
    }

    .flight_new_list .d-flex {
        gap: 5px !important;
    }

    .flight_new_list .price_detail h4 {
        font-size: 12px !important;
    }

    .flight_new_list .depature_detail,
    .flight_new_list .arival_detail {
        display: block !important;
        margin-left: 0 !important;
        gap: 15px;
        align-items: inherit !important;
    }

    .flight_new_list .fa-plane {
        font-size: 12px !important;
        float: left;
        margin: 7px 7px 0px 3px !important;
        margin-right: 5px !important;
    }

    .flight_new_list .depature_detail .time p,
    .flight_new_list .arival_detail .time p {
        font-size: 10px !important;
    }

    .flight_new_list .depature_detail,
    .flight_new_list .arival_detail {
        margin-left: 0 !important;
    }

        .flight_new_list .depature_detail h6,
        .flight_new_list .arival_detail h6 {
            font-size: 10px !important;
        }

    .flight_new_list .distance_detail img {
        width: 80%;
    }

    .flight_new_list .distance_detail p {
        font-size: 9px !important;
    }

    .flight_new_list .distance_detail h6 {
        font-size: 9px !important;
    }


    .flight_new_list .depature_detail .time span,
    .flight_new_list .arival_detail .time span {
        font-size: 9px !important;
    }


    .flight_new_list .depature_detail .time p,
    .flight_new_list .arival_detail .time p {
        margin-bottom: 0 !important;
    }

    .flight_new_list .seats_detail p {
        font-size: 12px !important;
        text-align: left !important;
    }

    .flight_new_list .btn-primary {
        padding: 10px 15px !important;
        margin-top: 5px;
    }

    .flight_new_list .more-detail {
        font-size: 10px !important;
    }

    .filter-btn {
        font-size: 10px !important;
        border-radius: 4px !important;
        padding: 10px !important;
        margin-left: 0 !important;
    }

    .btn-filled {
        padding: 10px !important;
        width: 100% !important;
        height: auto !important;
        font-size: 10px;
        border-radius: 4px !important;
    }

    .title-code p {
        font-size: 10px;
    }

    .flight_new_list .button_detail .btn {
        width: auto !important;
    }

    .flight_new_list .button_detail .more-detail {
        margin-top: 10px !important;
    }

    .mmt-33 {
        margin-top: 10px !important;
    }
}


.flight_new_list .more-detail {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 14px;
}

.price-range-slider-card .price-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px;
}

.price-range-slider-card p {
    font-size: 15px !important;
    margin-top: 10px !important;
    font-weight: 600;
}

.price-range-slider-card .range-slider {
    position: relative;
    margin-bottom: 10px !important;
}

.price-range-slider-card .range-fill {
    height: 6px;
    background-color: #0c2e60;
    border-color: #0c2e60;
    position: absolute;
    z-index: 1;
}

.price-range-slider-card input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
}

    .price-range-slider-card input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: #0c2e60;
        cursor: pointer;
        margin-top: -5px;
        position: relative;
        z-index: 1;
    }

    .price-range-slider-card input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        background: #e8e8e8;
        border-radius: 3px;
        border: none;
    }

.rounded-1 {
    border-radius: 10px !important;
}


@media only screen and (min-width : 767px) {
    .main-form {
        margin-bottom: -40px !important;
    }

    .scrolling {
        display: block !important;
    }
}

.shadow-sm {
    box-shadow: #00000021 0px 2px 4px 0px !important;
}

.tab-design {
    width: fit-content;
    border-radius: 8px;
    background: #e4e4e4;
}

.tab-button-design {
    padding: 0 20px 0 20px !important;
    font-size: 14px !important;
    color: #000;
    box-shadow: none !important;
    border: none;
    background-color: none !important;
}

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link .tab-button-design {
    background-color: #ff6d38 !important;
}

@media only screen and (max-width : 767px) {
    .tab-button-design {
        font-size: 10px !important;
    }

    .sidebar-section {
        width: 100% !important;
    }

    .active-border {
        border-bottom: 4px solid #ff6d38;
        border-width: 50% !important;
    }

    .scrolling .collapse {
        padding: 0px !important;
        border: none !important;
    }

    .m-hide {
        display: none;
    }

    .relative-box-content {
        position: relative;
    }

    .d-block-big {
        display: block !important;
    }

    .pp-0 {
        padding: 0 !important;
    }
}

.rounded-2 {
    border-radius: 8px !important;
}

@media only screen and (device-width : 768px) and (device-height : 1024px) and (orientation : portrait) {
    .sm-mt-5 {
        margin-top: 50px !important;
    }

    .sm-mb-1 {
        margin-bottom: 10px !important;
    }

    .sm-p-3 {
        padding: 20px !important;
    }

    .sm-width-auto {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        width: fit-content !important;
    }

    .cab-image {
        height: auto !important;
        width: 90px !important;
    }

    .cab-feature {
        font-size: 11px !important;
    }

    .text-small {
        font-size: 11px !important;
    }

    /* Return Flight List */

    .scrolling .flight_new_list .price_detail h4 {
        font-size: 13px !important;
    }

    .scrolling .flight_new_list .fa-plane {
        font-size: 12px !important;
    }

    .scrolling .flight_new_list .depature_detail .time span,
    .scrolling .flight_new_list .arival_detail .time span {
        font-size: 11px !important;
    }

    .scrolling .flight_new_list .time h6 {
        font-size: 11px !important;
    }

    .scrolling .flight-list {
        padding: 10px !important;
    }

    .container {
        max-width: fit-content !important;
    }

    .scrolling .collapse {
        padding: 0px !important;
        border: none !important;
    }

    .scrolling .mt-4 {
        margin-top: 10px !important;
    }
}

.text-small {
    font-size: 13px;
}

.scrolling .flight-list {
    cursor: pointer;
}

.flight-list.active {
    border-color: #ff6d38;
}

.return-button {
    width: fit-content !important;
    padding: 8px 15px !important;
    border-radius: 5px !important;
    height: auto !important;
}

.cursor {
    cursor: pointer !important;
}


.cab-feature {
    color: #ff6d38;
    font-size: 14px;
    padding-right: 15px;
}


    .cab-feature i {
        font-size: 10px;
    }

.cab-title {
    font-size: 15px;
}

.price-size {
    font-size: 18px !important;
}

.set-button {
    padding: 10px 13px !important;
    font-size: 12px !important;
    height: fit-content !important;
}

.cab-facilities {
    flex-wrap: wrap;
    margin-right: 10px;
}

.cab-image {
    height: 80px;
    width: 140px;
}

    .cab-image img {
        height: 100% !important;
        width: 100% !important;
    }

@media only screen and (max-width : 767px) {
    .pp-1 {
        padding: 10px !important;
    }

    .cab-feature i {
        font-size: 6px;
        padding-right: 4px;
    }

    .cab-feature {
        font-size: 9px;
        padding-right: 15px;
    }

    .cab-title {
        margin-bottom: 0;
        font-size: 12px !important;
    }

    .cab-facilities .text-small {
        font-size: 10px !important;
    }

    .set-button {
        padding: 8px 10px !important;
        font-size: 9px !important;
    }

    .price-size {
        font-size: 14px !important;
    }

    .pl-pr-1 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .cab-image {
        height: auto !important;
        width: 100px !important;
    }
}

@media only screen and (max-width : 767px) {
    .main-form .form-area .mobile-promocode {
        top: -18px !important;
        right: -20px !important;
    }

    .breadcrumb-item,
    .breadcrumb-item.active {
        font-size: 12px !important;
    }

    .mmb-1 {
        margin-bottom: 10px !important;
    }
}

.page-heading-search {
    position: relative;
}

    .page-heading-search .form-control {
        height: auto !important;
    }

    .page-heading-search input {
        padding-left: 40px !important;
    }

    .page-heading-search .fa {
        position: absolute;
        top: 10px;
        left: 14px;
    }

.listing-hotel .description p {
    font-size: 0.85rem !important;
}

.seats-chart .driver img {
    width: 10%;
}

.seats-chart .col {
    width: 25% !important;
    flex: unset !important;
    text-align: center;
}

    .seats-chart .col img {
        width: 45%;
        margin: auto !important;
        cursor: pointer;
    }

    .seats-chart .col p {
        font-size: 11px;
    }

.pt-0.pb-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.seats .row {
    align-items: unset !important;
}

.seats .gapping {
    gap: 2px !important;
}


@media only screen and (max-width : 767px) {
    .mpb-3 {
        padding: 12px !important;
    }

    .bus-name h4 {
        font-size: 16px !important;
    }

    .bus-name p {
        font-size: 10px !important;
    }

    .bus-details-section .price_detail {
        margin-top: 20px !important;
        text-align: center;
    }

        .bus-details-section .price_detail h6 {
            font-size: 12px !important;
        }

    .seats .title h6 {
        font-size: 12px;
    }

    .seats p {
        font-size: 12px;
        margin-bottom: 5px !important;
    }

    .seats-chart .col p {
        font-size: 10px;
    }

    .seats .col-lg-4 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .bus-details-section .depature_detail .time,
    .bus-details-section .arival_detail .time {
        text-align: center !important;
    }
}


@media only screen and (device-width : 768px) and (device-height : 1024px) and (orientation : portrait) {
    .bus-details-section .price_detail {
        margin-top: 20px !important;
        text-align: center;
    }
}

@media only screen and (min-width : 767px) {
    .bus-price-detail h4 {
        font-size: 14px !important;
    }
}

.flight-structure {
    width: 100%;
    padding: 10px;
}

.flight-seat .flight-body {
    width: fit-content;
    margin: 0 auto;
    height: 60vh;
    overflow: auto;
}

    .flight-seat .flight-body::-webkit-scrollbar {
        width: 3px;
    }

    .flight-seat .flight-body::-webkit-scrollbar-thumb {
        background-color: rgb(87, 87, 87);
    }

.flight-seat .flight-row,
.flight-seat .emergancy-gate,
.flight-seat .entrance-gate {
    width: 100%;
    display: table;
}

    .flight-seat .flight-row .left-wing,
    .flight-seat .flight-row .right-wing,
    .flight-seat .emergancy-gate .left-wing,
    .flight-seat .emergancy-gate .right-wing,
    .flight-seat .entrance-gate .left-wing,
    .flight-seat .entrance-gate .right-wing {
        width: 40px;
        background: rgb(255, 249, 151);
        background: linear-gradient(90deg, rgba(255, 249, 151, 1) 0%, rgba(238, 200, 83, 1) 47%, rgba(255, 249, 151, 1) 100%);
        height: auto;
        display: table-cell;
    }

.flight-seat .middle-area {
    text-align: center;
    display: block;
}

    .flight-seat .middle-area ul {
        list-style: none;
        margin-bottom: 0;
    }

.flight-seat .btn-outline-secondary {
    color: #000;
}

    .flight-seat .btn-outline-secondary:hover {
        background: none !important;
    }

.flight-seat .middle-area li {
    display: table-cell;
    border-radius: 3px;
    padding: 2px 1px 4px;
}

    .flight-seat .middle-area li label {
        width: 35px;
        height: 30px;
        cursor: pointer;
        border: 1px solid #ccc;
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 0;
        padding: 1px !important;
        border-radius: 4px !important;
    }

.flight-seat .middle-area .walking-path {
    width: 40px;
}

.flight-seat .emergancy-gate .arrow {
    height: 30px;
    width: 30px;
    padding: 2px;
    color: #fff;
}

.flight-seat .emergancy-gate .pl-pr-2 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 8px;
    color: #fff;
}

.flight-seat .emergancy-gate h6,
.flight-seat .emergancy-gate i {
    font-size: 12px;
    color: #fff !important;
}

.flight-seat .btn-check {
    display: none;
}

.v-none {
    visibility: hidden;
}

.left-path-start {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.right-path-start {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.left-path-end {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.right-path-end {
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.flight-structure .btn-check:checked + .btn {
    background: #097aaf !important;
    border-color: #097aaf !important;
    color: #fff;
}

.flight-structure .btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    background-color: #494949 !important;
    border-color: #494949 !important;
    color: #fff;
}

.btn-check:disabled {
    cursor: pointer !important;
}

.pl-pr-0 {
    padding-right: 0;
    padding-left: 0;
}

.flight-structure .non-reclining {
    border-color: #810000 !important;
    color: #810000;
}

    .flight-structure .non-reclining:checked + .btn {
        background: #810000 !important;
        border-color: #810000 !important;
        color: #fff;
    }

.flight-structure .extra-leg-room {
    border-color: #ffae00 !important;
    color: #ffae00;
}

.flight-structure .extra-room-leg:checked + .btn {
    background: #ffae00 !important;
    border-color: #ffae00 !important;
    color: #fff;
}

.seats-details .booked,
.seats-details .selected,
.seats-details .available,
.seats-details .non-reclining,
.seats-details .extra-leg-room {
    height: 30px;
    margin-right: 10px;
    width: 30px;
    border-radius: 4px;
    border: #ccc 1px solid;
}

.seats-details .selected {
    background: #097aaf;
}

.seats-details .booked {
    background: #494949;
}

.seats-details .available {
    background: #fff;
}

.seats-details .extra-leg-room {
    background: #ffae00;
}

.seats-details .non-reclining {
    background: #810000;
}

.border-face {
    border-top: 4px solid !important;
}

    .border-face .btn-outline-secondary {
        margin-top: 2px !important;
    }

.blank-seat {
    visibility: hidden;
}

.quitzone {
    background: #eafffc;
}

@media only screen and (max-width : 767px) {
    .flight-seat .middle-area li label {
        width: 30px;
        height: 27px;
        font-size: 9px;
    }

    .mp-0 {
        padding: 0 !important;
    }

    .emergancy-gate h6 {
        font-size: 10px !important;
    }
}

.flight-buttons {
    background: none !important;
}

    .flight-buttons .nav-link.active {
        background: none !important;
        color: #ff6d38;
    }

    .flight-buttons .nav-link {
        font-size: 14px;
        border-radius: 0 !important;
    }
</pre></body></html>