﻿.landing-header nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    width: 100%;
    padding: 0;
}

.landing-header .home-logo-wrap {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.landing-header .signup-right-text.home-login-wrap a {
    text-decoration: none;
    margin: 0 10px;
}

    .landing-header .signup-right-text.home-login-wrap a.color-dark {
        color: #6F6F6F;
        margin: 0 5px;
    }

    .landing-header .signup-right-text.home-login-wrap a.homepage-signup.trial-btn {
        padding: 10px 20px;
    }

.landing-header .signup-right-text.home-login-wrap {
    width: 100%;
    padding: 20px 0 10px;
}

.landing-breadcrumb {
    background: #F1F1F1;
    align-content: center;
    padding: 10px 20px 5px;
}

    .landing-breadcrumb ol.breadcrumb {
        margin: 0;
    }

    .landing-breadcrumb li.breadcrumb-item {
        color: #0C0055;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .landing-breadcrumb li.breadcrumb-item.active {
            font-weight: 600;
        }

        .landing-breadcrumb li.breadcrumb-item a {
            color: #0C0055;
            text-decoration: none;
        }

    .landing-breadcrumb hr {
        height: 1px;
        margin: 8px 0 0;
    }

.section-landing-one .left-area h2 {
    color: #0C0055;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.section-landing-one .left-area h1 {
    color: #0C0055;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.section-landing-one .left-area p {
    color: #0C0055;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.section-landing-one .left-area .icon-title .icon-title-number {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}

.section-landing-one .left-area .icon-title .title-number h6 {
    color: #585858;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    font-family: "proxima-nova";
}

.section-landing-one .left-area .icon-title .title-number p {
    color: #0C0055;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "input-mono";
}

.section-landing-one .left-area .icon-title {
    margin-top: 35px;
}

.section-landing-one .left-area img.click-image {
    position: relative;
    right: 0;
    float: right;
    margin: -70px 20px 0 0;
    cursor: pointer;
}

div#imagemodal .modal-dialog {
    width: 100%;
    max-width: 80%;
}

div#imagemodal .modal-header h4 {
    color: #0C0055;
    font-weight: 700;
}

div#imagemodal button.close {
    border-radius: 30px;
    height: 30px;
    width: 30px;
    border: 1px solid;
}

.section-landing-one .landing-budget {
    background: #0C0055;
    padding: 15px 30px;
}

    .section-landing-one .landing-budget h3 {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 30px;
    }

.section-landing-one .budget-small-text {
    display: flex;
    align-items: end;
}

.section-landing-one .landing-budget h4 {
    color: #FFF;
    font-family: "input-mono";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 60%;
    letter-spacing: 2px;
}

.section-landing-one .landing-budget h6 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.section-landing-one .free-demo h5 {
    border: 1px solid #8D8D8D;
    color: #2E2E2E;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0 10px 10px;
}

.section-landing-one .sample-data {
    background: #F8F8F8;
    padding: 30px 80px;
    float: left;
    width: 100%;
}

    .section-landing-one .sample-data h3 {
        color: #0C0055;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .section-landing-one .sample-data .inner-sample button {
        border: 1px solid #0C0055;
        padding: 10px 20px;
        float: right;
        color: #0C0055;
        text-align: right;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .section-landing-one .sample-data .inner-sample table.table.table-bordered th, td {
        color: #0C0055;
        font-style: normal;
        line-height: normal;
    }


.personal-demo .icon-box {
    display: flex;
    gap: 15px;
}

    .personal-demo .icon-box img {
        width: 40px;
        height: 40px;
    }

.personal-demo .right-content h4 {
    color: #0C0055;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.personal-demo {
    background: #F8F8F8;
    margin-top: 30px;
    padding: 20px 30px 100px;
}

    .personal-demo .right-content p {
        color: #0C0055;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.landing-form {
    background: #F8F8F8;
    margin-top: 30px;
    padding: 20px 30px;
}

    .landing-form p {
        color: #0C0055;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .landing-form input {
        background: #E3E3E3;
        box-shadow: 0px 2.446px 11.008px -2.446px rgba(0, 0, 0, 0.10) inset;
        border: none;
        width: 100%;
        height: 30px;
    }

    .landing-form .input-text {
        margin-bottom: 30px;
    }

    .landing-form input[type="submit"] {
        border-radius: 4px;
        border: 2px solid #FF7A00;
        color: #FF7A00;
        background: #fff;
        box-shadow: none;
        height: 40px;
    }

.section-landing-one .trial-btn-div a {
    background: #FF7A00;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    padding: 15px 50px;
    line-height: 54px;
}

.section-landing-one .trial-btn-div {
    text-align: right;
}

.section-landing-one .row.download-credit form#frmDownloadPDF {
    margin-bottom: 0;
}

.section-landing-one .row.download-credit input#download-pdf {
    border: 2px solid #0C0055;
    background: #fff;
    color: #0C0055;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 20px;
}

.section-landing-one .no-credit {
    display: flex;
    gap: 5px;
    align-items: center;
}

    .section-landing-one .no-credit img {
        width: 30px;
        height: 30px;
    }

    .section-landing-one .no-credit p {
        color: #8F8F8F;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0;
    }

.inner-sample td.input-mono {
    font-family: "input-mono";
}

.p-lr-50 {
    padding: 0 50px;
}

.section-landing-search {
    padding: 30px 0;
    margin: 30px 0;
}

    .section-landing-search .bg-yellow {
        background: #FFAA47;
    }

    .section-landing-search h3 {
        color: #FFF;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 60px 10px;
        margin-bottom: 0;
    }

    .section-landing-search .landing-search {
        padding: 20px 0px 0 20px;
    }

        .section-landing-search .landing-search h4 {
            color: #0C0055;
            font-size: 30px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

        .section-landing-search .landing-search .search-info input[type="text"] {
            background: #F0F0F0;
            width: 91%;
            height: 56px;
            border: none;
            padding: 0 20px;
        }

        .section-landing-search .landing-search .search-info {
            display: flex;
        }

            .section-landing-search .landing-search .search-info .fa-magnifying-glass {
                background: #FF7A00;
                color: #fff;
                font-size: 20px;
                padding: 18px 20px;
                cursor: pointer;
            }

        .section-landing-search .landing-search button {
            background: #FF7A00;
            border: none;
            color: #fff;
            width: 100%;
            height: 56px;
            margin-top: 10px;
            font-size: 30px;
        }

input#btnSeachAircraft {
    background: #FF7A00;
    border: none;
    color: #fff;
    width: 98%;
    height: 56px;
    margin-top: 10px;
    font-size: 30px;
}

.ui-menu {
    overflow: auto;
    height: 300px;
}

.color-blue {
    color: #0C0055;
}

.aircraft-database h1 {
    color: #0C0055;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.aircraft-database img.left-1995 {
    width: 100%;
}

.aircraft-database .border-box {
    border: 1px solid #CDCDCD;
    padding: 10px 0;
    align-items: center;
    text-align: center;
    margin: 0 0px 0 20px;
}

.aircraft-database .right-1995 h3 {
    color: #0C0055;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.aircraft-database .right-1995 a.homepage-signup.trial-btn {
    background: #FF7A00;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 20px;
}

.aircraft-database .right-1995 .no-credit {
    display: flex;
    gap: 10px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

    .aircraft-database .right-1995 .no-credit p {
        margin-bottom: 0;
        color: #8F8F8F;
    }

.section-landing-search.database-search {
    background: #FFAA47;
    height: 100px;
    margin-bottom: 100px;
}

    .section-landing-search.database-search .search-info {
        background: #fff;
        padding: 20px 20px;
    }

    .section-landing-search.database-search input#btnSeachAircraft {
        width: 100%;
        margin-top: 0;
    }

    .section-landing-search.database-search .landing-search .search-info input[type="text"] {
        width: 94%;
    }

.container-fluid.p-lr-50.breadcrumb-container {
    background: #F1F1F1;
    padding-bottom: 5px;
}

    .container-fluid.p-lr-50.breadcrumb-container .row {
        border-bottom: 1px solid #C6C6C6;
        padding-bottom: 0;
        align-items: center;
    }

.breadcrumb-search .search-info input#txtAircraft {
    width: 90%;
    color: #919191;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 10px;
    border: none;
    height: 37px;
}

.breadcrumb-search .search-info {
    display: flex;
    align-items: baseline;
}

    .breadcrumb-search .search-info svg.svg-inline--fa.fa-magnifying-glass {
        color: #fff;
        background: #FF7A00;
        height: 19px;
        padding: 9px 13px;
        width: 25px;
        position: relative;
        top: 13px;
    }

    .breadcrumb-search .search-info button#btnSeachAircraft {
        border: none;
        width: 9%;
        padding: 0;
    }

.breadcrumb-search form#frmSearchAircraft {
    margin-bottom: 10px;
}

.download-credit .trial-btn-div a {
    font-size: 18px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.download-credit button#download-pdf {
    border: 2px solid #0C0055;
    color: #0C0055;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 30px;
}

.section-landing-one .sample-data.mb-30 {
    margin-bottom: 30px;
}

.download-credit {
    margin-bottom: 40px;
    align-items: center;
}

.section-ten .white-bg-main {
    border: none;
}

.section-nine {
    margin-top: 60px;
}

.database-page .clear-filter {
    text-align: right;
    margin-bottom: 10px;
}

    .database-page .clear-filter label {
        color: #FF8C73;
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
    }

.search-left-input .k-input-solid {
    width: 91%;
    float: left;
    height: 58px;
    background: #F0F0F0;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    font-size: 24px;
    color: #919191;
    font-weight: 400;
}

.section-landing-search.database-search .landing-search {
    background: #ffffff;
    padding: 20px 0 0 0;
}

.section-landing-search.database-search .search-left-input {
    padding-left: 20px;
}

.section-landing-search.database-search .search-right-submit {
    padding-right: 20px;
}

.section-landing-search.database-search button {
    margin-top: 20px;
}

.database-filter span.telerik-blazor.k-dropdownlist.k-picker.k-picker-solid.k-picker-md.k-rounded-md {
    background: #F2F2F2;
    box-shadow: 0px 3.164px 14.239px -3.164px rgba(0, 0, 0, 0.10) inset;
    height: 40px;
    border-radius: 0;
    color: #0C0055;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.database-filter .k-button-md.k-icon-button .k-button-icon.k-svg-icon > svg, .k-button-md.k-icon-button .k-button-icon.k-icon-md > svg {
    width: 20px;
    height: 20px;
}

.database-filter .border-bottom {
    width: 99%;
    margin-top: 10px;
    border-color: #C0C0C0 !important;
}

.database-table .telerik-blazor.k-grid.k-grid-md {
    border: none;
}

.database-table .k-grid-header {
    background: none;
    padding: 0;
    border: none;
}

.database-table th.k-header.k-touch-action-none.k-table-th {
    background: #fff;
    border: none;
    width: 247px;
}

    .database-table th.k-header.k-touch-action-none.k-table-th:last-child {
        width: 100px;
    }

.database-table .k-grid-content {
    background-color: #ffffff;
    padding: 0;
    overflow: auto;
}

.database-table td.k-table-td {
    border: none !IMPORTANT;
    font-size: 16px;
    width: 248px;
}

    .database-table td.k-table-td:last-child {
        width: 100px;
    }

.database-table tr.k-master-row.k-table-row {
    background: #FAFAFA;
}

    .database-table tr.k-master-row.k-table-row.k-alt.k-table-alt-row {
        background: #F2F2F2;
    }

.database-table table.k-grid-table.k-table.k-table-md {
    border-collapse: separate;
    border-spacing: 0 4px;
}

.database-table table.k-grid-header-table.k-table.k-table-md .k-column-title {
    font-size: 14px;
    font-weight: 600;
}

.database-table button.telerik-blazor.k-button.right-btn.k-button-solid.k-rounded-md.k-button-md.k-button-solid-base {
    border: 1px solid #0C0055;
    background: #FFF !IMPORTANT;
    color: #0C0055 !IMPORTANT;
    font-size: 16px !IMPORTANT;
    font-style: normal;
    font-weight: 400 !IMPORTANT;
    padding: 5px 12px;
    border-radius: 0;
    float: right;
    right: 30px;
}

.database-table .k-grid-pager {
    border-width: 1px 0 0;
    border-color: inherit;
    font-size: inherit;
    border-top: 0;
    border-bottom: 1px solid #979797;
    background: #fff;
}

.row.mobile-seo-menu {
    display: none;
}


.aircraft-hanger .container-fluid {
    width: 62%;
}

.container-fluid.p-lr-50.breadcrumb-container.hanger-container {
    width: 95%;
}

.aircraft-hanger h4 {
    color: #0C0055;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.aircraft-hanger p {
    color: #0C0055;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.jet-number {
    display: flex;
    background: #EFEFEF;
    padding: 15px;
    align-items: center;
    margin: 16px 0 50px;
}

    .jet-number h5 {
        width: 90%;
        color: #0C0055;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .jet-number svg {
        width: 10%;
    }

.aircraft-database.hanger-category .border-box {
    margin: 20px 0 0 0;
}

.img-boxes img {
    width: 100%;
}

/* cost calculator page css */
.p-range-filter h2 {
    font-size: 16px;
}

.facet-box p {
    margin-bottom: 3px;
    font-size: 13px;
}

.facet-box input {
    cursor: pointer;
}

.right-listing .listing {
    display: flex;
    gap: 20px;
    width: 100%;
    background: #fff;
    padding: 15px 12px;
    box-shadow: rgba(15, 15, 15, .025) 0 0 25px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .right-listing .listing .list-media {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 125px;
        padding-left: 8px;
    }

    .right-listing .listing .list-details {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .right-listing .listing .list-model {
        display: flex;
        align-items: center;
        gap: 0 10px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .right-listing .listing .list-specs {
        display: flex;
        flex-wrap: wrap;
        gap: 5px 20px;
        margin-top: 5px;
        font-size: 13px;
    }

        .right-listing .listing .list-specs div {
            flex: 1;
        }


.right-listing h2.list-model a {
    text-decoration: none;
    color: #0C0055;
}

.p-range-filter .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 30px;
}

    .p-range-filter .price-input .field {
        display: flex;
        width: 100%;
        height: 30px;
        align-items: center;
    }

.p-range-filter .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    margin-left: 8px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

.p-range-filter input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.p-range-filter .price-input .separator {
    width: 40px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.p-range-filter .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

    .p-range-filter .slider .progress {
        height: 100%;
        left: 7%;
        right: 25%;
        position: absolute;
        border-radius: 5px;
        background: #0C0055;
    }

.p-range-filter .range-input {
    position: relative;
}

    .p-range-filter .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.p-range-filter input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #FF7A00;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.p-range-filter input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #FF7A00;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.switch-field {
    display: flex;
}

    .switch-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .switch-field label {
        background-color: #fff;
        color: #0C0055;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        padding: 7px 15px !important;
        margin-right: -1px;
        border: 1px solid #0C0055;
        transition: all 0.1sease-in-out;
        text-transform: inherit;
    }

    .switch-field input:checked + label {
        background-color: #0C0055;
        box-shadow: none;
        color: #fff;
    }

.top-filter-craft .filter-check {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

    .top-filter-craft .filter-check p {
        display: flex;
        gap: 7px;
        padding: 4px 10px;
        font-weight: 500;
        border: 1px #ddd solid;
        border-radius: 50px;
        box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .1);
    }

.filter-check input {
    cursor: pointer;
}

.filter-check p {
    margin-bottom: 0;
}

.craft-currency {
    display: flex;
    gap: 10px;
    align-items: center;
}

.right-listing li.page-item.active a {
    background: #0C0055 !important;
    border-color: #0C0055 !important;
}

.right-listing ul.pagination {
    margin-top: 25px;
}

section.cost-page .accordion-body {
    padding: 10px 10px;
    border: 1px #ddd solid;
    border-top: none;
}

section.cost-page button.accordion-button {
    color: #0C0055 !IMPORTANT;
    padding: 10px;
    border: 1px #ddd solid;
    box-shadow: none;
}

/* cost calculator page css end */

.bg-section {
    background: #fff;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 5px;
    box-shadow: rgba(15, 15, 15, .025) 0 0 25px 15px;
}

.overview-cr .accordion-item {
    border: none;
}

.overview-cr button.accordion-button {
    background: #fff !IMPORTANT;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: rgba(15, 15, 15, .025) 0 0 25px 15px !IMPORTANT;
    border: none !IMPORTANT;
    color: #0C0055 !important;
}

.overview-cr h2 {
    font-size: 28px;
    color: #0C0055;
}

.detail-craft.aircraft-tabs input.k-input-inner {
    color: #0C0055;
    font-size: 14px;
    font-family: "input-mono";
    padding: 5px 4px;
    width: 100%;
}

.detail-craft.aircraft-tabs input.k-input-inner {
    background: #D9D9D9;
    border: none;
}

.blur {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(6px);
}

.locked-img {
    text-align: center;
    align-content: center;
    height: 100%;
}

    .locked-img img {
        width: 10%;
    }

button.AirFrameButton.btn.btn-link.text-left.p-0.text-decoration-none.collapsed {
    color: #0C0055;
}

.locked-img.top-hidden-area {
    margin-top: -95px;
}

    .locked-img.top-hidden-area img {
        width: 3%;
    }

.library-title {
    background: url(../images/library-title-bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-position: bottom;
}

section.library-title h1 {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

/* single craft page css start here */

/* single craft page css end here */
@media(min-width: 320px) and (max-width: 767px) {
    .locked-img.top-hidden-area {
        margin-top: -64px;
    }

        .locked-img.top-hidden-area img {
            width: 5%;
        }

    .filter-check p {
        width: calc(49% - 3px);
    }

    .switch-field {
        margin: 10px 0;
    }

    .right-listing .listing {
        display: block;
    }

        .right-listing .listing .list-specs {
            display: block;
        }

    .locked-img.top-hidden-area img {
        width: 5%;
    }

    .filter-check p {
        width: calc(49% - 3px);
    }

    .switch-field {
        margin: 10px 0;
    }

    .right-listing .listing {
        display: block;
    }

        .right-listing .listing .list-specs {
            display: block;
        }

    .section-landing-one .trial-btn-div {
        text-align: left;
    }

    .section-landing-one .row.download-credit input#download-pdf {
        text-align: center;
        width: 100%;
    }

    .aircraft-hanger .container-fluid {
        width: 100%;
    }

    .jet-number h5 {
        font-size: 20px;
    }

    .jet-number {
        margin: 16px 0 30px;
    }

    .aircraft-hanger p {
        font-size: 16px;
    }

    .aircraft-hanger h4 {
        font-size: 30px;
    }

    .img-boxes img {
        width: 100%;
    }

    .row.desktop-seo-menu {
        display: none;
    }

    .row.mobile-seo-menu {
        display: block;
    }

    .mobile-seo-menu .col-12.col-md-12 {
        display: flex;
        gap: 14px;
        align-items: center;
    }

    .mobile-seo-menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        padding: 20px 0px;
        float: left;
        width: 10%;
    }

    .mobile-seo-menu .navbar-collapse {
        left: 0;
        position: absolute;
        top: 60%;
    }

    .mobile-seo-menu .login-and-trial.signup-right-text {
        width: 90%;
        display: flex;
        justify-content: space-between;
    }

        .mobile-seo-menu .login-and-trial.signup-right-text a {
            text-decoration: none;
            font-size: 14px;
        }

    .landing-header .mobile-seo-menu .home-logo-wrap {
        padding: 20px 15px;
        display: flex;
        align-items: center;
        gap: 5px;
        width: 100%;
        justify-content: center;
    }

    .search-left-input .k-input-solid {
        width: 71%;
        font-size: 16px;
    }

    .section-landing-search .landing-search button {
        font-size: 18px;
        height: 40px;
    }

    .database-filter span.telerik-blazor.k-dropdownlist.k-picker.k-picker-solid.k-picker-md.k-rounded-md {
        margin-bottom: 10px;
    }

    .database-table button.telerik-blazor.k-button.right-btn.k-button-solid.k-rounded-md.k-button-md.k-button-solid-base {
        padding: 5px 10px;
    }

    .breadcrumb-search .search-info input#txtAircraft {
        width: 86%;
        font-size: 12px;
    }

    .trial-btn-div {
        margin-top: 15px;
    }

    .landing-header nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        padding: 20px 0px;
    }

    div#imagemodal .modal-dialog {
        margin: 50px auto;
    }

    .navbar-collapse {
        min-width: 280px;
        margin-top: 20px;
    }

    .landing-header .signup-right-text.home-login-wrap a {
        float: left;
        width: 100%;
        text-align: left;
        margin: 5px 0;
    }

        .landing-header .signup-right-text.home-login-wrap a.color-dark {
            margin: 10px 5px;
        }

        .landing-header .signup-right-text.home-login-wrap a.homepage-signup.trial-btn {
            width: auto;
        }

    .p-lr-50 {
        padding: 0px 15px;
    }

    .landing-breadcrumb li.breadcrumb-item {
        font-size: 10px;
    }

    .section-landing-one .sample-data {
        padding: 30px 10px;
    }

        .section-landing-one .sample-data .inner-sample table.table.table-bordered th, td {
            font-size: 14px;
        }

        .section-landing-one .sample-data .inner-sample button {
            font-size: 18px;
        }

    .personal-demo {
        padding: 20px 15px;
    }

    .section-landing-one .trial-btn-div a {
        font-size: 26px;
        padding: 5px 30px;
        width: 100%;
        float: left;
        text-align: center;
        line-height: 40px;
    }

    .personal-demo .icon-box {
        display: block;
    }

    .personal-demo .right-content h4 {
        font-size: 17px;
    }

    .section-landing-one .no-credit {
        margin-top: 15px;
    }

    .section-landing-one .landing-budget {
        margin-bottom: 15px;
        padding: 15px 15px;
    }

    .section-landing-one .budget-small-text {
        display: block;
    }

    .section-landing-one .left-area .icon-title .title-number h6 {
        font-size: 16px;
    }

    .section-landing-one .left-area .icon-title .title-number p {
        font-size: 18px;
    }

    .landing-form {
        padding: 20px 15px;
    }

    .section-landing-search .landing-search {
        padding: 20px 0px 0 15px;
    }

    .left-area .img-fluid {
        width: 100%;
    }

    .logo {
        margin: inherit;
    }

    input#btnSeachAircraft {
        font-size: 18px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .right-listing .listing .list-specs {
        display: block;
    }

    .switch-field label {
        font-size: 13px;
    }

    .p-range-filter .price-input {
        display: block;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .right-listing .listing .list-specs {
        display: block;
    }

    .switch-field label {
        font-size: 13px;
    }

    .p-range-filter .price-input {
        display: block;
    }

    .aircraft-hanger .container-fluid {
        width: 89%;
    }

    .jet-number h5 {
        font-size: 14px;
    }

    .landing-header .signup-right-text.home-login-wrap {
        display: grid;
        justify-content: flex-start;
        text-align: left;
        gap: 10px;
    }

    .landing-header .signup-right-text.home-login-wrap {
        display: grid;
        justify-content: flex-start;
        text-align: left;
        gap: 10px;
    }

    .landing-header .signup-right-text a.trial-btn {
        line-height: 20px;
    }

    .search-left-input .k-input-solid {
        width: 83%;
        font-size: 18px;
    }

    .database-filter span.telerik-blazor.k-dropdownlist.k-picker.k-picker-solid.k-picker-md.k-rounded-md {
        font-size: 13px;
    }

    .breadcrumb-search .search-info svg.svg-inline--fa.fa-magnifying-glass {
        height: 18px;
        width: 35px;
        top: 12px;
    }

    .breadcrumb-search .search-info input#txtAircraft {
        width: 80%;
    }

    .landing-header nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        padding: 20px 0;
    }

    .navbar-collapse {
        padding: 25px 10px;
    }

    .landing-header .signup-right-text.home-login-wrap a.homepage-signup.trial-btn {
        padding: 10px 10px;
        font-size: 14px;
    }

    .section-landing-one .col-md-3 {
        width: 100%;
    }

    .section-landing-one .col-md-9 {
        width: 100%;
    }

    .section-landing-one .left-area .icon-title .icon-title-number {
        width: 50%;
        float: left;
    }

    .left-area img.img-fluid {
        width: 100%;
    }

    .section-landing-one .sample-data {
        padding: 30px 30px;
    }

    .section-landing-one .trial-btn-div a {
        font-size: 18px;
        padding: 15px 10px;
    }

    .no-credit-row .col-md-8 {
        width: 60%;
    }

    .no-credit-row .col-md-4 {
        width: 40%;
    }

    input#btnSeachAircraft {
        font-size: 20px;
    }

    .section-landing-search h3 {
        font-size: 18px;
    }

    .section-ten .highlight-list {
        margin-left: 18%;
    }

    .section-ten .price-box.left h4 {
        font-size: 16px;
    }

    .section-ten .price-box.right h4 {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {

    .p-range-filter .price-input {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {

    .p-range-filter .price-input {
        display: block;
    }

    section.cost-page .accordion-body {
        overflow: hidden;
    }

    .aircraft-hanger .container-fluid {
        width: 90%;
    }

    .jet-number h5 {
        font-size: 18px;
    }

    .search-left-input .k-input-solid {
        width: 87%;
        font-size: 20px;
    }

    .breadcrumb-search .search-info input#txtAircraft {
        width: 84%;
    }

    .landing-header .signup-right-text.home-login-wrap a.homepage-signup.trial-btn {
        padding: 10px 15px;
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .section-landing-one .left-area p {
        font-size: 14px;
    }

    .section-landing-one .sample-data {
        padding: 30px 40px;
    }

    h2.home-section-title {
        font-size: 26px;
    }

    .section-landing-one .trial-btn-div a {
        font-size: 18px;
        padding: 13px 10px;
    }

    .section-landing-one .no-credit p {
        font-size: 14px;
    }

    .section-ten .price-box.left h4 {
        font-size: 16px;
    }

    .section-ten .price-box.right h4 {
        font-size: 16px;
    }

    .section-landing-search h3 {
        font-size: 24px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .aircraft-hanger .container-fluid {
        width: 86%;
    }

    .jet-number h5 {
        font-size: 18px;
    }

    .search-left-input .k-input-solid {
        width: 87%;
    }

    h2.home-section-title {
        font-size: 28px;
    }

    .section-landing-one .trial-btn-div a {
        font-size: 20px;
        padding: 15px 15px;
    }

    .section-landing-one .no-credit p {
        font-size: 14px;
    }

    .section-landing-search h3 {
        font-size: 24px;
    }

    .section-landing-search .landing-search .search-info input[type="text"] {
        width: 88%;
    }

    .section-ten .price-box.left h4 {
        font-size: 17px;
    }

    .section-ten .price-box.right h4 {
        font-size: 17px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .aircraft-hanger .container-fluid {
        width: 86%;
    }

    .jet-number h5 {
        font-size: 18px;
    }

    .section-landing-one .trial-btn-div a {
        padding: 15px 20px;
    }

    .section-landing-search h3 {
        font-size: 22px;
    }

    .section-ten .white-bg-main {
        width: 90%;
    }

    .search-left-input .k-input-solid {
        width: 89%;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .aircraft-hanger .container-fluid {
        width: 86%;
    }

    .jet-number h5 {
        font-size: 18px;
    }
}

@media (min-width: 1601px) and (max-width: 1800px) {
    .aircraft-hanger .container-fluid {
        width: 74%;
    }

    .jet-number h5 {
        font-size: 18px;
    }
}

@media (min-width: 1801px) and (max-width: 1900px) {
    .aircraft-hanger .container-fluid {
        width: 66%;
    }

    .jet-number h5 {
        font-size: 18px;
    }
}

/* Cost Calculator CSS*/
@media (max-width: 768px) {
    .t-grid .k-grid-header .k-header {
        display: flex;
    }

    .t-grid .k-grid-header .last-column {
        order: -1;
    }

    .t-grid .k-grid-content .k-grid-content .k-grid-row {
        display: flex;
    }

    .t-grid .k-grid-content .last-column {
        order: -1;
    }
}

.accordion-button .icon {
    transition: transform 0.3s ease;
}

/* Agar accordion open ho (show class ho), to icon rotate ho */
.accordion-collapse.show + .accordion-header .accordion-button .icon i {
    transform: rotate(180deg);
}

/* Default state me icon seedha ho */
.accordion-button.collapsed .icon i {
    transform: rotate(0deg);
}

.carousel-indicators button {
    background-color: black !important; /* Make dots black */
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.5; /* Inactive dots slightly faded */
    transition: opacity 0.3s ease-in-out;
}

.carousel-indicators .active {
    opacity: 1 !important; /* Fully visible active dot */
}

.custom-dropdown .k-input {
    display: flex !important;
    align-items: center;
    height: 30px;
    justify-content: end;
    padding-right: 30px; /* Space for the icon */
}

.custom-dropdown .k-dropdown-wrap::after {
    content: "\f078"; /* FontAwesome downward arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.searchtext {
    background-color: transparent;
    border: 1px solid black;
    color: black;
    padding: 6px 12px;
    outline: none;
    font-size: 14px;
    width: 85%;
    height: 36px;
}
/*End here */