/*:root {
    --first_color: #@ViewBag.FirstTheme;
    --second_color: #@ViewBag.SecondTheme;
    --font_color: #@ViewBag.FontTheme;
}
*/

@media screen and (max-width: 630px) {

    .nav-tabs .nav-item {
        padding: 0 !important;
        /* width: max-content !important;*/
    }

        .nav-tabs .nav-item > .nav-link {
            font-size: 14px !important;
        }
}

@media (min-width: 576px) {
    .container-sm, .container {
        min-width: 540px;
        width: 100%;
        max-width: 700px;
    }
}

@media (min-width: 1000px) {
    .container-sm, .container {
        min-width: 540px;
        width: 100%;
        max-width: 900px;
    }
}

@media (min-width: 1149px) {
    .container-md, .container-sm, .container {
        min-width: 720px;
        width: 100%;
        max-width: 1100px;
    }
}

@media (min-width: 1270px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 1200px;
        width: 100%;
    }
}

@media (min-width: 1370px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1300px;
        width: 100%;
    }
}

@media (min-width: 1470px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px;
        width: 100%;
    }
}

:root {
    --text-header-right-color: #FEFEFF;
    --text-header-left-color: #FFFFFF;
    --search-box-color: #656A6F;
    --body-color: #F5F5F5;
    --first-gradient-color: linear-gradient(to right,rgba(128,28,79,1),rgba(82,12,48,1) 70%);
    --body-background: #FAF8F6;
}
/*ffa903 yello*/
body {
    background: var(--body-background) !important;
}

.color-color-text-card {
    color: var(--font-color) !important;
}

.color-text-tab-color {
    color: var(--first-color) !important;
}

.line-h-38px {
    line-height: 38px;
}
.d-inline-block {
    /*display: inline-block !important;*/
    color: #494949;
}
body.nav-tabs::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
}
.hotel-sort{
    display:none;
}
.hotels-sort label{
    padding: 0;
    margin: 0;
    font-size: 14px;
    align-items: center;
    display: flex;
    color: #444;
    background-color: #efefef;
    align-items: center;
    display: flex;
    padding: 0 13px;
    height: 35px;
    border-radius:30px;
    justify-content: center;
}
.star-box .active{
    background-color:yellow !important;
    z-index:88;
}
.tour-search-item-title {
    cursor: default;
}
.bg-red {
    background-color: #802538 !important;
    color: #fff !important;
}

input[name="x"]:checked + label.lb {
    background-color: #008FD5 !important;
    border: 1px solid #444 !important;
}
.nav-tabs::-webkit-scrollbar-thumb {
    background: none;
    border-radius: 0 !important;
}

body.nav-tabs::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
}

body::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background: var(--font-color);
    border-radius: 6px !important;
}

body::-webkit-scrollbar-track {
    border-radius: 5px 0 0 5px;
    background-color: #f3f4f4;
}
.parent-img{
    overflow:hidden;
}

.first-color {
    color: var(--first-color);
}

.text-right-header {
    color: var(--first-color) !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

    .text-right-header:hover {
        color: #fff;
    }

header > .navbar-light .text-right-header:hover {
    color: #000;
}

.text-left-header {
    color: var(--text-header-left-color);
    font-weight: 700;
    font-size: 16px;
}

    .text-left-header:hover {
        color: white;
    }

.text-left-p-header {
    /*color: var(--text-header-left-color);*/
    color:#494949;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
}

    .text-left-p-header:hover {
        color: white;
    }

.btn-header-sabtename {
    font-weight: 500;
    font-size: 16px;
    /*color: var(--first-color);*/
    color:white;
    margin: 0 10px;
    padding: 4px 16px;
    white-space: nowrap;
    border-radius: 5px;
    border: 1px solid #565656;
    background-color: #494949;
    box-shadow: 2px 2px 1px 0 rgb(75 75 75 / 5%);
}

.text-left-header, .text-left-p-header, .btn-header-peygiri {
    white-space: nowrap;
}

.div-poshtibani {
    display: inline-flex;
    flex-direction: column;
    width: fit-content;
}

.header-bg {
    background: url(/Content/Website/img/NewMobingasht/Rectangle\ 669.png) no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
    background-color: var(--first-color)
}

.sliders .item {
    height: 600px;
}

.sliders .over {
    padding-top: 200px;
    width: 68%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}


.btn-header-peygiri {
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #bebebe;
    margin-right: 8px;
    padding: 4px 16px;
    border-radius: 5px;
    color: #494949;
    background: transparent;
}

    .btn-header-peygiri:hover {
        color: var(--first-color);
        background: #fff
    }

.div-height {
    height: 300px;
}

.div-tab {
    border-radius: 16px;
    background-color: var(--text-header-right-color);
}

    .div-tab .nav-tabs {
        padding: 0px;
        background: var(--first-gradient-color);
        border-radius: 16px 16px 0 0;
        overflow: hidden;
    }

.nav-tabs .nav-link.active {
    color: var(--first-color);
    position: relative;
    font-weight: 700;
}

.nav-tabs {
    flex-wrap: nowrap;
    border: 0px;
    color: #fff;
}

    .nav-tabs .nav-link {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding-top: 10px;
    }

    .nav-tabs .nav-item:first-child {
        padding-right: 0px;
        border-top-left-radius: 0px;
    }

    .nav-tabs .nav-item:last-child {
        padding-left: 0px;
        border-top-right-radius: 0px;
    }

    .nav-tabs .nav-item {
        width: 100%;
        padding: 0 24px;
    }

    .nav-tabs .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3px;
        font-weight: 500;
        font-size: 16px;
        white-space: nowrap;
        padding-top: 9px !important;
    }

        .nav-tabs .nav-link > *:first-child {
            margin-bottom: 5px;
        }

        .nav-tabs .nav-link > .d-flex > *:last-child {
            margin-right: -6px;
        }


        .nav-tabs .nav-link > svg * {
            fill: #fff;
        }

        .nav-tabs .nav-link.active svg * {
            fill: var(--first-color) !important;
        }

.color-text-tab {
    padding: 6px 33px 2px 33px;
    border: none;
    color: #fff;
}

    .color-text-tab:hover, .color-text-tab:focus {
        border: none;
        color: #fff;
    }

.border-box {
    font-weight: 500;
    font-size: 18px;
}

.c-m {
    margin-top: 0;
}

@media screen and (max-width: 630px) {

    .header-bg {
        background: url(../image/Rectangle\ 669.png) center;
        background-size: auto;
        background-size: cover;
        height: 400px;
        width: 100%;
    }

    .c-m {
        margin-top: -50px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (min-width: 995px) {
    .c-m {
        margin-top: -86px;
    }

    .header-bg {
        margin-bottom: 0px;
    }
}

.button-submit {
    position: relative;
    overflow: hidden;
}

    .button-submit > span {
        position: relative;
        z-index: 99;
    }

    .button-submit:after {
        content: " ";
        position: absolute;
        right: -100%;
        border-radius: 50%;
        height: 100%;
        width: 100%;
        background: #355F6F;
        bottom: 0;
        transition: all ease .5s;
    }

    .button-submit:hover:after {
        right: 0;
        border-radius: 0;
    }

.margin-image-box-search {
    margin-right: -5px;
    margin-top: 5px;
}

.pishnahad-color {
    color: var(--first-color);
    font-weight: 700;
    font-size: 28px;
}

.title-section {
    color: var(--first-color);
    font-weight: 700;
}

.font-size-20px {
    font-size: 20px !important;
}

.font-size-24px {
    font-size: 24px;
}

.font-size-14px {
    font-size: 14px;
}

.color-title-card {
    color: var(--first-color);
    font-weight: 700;
    font-size: 21px;
}

.color-text-card {
    color: var(--font-color);
    font-weight: 400;
    font-size: 14px;
}

.card-body {
    padding: 12px;
    padding-bottom: 23px;
}

.color-mony {
    color: var(--first-color);
    font-weight: 700;
    font-size: 24px;
}

.color-mony-rial {
    font-weight: 500;
    font-size: 14px;
    color: var(--first-color);
}

body {
    background-color: #F5F5F5;
    justify-content: space-between;
}

.mt {
    margin-top: 20px;
}

.bg-color {
    background-color: var(--first-color);
}

.px-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.h-w {
    aspect-ratio: 1;
    height:80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.w-mobin {
    width: 60%;
}

.mobinghasht {
    display: flex;
    justify-content: space-around;
    padding: 20px 60px 14px;
}

@media screen and (max-width: 770px) {

    .mobinghasht {
        padding: 20px 1px;
        display: flex;
        justify-content: space-around;
        padding: 20px 1px;
        text-align: center;
        margin: 50px auto;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    /*background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
}


/*.swiper-slide {
    border-radius: 18px;
    border: 1px solid #e4e4e4;
}*/

.card {
    color: #454545;
    border-radius: 15px;
    overflow: hidden;
    /*border: 0;*/
    border: 1px solid #e4e4e4;
    box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
}

    .card:hover {
        box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
    }

.tour-stanbol {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

    .tour-stanbol:hover {
        color: var(--first-color);
    }

.body-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hamrah-mbin {
    background-color: #fff;
    border-radius: 20px;
    margin: auto;
    box-shadow: -4.4px 4.1px 8.8px 0.2px rgba(172, 172, 172, 0.23);
}

.hamrahi-mobin {
    font-weight: 500;
    font-size: 24px;
    color: #444;
}

.hamrah-mobin-1 {
    padding: 4px;
    border-radius: 7px;
}

.img-mobin {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #252525;
}

.daryaft {
    /*color: var(--text-header-right-color);*/
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
}

.input::placeholder {
    color: var(--font-color);
    font-weight: 400;
    font-size: 16px;
}

.input {
    border: 1px solid #CDCDCD;
    padding: 5px 35px;
    overflow: hidden;
    position: relative;
}

    .input:focus-visible {
        outline: none;
    }

.input-img {
    position: absolute;
    right: 10px;
    transition: all ease 0.5s;
    z-index: 99;
}

.input-group {
    border-radius: 8px;
    overflow: hidden;
}

.btn-hamrah-peygiri {
    font-weight: 400;
    font-size: 16px;
    background-color: var(--first-color);
    background: #444242;
    border-radius: 6px;
}

@media screen and (max-width: 770px) {

    .btn-hamrah-peygiri {
        margin-top: 8px;
        width: 100%;
    }
}

.btn-hamrah-peygiri-1 {
    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%;
    padding: 12px 0;
    color: #000;
}

.next {
    z-index: 999;
    margin-right: -62px;
    background: var(--first-color);
    width: 46px;
    height: 46px;
    color: var(--text-header-left-color);
    border-radius: 50%;
}

.left {
    z-index: 999;
    margin-left: -62px;
    background: var(--first-color);
    width: 46px;
    height: 46px;
    color: var(--text-header-left-color);
    border-radius: 50%;
}

    .left::after {
        font-size: 15px;
        font-weight: 900 !important;
    }

.next::after {
    font-size: 15px;
    font-weight: 900 !important;
}

.search-input {
    background: transparent !important;
    border: 1px solid #C0C0C0 !important;
    border-radius: 6px;
    padding: 12px 0;
    z-index: 1;
}

    .search-input[disabled="disabled"] {
        background: #e7e7e7 !important;
        color: #C0C0C0 !important;
    }

.aspect-ratio-1-097 {
    aspect-ratio: 1/.97;
}

.search-label {
    top: 35%;
    background: white;
    padding: 1px 4px;
    border-radius: 4px;
    position:absolute;
    transition: all 0.3s ease;
}

    .search-label.focus {
        top: -17%;
        font-size: 12px;
      
    }

.search-label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height, or 100% */

    text-align: right;
    letter-spacing: 0.4px;
    color: #C0C0C0;
    z-index: 2;
}

.search-box {
    color: #C0C0C0;
}

:focus-visible {
    outline: 0;
}

.margin-search-box {
    margin-top: 50px;
    padding-bottom: 25px;
}

.p1 {
    padding-bottom: 9px !important;
}

.br {
    border-radius: 18px !important;
}

.text-red-base {
    color: var(--first-color);
}

.body-color {
    border: 0;
    width: 100%;
    background: #FEFEFF;
}
.menu-Mobile{
    display:none;
}
.ticket {
    font-weight: 700;
    font-size: 28px;
    line-height: 20px;
}

.border-radius-top {
    border-radius: 8px 8px 8px 8px;
}

.main-card {
    margin: 0 25px 0 25px;
}

.text-rial {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 4px;
}

.text-ticket {
    font-weight: 700;
    font-size: 21px;
    line-height: 20px;
    text-align: right !important;
}

.text-ticket2 {
    font-weight: 600;
    font-size: 21px;
    text-align: right !important;
}

.first-pagination {
    margin-bottom: 92px;
}

.body-card {
    transition: all .3s;
}

.date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: block;
    align-items: center;
    color: var(--font-color);
    text-align: right !important;
    margin-bottom: 0;
}

.text-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}

.flag-angle {
    /*color: var(--font-color);*/
    color: #636363;
}

.text-price2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
}

.card {
    border-radius: 8px !important;
    transition: all .2s;
}

.ticket-text {
    font-weight: 700;
    font-size: 27px;
}

.visa-text {
    font-weight: 700;
    font-size: 28px;
    line-height: 20px;
}

.btn-box {
    background: #FEFEFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all .2s;
    padding: 18px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    color: var(--font-color);
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.w-96 {
    width: 96%;
}

.text-ads:hover {
    color: gray !important;
}

.text-footer {
    font-weight: 700;
    font-size: 28px;
    line-height: 20px;

}

.footer-border {
    border-top: 1px solid #C0C0C0;
}

.text-ads {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--font-color);
}

.m-manual {
}

.m-manual2 {
}

.text-information {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--font-color);
}

.mobin-gasht {
    margin-right: 32px;
}

.mobin-red {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #802538;
}

.mobin-gray {
    color: var(--font-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.border-foot {
    border: 0.5px solid #C0C0C0;
    border-radius: 20px;
    width: 66px;
}

.mobin-box {
    margin-right: 110px;
}

@media screen and (min-width: 770px) {
    .m-manual2 {
        margin-right: 50px !important;
    }
}

@media screen and (max-width: 770px) {
    .mobin-box {
        margin-right: 1px;
    }
}

@media screen and (min-width: 770px) {
}


a {
    transition: all .5s;
}

img {
    transition: all .5s;
}


.btn-box:hover {
    transform: translate(0, -4px);
}

.img-empty {
    background: var(--first-color);
    border-radius: 50%;
    transition: all 2s;
}

.img-empty2 {
    width: 65px;
    height: 65px;
    border: 0.5px solid #C0C0C0;
    border-radius: 20px;
}


.swiper-button-prev {
    left: -40px !important;
}

.swiper-button-next {
    right: -40px !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background-color: #751847;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
}

.flag {
    width: 35px;
    height: 15px;
}

.after-none:after {
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    transform: scale(0) !important;
    border: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: unset !important;
}

.p-12-8 {
    padding: 12px 8px;
}

.border-radius-18 {
    border-radius: 18px !important;
    overflow: hidden;
}

.p-24px {
    padding: 24px;
}

.p-18-12 {
    padding: 18px 12px;
}

.date-div-margin {
    margin-top: 17px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.before-circle {
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

    .before-circle:before {
        width: 24px;
        height: 24px;
        background: rgba(18, 80, 194, 0.61);
        content: " ";
        left: 0;
        top: -4px;
        border-radius: 50%;
        position: absolute;
    }

.phone-fix {
    position: fixed;
    right: 24px;
    bottom: 24px;
    transform: scale(0);
    transition: all ease 0.8s;
    padding: 10px;
    border-radius: 50%;
    z-index: 999;
}

    .phone-fix:hover {
        background: #71717d26;
    }

    .phone-fix.show {
        transform: scale(1);
    }

.gallery {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
}

.gallery-content {
    position: absolute;
    bottom: -30%;
    width: 100%;
    left: 0;
    background: var(--first-gradient-color);
    padding: 12px;
    border-radius: 50% 50% 0 0;
    transition: all .5s ease;
}

.gallery:hover > .gallery-content {
    border-radius: 0;
    width: 100%;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 770px) {

    .gallery-content {
        position: absolute;
        bottom: 0px;
        width: 100%;
        left: 0;
        background: var(--first-gradient-color);
        padding: 12px;
        border-radius: 0;
        /*transition: all .5s ease;*/
    }
}

.footer-link-item-col {
    transition: all .5s ease;
}

    .footer-link-item-col > a {
        padding-left: 4px;
    }

        .footer-link-item-col > a:hover {
            padding-left: 0;
            padding-right: 4px;
        }

@media only screen and (max-width: 1200px) {

    .collapse.navbar-collapse.side-menu {
        z-index: 9999;
        position: absolute;
        right: -100%;
        max-width: 100%;
        border-left: 1px solid var(--font-color);

        height: 100vh;
        top: 0;
        display: flex !important;
        transition: all .5s ease;
        padding: 8px;
        align-items: flex-start;
    }

        .collapse.navbar-collapse.side-menu * {
            color: white;
        }
}

.navbar-light .navbar-toggler-icon {
    background: url("http://beforpublish.mobingasht.ir/../image/menu.png");
    background-size: cover;
}

/*.collapse.navbar-collapse.side-menu.show {
    right: 0;
}*/

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.gutter-0 {
    --bs-gutter-x: 0;
}

.font-size-18px {
    font-size: 18px;
}

/*public pages*********************************************************************************************************/
.bg-pages {
    background: #FAF8F6;
}

header {
    background: #FAF8F6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

    header .btn-header-sabtename {
        background: var(--first-color);
        color: #FEFEFF;
    }

    header .text-left-p-header,
    header .text-left-header,
    header .btn-header-peygiri {
        color: var(--first-color) !important;
    }

    header .btn-header-peygiri {
        background: #FAF8F6;
    }

    header > nav .text-right-header {
        color: var(--first-color);
        font-weight: 500;
        font-size: 16px;
    }

.site-map a,
.site-map span {
    font-weight: 500;
    font-size: 14px;
    color: var(--font-color);
    transition: all ease .3s;
}

    .site-map a:hover {
        transform: scale(1.1);
    }

.position-unset {
    position: unset !important;
}

.text-secondary-custom {
    color: var(--font-color);
}

.fs-16px {
    font-size: 16px;
}

.font-w-100 {
    font-weight: 100;
}

.font-w-200 {
    font-weight: 200;
}

.font-w-300 {
    font-weight: 300;
}

.font-w-400 {
    font-weight: 400;
}

.font-w-500 {
    font-weight: 500;
}

.font-w-600 {
    font-weight: 600;
}

.font-w-700 {
    font-weight: 700;
}

.font-w-800 {
    font-weight: 800;
}

.font-w-900 {
    font-weight: 900;
}

.accordion {
    background: #FAF8F6 !important;
    border: 0.5px solid var(--first-color);
    border-radius: 16px;
    margin-top: 10px;
    transition: .3s;
}

    .accordion.open .accordion-content {
        border-top: 1px solid var(--first-color);
    }

.accordion-head-img {
    transition: all ease .2s;
    fill: var(--first-color);
}

.accordion.open .accordion-head-img {
    transform: rotate(180deg);
    transition: all ease .5s;
}

.accordion-head {
    color: var(--first-color);
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    padding: 20px;
    transition: all ease .2s;
    background-color: white;
    border-radius: 16px;
}
.cmnt-input {
    background: #f3f3f3 !important;
    border-radius: 4px;
    padding: 12px;
    width: 100%;
    border: none;
    box-shadow: -2.4px 2.1px 9.8px 0.2px rgba(172, 172, 172, 0.23);
}
.accordion-head:hover {
    background: var(--first-color);
    color: white;
    border-radius: 10px;
}

        .accordion-head:hover .accordion-head-img > path {
            fill: white;
        }

.accordion-content > * {
}

.accordion-content {
    text-align: justify;
    color: var(--first-color);
    font-size: 16px;
    overflow: hidden;
    transition: all ease 0.5s;
    padding: 25px;
    padding-top: 12px;
    display: none;
}

.accordion.open .accordion-content {
    display: block;
}

.comment {
    background: #FEFEFF;
    border-radius: 10px;
    overflow: hidden;
}

.comment-side {
    background: var(--first-color);
}

.comment-side-text * {
    color: #FEFEFF;
    font-weight: 700;
    font-size: 24px;
}

.comment-side-image-item:first-child {
    margin-left: -12px;
    position: relative;
    z-index: 99;
}

.comment-side-image-item:last-child {
    margin-right: -12px;
    position: relative;
    z-index: 99;
}

.comment-form {
    padding: 15px;
    padding-top: 19px;
}

input::placeholder, textarea::placeholder {
    color: rgba(113, 113, 113, 0.9);
    font-weight: 400;
    font-size: 12px;
}


input:not(input[type=file],input[type=range]), textarea, select {
    background: #4d4d4d;
    border-radius: 4px;
}

select {
    padding: 14px;
}
label {
    color: var(--font-color);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 14px;
    padding-top: 20px;
    cursor: inherit;
}

.comment-form > p {
    color: rgba(113, 113, 113, 0.9);
    font-weight: 500;
    font-size: 11px;
    margin-top: 12px;
    margin-bottom: 16px;
}

.comment-form > button {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    background: var(--second-color);
    border-radius: 6px;
    border: 0;
    padding: 14px;
    width: 100%;
}

.hover-rtl {
    position: relative;
    overflow: hidden;
}

    .hover-rtl * {
        position: relative;
        z-index: 99;
    }

    .hover-rtl:not(.gray):hover * {
        color: white;
        fill: white !important;
    }


    .hover-rtl:after {
        content: " ";
        position: absolute;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        border-radius: 50%;
        transition: all ease .4s;
    }

.slide-bar-card-2 {
    transition: all .4s ease;
}

    .slide-bar-card-2:hover {
        background: #ECECED;
    }

        .slide-bar-card-2:hover > a {
            color: var(--first-color)
        }

.hover-rtl:not(.gray):after {
    background: var(--first-color);
}

.hover-rtl.gray:after {
    background: #ECECED !important;
}

.hover-rtl.gray:hover * {
    color: unset !important;
}

.hover-rtl:hover:after {
    border-radius: 0;
    right: 0;
}

.box-top-red {
    border-radius: 11px;
    overflow: hidden;
}

.box-top-red-title {
    background: var(--first-color);
    padding: 24px;
    padding-right: 20px;
}

    .box-top-red-title > * {
        font-weight: 700;
        font-size: 22px;
        color: #FEFEFF;
    }

.box-top-red-content {
    padding: 20px;
    background: #FEFEFF;
}

.box-top-red-border {
    border: 0.75px solid #C0C0C0;
    width: 100%;
}

.form-group {
    position: relative;
    margin-top: 4px;
}

.form-group-file > input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.ui-autocomplete{
    width:50% !important;
}
.form-group > label {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    padding-right: 0;
    top: -3px;
    transition: all ease .3s;
}

.form-group.focus > label {
    top: 3px;
}

.form-group-file > :first-child {
    padding-top: 20px;
}

.form-group-file > label {
    padding-top: 0;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .form-group-file > label > span:first-child:not(.form-group-file-first) {
        font-weight: 400;
        font-size: 18px;
    }

.form-group-file.file-select {
}

.form-group > .form-group-error {
    font-weight: 400;
    font-size: 12px;
    width: 100%;
    text-align: left;
    display: inline-block;
    padding-left: 10px;
    color: var(--first-color);
    transform: scale(0);
    transition: all ease .3s;
    margin-bottom: -1px;
}

.form-group.error > .form-group-error {
    transform: scale(1);
}

.form-group.error > input,
.form-group.error > textarea,
.form-group.error > select {
    border-color: var(--first-color);
}

.form-group.error > label {
    color: var(--first-color);
}

.label-input-upload > span:first-child {
    background: #FEFEFF;
    border: 1px solid #355F6F;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 4px 24px;
    color: #355F6F;
    font-weight: 600;
    font-size: 14px;
}

.form-group-file.error .label-input-upload > span:not(.notError),
.form-group-file.error label > *:not(.notError) {
    color: var(--first-color) !important;
    border-color: var(--first-color);
}

.label-input-upload {
    margin-top: 6px;
    gap: 14px;
}

.title-blue {
    color: #355F6F;
    font-size: 22px;
    font-weight: 700;
}

.button-submit {
    background: var(--second-color);
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #FEFEFF;
    padding: 5px 14px;
    border: 0;
}

.form-group-table-head {
    background: #fafafa;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid #355F6F;
    display: flex;
}

    .form-group-table-head p {
        color: var(--font-color);
        font-weight: 600;
        font-size: 19px;
        margin-bottom: 0;
        text-align: center;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

.form-group-table-head-item {
    padding: 12px;
    width: 100%;
    border-left: 0.75px solid #C0C0C0;
}

    .form-group-table-head-item:last-child {
        border: 0;
    }

.flex-07 {
    flex: 0.7;
}

.flex-3 {
    flex: 3;
}

.flex-5 {
    flex: 5;
}

.flex-2 {
    flex: 2;
}

.form-box {
    background: #FEFEFF;
    border: 0.5px solid #C0C0C0;
    border-radius: 7px;
    width: 133px;
    height: 140px;
}

.form-price-box {
    display: flex;
    width: 170px;
    justify-content: space-between;
}

    .form-price-box > * {
        margin: 0;
        font-weight: 700;
        font-size: 18px;
    }

        .form-price-box > *:first-child {
            color: var(--font-color);
        }

        .form-price-box > *:last-child {
            color: #802538;
        }

.font-size-21px {
    font-size: 21px;
}

.w-35 {
    width: 35%;
}

.w-65 {
    width: 65%;
}

.tour-sidebar {
    background: #FEFEFF;
    border: 0.7px solid #C0C0C0;
    border-radius: 5px;
    overflow: hidden;
    padding: 18px 6px;
}

    .tour-sidebar.custom-p {
        padding: 23px 19px;
    }

.font-size-15px {
    font-size: 15px;
}

.tour-sidebar-fasters {
    gap: 9px 12px;
}
#frmSubs{
    margin:0 auto;
}
    #frmSubs input[type=button] {
        background: #ffc107;
        padding: 3px;
        margin-top:6px;
        margin-bottom:25px;
    }
.tour-sidebar-faster, .tour-sidebar-faster-check-box {
    background: transparent;
    color: var(--first-color);
    border: 1px solid var(--first-color);
    padding: 2px 6px;
    border-radius: 25px;
    width: fit-content;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .tour-sidebar-faster.active, .tour-sidebar-faster-check-box.active {
        color: white;
        border: 1px solid var(--first-color);
    }

.tour-sort-content-title > p {
    font-size: 1.2em;
}

.tour-sidebar-faster.active:after,
.tour-sidebar-faster:hover:before,
.tour-sidebar-faster-check-box.active:after,
.tour-sidebar-faster-check:hover > .tour-sidebar-faster-check-box:before {
    top: 0;
}

.tour-sidebar-faster > span {
    position: relative;
    z-index: 1;
}

.tour-sidebar-faster:before,
.tour-sidebar-faster:after,
.tour-sidebar-faster-check-box:before,
.tour-sidebar-faster-check-box:after {
    content: " ";
    z-index: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--first-color);
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
}

.tour-sidebar-faster:before,
.tour-sidebar-faster-check-box:before {
    opacity: .5;
}

.tour-sidebar-faster-check {
    cursor: pointer;
}

.tour-sidebar-faster-check-box {
    width: 14px;
    aspect-ratio: 1;
    border-radius: 2px;
    border: 2px solid #C0C0C0 !important;
}

.font-size-13px {
    font-size: 13px;
}

/*visas section********************************************************************************************************/
.svg-country-fill > path {
    fill: #D9D9D9;
}

.svg-country-active {
    fill: var(--first-color) !important;
}

.svg-country-fill > path.svg-country {
    fill: #355F6F;
}

.svg-country {
    fill: #355F6F;
}

.svg-country-iran {
    position: relative;
}

    .svg-country-iran:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        background: red;
    }

.visa {
    background: #FEFEFF;
    border: 0.75px solid #ECECED;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
    min-height: 360px;
}

.visas-item a {
    color: var(--font-color);
    font-weight: 700;
    font-size: 17px;
}

.visas-item:hover > a {
    color: var(--first-color);
    padding-right: 4px;
}

.visa-content {
    padding: 10px;
    justify-content: start !important;
    flex-direction: column;
    align-items: start !important;
}
.visa-content-item{
   width:100%;
   display:block;
}
    .visa-content-item a{
        float:left;
    }
    .visa-content-item > h2 {
        color: #802538;
        font-weight: 700;
        font-size: 20px;
    }

.visa-content-item > p {
    color: #767676;
    font-weight: 400;
    font-size: 15px;
}
.visa-content-item-title h2{
    font-size: 18px;
    color: #333;
    text-align: right;
}
    .visa-content-item-btn > a {
        background: var(--second-color);
        border-radius: 4px;
        color: #FFFFFF;
        font-weight: 700;
        font-size: 16px;
        padding: 4px 25px;
        border: 0;
    }

.visa-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
}
.tour-detail-img{
    max-height:200px !important;
}

.visa-image > img {
    width: 100%;
    height: 450px;
}

    .visa-image:after {
        position: absolute;
        content: " ";
        right: -34%;
        top: -28%;
        height: 180%;
        width: 15%;
        background: var(--first-color);
        opacity: .5;
        transform: rotate(29deg);
        transition: all ease .8s;
    }

.visa:hover .visa-image:after {
    right: 124%;
}

.last-contents-bg {
    background: rgba(91, 131, 147, 0.05);
    padding: 24px 48px;
}

.px-48px {
    padding: 0 48px;
}

.last-content-body span {
    color: var(--font-color);
    font-weight: 500;
    font-size: 15px;
}
.last-content-image {

    position: absolute;
    top: -24px;
}
    .last-content-image img {
        width: 50px !important;
        height: 50px !important;
    }
    .last-content-image > img {
        object-fit: cover;
    }
.last-content-image img {
    border-radius: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (max-width: 909px) {
    .last-contents-bg {
        padding: 12px;
    }
}

.last-content-body {
    padding: 30px 10px 10px 10px;
}

.last-content {
    background: #FEFEFF;
    border-radius: 5px;
    width: 100%;
    position: relative;
    margin: 16px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 5px 0px;
}

.last-contents-bg .swiper-slide, .swiper-visa .swiper-slide {
    background: unset;
    border-radius: 0;
    padding: unset;
}

.last-contents-bg .swiper-pagination > .swiper-pagination-bullet {
    width: 22px;
    height: 4.5px;
    border-radius: 4px;
    background: #C0C0C0;
    opacity: 1;
}
 .last-contents-bg .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--first-color);
    }
/*#SearchAgain .form-group .input-icon{
    top:0 !important;
}*/
.side-bar {
    border-radius: 5px;
    border: 0.7px solid #C0C0C0;
    padding: 8px 8px 19.9px 8px;
    text-decoration: none;
    margin-top: 3rem !important;
}

.slide-bar-card {
    background: #FEFEFF;
    border-radius: 2px;
    padding: 10px 0px 10.9px 0px;
    text-align: center;
    margin-top: 19.9px;
}

    .slide-bar-card > a {
        text-decoration: none;
        color: #747474;
        font-weight: 500;
        font-size: 15px;
    }

.hr {
    color: #C0C0C0;
    margin-top: 24px 0px 0px 0px;
}

.moshavereh {
    font-weight: 400;
    font-size: 14px;
    color: var(--font-color);
    text-align: justify !important;
    margin-bottom: 21px !important;
}

.image-poshtiban {
    margin-top: 23px;
}

.input::placeholder {
    text-align: center;
    color: #CDCDCD;
}

.input, .input-search {
    background: #FEFEFF;
    border-radius: 8px;
    height: 40.79px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.input-search {
    border: 1px solid #CDCDCD !important;
    background: #FEFEFF !important;
    border-radius: 8px !important;
    font-size: 16px !important;
}

    .input-search::placeholder {
        font-size: 16px !important;
    }

    .input:focus-visible,
    .input-search:focus-visible {
        outline: none;
    }

.button-sabt {
    color: #35000b;
    background: var(--second-color);
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    border: 0;
    margin-top: 13.93px;
    margin-bottom: 25.49px;
    width: 100%;
}

.hr-2 {
    margin: 0;
    color: #C0C0C0;
}

.slide-bar-card-2 {
    background: #FEFEFF;
    border-radius: 2px;
    padding: 26px 4px 27px 4px;
    margin-top: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.1);
}

    .slide-bar-card-2 > a {
        text-decoration: none;
        color: var(--font-color);
    }

    .slide-bar-card-2 > img {
        position: absolute;
        margin-top: -53px;
        border-radius: 49%;
        width: 44px !important;
        height: 44px !important;
        box-shadow: 0 15px 32px -10px rgb(108 117 125 / .1),0 4px 11px -3px rgba(0,0,0,0.25);
    }

.b-r {
    border-radius: 4px;
}

.slide-bar-card-3 {
    background: #FEFEFF;
    border-radius: 10px;
    padding: 21px 4px 21px 4px;
    margin-top: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 4px;
}

    .slide-bar-card-3 > a {
        text-decoration: none;
        color: var(--font-color);
        font-size: 12px;
    }

        .slide-bar-card-3 > a > span {
            color: #802538;
            font-weight: 700;
            font-size: 16px;
        }

.line {
    line-height: 38px;
    margin-top: 30px;
    color: var(--font-color);
}

.visa-font {
    font-weight: 700 !important;
    font-size: 24px !important;
}

/*tour page*/
#tour-search {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all ease .5s;
    height: fit-content;
}

.tour-search-active.active {
    top: 0;
}

.tour-search-active {
    padding: 25px 20px;
    position: inherit;
    top: -120px;
    transition: all ease .5s;
    background: #FEFEFF;
}
/*.check-box-sort + label:after {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    display: inline-block;
    transition-duration: 0.3s;
    width: 16px;
    height: 16px;
    content: '';
    margin-left: 10px;
}*/
input[type=checkbox]:checked {
    background-color: #a77e2d !important;
    color: #ffffff !important;
}

input[type='checkbox']:after {
    box-shadow: none !important;
}
/*.check-box-sort:checked + label:after {
    background-color: #595959;
}*/
.tour-search.d-active {
    top: -100px;
}

.tour-search {
    background: #FEFEFF;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 22px;
    position: inherit;
    top: 0;
    transition: all ease .5s;
}

.tour-search-item-title {
    color: #474747;
}

button.tour-search-item, .tour-search-close {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.tour-search-close {
    color: #CB444A;
    font-size: 15px;
    margin-bottom: 18px;
}

button.tour-search-item > .tour-search-item-title {
    color: var(--second-color);
}

button.tour-search-item > .tour-search-item-icon {
    background: var(--second-color);
    padding: 8px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #ffc107;
}

.tour-box {
    background: #FEFEFF;
    border: 0.75px solid #ECECED;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    transition: all ease .5s;
}

.tour-box-padding {
    padding: 18px;
    padding-top: 14px;
    padding-bottom: 10px;
}

.tour-box-body {
    margin-top: 30px;
}

.tour-box-body-item:not(:first-child) {
    margin-top: 9px;
}
.tour-box-footer-btn-more img{
    width:27px;
}
.tour-box-footer-btn-show {
    background: var(--second-color);
    border-radius: 4px;
    border: 0;
    padding: 0px 10px;
    color: #ffff;
    align-items: center;
    display: flex;
}

.tour-box-img {
    height: 206px;
}

.tab {
    margin-top: 70px;
}

.tab-buton {
}

    .tab-buton > li > button {
        border-radius: 0 !important;
        background: transparent !important;
        color: var(--font-color);
        font-weight: 600;
        font-size: 22px;
        width: 217px;
    }

        .tab-buton > li > button:hover {
            color: var(--font-color);
        }

.nav-link.active {
    color: #802538 !important;
    border-bottom: 2px solid #802538;
}

.tab-item {
    border-bottom: 1px solid #C0C0C0;
    width: 217px;
}

@media only screen and (max-width:990px) {
    .tab-item {
        width: 164px;
    }

    .tab-buton > li > button {
        width: 164px;
    }

    .margin-box {
        margin-right: 0 !important;
    }
}
.btnNextDay {
    margin: 0;
    width: 100%;
    align-items: center;
    height: auto;
    display: flex;
    padding: 6px;
    justify-content: center;
}
.card-title {
    color: var(--first-color);
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 15px;
    height: 50px;
    overflow: hidden;
}
.tour-image{
    height:170px;
    width:100%;
    
}
.tour-image img {
     border-radius: 6px 6px 0px 0px;
      width: 100%;
      height: 100%;
      object-fit: contain !important;
    }

.tour-card {
    border-radius: 5px;
}

.tour-title > h1 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 17px;
    margin-bottom: 15px;
    color: #802538;
}
.tour-title a {
    font-size: 19px;
    color: #656565;
}
.tour-card > hr {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    color: #DCDCDC;
}

.tour-body > div > h1 {
    font-weight: 700;
    font-size: 14px;
    color: #802538;
}

.tour-body {
    margin-top: 11px;
    margin-right: 17px;
}

.padding-x {
    padding-right: 20px !important;
}

.mt-tour-card {
    margin-top: 60px;
}
.visas-item img{
    width: 80px !important;
    height: 50px !important;
}
.bg-box {
    background: #802538;
    border-radius: 5px;
    width: 160px;
    height: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #FEFEFF;
}
.img-box {
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
/*    .img-box img {
        width: 78px !important;
        height: 78px;
        object-fit: contain;
    }*/
    .img-box p{
        color:#fff;
    }
    .margin-box {
        margin-right: 125px;
    }

.mt-box {
    margin-top: 70px;
}
.hotel-list-image{
    max-height:220px !important;
    object-fit:contain;
}
    .hotel-list-image img{
        height:100%;
    }
    .tour-mobin {
        color: #802538;
        font-weight: 600;
        font-size: 18px;
        margin-top: 70px;
        margin-bottom: 30px;
    }

.matn {
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    color: #FEFEFF;
    padding: 6px 28px 28px 28px;
    margin: 0;
}

.bg-tour-bg {
    background: #802538;
    height: 100%;
}

.p-tour {
    padding: 0px 0px 0px 20px;
}

.mt-tour {
    margin-top: 20px;
}

.card-img-top {
    height: 185px !important;
}

.tour-box-footer-content {
    background: #F0F0F0;
}

.tour-box-footer-content-box {
    padding: 14px 18px 12px 18px;
}

.tour-box {
    position: relative;
}

    .tour-box.show .tour-box-footer-btns {
        position: absolute;
        left: 21px;
        bottom: 10px;
    }

    .tour-box .tour-box-footer-btn-more {
        transition: all ease .5s;
    }
.inner-sideBar{
    position:relative;
}
.tour-sidebar-faster-more {
    width: fit-content;
    text-align: center;
    display: block;
    margin: 8px auto 0 auto;
    color: red;
    position: absolute;
    transition: 0.5s;
    bottom: 0;
    right: 40%;
    margin: 2px auto;
}

    .tour-sidebar-faster-more:after {
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 2px;
        background: red;
        content: " ";
        position: absolute;
    }

.tour-box.show .tour-box-footer-btn-more {
    transform: rotate(180deg);
}

.tour-box.show .tour-box-footer {
    padding-bottom: 10px;
}

.tour-box-footer-content-list-item {
    color: #4C5258;
    position: relative;
    padding-right: 22px;
    display: flex;
    align-items: center;
}

    .tour-box-footer-content-list-item:before {
        position: absolute;
        content: " ";
        width: 19px;
        height: 19px;
        background: url("/image/Vector (14).svg") var(--first-color) no-repeat center;
        border-radius: 50%;
        right: 0;
    }

.content-link {
    background: #FEFEFF;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 15px 32px -10px rgb(108 117 125 / .1),0 4px 11px -3px rgba(0,0,0,0.25);
}

.content-link-head-title {
    color: #4C5258;
}

.content-link-head-items {
    margin-top: 24px;
}

.content-link-head-item {
    position: relative;
    padding-right: 22px;
    transition: all ease 0.5s;
}

    .content-link-head-item:before {
        content: " ";
        position: absolute;
        right: 0;
        width: 13.16px;
        height: 11.16px;
        background: url("/image/Vector (15).svg") no-repeat center;
        background-size: cover;
        transition: all ease 0.5s;
    }

    .content-link-head-item:hover {
        padding-right: 30px;
    }

        .content-link-head-item:hover:before {
            right: 8px;
        }

.content-link-body-item {
    padding-top: 10px;
    margin-top: 60px;
}

.content-link-body-description {
    line-height: 38px;
}

.right-to-left #main-wrapper, .right-to-left.mme #main-wrapper{
    padding-right:0 !important;
}
.form-control{
    height:auto !important;
}
.tour-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4C5258;
    cursor: pointer;
}
.input-daterange div{
    align-items:center !important;
}
.form-group{
    margin-bottom:0 !important;
}
.form-group-lg select.form-control {
    line-height: 1.2rem !important;
}
/*#ddlRoomCount, #ddlFlightClass {
    height: 54px !important;
}*/
.tour-range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4C5258;
    cursor: pointer;
}
.btnNextDay span{
    white-space:nowrap;
}
.tour-sidebar hr {
    border: 0.75px solid #C0C0C0;
    margin: 2px;
}

.p-30px-20px {
    padding: 30px 20px;
}

.tour-sliderbox-image .swiper-button-prev,
.tour-sliderbox-image .swiper-button-next {
    bottom: 10px;
    top: unset;
    left: unset;
    right: unset;
    width: 40px !important;
    height: 40px !important;
}

.tour-sliderbox-image .swiper-button-prev {
    left: 0 !important;
}

.tour-sliderbox-image .swiper-button-next {
    right: 0 !important;
}

.tour-sliderbox {
    background: #FEFEFF;
    border-width: 0.75px 0.75px 0px 0.75px;
    border-style: solid;
    border-color: #CDCDCD;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.08);
    border-radius: 10px ;
    padding: 13px 10px;
}

.font-size-22px {
    font-size: 22px;
}

.star-fill {
    color: #FDB42A;
}

.tour-sliderbox-content-tag-item {
    padding: 8px 16px;
    background: #F0F0F0;
    border-radius: 6px;
}
#div_RoomAndPassengers{
    margin-top:2rem !important;
    padding-right:5px !important;
}
.tour-sliderbox-content-tag {
    margin-top: 18px;
}

.font-size-8px {
    font-size: 8px;
}
/*.form-group.form-group #ddlFlightClass {
    padding: 14px 30px !important;
}*/
    .font-size-12px {
    font-size: 12px;
}
.form-control {
    padding: 14px 12px !important;
}
.sort-fb ul li {
    margin: 5px;
}
#fb-root {
    margin-top: 50px !important;
}
.tour-sliderbox-content-price {
    margin-top: 18px;
}

.tour-sliderbox-content {
    padding-top: 19px !important;
}

.swiper-tour-sliderbox .swiper-slide > img {
    height: 214px;
}

.tour-sliderbox-footer {
    background: #F0F0F0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 12px 12px;
    border-top: 2px dashed #C0C0C0;
    padding: 18px 10px;
}

.gap-29px {
    gap: 29px;
}

.tour-hotel-service {
    background: #FEFEFF;
    border-radius: 4px;
    padding: 16px 8px;
    padding-top: 0;
}

.tour-hotel-service-list {
    padding: 0 4px;
    gap: 25px;
}

.tour-hotel-service > h6 {
    margin-bottom: 35px;
}

.carousel.tour-head-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    background: #802538;
    border: 0;
}
#SearchAgain .form-group .input-icon{
    display:inline-block !important;
}
.form-group > label{
    position:relative !important;
}
.tour-head-slider img, .carousel-item img {
    height: 328px !important;
}

.carousel.tour-head-slider .carousel-indicators {
    margin: 0;
    padding: 0;
    justify-content: start;
    bottom: 15px;
    right: 15px;
    transition: .2s all ease;
}

    .carousel.tour-head-slider .carousel-indicators .active {
        width: 31px;
        border-radius: 10px;
        background: #FEFEFF;
    }

.tour-moreInformation {
    background: var(--first-color);
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 11px;
    text-align: center;
    display: block;
    color: #FEFEFF;
}

.color-blue {
    color: #355F6F;
}

.h-100px {
    height: 100px;
}

.h-100vh {
    height: 100vh;
}
.card-suggest-tours {
    height: 370px;
}
    .card-suggest-tours img {
        height: 230px !important;
        object-fit: cover !important;
    }
    .chosen-item-slide img {
        height: 165px !important;
    }

.tour-sliderbox-image .swiper-slide > img {
    height: 206px;
}

.hotel-box {
    border-radius: 5px;
    overflow: hidden;
}

.hotel-box-body {
    padding: 16px;
    padding-bottom: 14px;
    background: white;
}

.hotel-box-body-title {
    padding-bottom: 12px;
    border-bottom: 1px solid #DCDCDC;
}

.hotel-box-body-content-item-detail {
    padding: 2px 20px;
    width: 100%;
    text-align: center;
    margin: 0;
    background: #f4f4f4;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 6px;
    border: 0px;
    color: #4C5258;
    margin-top: 9px !important;
}

    .hotel-box-body-content-item-detail:first-child {
        margin-top: 0;
    }

.hotel-box-body-content {
    margin-top: 18px;
}

.hotel-box-body-content-item:first-child {
    width: 83px;
}

.blog-image-item {
    border-radius: 12px;
    overflow: hidden;
}

.blog-image-item-title {
    padding:5px;
    text-align: center;
    color: #FEFEFF;
    background: var(--first-color);
    font-size:16px !important;
    font-weight:500 !important;
}

.blog-image-item-head {
    padding: 13px 10px;
    z-index: 2;
}

/* Create four equal blog-images that sits next to each other */
.blog-image {
    -ms-flex: 33.33%; /* IE10 */
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
    color: #fff;
}

    .blog-image .blog-image-item {
        margin-top: 20px;
        vertical-align: middle;
        width: 100%;
        font-weight: 500;
        font-size: 18px !important;
        min-height: 290px;
    }
.blog-image-item-img{
    height:290px;

}
    .blog-image-item-img img {
        height: 100%;
        object-fit: cover !important;
    }
    /* Responsive layout - makes a two blog-image-layout instead of four blog-images */
    @media screen and (max-width: 800px) {
        .blog-image {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}
.slider-checkbox{
    display:flex;
    justify-content:center;
}
/* Responsive layout - makes the two blog-images stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .blog-image {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.blog-image-item-img {
    transition: all ease 0.5s;
}

.blog-image-item:hover .blog-image-item-img {
    transform: scale(1.1);
}

.blog-nav-menu {
    padding: 11px 23px;
}

.swiper-pagination-number .swiper-pagination-number-footer {
    margin-top: 36px;
    gap: 14px;
}

.swiper-pagination-number .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    position: unset;
    width: fit-content !important;
    gap: 14px;
}

.swiper-pagination-number .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    background: var(--first-color);
    border: 1px solid var(--first-color);
    color: white;
    font-size: 14px;
    font-weight: 400;
    display: none;
    opacity: 1;
    margin: 0 !important;
}

.swiper-pagination-number-next {
    transform: rotate(180deg);
}

.swiper-pagination-number .swiper-pagination-bullet-active {
    display: flex;
}

    .swiper-pagination-number .swiper-pagination-bullet-active + .swiper-pagination-bullet,
    .swiper-pagination-number .swiper-pagination-bullet-active:last-child {
        background: white;
        display: flex;
        color: var(--first-color);
    }

.last-content-body {
    min-height: 110px;
}

.hotel-box-body-content-item-hotel {
    padding: 3px 25px;
    background: var(--second-color);
    border-radius: 6px;
    border: 0;
}

.hotel-box-body-content-item > p {
    margin-bottom: 14px;
}

.hotel-box-img > img {
    aspect-ratio: 16/7.15;
}

.hotel-mini-box {
    background: #FEFEFF;
    border-radius: 5px;
}

.letter-spacing-3px {
    letter-spacing: 3px;
}

.hotel-mini-box-arrow {
    background: var(--first-color);
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
}

.hotel-mini-box-img {
    width: 100px;
    height: 121px;
    border-radius: 0px 5px 5px 0px;
    overflow: hidden;
}

.scale-1-05 {
    transition: all ease .5s;
}

    .scale-1-05:hover {
        transform: scale(1.05);
    }

@media screen and (max-width: 1212px) {

    .scale-1-05:hover {
        transform: scale(1);
    }
}

.login {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 80px 100px;
    width: 580px;
    max-width: 100%;
}

.login-title > p {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}


.login-title > p, .login-text > p {
    color: #474747;
}

@media screen and (max-width: 589px) {
    .login {
        padding: 40px 50px;
    }

    .login-title > p {
        white-space: pre-wrap;
    }
}

.login-text a {
    color: var(--second-color);
}

.login-btn-first {
    background: var(--second-color);
    border-radius: 6px;
    padding: 8px;
    border: 0;
}

.login-btn-second {
    color: var(--second-color);
}

.login-input input {
    background: #FEFEFF !important;
    border: 1px solid #C0C0C0 !important;
    border-radius: 8px !important;
    padding: 20px 10px !important;
}

.login-input-number input {
    padding-left: 60px !important;
}


.login-input input::placeholder {
    color: #C0C0C0 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    text-align: right !important;
}


.login-input-number > span {
    position: absolute;
    left: 0;
    height: calc(100% - 20px);
    background: transparent;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #C0C0C0;
    color: #C0C0C0;
}

.login-input input::-webkit-outer-spin-button,
.login-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.login-input input[type=number] {
    -moz-appearance: textfield;
}

.login-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
}

.login-input-password > button {
    right: 10px;
}

.login-input-password > input {
    padding-right: 38px !important;
}

.login-btn > .d-flex > button:first-child {
    text-align: right;
}

.login-btn > .d-flex > button:last-child {
    text-align: left;
}

.hotel-gallery {
    aspect-ratio: 19/10.4;
}

.hotel-gallery-first {
    aspect-ratio: 19/10.51;
    border-radius: 0px 5px 5px 0px;
}

.hotel-gallery-div:nth-child(2),
.hotel-gallery-div:nth-child(4) {
    border-radius: 5px 0px 0px 5px;
}

.hotel-gallery-more {
    padding: 5px;
    min-width: 116px;
    background: white;
    border-radius: 20px;
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.hotel-possibilities {
    padding: 22px 0;
    background: white;
}

.hotel-possibilities-item {
    border-left: 1px solid #D6D6D6;
    padding: 0 29px;
}

    .hotel-possibilities-item:last-child {
        border-left: 1px solid transparent;
    }

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.w-fit {
    width: fit-content !important;
}

.contactus-head {
    padding: 68px 0;
    background: var(--first-color);
    width: 100%;
}

    .contactus-head > h1 {
        font-size: 28px;
        color: #FEFEFF
    }

.contactus-detail {
    border-left: 3px solid #802538;
}

    .contactus-detail:last-child {
        border: 3px solid transparent;
    }

@media screen and (max-width: 991px) {


    .contactus-detail:nth-child(2) {
        border: 3px solid transparent;
    }

    .flight-lists {
        padding: 0 15px;
    }

    .suggested-flight .flight-lists .flight-card {
        width: 100%;
        margin: 12px 0 0;
        height: 120px;
    }

        .suggested-flight .flight-lists .flight-card .info-part {
            flex-basis: 63%;
        }

    .flight-lists .flight-card .dest {
        flex-basis: 37%;
    }

    .flight-lists .flight-card .info-part .title {
        font-size: 16px;
        margin-right: 22px;
    }

    .flight-lists .flight-card .info-part .date {
        padding: 6px 0 0 15px;
        font-size: 12px;
    }

    .flight-lists .flight-card .info-part .origin {
        margin-bottom: 0px;
    }

        .flight-lists .flight-card .info-part .origin .time {
            margin-top: -15px;
            font-size: 12px;
        }

    .flight-lists .flight-card .dest .title {
        font-size: 16px;
        padding: 14px 0 0 22px;
        margin-bottom: 19px;
    }

    .flight-lists .flight-card .airplane-line i {
        top: 38%;
        font-size: 34px;
    }

    .flight-card .price-part .price {
        font-size: 18px;
        margin-top: 9%;
    }

    .flight-lists .flight-card .dest .off-percent {
        padding-top: 3%;
    }

        .flight-lists .flight-card .dest .off-percent img {
            width: 40px;
            height: 40px;
        }

    .flight-lists .flight-card .dest .buffer-line {
        margin-left: 8px;
    }
}

@media screen and (max-width: 574px) {


    .contactus-detail {
        border: 3px solid transparent;
    }
}

.contactus-detail-icon {
    margin-bottom: 22px;
}

.contactus-detail > h2 {
    margin-bottom: 30px;
}

.contactus-detail {
    padding: 12px 22px 22px 22px;
}

.contactus-details {
    margin-top: 130px;
}

.hotel-possibilities > * {
    white-space: nowrap;
}

.hotel-possibilities-details {
    background: white;
    padding: 30px 18px;
    width: 100%;
    aspect-ratio: 1/1;
}

.hotel-possibilities-details-select {
    background: #FAFBFC;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    padding: 7px 15px 7px 18px;
}

    .hotel-possibilities-details-select:not(:first-child) {
        margin-top: 15px;
    }

.hotel-possibilities-details-price {
    margin-top: 27px;
}

    .hotel-possibilities-details-price > p:nth-child(1) {
        margin-left: 13px;
    }

    .hotel-possibilities-details-price > p:nth-child(2) {
        margin-left: 9px;
    }

.hotel-possibilities-details-btn, .tour-sliderbox-footer-btn {
    background: var(--second-color);
    border-radius: 6px;
    padding: 10px;
    margin: 42px 5px 0 5px;
}

.tour-sliderbox-footer-btn {
    padding: 10px 31px;
}

.hotel-guide {
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.hotel-guide-item {
    background: #f8f8f8;
    border-radius: 4px;
    text-align: right;
    padding: 3px 30px;
    padding-left:50px;
    padding-right:6px;
    position:relative;
    font-size: 16px;
    color: #7b7b7b !important;
    box-shadow: rgb(226 226 226 / 12%) 2px -1px 2px 2px, rgb(146 146 146 / 9%) -2px 1px 3px 1px;
}
    .hotel-guide-item:hover {
        background-color: var(--first-color);
        color:#fff !important;
    }
    .hotel-guide-item img {
        background-color: #7f7f7f;
        padding: 4px 7px;
        border-radius: 23px;
        position: absolute;
        left: 3px;
        top: 20%;
    }
    .hotel-guide h3 {
        color: #444 !important;
        font-size: 20px;
    }
.hotel-guide-items {
    margin-top: 33px;
}

.gap-60px {
    gap: 60px !important;
}

.aboutus-head p {
    color: #FEFEFF;
    font-size: 28px;
    font-weight: 700;
}

.aboutus-box {
    background: #FEFEFF;
    border-radius: 10px;
    margin-top: 70px;
    padding: 20px;
}

    .aboutus-box > p {
        color: #474747;
    }

.input-verify {
    gap: 10px;
}

.svg-country-hover {
    position: absolute;
    padding: 8px 14px;
    background: #802538;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    color: white;
    width: 81px;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .svg-country-hover:active {
        border: solid 4px #e76f51;
    }

    .svg-country-hover:after {
        content: url("/image/Polygon 1.svg");
        bottom: -17px;
        position: absolute;
    }

.galleries {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    row-gap: 15px;
    column-gap: 15px;
    direction: rtl;
    grid-template-rows: repeat(2, 260px);
}
.swiper-wrapper{
    z-index:0;
}
.swiper-button-next, .swiper-button-prev, .swiper {
    z-index: 0;
}

@media screen and (max-width: 1450px) {
    .galleries {
        grid-template-rows: repeat(2, 200px);
    }
}

.galleries > .gallery-item:nth-child(1) {
    grid-column: 1 / 7;
    grid-row: 1 / 1;
}

.galleries > .gallery-item:nth-child(2) {
    grid-column: 7 / 11;
    grid-row: 1 / 3;
}

.galleries > .gallery-item:nth-child(3) {
    grid-column: 11 / 15;
    grid-row: 1 / 1;
}

.galleries > .gallery-item:nth-child(4) {
    grid-column: 1 / 4;
    grid-row: 2 / 2;
}

.galleries > .gallery-item:nth-child(5) {
    grid-column: 4 / 7;
    grid-row: 2 / 2;
}

.galleries > .gallery-item:nth-child(6) {
    grid-column: 11 / 15;
    grid-row: 2 / 2;
}

.galleries img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ddlFlightClass {
    padding: 13px 22px !important;
}
.form-group-fb .form-control{
    height:auto !important;
}
.sa-collapse select.form-control.txt {
    padding: 13px 37px !important;
}
@media (max-width: 991px) {
    .galleries {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(4, 200px);
        row-gap: 1rem;
    }

        .galleries > .gallery-item:nth-child(1) {
            grid-column: 1 / 7;
            grid-row: 1 / 1;
        }

        .galleries > .gallery-item:nth-child(2) {
            grid-column: 1 / 4;
            grid-row: 3 / 5;
        }

        .galleries > .gallery-item:nth-child(3) {
            grid-column: 4/ 7;
            grid-row: 3 / 4;
        }

        .galleries > .gallery-item:nth-child(4) {
            grid-column: 1 / 4;
            grid-row: 2 / 2;
        }

        .galleries > .gallery-item:nth-child(5) {
            grid-column: 4 / 7;
            grid-row: 2 / 2;
        }

        .galleries > .gallery-item:nth-child(6) {
            grid-column: 4 / 7;
            grid-row: 4 / 5;
        }
}

.swiper-pagination-number .swiper-slide img {
    height: 300px;
}

.hotels2 > .mt-5:first-child {
    margin-top: 0 !important;
}

.mt--9px {
    margin-top: -9px;
}

.plane-search {
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 6px;
    height: 100%;
}

.plane-search-input {
    padding: 10px 25px !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #C0C0C0;
}

    .plane-search-input::placeholder {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.4px;
        color: #C0C0C0;
    }

    .plane-search-input:first-child {
        border-left: 1px solid #C0C0C0 !important;
        border-radius: 0;
    }

    .plane-search-input:disabled {
        background: linear-gradient(0deg, #F0F0F0, #F0F0F0), #FFFFFF;
    }

.plane-search-input-label {
    position: absolute;
    font-size: 12px;
    background: white;
    font-weight: 400;
    padding: 0 4px;
    top: -16px;
    right: 17px;
}

.plane-search-input-btn {
    background: #fff;
    border: 1px solid #731846;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.h-150px {
    height: 100%;
    min-height: 150.6px;
}

.pb-25px {
    padding-bottom: 25px;
}

.tab-content > .h-150px.active {
    display: flex !important;
}

.plane-search-select-item,
.plane-search-select-title > * {
    color: #656A6F;
}

.plane-search-select-item,
.plane-search-select-title {
    border: 1px solid #CDCDCD;
    border-radius: 50px;
    padding: 0 10px;
}

.plane-search-select-item {
    border-radius: 0 0 27px 27px;
    border-top: 0;
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    background: white;
}

.plane-search-select.active > .plane-search-select-item {
    display: block;
}

.plane-search-select.active > .plane-search-select-title {
    border-radius: 27px 27px 0 0;
    border-bottom: 0;
}

footer {
    margin-top: 24px;
}

.gap-70 {
    gap: 70px;
}

.footer-email > p {
    padding-left: 30px;
}

    .footer-email > p:after {
        content: " ";
        position: absolute;
        left: 0;
        background: rgba(18, 80, 194, 0.61);
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }

.gap-20 {
    gap: 20px;
}

.mb-32 {
    margin-bottom: 32px;
}

.footer-namad {
    border: 0.5px solid #C0C0C0;
    border-radius: 20px;
    overflow: hidden;
    height: 67px;
    aspect-ratio: 1;
    background: #fff;
}

    .footer-namad a {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding: 0.25rem;
    }

        .footer-namad a img {
            width: 100%;
            object-fit: cover;
        }

.social-side i {
    color: #fff;
    background: var(--first-color);
    height: 39px;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem;
    font-size: 1.5rem;
}
.inner-sideBar {
    height: 185px;
    overflow: hidden;
    transition: 0.5s !important;
    padding: 12px 0;
}
.more-btn-sidebar {
    height: auto;
    overflow: auto;
    transition:0.5s !important;
}

@media (max-width: 477px) {
    .gap-70 {
        gap: 10px;
    }
    .title-section{
        margin-top:30px;
    }
}

.mb-19 {
    margin-bottom: 19px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.sticky-lg-top, .search-input {
    z-index: 0;
}
.loading {
    width: 100%;
    height: 100%;
    background: linear-gradient( 45deg, #eeeeee 0%, #eeeeee 35%, #dddddd 45%, #dddddd00 55%, #eeeeee 65%, #eeeeee 100% );
    background-size: 400%;
    animation: loading 1.5s infinite;
    border-radius: 25px;
}

@keyframes loading {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.h-30 {
    height: 30px;
}

.facet.notShow {
    display: none !important;
}

.tour-range-input {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    padding: 0 !important;
    border-radius: 5px;
    background: rgba(113, 113, 113, 0.5);
    outline: none;
    border: 0 !important;
}

.swiper {
    padding: 9px !important;
}

@media screen and (max-width: 630px) {
    .swiper {
        padding: 0px !important;
    }
}



.title .h2-in-section {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    padding-bottom: 10px;
    letter-spacing: 0;
}

.title .planyourtrip-desc {
    font-size: 15px;
    color: #555;
    padding: 0;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.title-white .h2-in-section {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 10px;
    letter-spacing: 0;
}

.title-white .planyourtrip-desc {
    font-size: 15px;
    color: #eee;
    padding: 0;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.header-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    opacity: .9;
    background: -webkit-linear-gradient(to right,rgba(0,0,0,0.80),rgba(255,255,255,0.10) 50%);
    background: linear-gradient(to left,rgba(0,0,0,0.80),rgba(255,255,255,0.10) 50%);
    mix-blend-mode: multiply;
}

.hero-image-shadow {
    margin-top: 120px;
    z-index: 100;
}
/*.hero-image-shadow::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    opacity: .9;
    background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.80),rgba(255,255,255,0.10) 35%);
    background: linear-gradient(to bottom,rgba(0,0,0,0.80),rgba(255,255,255,0.10) 35%);
    mix-blend-mode: multiply;
}*/
.teaser-box-new.text-white, .teaser-box-new {
    color: #fff;
    text-shadow: #333 2px 2px 20px;
}

    .teaser-box-new.text-white a.knowmore {
        color: #fff;
        text-shadow: #333 2px 2px 10px;
    }

    .teaser-box-new.text-white a.knowmore {
        color: #fff;
        border: 1px solid #fff;
    }

    .teaser-box-new .btn.knowmore, .teaser-box-new .btn.learnmore {
        border: 1px solid #fff;
        font-size: 18px;
        padding: 11px 30px 10px 30px;
        background: transparent;
        margin-top: 22px;
        border-radius: 20px;
    }

    .teaser-box-new.text-white a.knowmore:focus, .teaser-box-new.text-white a.knowmore:hover {
        color: var(--first-color);
        background: #fff
    }

.blog-content-box {
    background: #FEFEFF;
    border-radius: 10px;
    transition: all .2s;
    padding: 4px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
}

.blog-img, .content-link img {
    border: 1px solid #e4e4e4;
    background: -webkit-linear-gradient(to left,rgba(0,0,0,0.80),rgba(255,255,255,0.10) 35%);
    background: linear-gradient(to left,rgba(0,0,0,0.80),rgba(255,255,255,0.10) 35%);
    box-shadow: 0 15px 32px -10px rgb(108 117 125 / .1),0 4px 11px -3px rgba(0,0,0,0.25);
    background-color: var(--first-color);
}

label.error {
    font-size: 0.8rem;
    color: red;
    width: 100%;
    text-align: right;
    padding: 0;
    line-height: 20px;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}

.banner-size-1 {
    aspect-ratio: 1/1.5;
}

.flight-type .choosen-type {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border: 1px solid #C0C0C0;
    padding: 0 0.7rem;
    border-radius: 2rem;
    font-size: 1.1rem;
    cursor: pointer;
}

.flight-type .types-list {
    list-style: none;
    position: absolute;
    z-index: 115;
    border-radius: 4px;
    border: 1px solid #C0C0C0;
    background: #ECECED;
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
}

    .flight-type .types-list.show {
        pointer-events: auto;
        opacity: 1;
    }

.flight-lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}

.suggested-flight .flight-lists .flight-card {
    position: relative;
    height: 150px;
    border-radius: 16px;
    width: 31.5%;
    cursor: pointer;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 10px;
    letter-spacing: 1px;
}

.transparent-circle {
    position: absolute;
    right: -2%;
    top: 45%;
    border-radius: 50%;
    width: 15px;
    height: 16px;
    background: #cfd3de;
}

.suggested-flight .flight-lists .flight-card .info-part {
    flex-basis: 65%;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 9px 16px 16px 9px;
    border-left: 4px dashed #cfd3de;
}

.flight-lists .flight-card .info-part .date {
    line-height: 32px;
    padding: 10px 0 0 15px;
    font-size: 14px;
}

.flight-lists .flight-card .info-part .origin {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    justify-content: space-between;
    line-height: 32px;
}

.flight-lists .flight-card .info-part .title {
    font-size: 23px;
    margin: -8px 20px 0 0;
}

.flight-lists .flight-card .info-part .origin .time {
    text-align: left;
    margin-top: -10px;
    padding-left: 15px;
    font-size: 14px;
}

.flight-lists .flight-card .info-part .airplane-line {
    display: flex;
    align-items: center;
}

.flight-lists .flight-card .airplane-line i {
    position: absolute;
    transform: rotate(180deg);
    top: 37%;
    left: 65%;
    font-size: 40px;
    color: var(--first-color);
}

.flight-lists .flight-card .buffer-line {
    margin: 6px 6px 6px 2px;
    width: 100%;
    border-bottom: 2px dashed var(--first-color);
}

.flight-lists .flight-card .price-part {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.flight-card .price-part .price {
    font-size: 22px;
    margin-top: 12%;
    color: var(--first-color);
}

.flight-lists .flight-card .dest {
    background-color: #fff;
    flex-basis: 35%;
    border-radius: 16px 7px 7px 16px;
    text-align: left;
}

    .flight-lists .flight-card .dest .off-percent {
        padding-top: 4%;
        display: flex;
        justify-content: center;
    }

        .flight-lists .flight-card .dest .off-percent img {
            width: 50px;
            height: 50px;
            padding: 0;
            margin: 0;
        }

    .flight-lists .flight-card .dest .title {
        font-size: 23px;
        padding: 18px 0 0 20px;
        margin-bottom: 28px;
    }

    .flight-lists .flight-card .dest .buffer-line {
        margin-right: 2px;
        margin-left: 3px;
    }

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 5px var(--first-color), inset 0 0 5px var(--first-color);
    }

    50% {
        box-shadow: 0 0 10px 1px var(--first-color), inset 0 0 8px 1px var(--first-color);
    }

    100% {
        box-shadow: 0 0 5px var(--first-color), inset 0 0 5px var(--first-color);
    }
}

.glowing-circle {
    background-color: var(--first-color);
    width: 13px;
    height: 12px;
    border-radius: 50px;
    box-shadow: 0 0 5px var(--first-color), inset 0 0 5px var(--first-color);
    -webkit-animation: pulse 2s linear 1s infinite;
    position: relative;
    right: 7%;
}
#btnPackageSearch {
    color: #fff;
}
.navbar-mobingasht {
    background-color: #f5f5f5e6;
    height: 60px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .08);
}
.service-visa-card img {
    width: 35px;
    height: 15px;
}
.newsletterEmail {
    background: #f5f5f5 !important;
    border: 1px solid #e8e8e8;
    border-radius: 8px !important;
}
.newsletterEmail::placeholder{
    color:#444;
    text-align:right !important;
    padding-right:1.3rem !important;
}
.social-img img{
    width:40px !important;
    height:40px !important;
}
.last-content-body a {
    color: #303030;
}
#tour-search{
    display:block;
}
.instagram-link img {
    width: 40px;
    height: 40px;
}
.article-container p{
    padding:10px 20px;
}
.article-container img{
    width:100%;
    max-height:450px;
}
.slide-bar-card-3 img{
    width:50px;
    height:50px;
}
.visaForm-input {
    background:none !important;
    border-radius: 4px;
    padding: 4px !important;
    width: 100%;
    border: 1px solid #ebebeb;
}
.subMenu {
    position: absolute;
    background-color: #f2f2f2;
    padding: 0;
    border: 1px solid #eee;
    width: 220px;
    right: -400px;
    border-radius: 5px;
    transition: 0.4s !important;
    display:none;
}
    .subMenu li{
        list-style:none;
        padding:5px;
    }
        .subMenu li a{
            color:#444;
            font-size:15px
        }
    .subMenu ul{
        padding:0;
        height:80vh;
        overflow:scroll;
    }
    .back-btn {
        display: none;
    }
.nav-item:hover >.subMenu{
    display:block;
    transition:0.4s;
}
.subMenu li:hover {
    background-color: aliceblue;
    transition: 0.4s;
}
.container-main-box {
    padding-top: 50px !important;
}
.subMenu-pc{
    display: none;
}
.menu-list-item:hover .subMenu-pc {
    display: flex !important;
    background-color: #f9f9f9;
    width: 75%;
    position: absolute;
    border-radius: 10px;
    right: 20px;
    z-index: 999 !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.li-sub-menu{
    margin:8px 0;
}
    .sub-subMenu-pc li, .subMenu-pc li{
        list-style:none;
        transition:0.4s;
    }
        .sub-subMenu-pc li:hover > a {
            color: #ae092c !important;
            transition: 0.4s;
        }
.li-sub-menu:hover > .title-sub-menu {
    background-color: #f4f4f4 !important;
    box-shadow: rgb(180 28 28 / 32%) 0px 0px 10px 0px;

}
.subMenu-pc ul {
    width: 96%;
    margin: 0 auto;
    display: grid;
    padding: 0;
    grid-template-columns: auto auto auto auto auto auto;
    flex-direction: row;
    justify-content: space-between;
}
.subMenu-pc li a {
    padding: 6px 24px;
    background-color: #f1f1f1;
    margin: 5px auto;
    height: 36px;
    text-align: center;
    display: flex;
    color: var(--first-color) !important;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 5px 0px;
}
.sub-subMenu-pc ul{
    width:100%;
    display:flex;
    flex-direction:column;
    padding:0;
}
    .sub-subMenu-pc ul li{
        display:block;
    }
    .menu-list-item {
    }
.sub-subMenu-pc a {
    font-size: 15px;
    font-weight: 400;
    background: none !important;
    box-shadow: none !important;
    text-align: right;
    height:auto;
}
@media screen and (max-width: 1400px) {
    .subMenu-pc ul {
        grid-template-columns: auto auto auto auto ;
    }
    .navbar-mobingasht{
        height:auto;
        padding:0;
    }
    .text-right-header{
        font-size:15px;
    }
}
@media screen and (max-width: 991px) {
    .subMenu-pc ul {
        grid-template-columns: auto auto auto;
    }
    ul.ui-menu{
        width:316px !important;
        z-index:8;
    }
    .blog-image-item-head {
        z-index:0;
    }
}


    @media screen and (max-width: 1200px) {
        .swiper-button-next, .swiper-button-prev {
            width: 30px !important;
            height: 30px !important;
        }

        .swiper-button-next {
            right: 3px !important;
        }

        .swiper-button-prev {
            left: 3px !important;
        }

        .border-box {
            font-size: 15px;
        }
        .menu-Mobile{
            width:100%;
        }
        .h-w {
            height: 60px;
            width: 60px;
        }

        .navbar-mobingasht {
            height: 53px;
            padding: 0;
        }

        .subMenu li:hover {
            background-color: #444;
        }

        .logo-mobile {
            width: 35px;
            height: 35px;
            display: inline-block;
            position: absolute;
            left: 130px;
            bottom: 8px;
        }

            .logo-mobile img {
                width: 100%;
                height: 100%;
            }

        .navbar-mobingasht div {
            padding: 4px !important;
        }

        .btn-header-sabtename {
            font-size: 14px;
            padding: 1px 8px;
        }

        .collapse.navbar-collapse.side-menu {
            background-color: #343434 !important
        }

        .navbar-toggler-icon {
            width: auto !important;
            height: auto !important;
        }

        .menu-collapse-btn {
            display: flex;
            justify-content: space-between;
        }

        .menu-collapse-btn img {
            width: 100%
        }

        .subMenu {
            background-color: #343434 !important;
            position: absolute;
            z-index: 999;
            top: 0;
            width: 100%;
            height: 100%;
            padding: 0;
            border: none;
            transition: width 1s ease-in, height 1s ease-in;
        }

        .sub-subMenu {
            background-color: #343434 !important;
            position: absolute;
            z-index: 999999;
            top: 0;
            right: -100%;
            padding: 0;
            height: 100%;
            width: 100%;
            transition: 0.7s !important;
        }

            .sub-subMenu ul {
                padding: 0;
                height: 80vh;
                overflow: scroll;
            }

        .menu-mobile-container {
            transition: width 1s ease-in, height 1s ease-in;
        }

        #mainmenu {
            position: absolute !important;
            top: 0 !important;
        }

        subMenu li {
            display: none;
        }

        .openMenu-Mobile {
            width: 100%;
            padding: 10px;
            background-color: #802538;
        }

            .openMenu-Mobile li {
                display: block;
            }

        .menu-list-item a {
            color: white;
            padding: 5px !important;
            font-size: 15px;
            font-weight: 400;
            text-align: right;
        }

        .menu-list-item {
            border-bottom: 1px solid #4c4c4c;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 6px 8px;
        }

            .menu-list-item img {
                width: 14px;
                height: 14px;
                object-fit: contain;
            }

        .back-btn, .back-btn-sub {
            margin-bottom: 10px;
            border-bottom: 1px solid #646464;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            border: none;
            display: block;
            background: none;
        }

        .back-btn-img {
            transform: rotate(180deg);
            float: right;
            margin-top: 10px;
        }

        .top-subMenu span {
            text-align: center;
            margin: 0 auto;
        }

        .top-subMenu {
            display: flex;
            width: 100%;
            flex-direction: row;
            padding: 5px;
            align-items: center !important;
            border-bottom: 1px solid #5e5e5ecc;
        }

        .navbar-toggler {
            padding: 0;
        }

        .menu-mobingasht {
            padding-top: 20px;
        }

        .div-poshtibani, .btn-header-peygiri {
            display: none !important;
        }

        .menu-Mobile {
            display: block;
        }

        .menu-pc {
            display: none;
        }

        .menu-Mobile ul {
            padding: 0;
        }
    }