/*** General for this site ***/
.theiaStickySidebar {
    margin-top: 1rem
}

.tk-checkbox-txt {
    font-size: 13px;
    color: #020202;
}

.tk-spinner-parent {
    box-shadow: 1px 1px 3px 0px #bdb7bb;
    background: #fff;
    align-self: center;
    padding-top: 5px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}

@media (max-width:370px) {
    .tk-spinner-parent {
        padding-top: 3px;
        height: 19px;
    }
}

.w-80 {
    width: 80%
}

hr {
    border-top: 1px solid transparent;
    border-image: linear-gradient(0.01turn, rgb(255 225 227), rgb(238 203 255), rgb(90 0 255 / 0%));
    border-image-slice: 1;
}

select option {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

    select option:checked, select:focus > option:checked {
        color: #858282;
    }


.tk-txt-gradient {
    -webkit-text-fill-color: transparent;
    animation: txt-gradient 20s linear infinite;
    font-weight: bolder
}

@keyframes txt-gradient {
    0% {
        background-position: 0% 50%
    }

    100% {
        background-position: 100% 50%
    }
}

.tk-btn-dark {
    color: #fff !important;
    padding: 3px 16px;
    transition: all .3s ease;
    border-radius: 20px;
}

.tk-btn-light {
    padding: 5px 25px;
    transition: all .3s ease;
    border-radius: 30px;
    border: 2px;
    border-image-slice: 1;
    border-style: inset;
    font-weight: bolder;
    letter-spacing: 1px;
}

    .tk-btn-light.selected {
        -webkit-text-fill-color: #fff;
    }

    .tk-btn-light.clicked {
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent;
    }

@media (max-width: 1200px) {
    .tk-btn-light {
        padding: 5px 16px;
    }
}

@media (max-width: 767px) {
    .tk-btn-light {
        padding: 5px 8px;
    }
}

.lh-1 {
    line-height: 1;
}

.lh-sm {
    line-height: 1.25;
}

.lh-base {
    line-height: 1.5;
}

.lh-lg {
    line-height: 2;
}

.tk-bg-inner-page {
    background-color: #f6f6f6;
    min-height: 20rem;
    padding-bottom: 2rem;
}


/*** Header ***/
.header-extras i {
    background: rgb(255,255, 255, 15%);
    padding: 7px 7px;
    border-radius: 50%;
    font-size: 14px;
}

.header-extras button i {
    padding: 2px 5px;
    border-radius: 50%;
    font-size: 13px;
    right: 4px !important;
    top: 12px !important;
    width: auto !important;
    color: #fff !important;
}

.header-extras > ul > li a:hover i {
    color: #000;
    transition: all .3s ease
}

.tk-menu-home i {
    background: rgb(255,255, 255, 40%);
    padding: 7px 9px 8px 8px;
    border-radius: 50%;
    font-size: 15px !important;
    color: #000;
}

.header-logo-right #logo img {
    margin-top: 10px;
}

.header-logo-right.header-sticky #logo img {
    margin-top: 10px;
}

.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active span {
    text-decoration: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
}

#header #logo > a {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .header-logo-right #logo img {
        margin-top: 19px;
    }
}

@media (max-width: 1024px) {
    #header #logo {
        text-align: left;
    }

        #header #logo > a {
            margin-left: 40px;
        }

    .mainMenu-open #header #mainMenu {
        width: 100%;
    }
}


/*** Form Reserve ***/
.tk-reserve-section .nav-tabs {
    padding-top: 3%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    justify-content: space-evenly;
    text-align: center;
}

.tk-reserve-section .tabs .nav-tabs .nav-link {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 16px 17px 0;
    position: relative;
}

.tk-reserve-section .tabs.tabs-clean .nav-tabs .nav-link.active {
    border-color: #cccccd;
    background-color: rgba(255,255,255,20%);
}

.tk-triangle-nav-link {
    width: 20px;
    height: 10px;
    border-top: solid 11px rgba(255,255,255,20%);
    border-left: solid 15px transparent;
    border-right: solid 7px transparent;
    position: absolute;
    bottom: -11px;
    right: 45%;
    display: none;
}

.tk-bg-frm-rsrv {
    background-position: center center;
    background-repeat: repeat-x;
    background-size: cover;
    height: 470px;
    position: relative;
}

#airplane1, #crs_internationalFlight_content, #crs_domesticFlight_content {
    background-image: url(../images/bg-airplan.png);
}

#train2 {
    background-image: url(../images/bg-train.png);
}

#hotels3, #hotels_EghamatGRS, #crs_internationalHotel_content, #crs_domesticHotel_content {
    background-image: url(../images/bg-hotel.png);
}

#bus4 {
    background-image: url(../images/bg-bus.png);
}

#tour5, #prs_tour_content {
    background-image: url(../images/bg-tour.png);
}

#residence6 {
    background-image: url(../images/bg-villa.png);
}

.hom-srch-frm.parent-onlineReservation-frm {
    margin: auto 9%;
}

.hom-srch-frm .onlineReservation-frm {
    padding-top: 7rem;
}

    .hom-srch-frm .onlineReservation-frm .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

    .hom-srch-frm .onlineReservation-frm .select2-container--default .select2-selection--single {
        border: unset;
        border-radius: 0;
        border-left: 1px solid #d4cece;
    }

    .hom-srch-frm .onlineReservation-frm .select2-container .select2-selection--single {
        height: 61px;
        padding-right: 29px;
        padding-top: 20px;
    }

    .hom-srch-frm .onlineReservation-frm .form-control:disabled, .onlineReservation-frm .form-control[readonly] {
        background-color: white;
    }

    .hom-srch-frm .onlineReservation-frm .start-box {
        border-top-right-radius: 70px;
        border-bottom-right-radius: 70px;
        width: 30px;
        background: #fff
    }

.hom-srch-frm .online-reservation-frm-div {
    /*background: #fff;*/
    /*border-radius: 70px;*/
}

    .hom-srch-frm .online-reservation-frm-div .parent-input {
        position: relative;
    }

        .hom-srch-frm .online-reservation-frm-div .parent-input input {
            padding: 32px 41px 29px 25px;
            border: none;
            font-size: 15px;
            height: 61px;
            font-weight: bold;
        }

.hom-srch-frm .frm-icon {
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 1
}


.hom-srch-frm .online-reservation-input-number {
    padding: 21px 37px 18px 3px !important;
    width: 100%;
    direction: rtl;
}

.hom-srch-frm .onlineReservation-startDate {
    border-radius: 0;
}

.hom-srch-frm .parent-onlineReservation-btn {
    background: #fff;
    border-top-left-radius: 70px;
    padding-top: 11px;
    border-bottom-left-radius: 70px;
    padding-left: 10px;
}

.hom-srch-frm .onlineReservation-btn {
    border-radius: 70px;
    /* width: 40px; */
    height: 40px;
    border: none;
    outline: none !important;
    cursor: pointer;
    color: #fff;
    padding: 0 9px 0 5px;
}

.hom-srch-frm .ToDate-input {
    border-radius: unset
}

.passengers-count {
    background: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
    color: #9ba1a6 !important;
    padding: 24px 53px 0 0 !important;
    margin: 0 0 0 0 !important;
    width: 100%;
    text-align: right;
}

.passengers-count-inner {
    padding: 15px 45px 0 0 !important;
    font-size: 12px !important;
    color: #000 !important;
    font-weight: bolder !important;
}

.dropdown-menu-psngrs {
    min-width: 25rem;
}

.passengers-Rooms-list {
    max-height: 60vh;
    overflow-y: scroll;
    padding: 0 13px;
}

a#dropdownMenuLink::after {
    margin-top: 6px;
    margin-right: 10px;
}

a#dropdownMenuLink:active span {
    -webkit-text-fill-color: gray;
}

#select2-FlightDirection-container {
    padding-right: 16px;
    color: #5a5a5a;
    font-size: 13px;
}

.parent-input.parent-flightDirection .select2-selection__rendered {
    padding: 0 16px 0 0 !important;
}

.psngr-plus {
    padding: 6px 9px 3px 9px !important;
}

.psngr-minus {
    padding: 7px 10px 3px 10px !important;
}

@media (max-width: 1024px) {
    .passengers-count {
        padding-top: 15px !important
    }

    .tk-header-srch-frm .passengers-count {
        padding-top: 5px !important
    }

    a#dropdownMenuLink::after {
        margin-top: 14px !important;
    }

    .psngr-plus, .psngr-minus {
        height: 25px !important;
        line-height: 15px !important;
    }
}

@media (max-width: 1100px) {
    .tk-reserve-section .tabs .nav-tabs .nav-link {
        width: 100px;
        height: 100px;
        padding: 6px 7px 0;
    }
}


@media screen and (min-device-width: 768px) and (max-device-width: 1450px) {
    .hom-srch-frm.parent-onlineReservation-frm {
        margin: auto 1%;
    }
}

@media (max-width: 768px) {
    .tk-reserve-section .tabs .nav-tabs .nav-link {
        width: 87px;
        height: 87px;
        padding: 6px 7px 0;
    }

    .tk-bg-frm-rsrv {
        height: auto;
        padding-bottom: 30px;
    }

    .hom-srch-frm .online-reservation-frm-div {
        border-radius: 0;
    }

    .hom-srch-frm .parent-onlineReservation-btn {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        margin-top: 5px;
    }

    .hom-srch-frm .onlineReservation-btn {
        width: 100%;
        height: 51px;
        font-weight: bold;
        border-radius: 70px;
        font-size: 1.2rem;
    }

    .hom-srch-frm .online-reservation-frm-div .parent-input {
        margin: 2px 0;
        background: #fff;
        border-radius: 25px;
        width: 100%;
    }

        .hom-srch-frm .online-reservation-frm-div .parent-input input,
        .hom-srch-frm .onlineReservation-frm .select2-container--default .select2-selection--single {
            border-radius: 70px;
        }

    .hom-srch-frm .online-reservation-frm-div {
        background: transparent;
    }

    #dropdownMenuLink {
        height: auto;
    }
}

.hom-srch-frm .parent-flightDirection [aria-labelledby="select2-internationalFlightDirection-container"] {
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    padding-left: 22px;
}

.hom-srch-frm .parent-flightDirection [aria-labelledby="select2-domesticFlightDirection-container"],
.hom-srch-frm .parent-flightDirection [aria-labelledby="select2-domestic1FlightDirection-container"] {
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    padding-left: 22px;
}

.hom-srch-frm #domesticFlightDepartureDate #domesticFlightInputDepartureDate,
.hom-srch-frm #domestic1FlightDepartureDate #domestic1FlightInputDepartureDate {
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    border-left: 1px solid #d4cece;
}

.hom-srch-frm #internationalFlightDepartureDate #internationalFlightInputDepartureDate {
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    border-left: 1px solid #d4cece;
}

.hom-srch-frm #EghamatGRS_hotelDepartureDate #EghamatGRS_hotelInputDepartureDate {
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    border-left: 1px solid #d4cece;
}

.hom-srch-frm #tourDepartureDate #tourInputDepartureDate {
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    border-left: 1px solid #d4cece;
}

.hom-srch-frm #domesticFlightReturnDate #domesticFlightInputReturnDate,
.hom-srch-frm #domestic1FlightReturnDate #domestic1FlightInputReturnDate {
    border-top-left-radius: 70px !important;
    border-bottom-left-radius: 70px !important;
}

.hom-srch-frm #tourReturnDate #tourInputReturnDate {
    border-top-left-radius: 70px !important;
    border-bottom-left-radius: 70px !important;
}

.hom-srch-frm #EghamatGRS_hotelReturnDate #EghamatGRS_hotelInputReturnDate {
    border-top-left-radius: 70px !important;
    border-bottom-left-radius: 70px !important;
}

.hom-srch-frm #internationalFlightReturnDate #internationalFlightInputReturnDate {
    border-top-left-radius: 70px !important;
    border-bottom-left-radius: 70px !important;
}

.hom-srch-frm [aria-labelledby="select2-domesticFlightOrigin-container"],
.hom-srch-frm [aria-labelledby="select2-domestic1FlightOrigin-container"],
.hom-srch-frm [aria-labelledby="select2-internationalFlightOrigin-container"] {
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
}

.hom-srch-frm .parent-FlightDestination [aria-labelledby="select2-domesticFlightDestination-container"],
.hom-srch-frm .parent-FlightDestination [aria-labelledby="select2-domestic1FlightDestination-container"]
{
    border-top-left-radius: 70px !important;
    border-bottom-left-radius: 70px !important;
    margin-left: 8px;
}

.hom-srch-frm .parent-EghamatGRS_hoteldestination [aria-labelledby="select2-EghamatGRS_hoteldestination-container"] {
    border-top-left-radius: 70px !important;
    border-bottom-left-radius: 70px !important;
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    margin-left: 8px;
}

.hom-srch-frm .parent-tourDestination [aria-labelledby="select2-tourDestination-container"] {
    border-top-left-radius: 70px !important;
    border-bottom-left-radius: 70px !important;
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    margin-left: 8px;
}

.hom-srch-frm .parent-FlightDestination [aria-labelledby="select2-internationalFlightDestination-container"] {
    border-top-left-radius: 70px !important;
    border-bottom-left-radius: 70px !important;
    margin-left: 8px;
}

.hom-srch-frm .parent-AirplanePassengersForm {
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    margin-right: 8px;
    background: #fff;
}

.hom-srch-frm .parent-EghamatGRS-passengersForm {
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    margin-right: 8px;
    background: #fff;
}

.hom-srch-frm .parent-Tour-passengersForm {
    border-top-right-radius: 70px !important;
    border-bottom-right-radius: 70px !important;
    margin-right: 8px;
    background: #fff;
}

.ChangeOrigin-parent {
    cursor: pointer;
    position: absolute;
    top: 16px;
    left: -14px;
    z-index: 1;
    background: #ffffff;
    border-radius: 50%;
    padding: 4px 7px 1px;
    border: 1px solid #c0c0c0;
}

    .ChangeOrigin-parent .fa-exchange-alt:before {
        color: #777777;
    }

    .ChangeOrigin-parent:hover .fa-exchange-alt:before {
        color: #585454;
    }

@media (max-width: 767px) {
    .ChangeOrigin-parent {
        left: 17px;
        transform: rotate(90deg);
        top: 37px;
    }
}

@media (max-width: 768px) {
    .hom-srch-frm .parent-AirplanePassengersForm, .hom-srch-frm .parent-Tour-passengersForm, .hom-srch-frm .parent-EghamatGRS-passengersForm {
        border-radius: 70px !important;
    }

    .hom-srch-frm .onlineReservation-frm .select2-container--default .select2-selection--single {
        border: unset;
    }
}

@media (max-width: 420px) {
    .dropdown-menu-psngrs {
        min-width: max-content;
    }
}

@media (min-width: 420px) {
    .hom-srch-frm .onlineReservation-frm {
        padding-top: 9rem;
    }
}

@media (min-width: 768px) {
    .hom-srch-frm .onlineReservation-frm {
        padding-top: 13rem;
    }
}

@media (min-width:999px) {
    .hom-srch-frm .onlineReservation-frm {
        padding-top: 17rem;
    }
}

@media (min-width:1500px) {
    .hom-srch-frm .onlineReservation-frm {
        padding-top: 20rem;
    }
}

@media (min-width:2500px) {
    .hom-srch-frm .onlineReservation-frm {
        padding-top: 24rem;
    }
}


/*** Icon Box ***/
.icon-box .icon:hover img {
    filter: hue-rotate(270deg);
}

@media screen and (min-device-width: 688px) and (max-device-width: 767px) {
    .icon-box .icon {
        width: 80px;
    }
}


/*** Swiper01 ***/
.parent-swiper01 .swiper-button-next:after, .parent-swiper01 .swiper-button-prev:after {
    color: #b1bdbf;
    font-size: 17px;
    font-weight: bold;
}

.parent-swiper01 .swiper-button-next {
    right: 4%;
    top: 53%;
}

.parent-swiper01 .swiper-button-prev {
    left: 4%;
    top: 53%;
}

.parent-swiper01 .swiper-pagination {
    position: relative
}

.parent-swiper01 .swiper-pagination-bullet {
    margin: 0 4px;
    background: #565656;
}

.swiper01-parent-text {
    position: absolute;
    top: 10%;
    right: 8%;
    color: #fff;
    width: 85%;
    text-align: right;
    background: linear-gradient(to top,rgba(0,0,0,.01),rgba(0,0,0,.3));
    padding: 0 10px;
    border-radius: 2px;
}

    .swiper01-parent-text p, .swiper01-parent-text span {
        color: #e9e6e6;
    }

.swiper01-img {
    width: 100%;
    border-radius: 10px;
}

#swiper01 .swiper-slide {
    width: 25%;
}

.swiper01-btn-more {
    background: rgba(255,255,255,0.2);
    align-self: center;
    border: 1px solid #bcb9bd;
    color: #efefef;
    padding: 5px 15px;
    border-radius: 20px;
}

#swiper01 .swiper-slide:hover img {
    transition: all .2s ease-in-out;
    filter: blur(2px);
}

#swiper01 .swiper-slide:hover .swiper01-parent-text {
    transition: all .2s ease-in-out;
    background: linear-gradient(to top,rgba(0,0,0,.06),rgba(0,0,0,.6));
}

#swiper01 .swiper-slide:hover .swiper01-btn-more {
    transition: all .2s ease-in-out;
}

@media (max-width: 990px) {
    .swiper01-btn-more {
        display: none;
    }
}

@media (max-width: 768px) {
    #swiper-pagination01 {
        display: none;
    }
}


/*** Tours ***/
.section-title-i {
    color: #b5b5b5;
    font-size: 18px;
    font-weight: normal;
    margin-left: 11px;
    vertical-align: text-bottom;
}

.tours-btn {
    background: transparent !important;
    border-color: transparent !important;
    padding-right: 0 !important
}

    .tours-btn:hover span {
        background-size: 1000% 100%;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }

    .tours-btn i {
        color: #c1bdbd !important;
        top: 32% !important;
    }


/*** Agencies ***/
.tk-agencies.tabs.tabs-clean .nav-tabs .nav-link.active {
    border-bottom: 2px solid transparent;
}

.tk-agencies.tabs .nav-tabs .nav-link {
    border: unset;
    padding: 0 30px 10px;
}

.tk-agencies .post-thumbnails:hover {
    box-shadow: 0px 1px 2px 0px #bfb9b9;
    transition: all .2s ease;
    border-radius: 14px;
}

@media (max-width: 1100px) {
    .tk-agencies.tabs .nav-tabs {
        margin-bottom: 0
    }
}


/*** Swiper02 ***/
.swiper02-img {
    border-radius: 8px;
}

.swiper02-span {
    font-size: 12px;
    display: flex
}

.swiper02-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 6px;
    display: block;
    color: #000;
}

.parent-swiper02 .swiper-pagination {
    position: relative
}

.parent-swiper02 .swiper-pagination-bullet {
    margin: 0 4px;
    background: #565656;
}


/*** faq ***/
.parent-one-faq .open {
    transition: all 0.7s ease-in-out;
}

.parent-one-faq .question {
    font-size: 17px;
    cursor: pointer;
    transition: all .3s ease;
    padding: 7px 0;
    color: #242323;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.11turn, rgb(253 225 227), rgb(199 182 209), rgba(56,2,155,0));
    border-image-slice: 1;
}

    .parent-one-faq .question img {
        max-width: 44px;
    }

.parent-one-faq .answer {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.7s;
    color: #fff;
}

    .parent-one-faq .answer p {
        text-align: justify;
        padding: 12px 30px;
        line-height: 34px;
        color: #686565;
    }

.tk-frm .form-control {
    border-radius: 20px;
}


/*** bg-inner-page ***/
.tk-bg-inner-page.tk-frm .form-control {
    background: #efeded61;
}

.tk-bg-inner-page.tk-frm .select2-selection--single {
    height: 40px;
    padding-top: 5px;
    border-radius: 20px;
    background-color: #f9f8f8;
    border: 1px solid #e6e8eb;
}

    .tk-bg-inner-page.tk-frm .select2-selection--single .select2-selection__arrow {
        top: 6px;
        left: 3px;
    }

        .tk-bg-inner-page.tk-frm .select2-selection--single .select2-selection__arrow b {
            border-color: #c0c8c9 transparent transparent transparent;
        }

    .tk-bg-inner-page.tk-frm .select2-selection--single .select2-selection__clear {
        margin-left: 20px;
    }


/*** section-icon-box-2 ***/
.section-icons-2 img {
    max-width: 120px;
    margin-left: 10px;
}

.section-icons-2 p {
    color: #3e3a3a
}


/*** Swiper03 ***/
.parent-swiper03 {
    padding: 2rem 0;
}

    .parent-swiper03 .swiper-button-next:after, .parent-swiper03 .swiper-button-prev:after {
        color: #b1bdbf;
        font-size: 17px;
        font-weight: bold;
    }

    .parent-swiper03 .swiper-button-next {
        right: 4%;
        top: 39%;
    }

    .parent-swiper03 .swiper-button-prev {
        left: 4%;
        top: 39%;
    }

.swiper03-img {
    width: auto;
}

#swiper03 .swiper-slide:hover img {
    transition: all .2s ease-in-out;
    filter: hue-rotate(59deg);
}


/*** Blog ***/
.tk-home-blog.post-thumbnails .post-item .post-image img {
    border-radius: 10px
}

.tk-home-blog.post-thumbnails .post-item .post-image {
    width: 31%
}

.tk-home-blog.post-thumbnails .post-item .post-item-description {
    width: 69% !important
}

.tk-home-blog.post-thumbnails p {
    text-align: justify;
}

.tk-first-blog .portfolio-image {
    border-radius: 10px
}

.tk-first-blog span {
    color: #bbb9ba;
}

.tk-first-blog p {
    color: #d7d6d6;
    text-align: justify;
}

.tk-first-blog .portfolio-description {
    padding: 0 7% 0 7%;
}


/*** AboutUs home ***/
.tk-h1 {
    display: inline-flex;
    font-size: 16px;
    margin-bottom: 0 !important;
    font-weight: bolder;
}


/*** Comments ***/
.tk-home-comments.testimonial.testimonial-left .testimonial-item > img {
    height: 70px;
    width: 70px;
    border: 1px solid #c7c1c1;
    padding: 2px 4px 4px;
    margin-bottom: 0;
}

.tk-home-comments.testimonial.testimonial-left .testimonial-item p {
    color: #000;
}

.tk-home-comments.testimonial.testimonial-left .testimonial-item small {
    color: gray;
    margin-right: 10px;
}

    .tk-home-comments.testimonial.testimonial-left .testimonial-item small:before {
        color: gray;
        content: "|";
        margin-left: 10px;
    }

.tk-home-comments.testimonial.testimonial-left .testimonial-item > p, .testimonial.testimonial-left .testimonial-item > span {
    margin-right: 90px;
}


/*** Footer ***/
#footer {
    line-height: 23px;
}

.tk-cafe {
    margin: 0 5px;
    font-weight: bold !important;
}

.tk-footer-icone i {
    line-height: 50px !important;
    font-size: 19px;
    margin-right: 0;
}

.copyright-text .ByIntech {
    font-weight: bold
}

.tk-list-icon.list-icon li strong {
    margin-top: 10px;
    font-size: 14px;
}

.tk-list-icon.list-icon li b {
    margin-top: 11px;
    font-size: 14px;
    letter-spacing: 1px;
}

/*** Hotels List ***/
.srch-btn {
    border: none;
    background: transparent;
    display: contents;
}

.selected-rsrv-info span {
    color: #f8f9fa;
    cursor: pointer;
}

.tk-header-srch {
    position: sticky !important;
    top: 60px;
    z-index: 99;
    overflow: inherit;
    height: 64px;
    transition: height .6s ease;
}

.tk-header-srch-i-first {
    position: absolute;
    left: 7px;
    top: 0px;
}

.tk-header-srch-btn {
    background: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: none;
    outline: none !important;
}

    .tk-header-srch-btn i {
        vertical-align: sub;
    }

#page-title.page-title-mini {
    padding: 7px 0;
    height: 53px;
}

@media (max-width: 460px) {
    .selected-rsrv-info span {
        font-size: 11px;
    }

    .selected-rsrv-info .tk-ico {
        display: none
    }
}

@media (max-width: 767px) {
    #page-title {
        padding: 3px 0 2px;
    }
}

@media (max-width: 460px) {
    #page-title {
        padding: 5px 0;
    }
}


/***/
#Close-header-srch-frm {
    position: absolute;
    right: 9%;
    top: 35%;
    color: #fff;
    display: none;
}

    #Close-header-srch-frm i {
        vertical-align: middle;
    }

.tk-header-srch-frm {
    display: none;
}

    .tk-header-srch-frm.parent-onlineReservation-frm {
        margin: auto 13%;
    }

    .tk-header-srch-frm input::placeholder {
        font-weight: bolder;
        color: #000;
    }

    .tk-header-srch-frm .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-weight: bolder;
        color: #242323;
    }

    .tk-header-srch-frm .onlineReservation-frm .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

    .tk-header-srch-frm .onlineReservation-frm .select2-container--default .select2-selection--single {
        border: unset;
        border-radius: 0;
    }

    .tk-header-srch-frm .onlineReservation-frm .select2-container .select2-selection--single {
        height: 40px;
        padding-right: 25px;
        padding-top: 9px;
        text-align: right;
    }

    .tk-header-srch-frm .onlineReservation-frm .form-control:disabled, .onlineReservation-frm .form-control[readonly] {
        background-color: white;
    }

    .tk-header-srch-frm .onlineReservation-frm .start-box {
        border-top-right-radius: 70px;
        border-bottom-right-radius: 70px;
        width: 30px;
        background: #fff
    }

    .tk-header-srch-frm .online-reservation-frm-div {
        background: #fff;
        border-radius: 70px;
    }

        .tk-header-srch-frm .online-reservation-frm-div .parent-input {
            position: relative;
            border-left: 1px solid #ddbad0;
            max-height: 40px;
        }

            .tk-header-srch-frm .online-reservation-frm-div .parent-input:first-child {
                border-left: 1px solid transparent;
            }

            .tk-header-srch-frm .online-reservation-frm-div .parent-input:nth-last-child(-n+2) {
                border-left: 1px solid transparent;
            }

            .tk-header-srch-frm .online-reservation-frm-div .parent-input input {
                padding: 5px 36px 0px 2px;
                border: none;
                font-size: 12px;
                height: 40px;
            }

    .tk-header-srch-frm .frm-icon {
        position: absolute;
        right: 15px;
        top: 13px;
        color: #9ba1a6;
        z-index: 1
    }

    .tk-header-srch-frm .online-reservation-input-number {
        padding: 5px 30px 4px 2px !important;
        width: 100%;
        direction: rtl;
    }

    .tk-header-srch-frm .onlineReservation-startDate {
        border-radius: 0;
    }

    .tk-header-srch-frm .parent-onlineReservation-btn {
        background: #fff;
        border-top-left-radius: 70px;
        padding: 3px;
        border-bottom-left-radius: 70px;
    }

    .tk-header-srch-frm .onlineReservation-btn {
        border-radius: 70px;
        /* width: 34px; */
        height: 34px;
        border: none;
        outline: none !important;
        cursor: pointer;
        color: #fff;
        padding: 0 7px 0 1px;
    }

    .tk-header-srch-frm .ToDate-input {
        border-radius: unset
    }

    .tk-header-srch-frm .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-left: 2px;
        font-size: 12px;
        color: #000;
        font-weight: bold;
    }

    .tk-header-srch-frm .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-right: 3px !important;
    }

#HomeSearch .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-weight: bold;
}

.tk-header-srch-frm .ChangeOrigin-parent {
    top: 5px;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1000px) {
    .tk-header-srch-frm.parent-onlineReservation-frm {
        margin: auto 6% 0 auto;
    }

    #Close-header-srch-frm {
        right: 1%;
    }
}

@media (max-width: 767px) {
    .tk-header-srch-frm .ChangeOrigin-parent {
        top: 25px;
    }

    .tk-header-srch-height {
        transition: height .6s ease;
        height: 100vh !important;
        background-color: #e1e1e1 !important;
    }

    #Close-header-srch-frm {
        right: 2%;
        top: 34%;
        color: #000;
        z-index: 99;
        font-size: 1.2rem !important;
        font-weight: bold !important;
    }

    .tk-header-srch-frm.parent-onlineReservation-frm {
        margin: auto;
    }

    .tk-header-srch-frm .online-reservation-frm-div {
        border-radius: 0;
    }

        .tk-header-srch-frm .online-reservation-frm-div .parent-input {
            height: auto;
            max-height: 60px;
        }

            .tk-header-srch-frm .online-reservation-frm-div .parent-input.start-box {
                height: 20px;
                max-height: 20px;
            }

    .tk-header-srch-frm .parent-onlineReservation-btn {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .tk-header-srch-frm .onlineReservation-btn {
        width: 100%;
        height: auto;
        padding: 0.4rem 0 0.6rem;
        font-weight: bold;
        font-size: 1.2rem;
        border-radius: 5px;
    }
}


/***/
#mapid {
    border: 2px solid #fff;
    border-radius: 0.25rem;
}

.tk-map-a h1 {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 6px 0;
}

.tk-map-a:hover h1 {
    color: #efefef;
}

@media (max-width: 900px) {
    .tk-map-a h1 {
        font-size: 12px;
    }
}


/***/
.tk-accordion-container {
    position: relative;
    width: 100%;
    outline: 0;
    cursor: pointer
}

    .tk-accordion-container .tk-accordion-title {
        display: block;
        position: relative;
        margin: 0;
        padding: 14px 1.5rem 8px 1rem;
        font-size: 15px;
        font-weight: bolder;
        color: #000000;
        background: #ffffff;
        cursor: pointer;
    }

        .tk-accordion-container .tk-accordion-title:hover,
        .tk-accordion-container .tk-accordion-title:active,
        .tk-accordion-container .content-entry.open .tk-accordion-title {
            background-color: #ffffff;
            color: black;
        }

            .tk-accordion-container .tk-accordion-title:hover i:before,
            .tk-accordion-container .tk-accordion-title:hover i:active,
            .tk-accordion-container .content-entry.open i {
                color: white;
            }

.tk-accordion-title {
    position: relative;
}

    .tk-accordion-title:after {
        content: "";
        position: absolute;
        left: 21px;
        top: 38%;
        transition: all 0.2s ease-in-out;
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 2px #bebebe;
        border-right: solid 2px #bebebe;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .tk-accordion-title.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 45%;
    }

.tk-accordion-content {
    display: none;
    padding: 0.5rem 1.3rem 1.5rem;
    border-bottom: 1px solid #d3cece;
}

    .tk-accordion-content:last-child {
        border-bottom: unset;
    }

@media (max-width: 991px) {
    .tk-accordion-content {
        padding: 0.2rem 1.3rem 0.5rem;
    }

    .tk-accordion-container .tk-accordion-title {
        padding: 5px 1.5rem 5px 1rem;
    }
}
/***/
.tk-inner-page-srch {
    position: relative
}

    .tk-inner-page-srch input {
        outline: unset;
        border-radius: 20px;
        padding: 7px 14px !important;
        min-height: 30px !important;
    }

    .tk-inner-page-srch i {
        position: absolute;
        top: 8px;
        left: 10px;
        color: #bebebe
    }
/***/
.tk-btn-group {
    border: 1px solid #e3e1e1;
    border-radius: 70px;
    padding: 3px 3px;
    width: 100%;
}

    .tk-btn-group a {
        padding: 2px 8px;
        color: black;
        font-size: 11px;
        align-self: center;
    }

@media (max-width: 1200px) {
    .tk-btn-group-mobile {
        border: unset;
        display: grid;
    }
}

/***/
.tk-filter-parent {
    color: #000;
    background: #fff;
    font-weight: bolder;
    box-shadow: 2px 4px 7px -4px #a3a3a3;
    width: auto;
    padding: 4px 5px;
    margin-left: 2rem;
}

    .tk-filter-parent a {
        padding: 2px 1.5rem;
    }

@media (max-width: 900px) {
    .tk-filter-parent a {
        padding: 2px 1rem;
    }
}

@media (max-width: 550px) {
    .tk-filter-parent a {
        padding: 0 4px;
        font-size: 11px;
    }

    .tk-filter-parent {
        margin-left: 5px;
    }
}


/***/
.product .product-image img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tk-price-des-parent {
    text-align: center;
    align-self: center;
    padding: 0 2rem;
}

.mark1 {
    background-color: #cfe7ca;
}

.mark2 {
    background-color: #ffd78d;
}

.mark3 {
    background-color: #f4e9f1;
}

.mark4 {
    background-color: #f7f7f7;
    border: 1px solid #cfcece;
}

.tk-price ins {
    font-weight: 900;
    font-size: 1.6rem;
    margin-left: 4px;
    font-style: normal;
}

.alert {
    z-index: unset
}

.tk-alert {
    color: #000;
    background: #fff;
    border-radius: 26px;
    padding: 5px 0 4px 10px;
    font-weight: bolder;
    margin-left: 16px;
    box-shadow: 2px 4px 7px -4px #a3a3a3;
    z-index: unset
}

    .tk-alert .close {
        color: #000;
        padding: 0 8px;
        outline: unset
    }

.tk-result {
    margin-bottom: 0;
    padding: 8px 16px 6px 16px;
    align-self: center
}

@media (max-width: 1200px) {
    .tk-price-des-parent {
        padding-right: 0.5rem;
    }

    .tk-room-details {
        height: auto !important;
    }
}

@media (max-width: 900px) {
    .result-cunt {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .product .product-image img {
        border-radius: 5px;
    }

    .tk-result {
        margin-top: 3px;
        display: inline-block;
        padding: 0 8px 0 8px;
    }

    .tk-price-des-parent.border-right {
        border-color: transparent !important;
    }

    .tk-hotel-list .card .card-body .order-3.border-left {
        border-color: transparent !important;
    }

    .PartoAirBook-quick-filters {
        text-align: center;
    }

        .PartoAirBook-quick-filters .tk-filter-parent {
            margin-bottom: 1rem;
        }

    .PartoAirBook-result {
        justify-content: center
    }
}

@media (min-width: 576px) {
    .PartoAirBook-result {
        display: flex;
    }

    .PartoAirBook-quick-filters {
        display: flex;
        justify-content: space-between;
    }
}

/*** Hotels Single ***/

/***/
.room-single-gallary {
    position: relative;
    height: 100%;
    overflow: hidden;
}

    .room-single-gallary .gallery-top {
        height: 125%;
        width: auto;
    }

    .room-single-gallary .swiper-container {
        width: 100%;
        height: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .room-single-gallary .swiper-slide {
        background-size: cover;
        background-position: center;
        border-radius: 3px;
    }

    .room-single-gallary .gallery-thumbs {
        height: 27%;
        box-sizing: border-box;
        padding: 10px 0 0;
    }

        .room-single-gallary .gallery-thumbs .swiper-slide {
            width: 25%;
            height: 100%;
            opacity: 0.8;
            filter: grayscale(45%);
        }

        .room-single-gallary .gallery-thumbs .swiper-slide-thumb-active {
            opacity: 1;
            filter: grayscale(0%);
        }

    .room-single-gallary .swiper-button-prev:after,
    .room-single-gallary .swiper-button-next:after {
        font-size: 20px;
    }

@media (max-width: 767px) {
    .room-single-gallary {
        height: auto
    }
}


/***/
.tk-heart-unselected {
    background: #f9e7e7;
    -webkit-background-clip: text;
}

.tk-logo-details {
    padding: 2px;
    transition: all .3s ease;
    border-radius: 50%;
    max-width: 80px;
    max-height: 80px;
}

    .tk-logo-details img {
        border-radius: 50%;
        border: 2px solid #fff;
        object-fit: cover;
        height: 76px;
        object-position: center;
    }

@media (max-width: 1097px) {
    .tk-address-details {
        display: block
    }
}

/***/
#Share_SocialNetworks {
    position: absolute;
    right: -155%;
    top: -5px;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    display: none;
    z-index: 1;
    padding: 4px 4px 0 0;
    box-shadow: 3px 3px 10px 1px #e9dce4;
}

/***/
#Services_Content {
    transition: max-height .8s ease;
    max-height: 4.2vh;
    overflow: hidden;
}

.services-content-height {
    transition: max-height .9s ease !important;
    max-height: 100vh !important;
}

/***/
.Low_Content {
    transition: all .9s ease !important;
    max-height: 0;
    overflow: hidden;
    color: #fff;
    border-radius: 3px;
    background: #ffff;
    padding: 0;
    text-align: justify;
}

.low-content-height {
    transition: all .9s ease !important;
    box-shadow: 1px 1px 2px 1px #e7e7e7;
    max-height: 1000vh !important;
    padding: 12px 25px 10px 20px !important;
    color: #302c2f !important;
    background: #fffdf9 !important;
}

/***/
#AboutUs_Content {
    transition: all .8s ease !important;
    max-height: 69px;
    overflow: hidden;
    background: linear-gradient(to bottom, #000, #959595,#a7a4a4, #ffffff);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-align: justify;
}

.about-content-height {
    max-height: 100vh !important;
    background: linear-gradient(to bottom, #000, #5a5353) !important;
}

/***/
.icon-play:before {
    font-weight: bold;
    padding-left: 4px;
}

.icon-play:hover {
    background: #fbeff7 !important;
}

/***/
.tk-time-text {
    width: 75px;
    display: inline-flex;
}

.list-icon.list-icon-caret li:before {
    color: #c4c4c4;
}


/*** Hotels Reservation ***/
.tk-steps-rsrv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .tk-steps-rsrv li {
        margin-left: 6px;
        width: 10rem;
        text-align: center;
        color: #d9c6c6;
        position: relative
    }

        .tk-steps-rsrv li i {
            font-size: 1.429rem;
            display: block;
        }

        .tk-steps-rsrv li span {
            font-size: 12px;
        }

        .tk-steps-rsrv li::after {
            content: "";
            position: absolute;
            top: 1.6rem;
            left: 0;
            border: 1px;
            border-style: dashed;
            border-color: rgba(255,255,255,0.2);
            right: 11rem;
            width: 6.5rem;
            z-index: -1;
        }

        .tk-steps-rsrv li.done {
            font-weight: bolder !important;
            color: #1b401d !important;
        }

            .tk-steps-rsrv li.done::after {
                border-color: #025605;
                border-style: solid;
            }

        .tk-steps-rsrv li.current {
            color: #fff !important;
            font-weight: bolder !important;
        }

            .tk-steps-rsrv li.current::after {
                border-color: rgba(255,255,255,0.8);
                border-style: solid;
            }

        .tk-steps-rsrv li:last-child::after {
            width: 0 !important;
            border: none !important;
        }

@media(max-width:1199px) {
    .tk-steps-rsrv li::after {
        width: 0;
        border: none;
        display: none
    }
}

@media (max-width: 767px) {
    .tk-steps-rsrv {
        padding-top: 2px;
    }

        .tk-steps-rsrv li {
            width: auto;
        }

            .tk-steps-rsrv li i {
                font-size: 13px;
            }

            .tk-steps-rsrv li span {
                font-size: 11px;
            }
}

@media(max-width: 576px) {
    .page-title-mini .tk-steps-rsrv {
        padding-top: 5px;
    }

    .tk-steps-rsrv {
        padding-top: 3px;
    }

        .tk-steps-rsrv li span {
            display: none;
        }

        .tk-steps-rsrv li i {
            font-size: 22px;
        }
}

/***/
.tk-old-psngr {
    position: absolute;
    top: -33px;
    left: 18px;
    font-weight: bolder;
}

.tk-ribbon {
    border-radius: 5px;
    position: absolute;
    top: -64px;
    right: 15px;
    padding: 8px 12px;
    color: #fff;
    text-align: center;
    min-width: 9rem;
}

    .tk-ribbon:after {
        position: absolute;
        right: 4px;
        bottom: -13px;
        width: 19px;
        content: '';
        height: 10px;
        background-color: transparent;
        z-index: 1;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        transform: rotate(267deg);
    }

.reservation-room-body .tk-ribbon {
    padding: 2px 10px;
    top: -58px;
    opacity: 0.8;
    min-width: 7rem;
    font-size: 13px;
}

.tk-ribbon.FlightReservation-ribbon {
    top: -7px;
    right: 14px;
    min-width: unset;
    padding: 2px 13px 0px;
    z-index: 1;
}

/***/
.responsive-table li {
    padding: 16px 4px;
    display: flex;
    justify-content: space-between;
}

.responsive-table .table-header {
    text-align: center;
    color: #ebebeb;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

    .responsive-table .table-header .col {
        font-size: 15px;
        font-weight: bold;
        text-align: right;
    }

.responsive-table .table-row {
    transition: all .2s ease-in-out;
    font-family: "IRANSans" !important;
    border: 1px solid #785f95;
    color: #000;
    background: #f5f4f5;
}

    .responsive-table .table-row:last-child {
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
    }

    .responsive-table .table-row:hover {
        background-color: #edd6e1;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        transition: all .2s ease-in-out;
    }

@media (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }

    .responsive-table .table-row {
        line-height: 2;
        background: #fff8ff;
        margin-bottom: 2px;
        border-radius: 3px;
    }

    .responsive-table li {
        display: block;
    }

    .responsive-table .col {
        flex-basis: 100%;
    }

    .responsive-table .col {
        display: flex;
        padding: 0 8px 0 0;
    }

        .responsive-table .col:before {
            padding-left: 16px;
            content: attr(data-label);
            flex-basis: auto;
            text-align: right;
            font-weight: bold;
        }
}

@media (max-width: 450px) {
    /*
    .responsive-table .col {
        display: block;
    }

        .responsive-table .col:before {
            display: block;
            width: 100%;
        }
    */
    .responsive-table li {
        padding: 16px 8px;
    }
}

@media (min-width: 768px) {
    .font-latin {
        font-family: arial;
        font-size: 13px;
        direction: ltr;
        text-align: right;
    }
}

/** FlightReservation.aspx **/
.FlightReservation-table .table-header {
    padding: 0.5rem 0;
    text-align: right;
}

.FlightReservation-img {
    max-width: 80px;
    max-height: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}

.FlightReservation-img2 {
    /*max-width: 50px;*/
    height: 50px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 5px;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .FlightReservation-img2 {
        display: none;
    }
}

/***/
.tk-validity-input {
    margin-right: 10px;
}

    .tk-validity-input input {
        padding: 0 8px !important;
        height: 25px;
        min-height: 6px !important;
        width: 100px;
    }

.input-group.tk-discount-group input {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    min-height: 32px;
    max-width: 100px;
}

.input-group.tk-discount-group > .input-group-append > .btn {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    height: 32px;
    padding: 2px 16px 0 20px;
}

/*** Travelogue ***/
.content-trvl-a {
    font-weight: bold !important;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cat-trvl-image {
    width: 100%;
    max-width: 100%;
    height: 12rem;
}

.brochure-p {
    line-height: 45px;
    color: #000000;
    font-size: 16px;
    height: 9rem;
    overflow: hidden;
    max-width: 53%;
}

.brochure-img {
    max-width: 30%;
    margin-right: 12%;
    max-height: 375px;
    width: auto;
    margin-left: 30px;
    float: right;
    border: 7px solid #fff;
    border-radius: 2px;
}

.brochure-div-txt {
    margin-top: 4%;
    padding: 30px 0;
    background-color: #dfdfdf;
}

.brochure-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 19px;
}

.brochure-swiper-button-next {
    background-image: url("../images/blog-next.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: auto;
    right: 7%;
    left: auto;
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.brochure-swiper-button-prev {
    background-image: url("../images/blog-prev.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: auto;
    right: auto;
    left: 7%;
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

    .brochure-swiper-button-next.disabled, .brochure-swiper-button-prev.disabled {
        background-image: unset;
    }

.aboutus-box-title {
    font-weight: bold;
    margin: 0 auto;
    text-align: justify;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
}

.aboutus-box-description {
    bottom: -9%;
    background: rgba(0,0,0,0.7);
    max-width: 500px;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    left: 4%;
    position: absolute;
    border-color: #c3c2c2;
    border-style: outset;
}

    .aboutus-box-description p {
        line-height: 2.2rem;
    }

@media (max-width: 991px) {
    .description-p {
        font-size: 16px;
    }

    .TravelogueCat {
        padding-left: 4% !important;
    }

    .cat-trvl-image {
        height: auto
    }

    .cat-trvl-row:last-child {
        display: none
    }
}

@media (min-width: 630px) and (max-width: 1200px) {
    .brochure-p {
        max-width: 40%;
    }
}

@media (max-width: 629px) {
    .brochure-img {
        max-width: 76%;
        max-height: unset;
    }

    .brochure-div-txt {
        background-color: transparent;
        width: 100%;
        display: inline-block;
        margin-top: 0%;
        padding: 3px 0;
    }

    .brochure-p {
        display: none;
    }

    .brochure-title {
        text-align: center;
        color: #000;
    }
}

@media (max-width: 530px) {
    .aboutus-box-description {
        position: initial;
    }
}


/*** aboutus - Modules ***/
.AboutUs-firstRow-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 320px;
}

.aboutus-box-description-right {
    right: 4%;
}

.aboutus-box-a {
    padding: 3px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 1px;
    letter-spacing: 1px;
}

.aboutus-box-a-light {
    color: #b7b3b3 !important;
}

    .aboutus-box-a-light:hover {
        color: #fff !important;
    }
/***/


/*** footer-inner-pages ***/
.footer-inner-pages .tk-bg-frm-rsrv {
    height: 235px;
    background-size: contain;
}

.footer-inner-pages .hom-srch-frm .onlineReservation-frm {
    padding-top: 15%;
}

@media (max-width: 767px) {
    .footer-inner-pages {
        display: none
    }
}

/**********/
.tags a {
    background: #fff;
    font-weight: 600;
}

.fldkey-Content {
    text-align: justify
}

    .fldkey-Content p {
        line-height: 3rem;
        color: #000000;
    }

form#FrmComment textarea[name="TxtComment"] {
    padding: 2rem;
    font-size: 1rem;
}

/**********/
.swal2-popup {
    width: 27em !important;
    padding: 0 0 1.25em !important;
}

.swal2-title {
    padding: 0 !important;
}

.swal2-html-container {
    margin: 0 !important
}

.swal2-actions button {
    min-width: 80px;
    margin-left: 5px;
    font-size: 13px !important;
    font-weight: normal !important;
}

.bootstrap-notify span.fas {
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 24px;
    padding-top: 0;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
}

.bootstrap-notify button.close {
    color: #747474;
}

/**********/
.select2-CmpltRgstr .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}

.select2-CmpltRgstr .select2-container .select2-selection--single {
    height: 40px;
}

.select2-CmpltRgstr .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.select2-CmpltRgstr .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-left: 2.1rem;
    height: 2.6rem;
}

.date-select select {
    line-height: 2rem;
}

input.ltr {
    padding-left: 2rem !important;
}
/********/

#modalPassengers {
    background-color: #727576bd;
}

    #modalPassengers .modal-body {
        min-height: 16vh;
    }

    #modalPassengers .blockUI.blockMsg.blockElement {
        opacity: 0.8 !important;
        background-color: transparent !important;
    }

        #modalPassengers .blockUI.blockMsg.blockElement h2 {
            color: #fff;
        }

.angle-colored {
    padding: 2px 1px 0 0;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
}

.fa-angle-down:before {
    color: #fff !important;
}
/********/

.paginationjs {
    justify-content: center;
}

@media (min-width: 992px) {
    .border-lg-left {
        border-left: 1px solid #dee2e6;
    }

    .border-lg-right {
        border-right: 1px solid #dee2e6;
    }
}

.card .card-body.flight-card-body {
    padding: 18px 14px 0 4px
}

@media (min-width: 360px) {
    a.btn-back-rsrv {
        margin-bottom: 1rem;
        display: block;
    }
}

/*=====================*/

.opt-flightDirection {
    position: absolute;
    top: -44px;
    right: 22px;
    width: auto;
    padding: 3px 13px 0 28px;
    min-height: 36px;
}

.parent-flightDirection {
    min-width: 145px;
}

.select2-results__option {
    padding: 11px 6px;
    font-size: 17px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 0;
    margin-left: 10px;
}

.spHotelDayCounter {
    position: absolute;
    color: #ffffff;
    padding: 3px 7px;
    background: #54323d;
    border-radius: 0 0 5px 5px;
}

.mds-bootstrap-persian-datetime-picker-container table td {
    padding: 5px 1px;
    border-radius: 3px;
}

.mds-bootstrap-persian-datetime-picker-container .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.mds-bootstrap-persian-datetime-picker-container table table tbody.days td[data-day][data-today] {
    background-color: transparent;
    box-shadow: 0 0 2px #cc6c00;
}

.mds-bootstrap-persian-datetime-picker-container table table tbody.days td[data-day]:not([data-special-date]):hover, .mds-bootstrap-persian-datetime-picker-container table table tbody.days td[data-nm]:hover, .mds-bootstrap-persian-datetime-picker-container table table tbody.days td[data-pm]:hover {
    background: transparent;
    box-shadow: 0 0 2px #008fcc;
}

@media (min-width: 768px) and (max-width: 1200px) {
    #rgvjfukzrgvjoeukwlaoapfu, #rgvjfukzrgvjoeukwlaoapfx {
        width: 50%;
    }
}

@media (max-width:998px) {
    .opt-flightDirection {
        top: -32px;
        padding: 0px 13px 0 28px;
        min-height: 30px;
    }
}

@media (max-width: 767px) {
    .mds-bootstrap-persian-datetime-picker-container > table > tbody > tr > td {
        display: block;
        width: 100% !important;
    }

    .spHotelDayCounter {
        position: static;
        color: #000000;
        padding-right: 20px;
        padding-bottom: 5px;
        display: inline-block;
        background: transparent;
    }

    .opt-flightDirection {
        position: static;
        width: 100%;
        padding: 12px 25px;
        min-height: 50px;
        border-radius: 70px;
        font-size: 14px;
        margin-bottom: 1px;
    }
}

/***************/
#page-content {
    min-height: 21rem;
}

/***************/
a.intech {
    color: #009e4a !important;
    font-weight: bold !important;
}

    a.intech:hover {
        color: #80b096 !important;
    }

/***************/
.parent-icon-filters-search {
}

#iconFiltersSearch {
}

@media (max-width: 767px) {
    .parent-filters-search {
        display: none;
    }
}

@media (min-width: 768px) {
    .parent-icon-filters-search {
        display: none;
    }
}
/***************/
.TopTel-left {
    display: none
}

    .TopTel-left span {
        font-size: 17px;
        color: #fbfbfb;
        margin-left: 13px;
    }

@media (min-width: 1025px) {
    .TopTel-right {
        display: none;
    }

    .TopTel-left {
        display: block;
        height: 50px;
        padding-top: 15px;
    }
}
