/*@import url('https://fonts.googleapis.com/css?family=Assistant:400,700&display=swap');*/
@import url('../fonts/fonts.css');

html, body{
    font-family: 'almoni_tzar_aaaregular', sans-serif;
    direction: rtl;
    font-weight: 400;
    background: #ffffff;
    background-size: 100%;
    background-repeat: repeat;
}
#image{
    position: absolute;
    z-index: 999999999;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 0;
    font-size: 57px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header{
    position: relative;
    height: 10%;
    width: 100%;
    display: block;
    background: none;
    direction: rtl;
    text-align: center;
    padding: 1vw 7vw;
}
.list-unstyled-title{
    display: none;
    position: fixed;
    top: 19.4vw;
    transform: rotate(90deg);
    direction: ltr;
    left: -5.8vw;
    z-index: 99999999;
}
.list-unstyled-title img{
    width: 29vw;
    display: inline-block;
    vertical-align: top;
    padding-right: 1.5vw;
    position: relative;
    top: 3.2vw;
}
.list-unstyled-title-txt{
    font-size: 6.5vw;
    color: #dfd0c3;
    display: inline-block;
    position: absolute;
}
.list-unstyled-title2{
    display: none;
}
.info_div{
    position: relative;
    display: block;
    margin-top: 1vw;
    text-align: center;
}
.info_div_title{
    text-align: center;
    width: auto;
    margin: 0 auto;
    background: none;
    color: #000000;
    font-size: 2vw;
    border-radius: 5vw;
    display: inline-block;
    padding: 0 2vw;
}
.info_div p{
    position: relative;
    direction: rtl;
    text-align: right;
    width: 72%;
    margin: 0 auto;
    font-size: 1.5vw;
    border: 0.1vw solid #000000;
    margin-top: 3vw;
    padding: 2vw;
    color: #000000;
}
.text-right {
    text-align: right!important;
    background: #ffffff;
    background-size: 100%;
    background-repeat: repeat;
    padding: 1vw 9vw;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-orient: horizontal; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: row;
    /* flex-direction: row; */
    /* -webkit-box-align: start; */
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* height: 100%; */
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    z-index: 9999999;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 2vw;
    overflow: visible;
    vertical-align: -.125em;
}
.selectList_building{
    display: flex;
}
.selectList_rooms{
    display: flex;
}
.selectList_price{
    display: flex;  
}
.refresh{
    display: flex;
    cursor: pointer;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.header_line_title{
    color: #000000;
    font-size: 1.1vw;
    /* margin-left: 4vw; */
    vertical-align: middle;
    display: flex;

}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #000000;
    font-size: 20px;
}
.refresh_txt{
    display: flex;
    color: #000000;
    font-size: 1.2vw;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 130px;
    display: flex;
}
.selectList_rooms .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 160px;
    display: flex;
}
.selectList_price .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 235px;
    display: flex;
}
.bootstrap-select>.dropdown-toggle{
    /*line-height: 1;*/
}
.header_line-fa{
    color: #000000;
    font-size: 1.2vw;
    vertical-align: middle;
    margin-left: 0.5vw;
}
.header_line-fa:before {
    right: 0.55vw;
    top: 0.45vw;
    position: relative;
}
i.fas {
  display: inline-block;
  border-radius: 60px;
  border: 2px solid #ffffff;
  padding: 0.5em 0.6em;
}

.logo_img{
    width: 10vw;
    /*background: #ffffff;*/
}
.footer{
    position: relative;
    height: 10%;
    width: 100%;
    display: block;
    background: none;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: right;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: right;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    direction: rtl;
}
.dropdown-menu{
    z-index: 9999999;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding: 3vw 2vw 11vw 3vw;
    padding-top: 1vw;
    padding-bottom: 0;
    direction: rtl;
    text-align: right;
}
.bold_txt{
    font-weight: 700;
}
.floor{
    display: block;
    min-height: 20vw;
    border: 0.15vw solid #000000;
    margin: 2% 0.5%;
    border-radius: 0;
    overflow: hidden;
    background: none;
    position: relative;
    z-index: 2;
}
.floorimg{
    display: inline-block;
    border: 0;
    width: 8% !important;
    /* min-height: 1vw !important; */
    text-align: center;
    background: none;
    /* transform: rotate(90deg); */
    z-index: 1;
}
.floorimg_txt{
    position: relative;
    display: inline-block;
    margin-top: 100%;
    background: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    padding-top: 0;
    padding: 0 1vw;
    text-align: center;
    color: #1f3b50;
    font-weight: 700;
    font-size: 1.5vw;
    transform: rotate(90deg);
    float: left;
    right: 0;
    top: 2vw;
}
.inner_building{
    display: block;
}
.buildings_container{
    display: none;
    direction: ltr;
}
.inner_building_title{
    display: block;
    width: 100%;
    background: none;
    direction: rtl;
    border-top: 0;
    border-bottom: 0.12vw solid #000000;
}
.inner_building_title_right{
    direction: rtl;
    width: 50%;
    display: inline-block;
    text-align: right;
    font-size: 1vw;
    padding-right: 4%;
    color: #000000;
}
.inner_building_title_left{
    direction: rtl;
    width: 50%;
    display: inline-block;
    text-align: left;
    font-size: 1vw;
    padding-left: 4%;
    color: #000000;
}
.inner_text{
    padding-right: 5%;
    font-size: 1.2vw;
    line-height: 1.7;
    color: #000000;
    direction: rtl;
}
.orientation{
    font-size: 1.2vw;
    display: none;
}
.price{
    padding: 0;
    width: auto;
    margin: 0 auto;
    font-size: 1.5vw;
    text-align: center;
    line-height: 1.5;
    margin-top: 1vw;
    overflow-wrap: break-word;
    background: none;
    color: #000000;
    display: table;
    padding: 0 0.5vw;
}
.propertyid{
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #000000;
    color: #ffffff;
    display: none;
}
.docs{
    position: relative;
    width: auto;
    text-align: center;
    /* float: left;*/
}
.mifrat{
    border: 0vw solid #e3d3c5;
    /* border-left: 0; */
    width: 42%;
    text-align: center;
    margin: 0 auto;
    border-radius: 0;
    padding: 0;
    background: none;
    display: inline-block;
    padding: 0 0;
    position: relative;
    margin: 0 auto;
    margin-top: 1vw;
    /* border-bottom-right-radius: 2vw; */
    /* border-top-right-radius: 2vw;*/
    background: #ffd73a;
    color: #ffffff;
    display: none;
}
.mifrat a{
    text-decoration: none;
    color: #000000;
    font-size: 1.2vw;
    font-weight: 700;
}
.mifrat img{
    width: 1.1vw;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5vw;
    display: none;
    margin: 0 auto;
    padding: 0.1vw;
}
.plan{
    border: 0;
    /* border-left: 0; */
    width: 45%;
    text-align: center;
    margin: 0 auto;
    border-radius: 0;
    padding: 0;
    background: none;
    display: inline-block;
    padding: 0 0;
    position: relative;
    margin: 0 auto;
    margin-top: 1vw;
    /* border-bottom-right-radius: 2vw; */
    /* border-top-right-radius: 2vw; */
    margin-left: 0.5vw;
    background: #ffd73a;
    color: #ffffff;
}
.plan a{
    text-decoration: none;
    color: #000000;
    font-size: 1.2vw;
    font-weight: 700;
    /* pointer-events: none; */
    /* opacity: 0.3; */
    width: 100%;
    display: block;
}
.plan img{
    width: 1.5vw;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5vw;
    display: none;
    margin: 0 auto;
    padding: 0.1vw;
}
.free:after {
    content: "";
    text-align: center;
    background: #E5E5E5 url(../images/mish_img.png) !important;
    /*background: #ffd73a url(../images/sold_img.png) !important;*/
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 10vw !important;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sold:after {
    content: "";
    text-align: center;
    background: #ffd73a url(../images/sold_img.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 7vw !important;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}

.footer{
    position: relative;
    text-align: center;
    direction: rtl;
    width: 100%;
}
.footer_top{
    background: none;
    width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.footer h4{
    display: block;
    color: #ffffff;
    padding-bottom: 1vw;
    font-size: 1vw;
}
.footer a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2vw;
}
.footer_bottom{
    background: none;
    color: #ffffff;
    text-align: right;
    padding-right: 2vw;
    font-size: 1vw;
}
.hide_price:after{
    content: "";
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.reserved:after{
    content: "";
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hide_six:after{
    content: "";
    text-align: center;
    background: rgba(255, 255, 255, 0.9) url(../images/6rooms.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5vw;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hide_five:after{
    content: "";
    text-align: center;
    background: rgba(255, 255, 255, 0.9) url(../images/5rooms.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5vw;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hide_four:after{
    content: "";
    text-align: center;
    background: rgba(255, 255, 255, 0.9) url(../images/4rooms.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5vw;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hide_three:after{
    content: "";
    text-align: center;
    background: rgba(255, 255, 255, 0.9) url(../images/3rooms.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5vw;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.clear_rooms{
    display: none;
}
.clear_rooms .fa-times{
    font-size: 1vw;
    cursor: pointer;
    color: #ffffff;
    margin-right: 0.5vw;
}
.clear_price{
    display: none;
}
.clear_price .fa-times{
    font-size: 1vw;
    cursor: pointer;
    color: #ffffff;
    margin-right: 0.5vw;
}

@media screen and (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }
    .header {
        text-align: center;
    }
    .clear_rooms {
        display: none;
        position: absolute;
        top: 30%;
        left: 6%;
    }
    .clear_price {
        display: none;
        position: absolute;
        top: 71%;
        right: 64%;
    }
    .list-unstyled-title {
        display: none;
        position: fixed;
        top: 76.4vw;
        transform: rotate(90deg);
        direction: ltr;
        left: -7.8vw;
        z-index: 99999999;
    }
    .list-unstyled-title2{
        display: none;
        position: fixed;
        top: 83vw;
        transform: rotate(270deg);
        direction: ltr;
        right: -7.1vw;
        z-index: 99999999;
    }
    .list-unstyled-title2 img{
        width: 29vw;
        display: inline-block;
        vertical-align: top;
        padding-right: 1.5vw;
        position: relative;
        top: 3.2vw;
    }
    .logo_img {
        width: 31vw;
    }
    .floor {
        width: 100% !important;
    }
    .info_div_title {
        font-size: 8vw;
    }
    .info_div p {
        width: 88%;
        font-size: 5.5vw;
        border: 0.4vw solid #e3d3c5;
    }
    .footer h4 {
        display: block;
        color: #ffffff;
        padding-bottom: 1vw;
        font-size: 5.3vw;
    }
    .footer a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        font-size: 6.2vw;
    }
    .footer_bottom {
        background: none;
        color: #ffffff;
        text-align: center;
        padding-right: 0;
        font-size: 4vw;
    }
    .header_line-fa{
        display: none;
    }
    .text-right {
        text-align: right!important;
        background: #ffffff;
        background-size: 100%;
        background-repeat: repeat;
        padding: 1vw 3vw;
        z-index: 999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        /* -webkit-box-orient: horizontal; */
        /* -webkit-box-direction: normal; */
        -ms-flex-direction: row;
        /* flex-direction: row; */
        /* -webkit-box-align: start; */
        -ms-flex-align: start;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /* height: 100%; */
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        z-index: 9999999;
        text-align: center !important;
    }
    .header_line_title {
        color: #ffffff;
        font-size: 4.1vw;
        /* margin-left: 4vw; */
        vertical-align: middle;
        display: block;
        text-align: center;
    }
    .refresh {
        display: inline-block;
        cursor: pointer;
        text-align: center;
        width: 28%;
    }
    .refresh_txt {
        display: inline-block;
        color: #000000;
        font-size: 6.2vw;
    }
    .selectList_building {
        display: inline-block;
        width: 40%;
    }
    .selectList_rooms {
        display: inline-block;
        width: 41%;
    }
    .selectList_price {
        display: inline-block;
        width: 66%;
        margin-top: 3vw;
    }
    .floor {
        display: block;
        min-height: 67vw;
        border: 0.5vw solid #000000;
        margin: 2% 0.5%;
        border-radius: 0;
        overflow: hidden;
        background: none;
        position: relative;
    }
    .floorimg_txt {
        position: relative;
        display: inline-block;
        margin-top: 0;
        background: url(../images/floor_bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 22vw;
        height: 15.3vw;
        padding-top: 6.5vw;
        color: #ffffff;
        font-weight: 700;
        font-size: 5.5vw;
    }
    .floorimg {
        display: inline-block;
        border: 0;
        width: 100% !important;
        /* min-height: 1vw !important; */
        text-align: center;
        background: none !important;
        min-height: 18vw !important;
    }
    .inner_building_title_right {
        font-size: 5.5vw;
    }
    .inner_building_title_left {
        font-size: 5.5vw;
    }
    .inner_text {
        font-size: 5vw;
        line-height: 1.2;
    }
    .docs {
        position: relative;
        width: auto;
        text-align: center;
        /* float: left; */
        margin-top: 1vw;
    }
    .mifrat{
        border: 0.5vw solid #e3d3c5;
        /*border-bottom-right-radius: 3vw;*/
        /*border-top-right-radius: 3vw;*/
        /*padding-bottom: 1vw;*/
        height: auto;
    }
    .mifrat a{
        font-size: 5.2vw;
    }
    .mifrat img{
        width: 5vw;
    }
    .plan{
        border: 0.5vw solid #e3d3c5;
        /* border-bottom-right-radius: 3vw; */
        /* border-top-right-radius: 3vw; */
        /* padding-bottom: 1vw; */
        /*height: 14vw;*/
        margin-left: 1.5vw;
        height: auto;
    }
    .plan a{
        font-size: 5.2vw;
    }
    .plan img{
        width: 7vw;
    }
    .refresh .fa-sync{
        display: inline-block;
        width: 4vw !important;
        height: 4vw;
    }
    .selectList_rooms .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 140px;
        display: inline-block;
    }
    .clear_rooms .fa-times {
        height: 4vw;
        margin-right: 0.5vw;
        width: 4vw;
    }
    .selectList_price .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 190px;
        display: inline-block;
    }
    .clear_price .fa-times {
        height: 4vw;
        margin-right: 0.5vw;
        width: 4vw;
    }
    .free:after {
        content: "";
        text-align: center;
        background: #e3d3c5 url(../images/mish_img.png) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 30vw !important;
    }
    .sold:after {
        content: "";
        text-align: center;
        background: #e3d3c5 url(../images/sold_img.png) !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 23vw !important;
    }
    .hide_three:after {
        content: "";
        text-align: center;
        background: rgba(255, 255, 255, 0.9) url(../images/3rooms.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20vw;
    }
    .hide_four:after {
        content: "";
        text-align: center;
        background: rgba(255, 255, 255, 0.9) url(../images/4rooms.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20vw;
    }
    .hide_five:after {
        content: "";
        text-align: center;
        background: rgba(255, 255, 255, 0.9) url(../images/5rooms.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20vw;
    }
    .hide_six:after {
        content: "";
        text-align: center;
        background: rgba(255, 255, 255, 0.9) url(../images/6rooms.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20vw;
    }
    .price{
        padding: 1vw 2.5vw;
    }
    .list-unstyled {
        width: 100%;
        padding: 11vw 11vw 11vw 11vw;
    }
    .fa-plus {
        height: 4vw;
        width: 4vw !important;
        vertical-align: middle;
        display: inline-block;
        float: left;
        top: 4.6vw;
        position: relative;
        left: 4vw;
        color: #ffffff;
    }
    .fa-minus {
        height: 4vw;
        width: 4vw !important;
        vertical-align: middle;
        display: inline-block;
        float: left;
        top: 4.6vw;
        position: relative;
        left: 4vw;
        color: #ffffff;
    }
    .mb-0, .my-0 {
        margin-bottom: 0!important;
        color: #ffffff;
        background: #000000;
        line-height: 2;
        font-size: 6vw;
        margin-top: 1vw !important;
        margin-bottom: 2vw !important;
        text-decoration: none;
        padding-right: 3vw;
    }
    .accordion-title{
        vertical-align: middle;
    }
    a.accordion-toggle:hover{
        text-decoration: none;
    }
    .mb-0:hover, .mb-0:focus, .mb-0:active{
        text-decoration: none;
    }
	#image {
        position: absolute;
        z-index: 999999999;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 24%;
        font-size: 27px;
        font-weight: 900;
    }

}