@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/iransansweb/IRANSansWeb(FaNum)_Bold.eot');
    src: url('/fonts/iransansweb/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/iransansweb/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('/fonts/iransansweb/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/iransansweb/IRANSansWeb(FaNum)_Light.eot');
    src: url('/fonts/iransansweb/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/iransansweb/IRANSansWeb(FaNum).eot');
    src: url('/fonts/iransansweb/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), url('/fonts/iransansweb/IRANSansWeb(FaNum).woff2') format('woff2'), url('/fonts/iransansweb/IRANSansWeb(FaNum).woff') format('woff'), url('/fonts/iransansweb/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/iransansweb/IRANSansWeb(FaNum)_Medium.eot');
    src: url('/fonts/iransansweb/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_Medium.woff') format('woff'), url('/fonts/iransansweb/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
/*-----------------------------------------------------------------*/

html {
    font-size: 14px !important;
}

body {
    font-family: IRANSans !important;
    color: var(--font-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    background-color: #ffffff;
    -moz-font-feature-settings: 'ss02';
    -webkit-font-feature-settings: 'ss02';
    font-feature-settings: 'ss02';
}

    body * {
        transition: all 0.2s;
    }

*[data-bs-toggle='tooltip'] {
    transition: none !important;
}

form {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    object-fit: cover;
}

.right-to-left {
    direction: rtl;
    text-align: right;
}

[type='email'],
[type='number'],
[type='tel'],
[type='url'] {
    direction: rtl;
}

/* =================================== */
/*  Helpers Classes
/* =================================== */
/*-------- System Colors (text, background & border) --------*/
.first-color {
    color: var(--first-color) !important;
}

.second-color {
    color: var(--second-color) !important;
}

.font-color {
    color: var(--font-color) !important;
}

.hover-first-color:hover {
    color: var(--first-color) !important;
}

.bg-first-color {
    background-color: var(--first-color) !important;
}

.bg-second-color {
    background-color: var(--second-color) !important;
}

.bg-font-color {
    background-color: var(--font-color) !important;
}

.bg-hover:hover {
    filter: saturate(0.9) grayscale(0.1) contrast(1.1) brightness(0.9);
}

.border-first-color {
    border-color: var(--first-color) !important;
}

.border-second-color {
    border-color: var(--second-color) !important;
}

.border-font-color {
    border-color: var(--font-color) !important;
}

.border-first-color {
    border-color: var(--first-color) !important;
}

.border-second-color {
    border-color: var(--second-color) !important;
}

.border-font-color {
    border-color: var(--font-color) !important;
}

.title-color {
    color: hsl(var(--first-color-hs) calc(var(--first-color-l) - 6%)) !important;
}

.active-color-bg:active,
.active-color-bg:focus {
    background-color: var(--first-color) !important;
}

.active-color-border:active,
.active-color-border:focus {
    border-color: var(--first-color) !important;
}

/*-------- Background Template --------*/
.bg-light {
    background-color: #fff !important;
}

.bg-light-1 {
    background-color: #f9f9fb !important;
}

.bg-light-2 {
    background-color: #f8f8fa !important;
}

.bg-light-3 {
    background-color: #f5f5f5 !important;
}

.bg-light-4 {
    background-color: #eff0f2 !important;
}

.bg-light-5 {
    background-color: #ececec !important;
}

.bg-gray {
    background-color: #efefef !important;
}

.bg-dark {
    background-color: #111418 !important;
}

.bg-dark-1 {
    background-color: #191f24 !important;
}

.bg-dark-2 {
    background-color: #232a31 !important;
}

.bg-dark-3 {
    background-color: #2b343c !important;
}

.bg-dark-4 {
    background-color: #38434f !important;
}

.bg-dark-5 {
    background-color: #435161 !important;
}

/*-------- Text Align --------*/
.text-justify {
    text-align: justify;
}

/*-------- Text Size --------*/
.fs-7 {
    font-size: 0.75rem !important;
}

.fs-8 {
    font-size: 0.65rem !important;
}

.fs-9 {
    font-size: 0.5rem !important;
}

.fs-10 {
    font-size: 1.1rem !important;
}

.fs-15 {
    font-size: 1.15rem !important;
}

/*-------- Font Weight --------*/
.fw-800 {
    font-weight: 800 !important;
}

.fw-850 {
    font-weight: 850 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

/*-------- Letter Spacing --------*/
.ls-0 {
    letter-spacing: 0 !important;
}

.ls-1 {
    letter-spacing: 1px !important;
}

.ls-2 {
    letter-spacing: 2px !important;
}

.ls-3 {
    letter-spacing: 3px !important;
}

/*-------- Line Height --------*/
.lh-0 {
    line-height: 15px !important;
}

.lh-1 {
    line-height: 20px !important;
}

.lh-2 {
    line-height: 25px !important;
}

.lh-3 {
    line-height: 30px !important;
}

/*-------- Word Spacing --------*/
.ws-1 {
    word-spacing: 1px !important;
}

.ws-2 {
    word-spacing: 2px !important;
}

.ws-3 {
    word-spacing: 3px !important;
}

/*-------- Element Size --------*/
.max-content-h {
    height: max-content !important;
}

.max-content-w {
    width: max-content !important;
}

.h-15 {
    height: 15% !important;
}

.h-20 {
    height: 20% !important;
}

.h-35 {
    height: 35% !important;
}

.h-65 {
    height: 65% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-35 {
    width: 35% !important;
}

.w-65 {
    width: 65% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

/*-------- Box Shadow --------*/
.shadow-1 {
    box-shadow: 0 0 4px silver;
}

.shadow-2 {
    box-shadow: 0 0 6px silver;
}

.shadow-3 {
    box-shadow: 0 0 8px silver;
}

.shadow-4 {
    box-shadow: 0 0 10px silver;
}

.shadow-5 {
    box-shadow: 0 0 12px silver;
}

.shadow-gray-1 {
    box-shadow: 0 0 4px silver;
}

.shadow-gray-2 {
    box-shadow: 0 0 6px gray;
}

.shadow-gray-3 {
    box-shadow: 0 0 8px gray;
}

.shadow-gray-4 {
    box-shadow: 0 0 10px gray;
}

.shadow-gray-5 {
    box-shadow: 0 0 12px gray;
}

.shadow-hover:hover {
    box-shadow: 0 0 12px gray;
}

.shadow-hover-first-color:hover {
    box-shadow: 0 0 10px var(--first-color);
}

/*-------- Padding & Margin --------*/
.pt-6,
.py-6 {
    padding-top: 4rem !important;
}

.pt-7,
.py-7 {
    padding-top: 5rem !important;
}

.pt-075,
.py-075 {
    padding-top: 0.75rem !important;
}

.ps-6,
.px-6 {
    padding-right: 4rem !important;
}

.ps-7,
.px-7 {
    padding-right: 5rem !important;
}

.ps-075,
.px-075 {
    padding-right: 0.75rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 4rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 5rem !important;
}

.pb-075,
.py-075 {
    padding-bottom: 0.75rem !important;
}

.pe-6,
.px-6 {
    padding-left: 4rem !important;
}

.pe-7,
.px-7 {
    padding-left: 5rem !important;
}

.pe-075,
.px-075 {
    padding-left: 0.75rem !important;
}

.p-6 {
    padding: 4rem !important;
}

.p-7 {
    padding: 5rem !important;
}

.p-075 {
    padding: 0.75rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4rem !important;
}

.mt-7,
.my-7 {
    margin-top: 5rem !important;
}

.mt-075,
.my-075 {
    margin-top: 0.75rem !important;
}

.ms-6,
.mx-6 {
    margin-right: 4rem !important;
}

.ms-7,
.mx-7 {
    margin-right: 5rem !important;
}

.ms-075,
.mx-075 {
    margin-right: 0.75rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 5rem !important;
}

.mb-075,
.my-075 {
    margin-bottom: 0.75rem !important;
}

.me-6,
.mx-6 {
    margin-left: 4rem !important;
}

.me-7,
.mx-7 {
    margin-left: 5rem !important;
}

.me-075,
.mx-075 {
    margin-left: 0.75rem !important;
}

.m-6 {
    margin: 4rem !important;
}

.m-7 {
    margin: 5rem !important;
}

.m-075 {
    margin: 0.75rem !important;
}

/*-------- Input Outline --------*/
.outline-none {
    outline: none !important;
}
/*-------------------------------*/



.travellers-class-input {
    cursor: pointer;
}

    .travellers-class-input[readonly] {
        background: #fff;
    }

.travellers-dropdown {
    position: absolute;
    display: none;
    -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.176);
    z-index: 1001;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    min-width: 18rem;
    width: 100%;
    color: #555;
    font-size: 1rem;
    top: 105%;
    margin: 0 auto;
}

    .travellers-dropdown label {
        color: #555;
        font-size: 0.9rem;
    }

    .travellers-dropdown .qty .qty-spinner {
        background: none;
        border: none;
        pointer-events: none;
        text-align: center;
        padding: .2rem .2rem;
    }

    .travellers-dropdown .qty .btn {
        padding: 0;
        width: 100%;
        padding-top: 5px;
        border-radius: 0.25rem !important;
        color: white !important;
        background: var(--first-color);
        height: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
    }

    .travellers-dropdown .input-group-prepend, .travellers-dropdown .input-group-append {
        width: 30%;
    }

    .travellers-dropdown .text-muted {
        color: #6c757d !important;
        word-spacing: 0;
        font-size: 75%;
    }

    .travellers-dropdown hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        width: 90%;
    }

.room-name-box {
    padding: 5px 0px 5px 12px;
}

.room-name {
    color: var(--first-color) !important;
    background-color: hsl(var(--first-color-hsl) / 10%);
    margin: 0;
    text-align: center;
    border-radius: 4px;
    border: 1px solid var(--first-color);
    font-size: 0.8rem !important;
    line-height: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.travellers-dropdown .submit-done {
    background: var(--first-color);
    border-color: var(--first-color);
    width: 90%;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: hsl(var(--first-color-hs) calc(var(--first-color-l) - 5%));
    border-color: hsl(var(--first-color-hs) calc(var(--first-color-l) - 5%));
}

.main-searchbox .travellers-dropdown input[type="radio"] + label::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    margin-left: 0.25rem;
}

.main-searchbox .travellers-dropdown input[type="radio"]:checked + label::after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--first-color);
    position: absolute;
    top: 6px;
    right: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.dropbtn {
    font-size: 17px;
    padding: 9px 5px !important;
    box-shadow: none !important;
    width: 100%;
    text-align: right;
}

.icon-inside {
    pointer-events: none;
    font-size: 18px;
    font-size: 1.125rem;
    z-index: 3;
}

.form-control-sm + .icon-inside {
    font-size: 0.875rem !important;
    font-size: 14px;
    top: calc(50% - 13px);
}

.flight-list .flight-item, .train-list .train-item, .bus-list .bus-item {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

    .flight-list .flight-item .flight-details .time-info small {
        line-height: 15px;
    }

.flight-list.round-trip .flight-item .company-info span, .flight-list.round-trip .flight-item .time-info small {
    line-height: 15px;
}

.round-trip-fare small {
    line-height: 14px;
}

.round-trip-fare .company-info img {
    min-width: 26px;
}

.confirm-details .company-info {
    line-height: 15px;
}

    .confirm-details .company-info img {
        min-width: 26px;
    }

.confirm-details .time-info small {
    line-height: 15px;
}

.promo-code {
    max-height: 150px;
    padding-left: 30px;
}

    .promo-code li {
        margin-bottom: 10px;
    }

.train-list .train-item .time-info small, .bus-list .bus-item .time-info small {
    line-height: 15px;
}

.date-available {
    border: 1px solid #dee2e6;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

    .date-available li {
        flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
    }

        .date-available li + li {
            border-left: 1px solid #dee2e6;
        }


.form-group .ui-autocomplete-input {
    padding-left: 30px !important;
    padding-right: 10px !important;
}

.travellers-class .travellers-dropdown.show {
    display: block !important;
}

.travellers-dropdown select.form-control {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 7px !important;
}

.input-border-disabled {
    border-color: silver;
    background: whitesmoke;
}


.search-input-line.tour-home-search .sep-input .input-border .select-passengers span {
    font-size: 12px;
}

.search-input-line .sep-input .form-control.qty-spinner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.right-to-left .search-input-line .sep-input .input-border .select-passengers {
    width: 100% !important;
    margin-right: 0 !important;
    padding-right: 27px !important;
}

.btn-search button, .btn-search button:hover {
}


.search-input-line.tour-home-search .sep-input .input-border .select-passengers span {
    font-size: 12px;
}


.btn-search button {
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    border: var(--second-color) 1px solid;
    background-color: var(--second-color);
    border-radius: 6px;
    white-space: nowrap;
    width: 100%;
    margin-top: 5px;
}

.input-border input {
    text-align: center;
}

#flightclass_Package [type="radio"]:checked + label:after, #flightclass_FH [type="radio"]:checked + label:after {
    top: 11px;
    right: 3px;
}

#flightclass_Package label {
    padding-top: 0px !important;
    color: #555;
}

.btn-search {
    max-width: 12%;
    flex: 0 0 12%;
}

#back-to-top {
    display: none;
    position: fixed;
    z-index: 1030;
    bottom: 8px;
    right: 10px;
    background-color: hsl(var(--first-color-hs) calc(var(--first-color-l) + 5%) / 60%);
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

    #back-to-top:hover {
        background-color: var(--first-color);
        -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.main-searchbox .search-box .select-passengers {
    padding: 0 !important;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.4rem;
    cursor: pointer;
}

ul.ui-menu {
    background: #fff;
    border-radius: 1rem !important;
    list-style: none;
    z-index: 1;
    box-shadow: 0 0 5px silver;
    padding: 0.5rem 0;
    width: 100% ;
    z-index: 9;
}

    ul.ui-menu::-webkit-scrollbar {
        margin-top: 15px;
        width: 5px;
    }

    ul.ui-menu::-webkit-scrollbar-track {
        background-color: transparent;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    ul.ui-menu::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: var(--font-color);
    }

.ui-menu .ui-menu-item a {
    display: block;
    width: 100%;
    padding: 2px 10px;
    color: var(--font-color);
    cursor: pointer;
    line-height: 26px;
    background-color: transparent;
    border-bottom: 1px solid #dddddd;
    padding: 5px 10px;
    transition: color 0.2s, background 0.2s;
}

    .ui-menu .ui-menu-item a:hover {
        background: #e7e7e7;
        color: var(--first-color);
    }

.ui-menu .ui-menu-item:last-child a {
    border: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.change-direction {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 28%;
    right: 45.5%;
    cursor: pointer;
    background: #ECECED;
    width: 27px;
    height: 27px;
    padding: 3px;
    border: 1px solid #C0C0C0;
    border-radius: 50%;
    z-index: 110;
}

@media (max-width: 991px) {
    #back-to-top {
        z-index: 1029;
    }
}

@media (min-width: 991px) {
/* #txtDate_Filter {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-left: 0 !important;
    }*/

/*    #txtDestination, #txtDate_FilterEnd {
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }*/
}
