body {
    margin: 0 !important;
    color: #121212;
    background: #fafafa;
}

.spacebox {
    padding: 3.2rem 0 1.6rem 0;
}

* {
    --tw-shadow: 0px 2px 8px 0px rgba(38, 50, 80, .07);
    --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
}

/* LOGO */
.logo {
    vertical-align: middle;
    height: 3.2rem;
    display: inline-block;
}

.logo svg {
    height: 3.2rem;
    width: auto;
}

/* HEADER */
header {
    z-index: 1;
}

/* MENU  */
.loginmenu {
    text-align: left;
    float: left;
}

.menu {
    display: inline-block;
    padding: 0 3.2rem 0 0;
}

.menuitem {
    height: 3.2rem;
    line-height: 3.2rem;
    display: inline-block;
    padding: 0 1.6rem 0 1.6rem;
    font-weight: 500;
    cursor: pointer;
}

/* SLIDESHOW */
.slidebox:after {
    width: 100%;
    height: 56rem;
    background: linear-gradient(180deg, #ffffffc2, transparent);
    top: 0;
    content: " ";
    left: 0;
    position: absolute;
}

.slidebox {
    width: 100%;
    height: auto;
    background: #f1f3f8;
    overflow: hidden;
    max-height: 48rem;
    margin-top: -8.8rem;
    display: block;
    height: 48rem;
    background: linear-gradient(45deg, #ffd2d1, #fdbada);
}

/* SEARCHBOX */
.searchbox {
    margin: auto;
    display: block;
    margin-top: -24rem;
    background: linear-gradient(0deg, #ffffff, #ffffff70);
    z-index: 10;
    opacity: 0.99;
    padding: 3.2rem 6.4rem;
    text-align: center;
    border-radius: 3.2rem;
    backdrop-filter: blur(6px) saturate(0.8) brightness(1);
    --squircle-smooth: 1;
    --squircle-radius: 32px;
    mask-image: paint(squircle);
}

.catsearch {
    min-height: 4.8rem;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    color: #909090;
    padding: 0.8rem 2.4rem;
    margin-bottom: -0.2rem;
    cursor: pointer;
}

.catrow {
    border-bottom: 0.1rem solid #dedede;
    margin-bottom: 3.2rem;
}

.catsearch.selected {
    border-bottom: 0.2rem solid #0093AD;
    border-radius: 0;
    color: #121212;
}

.catsearch svg {
    margin: auto;
    height: 2.4rem;
    width: 2.4rem;
    vertical-align: text-bottom;
    margin-left: 0.4rem;
}

.catsearch svg path {
    fill: #909090;
}

.catsearch.selected svg path {
    fill: #121212;
}

span.catsearch_title {
    text-align: center;
    width: 100%;
    margin-top: 0.4rem;
    font-weight: 600;
    vertical-align: middle;
}

.row.searchinputs {
    margin-top: .8rem;
}

/* SELECT2 */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 6.4rem;
    border: none;
    border-radius: 1.6rem;
    background: #ffffff;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    text-align: right;
    padding: .8rem 1.6rem;
    font-size: 2rem;
    font-weight: 300;
    color: #121212;
    vertical-align: middle;
    height: 6.4rem;
}

.searchicon {
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1.6rem;
    float: right;
    align-items: center;
    display: flex;
}

.searchicon svg {
    width: 2.4rem;
    height: 1.8rem;
    fill: #121212;
}

span.uptext {
    color: #909090;
    display: block;
    font-size: 1.4rem;
    line-height: 1.2rem;
}

span.chosentext {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #121212;
    text-align: right;
    display: block;
    margin-top: 0.6rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    line-height: 3.6rem;
    height: 3.6rem;
    padding: 0 0.8rem;
    font-family: 'bluefire';
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 0;
    border-bottom:1px solid #e1e1e1;
    border-radius: 0;

}

.select2-dropdown {
    background: #ffffff;
    border: none;
    backdrop-filter: blur(2px);
    padding: 1.6rem;
    border-radius: 0 0 1.6rem 1.6rem;
}

.select2-container--open .select2-dropdown--above {
    margin-bottom: -8px !important;
    border-radius: 1.6rem 1.6rem 0 0;
    margin-top: 9px;
    padding: 1.6rem;
}

.select2-results__option {
    font-weight: 300;
    border-radius: .8rem;
    padding: 0.2rem 1.6rem;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 300;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #717fe0;
    color: white;
    font-weight: 500;
    --squircle-smooth: 1;
    --squircle-radius: 16px;
    mask-image: paint(squircle);
}

span.select2-selection__arrow {
    display: none;
}

.hidden {
    display: none !important;
}

.inputdivplace {
    height: 6.4rem;
    border: none;
    border-radius: 1.6rem;
    background: #ffffff;
    text-align: right;
    padding: .8rem 1.6rem;
    font-size: 2rem;
    font-weight: 300;
    color: #121212;
    align-content: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.textholder {
    display: flex;
    flex-direction: column;
}

.select2-selection__rendered {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100%;
}

.selectdaterange {
    cursor: pointer;
}

input.persiandatepicker,
input.persiandatepickertwin {
    height: 6rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -10000000000;
    width: 100%;
    right: 0;
    margin-top: -6.2rem;
}

/*  SLIDESHOW ITEMS  */
img.backcenterslideitem {
    width: 50%;
    display: block;
    margin-top: 12rem;
    position: absolute;
    right: 0;
    filter: blur(2px);
    z-index: 0;
    animation-name: floatingcloud;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

.backcenterslideitemfloating {
    z-index: 10;
    position: absolute;
    width: 36rem;
    max-width: 34%;
    left: 0;
    top: 18rem;
    animation-name: floatingplane;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.backcenterslideitemfloating.bot12 {
    top: 12rem;
}

@keyframes floatingplane {
    0% {
        transform: translate3d(4px, 6px, 0);
    }

    25% {
        transform: translate3d(-4px, 2px, 0);
    }

    50% {
        transform: translate3d(-3px, 4px, 0);
    }

    100% {
        transform: translate3d(4px, 6px, 0);
    }
}

@keyframes floatingcloud {
    0% {
        transform: translate3d(4px, -6px, 0);
    }

    25% {
        transform: translate3d(-2px, 6px, 0);
    }

    50% {
        transform: translate3d(-8px, 8px, 0);
    }

    100% {
        transform: translate3d(4px, -6px, 0);
    }
}

.contactus {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.contactus svg {
    width: 3.2rem !important;
    height: 3.2rem !important;
    float: left;
    margin-right: 1.6rem;
}

span.teltext,
span.tel {
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    color: #121212;
    font-weight: 600;
    font-size: 1.8rem;
}

span.teltext {
    color: #909090;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
}

.row .column.loginmenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.loginmenu .hbutton {
    margin: 0 !important;
    margin-right: 2.4rem !important;
    border-radius: .16rem;
    --squircle-smooth: 1;
    --squircle-radius: 32px;
    mask-image: paint(squircle);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.searchicon.largeicon,
.searchicon.largeicon svg {
    width: 3.6rem;
    height: 3.6rem;
    margin-left: .4rem;
}

input[type=search] {
    background: #FFF;
}

.button.seachboxbutton {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
}

.button.seachboxbutton svg {
    fill: #FFF;
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-right: -0.8rem;
    margin-left: 0.4rem;
}

/* footer */
.footer-copyright {
    background: #f1f3f8;
    display: flex;
    width: 100%;
    font-size: 1.6rem;
    text-align: right;
    padding: 3.2rem;
}

.footerlogo {
    display: inline-block;
    float: left;
}

.footerlogo svg path,
.footerlogo svg {
    width: 6.4rem;
    height: auto;
    fill: #909090 !important;
}

.copyright-text {
    display: inline-block;
    width: calc(100% - 12.8rem);
    line-height: 2.4rem;
}

.footer-copyright .container {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.apppromo {
    margin: 3.2rem 0;
    padding: 1.6rem 3.2rem;
    background: #255b63;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 1.6rem;
    --squircle-smooth: 1;
    --squircle-radius: 16px;
    mask-image: paint(squircle);
}

.apppromo .apppromo-title svg path {
    fill: #FFF;
}

.apppromo .apppromo-title svg {
    vertical-align: middle;
    margin-left: 1.6rem;
    width: 8rem;
    border-left: .2rem solid #0093ad;
    padding-left: 1.6rem;
}

.apppromo-title {
    font-size: 1.6rem;
    font-weight: 400;
    word-spacing: -0.2rem;
    color: #FFF;
}

.appmarketlogos svg {
    height: 3.6rem;
    width: auto;
    border-radius: 0.8rem;
    margin-right: 0.8rem;
    --squircle-smooth: 1;
    --squircle-radius: 16px;
    mask-image: paint(squircle);
}

.appmarketlogos {
    height: 3.6rem;
}

.footermenu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    font-size: 1.2rem;
    margin: 4.8rem 0;
}

.footermenu_col_header {
    font-weight: 500;
    font-size: 1.8rem;
}

.footermenu_item {
    line-height: 1.6rem;
    padding: 0.4rem;
    font-weight: 500;
    color: #909090;
    cursor: pointer;
}

.footermenu_item:hover {
    color: #121212;
}

.slidetrig {
    opacity: 0;
    transition: all 0.2s ease-in;
}

.slidetrig.show {
    opacity: 1;
}

.slidetrig .mainimg {
    transform: translate3d(-6rem, 0, 0) !important;
    opacity: 0;
    transition: all 0.2s ease-in;
    z-index: 1;
    position: relative;
}

.slidetrig.show .mainimg {
    transform: translate3d(0px, 0, 0) !important;
    opacity: 1;
}

.dividercalendar {
    height: 20rem;
    width: 0.1rem;
    background: #f1f3f8;
    z-index: 100000;
    margin: 0 0.8rem;
}

/* SEARCHBOX ONLY  */
.searchbox .select2-container--default .select2-selection--single,
.searchbox .inputdivplace,
.searchbox .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    background: none !important;
    padding: 0 1.6rem 0 0;
    height: 5.6rem;
    transition: background 0.2s ease-in;
}

.searchbox .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    background: #FFF !important;
    border-bottom: 0.1rem solid #f1f3f8;
}

.button.seachboxbutton {
    height: 5.4rem;
    line-height: 5.4rem;
    border-radius: 3.2rem;
}

.searchinputbox {
    display: none;
}

.searchinputbox.showflight {
    display: block;
}

.daterangepicker .drp-calendar.right {
    display: table;
}

.daterangepicker.single .ranges {
    width: 24rem;
    text-align: center;
    float: none;
    margin-bottom: 1.6rem;
    direction: rtl;
}

.button.seachboxbutton {
    height: 4.8rem;
    line-height: 4.8rem;
    border-radius: 1.6rem;
    margin-bottom: 0;
    margin-top: 0.8rem;
    --squircle-smooth: 1;
    --squircle-radius: 32px;
    mask-image: paint(squircle);
}

.sbutton {
    background: none;
    border: .1rem solid #dedede;
    margin: 0 0.4rem;
    color: #121212;
    font-weight: 500;
}

.sbutton.selected {
    background-color: #00606E;
    border-color: #00606E;
    color: #FFF;
}


.listpr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 4.8rem;
    padding-bottom: 3.2rem;
}

.hotelgrid {
    width: 33.333333%;
    padding: .8rem;
    display: flex;
}

.hotelgrid-box {
    width: 100%;
    height: 100%;
    padding: 2.4rem;
    background: #ffffff;
    border-radius: 3.2rem;
    background: paint(squircle);
    --squircle-smooth: 1;
    --squircle-radius: 32px;
    --squircle-fill: #ffffff;

}

.hotelgrid-imgbox {
    margin: -3.2rem 0 0 0;
    width: 40%;
    border-radius: 1.6rem;
    --squircle-smooth: 1;
    --squircle-radius: 16px;
    mask-image: paint(squircle);
    float: right;
}

.hotelgrid-imgbox img {
    margin-bottom: -1.6rem;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.hotelgrod-namebox {
    display: inline-block;
    float: left;
    width: 60%;
    vertical-align: bottom;
    font-weight: 400;
    color: #909090;
    line-height: 1.6rem;
    font-size: 1.2rem;
    padding-right: 1.6rem;
}

.hotelgrid-name {
    color: #121212;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.4rem;
}


i.hotelgrid-staricon {
    background: url(/img/icons/star.svg) no-repeat center center;
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    float: right;
    margin-left: 0.2rem;
    margin-right: 0;
    background-size: 1.6rem;
}

.hotelgrid-starbar {
    display: flex;
    margin-top: 0.8rem;
    position: relative;
    height: auto;
    width: 100%;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

i.hotelgrid-staricon.on {
    background: url(/img/icons/star_on.svg) no-repeat center center;
    background-size: 1.6rem;
}

.hotelgrid-starline {
    width: calc(100% - 9rem);
    height: 0.1rem;
    background: #f1f3f8;
    vertical-align: middle;
    margin-top: .4rem;
}

.listpr-title {
    display: flex;
    width: 100%;
    padding: 0 0 1.6rem 0;
    font-size: 2.4rem;
    font-weight: 400;
}

.onlyforcat {
    display: none;
}

img.sponserlogo {
    filter: grayscale(1) brightness(1) contrast(0);
    height: 6.4rem;
    width: 8.0rem;
    float: left;
}
.row.sponsers{
    margin:3.2rem auto;
}
.row.sponsers .row .column {
    width: auto;
    text-align: center;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.row.sponsers .row {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 1.6rem;
}

span.maincontact-text {
    font-size: 2.4rem;
    font-weight: 400;
    color: #255b63;
    display: block;
}

span.secondcontact-text {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #121212;
    word-spacing: -0.1rem;
}


.contactusicon {
    width: 3.2rem;
    height: 3.2rem;
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding: .4rem 0;
}

.contactusbar {
    display: inline-block;
    float: right;
    vertical-align: middle;
    width: calc(100% - 4.8rem);
    padding-right: .8rem;
    border-left: 0.1rem solid #e1e1e1;
    padding-left: 1.6rem;
    margin-left: 1.6rem;
}

.contactusicon svg {
    fill: #255b63;
}


.property_box {
    padding: 3.2rem;
    margin-top: 3.2rem;
    background: #ffffff;
    --squircle-smooth: 1;
    --squircle-radius: 32px;
    mask-image: paint(squircle);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}

.property_imgbox {
    --squircle-smooth: 1;
    --squircle-radius: 16px;
    mask-image: paint(squircle);
}

img.property_mainimg {
    margin-bottom: -1rem;
    object-fit: cover;
}

.property_title_type {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    display: block;
    padding-right: 5.6rem;
}

.property_title_name {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    display: block;
    padding-right: 5.6rem;
}

.property_type_icon svg {
    display: inline-block;
    float: right;
    position: absolute;
    height: 4.8rem;
    width: 4.8rem;
    opacity: 0.2;
}

.propertygrid-starbar {
    display: block;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-left: 1.6rem;
}

.propertygrid-starbar i.hotelgrid-staricon{
    width: 1.8rem;
    height: 1.8rem;
    margin-left:0.1rem;
}


.propertygrid-starbar i.hotelgrid-staricon.on,
.propertygrid-starbar i.hotelgrid-staricon{
    background-size: 1.8rem;
}

.property-desc {
    text-align: justify;
    font-size: 1.4rem;
    line-height: 3.2rem;
    word-spacing: -.1rem;
    margin-top: 3.2rem;
    font-weight: normal;
    margin-bottom:3.2rem;
}

.property-startext {
    padding-left: 1.6rem;
    text-align: left;
    font-size: 1.4rem;
    line-height: 3.6rem;
    color: #fe9527;
    font-weight: normal;
    word-spacing: -.1rem;
}

.property_address {
    padding-left: 1.6rem;
    margin-top: 1.6rem;
    border-top: 1px solid #f1f3f8;
    padding-top: 1.6rem;
}

.righticon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    word-spacing: -.1rem;
    line-height: 2rem;
}

.righticon i {
    font-size: 2.4rem;
    margin-left: .8rem;
    opacity: 1;
    color: #e1e1e1;
    width: 3.6rem;
    text-align: center;
}


.righticon .uppertext {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
}

.property_entertime {
    width: 30%;
    display: inline-flex;
}

div#propertymap {
    height: 32rem;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

a[href="https://neshan.org"],
a[href="https://maps.neshan.org"],
a[href="https://openstreetmap.org"]
{
    display:none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

p.property_title_map {
    font-family: 'bluefire';
    font-size: 1.6rem;
    font-weight: 600;
    text-align: right;
    line-height: 1.8rem;
    margin: 0;
    padding-top: .4rem;
}

p.property_address_map {
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: right;
    font-family: 'bluefire';
    font-weight: 400;
    margin: 0;
    margin-top: .8rem;
    margin-bottom: 1rem;
}


#propertymap{
    margin:6.4rem 0;
    --squircle-smooth: 1;
    --squircle-radius: 16px;
    mask-image: paint(squircle);
}


a.property_gallery_item {
    display: inline-block;
    margin: 0 !important;
    width: 12.5%;
    padding: .4rem;
}


.property-gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 4rem;
}




.readmorebutton{
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #606c76;
    background-color: transparent;
    padding: 3.2rem 0px;
    z-index: 1;
    cursor: pointer;
    text-align: center;
}
.property-gallery{
    height: 24rem;
    padding: 6.4rem 0px;
    position: relative;
    overflow: hidden;
}

.readmorebutton:after{
    position: absolute;
    content: "";
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 12rem;
    background: linear-gradient(180deg, #ffffff00, #fff, #fff);
    z-index: -1;
}

.expanded{
    height: auto;
}
.active_buttonexpanded{
    display: none;
}

.group_features {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    padding-top:1.6rem;
    margin-bottom:1.6rem;
}

.featureitem {
    width: 20%;
    font-size: 1.2rem;
    font-weight: 400;
    color: #606c76;
}

.featureitem i {
    padding-left: .8rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #606c76;
}

.facility_group_divider {
    width: 100%;
    margin: 1.6rem 0 .4rem 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #9E9E9E;
}

.property_roomcount {
    margin-top: 3.2rem;
    width: calc(40% - 2.4rem);
    border-left: 1px solid #e1e1e1;
    margin-left: 1.2rem;
    display:inline-flex;
}

.room_types {
    display: flex;
    background: #ffffff;
    --squircle-smooth: 1;
    --squircle-radius: 32px;
    mask-image: paint(squircle);
    margin: 1.6rem 0;
    overflow: hidden;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.room_type_img {
    width: 18rem;
    height: 14rem;
    background: #f1f3f8;
    --squircle-smooth: 1;
    --squircle-radius: 32px;
    mask-image: paint(squircle);
    margin-left: 2.4rem;
}

.room_type_bed_tag {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    background: #f1f3f8;
    padding: .2rem 1.6rem;
    border-radius: .8rem;
    color: #000;
}

.room_type_capacity {
    font-size: 1.8rem;
    display: inline-block;
}

.room_type_beds {
    display: inline-block;
}

i.fa-light.fa-user-group {
    font-size: 2.4rem;
}

.room_type_capacity span.quant_bold {
    font-size: 2.2rem;
    font-weight: 400;
    margin: 0 .2rem;
}

.room_type_capacity span.quant_bold i {
    color: #dedede;
    margin-left: 0.4rem;
    font-size: 1.6rem;
}

.keen-slider__slide {
    cursor: pointer;
}

.keen-slider__slide.active img{
    transform: translateY(-.8rem);
}

.keen-slider__slide img{
    transition: all 0.2s ease-in;
    --squircle-smooth: 1;
    --squircle-radius: 32px;
    mask-image: paint(squircle);
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
    padding-top: 0.8rem;
}

.room_type_pricetag {
    float: left;
    margin-left: 0;
    margin-right: auto;
    padding: .4rem 3.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #0093ad;
    margin-top: auto;
    margin-bottom: 2rem;
    letter-spacing: -.05rem;
}

.currancy {
    margin-right:0.2rem;
    display: inline-block;
}

.room_type_title {
    font-size: 1.6rem;
    font-weight: 400;
    word-spacing: -.2rem;
}


.room_type_extracapacity {
    display: inline-block;
    font-weight: 400;
    font-size: 1.4rem;
    margin-right: 1.2rem;
    padding-right: 1.2rem;
    border-right: 2px solid #e1e1e1;
    line-height: 1.2rem;
}

.room_type_extracapacity span.quant_bold {
    font-size: 1.6rem;
    font-weight: 600;
}

img.roomthumb {
    object-fit: cover;
    height: 100%;
    opacity:1;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 2.4rem;
  }
  
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 2.4rem;
    border: .8rem solid transparent;
    background-clip: content-box;
    padding:3.2rem 0;
    min-height:6.4rem;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  }


  
  .qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.8rem;
    padding: 0 !important;
    width: 3.8rem;
    text-align: center;
    background: none;
    height: 2.8rem;
    padding-right: 1.2rem !important;
}
.qty .plus,
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 2.4rem;
    height: 2.4rem;
    font-size:  1.6rem;
    text-align: center;
    border-radius: .8rem;
    background: #717fe0;
    line-height: 2.4rem;
    }


.qty .minus:hover{
    background-color: #717fe0 !important;
}
.qty .plus:hover{
    background-color: #717fe0 !important;
}
/*Prevent text selection*/
.qty span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qty input{  
    border: 0;
    width: 12rem;
}
.qty nput::-webkit-outer-spin-button,
.qtyinput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty input:disabled {
    background-color: white;
    font-family: bluefirefanum !important;
}
         
.qty_title {
    text-align: right;
    width: 12rem;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    height: 2.4rem;
    float: right;
    letter-spacing: -.05rem;
}

span.qty_title_small {
    font-size: 1rem;
}

.passengerbox {
    width: 32rem;
    border: 1px solid;
    padding: 1.6rem;
}

.roomqty_title {
    text-align: right;
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
}

.qty {
    margin-bottom: .4rem;
}

.passengerboxchoose {
    position: absolute;
    width: auto;
    
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
    
}
.room_qty_box {
    padding: 3.2rem;
    background: #FFF;
    border-radius: 3.2rem;
}

.passengerboxchoose.active{
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 10000;
}

.passengerboxchoose.active:before {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff00;
    display: block;
    content: " ";
    z-index: -10000;
    backdrop-filter: blur(2px);
}

.button.second-button {
    display: block;
    line-height: 3.6rem;
    height: 3.6rem;
    background: #717fe0;
    border: 1px solid #717fe0;
    font-weight: 400;
    font-size: 1.6rem;
    border-radius: .8rem;
}


ul#select2-city-ju-results {
    padding-top: .8rem;
}

.select2-dropdown.animated {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}



/* ANIMATIONS  */
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-timing-function: ease-in;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.breadcrumbscontainer {
    border-top: 1px solid #e1e1e1;
    margin-top: 3.2rem;
    padding-top: 1.6rem;
    margin-bottom: 3.2rem;
}

.breadcrumbs {
    font-size: 1.6rem;
    font-weight: 400;
}

a.breadcrumbs_item {
    color: #000;
}

span.breadcrumbs_divider {
    margin: 0 .8rem;
    font-size: 1.2rem;
}

.search_in_list {
    background: #FFF;
    padding: 2.4rem 0;
}

.search_in_list #hotelsearchform {
    margin: 0 !important;
}

span.special_breadcumbsicon svg {
    width: 2rem;
    height: 1.6rem;
    margin: 0 .4rem 0 .4rem;
}

.breadcrumbs_item.rightmargin {
    margin-right: 2.4rem;
    float: left;
}

.breadcrumbs_item.iconrotate svg {
    transform: scaleX(-1);
}

.column.iconbutton {
    width: 4.8rem;
    padding: 0;
    margin-left: 1.2rem;
}

.column.iconbutton .button {
    width: 4.8rem !important;
    padding: 0;
    text-align: center;
}

.column.iconbutton .button svg {
    margin: 0;
}





.ticketgrid {
    width: 100%;
    background: #fff;
    border: 1px solid #f1f3f8;
    margin: .8rem 0;
    padding: 3.2rem 4.8rem;
    --squircle-smooth: 1;
    --squircle-radius: 32px;
    mask-image: paint(squircle);
}

.column.takeofcolumn, .column.taketocolumn {
    min-width: 12rem;
}

.column.taketocolumn {
    text-align: left;
}

span.takeintime,
span.takeofftime {
    display: block;
    font-size:2.4rem;
    font-weight:500;
    line-height: 2.4rem;
    margin-top: 1.2rem;
}

span.takeinto,
span.takeofffrom {
    display: block;
    font-size:1.8rem;
    font-weight:500;
    color: #909090;
    line-height: 1.8rem;
    margin-top: 0.4rem;
}

span.takeintime.unkn {
    font-weight: 200;
    font-size: 1.6rem;
    color: #909090;
}

span.takeintime.unkn {
    font-weight: 200;
    font-size: 1.6rem;
    color: #909090;
}

.column.airlinetitle,
.column.airlinetitleeng{
    word-spacing: -.2rem;
    width: 12rem;
    font-size: 1.4rem;
    font-weight: 400;
    height: 3.2rem;
    color: #909090;
    border-bottom: .2rem dashed #e1e1e1;
    margin-top: -1.2rem;
}

.column.airlinelogo {
    width: 8rem;
}

.column.airlinetitleeng {
    text-align: left;
}

.column.airlinecolumn .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
}

.column.airlinelogo img {
    max-height: 6.4rem;
    max-width: 6.4rem;
    text-align: center;
    margin: auto;
    display: block;
}
.column.rightline ,
.column.leftline{
    border-bottom:.1rem solid #e1e1e1;
    height:1.6rem;
}


.column.flighticonsvg {
    width: 6.4rem;
    text-align: center;
    height: 3.2rem;
    display: flex;
    align-content: space-around;
    align-items: center;
}

.column.flighticonsvg svg {
    width: 2.4rem;
    height:2.4rem;
}

.row.flightline {
    margin: 1.6rem 0 .4rem 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.column.takeofcolumn,.column.taketocolumn{
    max-width:8rem;
}

.column.pricecolumn {
    text-align: left;
    font-size: 1.8rem;
    font-weight: 600;
    color: #0093ad;
}

span.tooman {
    font-weight: 400;
}

.column.extradetails {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.row.pricerow {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

span.capacity_title , span.flightno_title {
    color: #909090;
    font-weight: 300;
    margin-left: .8rem;
    border-left: .2rem solid #f1f3f8;
    padding-left: .8rem;
}

span.capacity_value {
    color: #00606e;
    font-weight: 500;
}

span.flightno_value {
    font-weight: 500;
    letter-spacing: 0.2rem;
}


.column.rightline:before ,
.column.leftline:before {
    content: " ";
    width: 3.2rem;
    height: 3.2rem;
    background: #fafafa;
    display: block;
    position: absolute;
    right: 1.6rem;
    border-radius: 50%;
    border: 1px solid #f1f3f8;
}
.column.leftline:before {
    left: 1.6rem;
    right: auto;
}