/*
Theme Name: David Appartment
Theme URI: https://www.permidico.shakedeal.co.il
Author: Tiran Moyal
Author URI: https://www.permidico.shakedeal.co.il
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Appartment, House
Text Domain: davidappartment
*/
@import"css/animation.css";

body {
    font-family: "Heebo", sans-serif;
	color:#101e38;
    text-align: left;
    direction: ltr;
    font-size: 16px;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5{
	font-weight:400;
	font-family: "Heebo", sans-serif;
}
ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

.cls {
    clear: both;
}
a {
    color: #00a2ff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #00a2ff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe,
object,
embed {
    max-width: 100%;
}
input:focus {
    outline: none;
}
input {
    font-family: "Heebo", sans-serif;
}
textarea {
    font-family: "Heebo", sans-serif;
}
select {
    font-family: "Heebo", sans-serif;
}
.img-fluid{
    width: 100%;
    height: auto;
    display: inline-block;
}

/* mobile menu */

.menuicon {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 20px;
}
.floatingnav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #101e38;
    z-index: 999999999;
}
.mobilemenuheader {
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #fff;
}
.mobilelogo {
    float: left;
}
.mobilelogo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 150px;
}
.closemenu {
    float: right;
    padding: 10px 0 0 0;
    cursor: pointer;
}
.menubox {
    color: #101e38;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.menubox ul li {
    padding: 0 0 5px 0;
}
.menubox ul li a {
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    padding-left: 10px;
}
.menubox ul li a:hover {
    text-decoration: none;
    color: #36c6f3;
}
.menubox ul li.current_page_item a {
    text-decoration: none;
    color: #36c6f3;
}
.menubox ul li.current_page_item ul li a {
    text-decoration: none;
    color: #fff;
}
.menubox ul li.current_page_item ul li a:hover{
    text-decoration: none;
    color: #36c6f3;
}

/* main style start */

.container{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.row-reverse{
    flex-direction: row-reverse;
}
.justify-center{
    justify-content: center;
}
.space-between{
    justify-content: space-between;
}
.header-area{
    height: 75px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.sticky{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.whitebg{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.header{
    position: relative;
	height: 75px;
}
.logo{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 0 0 0;
}
.logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 258px;
}
.header-area .logo img.default-logo{
    display: block;
}
.header-area .logo img.sticky-logo{
    display: none;
}
.header-area.sticky .logo img.default-logo{
    display: none;
}
.header-area.sticky .logo img.sticky-logo{
    display: block;
}
.header-area.whitebg .logo img.default-logo{
    display: none;
}
.header-area.whitebg .logo img.sticky-logo{
    display: block;
}
.navigation{
    text-align: center;
    padding: 25px 0 0 0;
}
.navigation ul li{
    display: inline-block;
    position: relative;
    padding: 0 0 15px 0;
    font-size: 14px;
    font-weight: 300;
}
.navigation ul li a{
    color: #fff;
    text-decoration: none;
    padding: 0 20px 0 20px;
    display: block;
}
.navigation ul li a:hover{
    color: #101e38;
    text-decoration: none;
}
.navigation ul li.current_page_item a{
    color: #101e38;
    text-decoration: none;
}
.navigation ul li ul{
    visibility: hidden;
    width: 250px;
    position: absolute;
    top: 25px;
    left: 10px;
    background: #fff;
    text-align: left;
}
.navigation ul li ul li{
    display: block;
    padding: 0;
}
.navigation ul li ul li a{
    padding: 10px 10px;
    color: #101e38;
    text-decoration: none;
}
.navigation ul li ul li a:hover{
    background: #101e38;
    color: #fff;
}
.navigation ul li ul li ul{
    visibility: hidden;
    width: 250px;
    position: absolute;
    top: 0;
    left: 250px;
}
.navigation ul li:hover > ul{
    visibility: visible;
}
.sticky .navigation ul li a{
    color: #101e38;
    text-decoration: none;
}
.sticky .navigation ul li a:hover{
    color: #a6a49f;
    text-decoration: none;
}
.whitebg .navigation ul li a{
    color: #101e38;
    text-decoration: none;
}
.whitebg .navigation ul li a:hover{
    color: #a6a49f;
    text-decoration: none;
}
.book-appointment{
    position: absolute;
	right: 0;
	top: 10px;
	margin: 0 0 0 0;
}
.book-appointment a{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: #a6a49f;
    border-radius: 10px;
    color: #fff;
    padding: 15px 25px 15px 25px;
}
.book-appointment a:hover{
    background: #101e38;
    color: #fff;
}
.slider-area{
	position: relative;
    overflow: hidden;
}
.slider-banner img{
	width: 100%;
	height: auto;
	display: block;
}
.home-banner-content{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.home-banner-content h1{
	font-size: 42px;
	line-height: 45px;
    font-weight: 600;
    padding: 0 0 35px 0;
}
.home-banner-content p{
    line-height: 28px;
    padding: 0 0 50px 0;
}
.home-banner-content a{
    font-size: 16px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding: 0 0 10px 0;
    text-decoration: none;
}
.home-banner-content a:hover{
    color: #770c11;
    border-bottom: 2px solid #770c11;
}
.home-content-area{
    padding: 40px 0 40px 0;
    overflow: hidden;
}
.home-content-info{
    max-width: 634px;
    margin: 0 auto;
    text-align: center;
}
.home-content-info h2{
    font-family: "Prata", serif;
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 30px 0;
}
.home-content-info p{
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 20px 0;
}
.home-featured-area{
    padding: 20px 0 0 0;
    overflow: hidden;
    max-width: 937px;
    margin: 0 auto;
}
.home-featured-item{
   width: 25%;
  margin: 0 0% 2% 0%;
  text-align: center;
}
.home-featured-info{
    padding: 25px 0 0 0;
    color: #101e38;
}
.home-featured-info p{
    font-size: 16px;
}
.exclusive-appartment-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.exclusive-appartment-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.exclusive-appartment-area h2{
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 65px 0;
    color: #a6a49f;
    font-weight: 400;
}
.exclusive-appartment-item{
    width: 48%;
    margin: 0 1% 2% 1%;
}
.exclusive-appartment-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.exclusive-appartment-info{
    padding: 35px 0 15px 0;
    overflow: hidden;
}
.exclusive-appartment-info h3{
    font-size: 27px;
    line-height: 27px;
    padding: 0 0 20px 0;
    font-weight: 400;
}
.exclusive-appartment-info h3 a{
    text-decoration: none;
    color: #101e38;
}
.exclusive-appartment-info h3 a:hover{
    text-decoration: none;
    color: #a6a49f;
}
.exclusive-appartment-info p{
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 0;
}
.appartment-facility{
    border: 1px solid #ebebea;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
}
.appartment-facility ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.appartment-facility ul li{
    margin: 2px 10px 2px 0;
    padding: 0 0 0 0;
    color: #101e38;
    font-size: 15px;
    line-height: 18px;
}
.appartment-facility ul li span{
    margin: 0 5px 0 0;
}
.view-more-btn{
    padding: 20px 0 0 0;
    overflow: hidden;
}
.view-more-btn a{
    font-size: 18px;
    color: #fff;
    display: inline-block;
    background: #a6a49f;
    border-radius: 10px;
    padding: 15px 60px 15px 60px;
}
.view-more-btn a:hover{
    color: #fff;
    background: #101e38;
}
.home-testimonial-area{
    background: #fbfbfb;
    padding: 50px 0 50px 0;
    overflow: hidden;
}
.home-testimonial-area h2{
    font-family: "Prata", serif;
    text-align: center;
    padding: 0 0 20px 0;
    color: #101e38;
    font-size: 40px;
    line-height: 40px;
}
.review-title{
    max-width: 880px;
    margin: 0 auto 45px auto;
    background: url(images/title-bg.png) repeat-x 0 center;
    text-align: center;
}
.review-title h4{
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    background: #fbfbfb;
    padding: 0 20px 0 20px;
    color: #575f70;
    font-weight: 400;
}
.home-testimonial-item{
    width: 23%;
    margin: 0 1% 2% 1%;
    text-align: center;
}
.home-testimonial-ratting{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 20px 0;
}
.home-testimonial-ratting img{
    margin: 0 3px 0 3px;
}
.home-testimonial-feedback{
    min-height: 70px;
    padding: 0 0 0 0;
}
.home-testimonial-feedback p{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #101e38;
}
.home-testimonial-author{
    color: #a1a5ae;
    font-size: 16px;
}
.home-testimonial-author p{
    color: #a1a5ae;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
}
.read-more-btn{
    text-align: center;
    padding: 25px 0 0 0;
}
.read-more-btn a{
    border: 2px solid #858c99;
    font-size: 18px;
    color: #101e38;
    display: inline-block;
    border-radius: 10px;
    padding: 20px 40px 20px 40px;
}
.read-more-btn a:hover{
    color: #fff;
    background: #101e38;
}
.attraction-area{
    padding: 80px 0 80px 0;
    overflow: hidden;
    background: #fff;
}
.attraction-top{
    padding: 0 0 50px 0;
    overflow: hidden;
}
.attraction-top-left{
    float: left;
}
.attraction-top-left h3{
    font-size: 30px;
    line-height: 30px;
    color: #a6a49f;
    font-weight: 400;
}
.attraction-top-right{
    float: right;
    padding: 10px 0 0 0;
}
.attraction-top-right a{
    color: #a6a49f;
    text-decoration: none;
    display: inline-block;
    background: url(images/right-arrow.png) no-repeat right center;
    padding: 0 20px 0 0;
    font-size: 15px;
}
.attraction-gallery{
    padding: 0 0 0 0;
    overflow: hidden;
}
.attraction-gallery-left{
    width: 66%;
    float: left;
}
.attraction-gallery-right{
    width: 31.6%;
    float: right;
    padding: 43px 0 0 0;
}
.attraction-gallery-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.attraction-big-gallery h3{
    font-family: "Prata", serif;
    font-size: 40px;
    line-height: 42px;
    padding: 0 0 35px 0;
    font-weight: 400;
}
.attraction-big-gallery h3 a{
    color: #101e38;
    text-decoration: none;
}
.attraction-big-gallery h3 a:hover{
    color: #575f70;
    text-decoration: none;
}
.attraction-small-gallery{
    padding: 35px 0 0 0;
    overflow: hidden;
}
.attraction-small-gallery h4{
    font-size: 18px;
    line-height: 20px;
    padding: 20px 0 0 0;
    font-weight: 400;
}
.attraction-small-gallery h4 a{
    color: #101e38;
    text-decoration: none;
}
.attraction-small-gallery h4 a:hover{
    color: #575f70;
    text-decoration: none;
}
.home-contact-area{
    background: #f6f6f6;
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.home-contact-inner{
    padding: 0;
    overflow: hidden;
}
.home-contact-left{
    width: 49%;
    float: left;
}
.home-contact-info{
    overflow: hidden;
}
.home-contact-info h3{
    color: #a6a49f;
    font-size: 30px;
    line-height: 30px;
    padding: 0 0 45px 0;
    font-weight: 400;
}
.home-contact-info h4{
    color: #101e38;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 20px 0;
    font-weight: 400;
}
.home-contact-address{
    padding: 20px 0 0 0;
}
.home-contact-address p{
    padding: 0 0 10px 0;
    color: #101e38;
    font-size: 18px;
    line-height: 20px;
}
.home-contact-number{
    padding: 40px 0 0 0;
    overflow: hidden;
}
.home-contact-number p{
    padding: 0 0 10px 0;
    color: #101e38;
    font-size: 18px;
    line-height: 20px;
}
.home-contact-right{
    width: 49%;
    float: right;
}
.home-contact-form-info{
    padding: 0 0 10px 0;
}
.home-contact-form-info p{
    font-size: 16px;
    padding: 0 0 20px 0;
}
.home-form-list{
    padding: 0 0 15px 0;
    overflow: hidden;
}
.home-form-list-left{
    width: 49%;
    float: left;
}
.home-form-list-right{
    width: 49%;
    float: right;
}
.home-form-list input{
    width: calc(100% - 22px);
    height: 63px;
    border: 1px solid #d2d5db;
    background: #fff;
    font-size: 14px;
    color: #101e38;
    font-weight: 700;
    padding: 0 10px 0 10px;
}
.home-form-list textarea{
    width: calc(100% - 22px);
    height: 118px;
    border: 1px solid #d2d5db;
    background: #fff;
    font-size: 14px;
    color: #101e38;
    font-weight: 700;
    padding: 10px 10px 10px 10px;
    resize: none;
}
.home-form-send input{
    width: 318px;
    height: 60px;
    font-size: 14px;
    border: none;
    text-align: center;
    cursor: pointer;
    background: #a6a49f;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.home-form-send input:hover{
    background:#101e38;
    color: #fff;
}
.footer-area{
    padding: 30px 0 30px 0;
    overflow: hidden;
    background: #575f70;
    color: #abb0ba;
    position: relative;
}
.footer-logo{
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -16px;
}
.footer-left{
    width: 45%;
    float: left;
}
.footer-menu ul li{
    font-size: 16px;
    display: inline-block;
    padding: 0 30px 0 0;
}
.footer-menu ul li a{
    color: #c0c4cd;
    font-weight: 600;
    text-decoration: none;
}
.footer-menu ul li a:hover{
    color: #101e38;
    text-decoration: none;
}
.footer-right{
    width: 45%;
    float: right;
    text-align: right;
}
.copyright-info p{
    font-size: 16px;
    font-weight: 600;
    color: #c0c4cd;
}

/* for attractions page */

.attractions-area{
    padding: 130px 0 100px 0;
    overflow: hidden;
    background: #fbfbfb;
}
.attractions-area h1{
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 50px 0;
    font-weight: 400;
    color: #101e38;
}
.attractions-item{
    width: 31.33%;
    margin: 0 1% 2% 1%;
}
.attractions-item-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.attractions-item-info{
    background: #fff;
    padding: 20px 5px 20px 5px;
    text-align: center;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.attractions-item-info h4{
    font-size: 18px;
    line-height: 20px;
    color: #101e38;
    font-weight: 400;
}
.attractions-item-info h4 a{
    color: #101e38;
    text-decoration: none;
}
.attractions-item-info h4 a:hover{
    color: #a6a49f;
    text-decoration: none;
}
.load-more{
    text-align: center;
    padding: 20px 0 0 0;
}
.load-more span{
    font-size: 16px;
    border: 2px solid #a6a49f;
    background: #fbfbfb;
    padding: 15px 50px 15px 50px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: #101e38;
}
.load-more span:hover{
    background: #101e38;
    color: #fbfbfb;
}
.bottom-contact-banner{
    padding: 60px 0 0 0;
    overflow: hidden;
}
.bottom-contact-banner img{
    width: 100%;
    height: auto;
    display: block;
}

/* for gallery page */

.gallery-item{
    width: 48%;
    margin: 0 1% 2% 1%;
}
.gallery-item-inner{
    position: relative;
}
.gallery-item-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.overlaybg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background: url(images/overlay-bg.png) repeat 0 0;
    display: none;
}
.overlay-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.overlay-center h3{
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 5px 0;
}
.gallery-item:hover .overlaybg{
    display: block;
}
.fulllink{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 11;
}

/* for our appartments */

.facility-whitebg{
    background: #fff;
}
.appartment-beds{
    padding: 0 0 10px 0;
    overflow: hidden;
}
.appartment-beds h4{
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #101e38;
    padding: 0 0 15px 0;
}
.appartment-beds p{
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #101e38;
    padding: 0 0 15px 0;
}
.seperator{
    width: 50px;
    height: 1px;
    background: #a2a09c;
}
.appartment-facility ul li.house-icon{
    background: url(images/house-icon.png) no-repeat 0 3px;
}
.appartment-facility ul li.garage-icon{
    background: url(images/garage-icon.png) no-repeat 0 3px;
}
.appartment-facility ul li.furniture-icon{
    background: url(images/furniture-icon.png) no-repeat 0 3px;
}
.appartment-facility ul li.kitchen-icon{
    background: url(images/house-icon.png) no-repeat 0 3px;
}
.appartment-facility ul li.wifi-icon{
    background: url(images/wifi-icon.png) no-repeat 0 3px;
}

/* for review page */

.customer-review-container{
    max-width: 870px;
    margin: 0 auto;
}
.customer-review-list{
    padding: 0 0 30px 0;
    overflow: hidden;
}
.review-ratting{
    padding: 0 0 10px 0;
}
.review-ratting img{
    display: inline-block;
    margin: 0 5px 0 0;
}
.review-author-info{
    padding: 0 0 15px 0;
}
.review-author-info p{
    color: #a1a5ae;
    line-height: 28px;
    font-size: 16px;
}
.customer-review-feedback{
    background: #fff;
    padding: 10px 25px 10px 25px;
    overflow: hidden;
    border-radius: 5px;
}
.customer-review-feedback p{
    padding: 15px 0 15px 0;
    line-height: 28px;
    font-size: 16px;
}

/* for attractions details page */

.attractions-container{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}
.attractions-big-picture img{
    width: 100%;
    height: auto;
    display: block;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.attraction-content{
    padding: 40px 60px 0 60px;
    overflow: hidden;
}
.attraction-content h1{
    font-size: 38px;
    line-height: 48px;
    padding: 0 0 30px 0;
    font-weight: 600;
    text-align: left;
}
.attraction-content h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 0 30px 0;
}
.attraction-content p{
    padding: 0 0 35px 0;
    line-height: 28px;
    font-size: 16px;
    color: #101e38;
}
.attraction-content img{
    width: auto;
    max-width: 100%;
    display: inline-block;
    height: auto;
}
img.alignright {
    float:right; 
    margin:0 0 1em 1em;
}
img.alignleft {
    float:left; 
    margin:0 1em 1em 0;
}
img.aligncenter {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

/* for appartment-details page */

.appartment-details-area{
    margin: 75px 0 0 0;
    padding: 50px 0 50px 0;
    overflow: hidden;
}
.appartment-gallery-area{
    padding: 0 115px 0 115px;
    margin: 0 0 90px 0;
    position: relative;
}
.appartment-gallery-heading{
    padding: 0 0 30px 0;
    overflow: hidden;
}
.appartment-gallery-heading-left{
    float: left;
}
.appartment-gallery-heading-left h1{
    font-size: 46px;
    line-height: 46px;
    color: #101e38;
    padding: 0 0 20px 0;
    font-weight: 700;
}
.appartment-gallery-heading-left p{
    font-size: 18px;
    line-height: 18px;
    padding: 0;
}
.appartment-gallery-heading-right{
    float: right;
    padding: 20px 0 0 0;
}
.appartment-gallery-heading-right a{
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #101e38;
    border-radius: 10px;
    padding: 15px 50px 15px 35px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #101e38;
}
.appartment-gallery-heading-right a:after{
    width: 16px;
    height: 17px;
    background: url(images/book-icon.png) no-repeat 0 0;
    position: absolute;
    right: 30px;
    top: 17px;
    content: "";
}
.appartment-gallery-heading-right a:hover{
    background: #a6a49f;
    color: #101e38;
    border: 2px solid #a6a49f;
}
.appartment-gallery-box{
    position: relative;
}
.appartment-tabs-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 115px 0 115px;
}
.appartment-tabs-left{
    width: 21%;
}
.appartment-features-box{
    background: #fbfbfb;
    padding: 25px 10px 25px 30px;
}
.appartment-features-box h4{
    padding: 0 0 30px 0;
    font-size: 18px;
    font-weight: 600;
}
.appartment-features-list{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.appartment-features-icon{
    width: 25%;
    float: left;
}
.appartment-features-info{
    width: 75%;
    float: right;
}
.appartment-tabs-right{
    width: 77%;
}
#tabs{
    border: 1px solid #101e38;
    overflow: hidden;
}
.tab-menu ul{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.tab-menu ul li{
    display: block;
    width: 20%;
    text-align: center;
}
.tab-menu ul li a{
    display: block;
    padding: 15px 0 15px 0;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    color: #101e38;
    font-weight: 600;
    border: 1px solid #101e38;
    border-top: none;
    border-bottom: none;
    border-left: none;
}
.tab-menu ul li a:hover{
    background: #101e38;
    color: #fff;
}
.tab-menu ul li.active a{
    background: #101e38;
    color: #fff;
}
.tab-menu ul li:last-child a{
    border-right: none;
}
.tab-content{
    border-top: 1px solid #101e38;
    overflow: hidden;
    padding: 35px 45px 35px 45px;
}
.property-tab-description h3{
    padding: 0 0 30px 0;
    font-size:22px;
    line-height: 24px;
    font-weight: 600;
}
.property-tab-description p{
    padding: 0 0 30px 0;
    line-height: 28px;
}
.property-tab-description a.book-now{
    display: inline-block;
    background: #101e38;
    border-radius: 10px;
    padding: 20px 60px 20px 60px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.property-tab-description a.book-now:hover{
    background: #575f70;
    color: #fff;
}
.property-tab-amenities h3{
    padding: 0 0 30px 0;
    font-size:22px;
    line-height: 24px;
    font-weight: 600;
}
.property-tab-amenities p{
    padding: 0 0 30px 0;
    line-height: 28px;
}
.property-tab-amenities ul li{
    list-style: circle;
    padding: 0 0 10px 0;
    list-style-position: outside;
}
.property-tab-location{
    position: relative;
}
.property-tab-reviews{
    overflow: hidden;
}
.property-tab-reviews .customer-review-feedback{
    background: #f8f8f8;
}

/* for contact page */

.contact-area{
    margin: 75px 0 0 0;
    overflow: hidden;
    background: #fbfbfb;
    min-height: 900px;
    position: relative;
}
.contact-area:before{
    content: '';
    position: absolute;
    left: 0;
    width: 35.5%;
    height: 100%;
    background: url(images/contact-left-picture.jpg) no-repeat 0 0;
}
.contact-container{
    padding: 55px 225px 100px 80px;
    overflow: hidden;
}
.contact-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.contact-content-right{
    width: 68%;
}
.contact-content-right h2{
    text-transform: uppercase;
    padding: 0 0 90px 100px;
    color: #101e38;
    font-size: 34px;
    line-height: 35px;
}
.contact-content-left{
    width: 25%;
    z-index: 9;
}
.contact-left-box{
    background: url(images/white-transparent-bg.png) repeat top left;
    padding: 25px 25px 25px 25px;
    overflow: hidden;
    border-radius: 10px;
}
.contact-left-box h3{
    color: #a6a49f;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 0 0 45px 0;
}
.contact-left-box h5{
    color: #101e38;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}
.contact-box-location{
    padding: 50px 0 0 0;
    overflow: hidden;
}
.contact-box-location h4{
    color: #101e38;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 0 0 10px 0;
}
.contact-box-location p{
    color: #101e38;
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 10px 0;
}
.contact-box-location p.marker-location{
    background: url(images/pin-mark-icon.png) no-repeat 0 0;
    padding: 0 0 10px 15px;
}
.contact-box-contact{
    padding: 50px 0 0 0;
    overflow: hidden;
}
.contact-box-contact p{
    padding: 0 0 20px 0;
    font-size: 18px;
    line-height: 18px;
}
.contact-box-contact ul li{
    padding: 0 0 20px 25px;
    font-size: 18px;
    line-height: 18px;
}
.contact-box-contact ul li:nth-child(1){
    background: url(images/phone-icon.png) no-repeat 0 0;
}
.contact-box-contact ul li:nth-child(2){
    background: url(images/fax-icon.png) no-repeat 0 0;
}
.contact-box-contact ul li:nth-child(3){
    background: url(images/phone-icon.png) no-repeat 0 0;
}
.appartment-gallery-box .flexslider{
    margin: 0 0 7px 0;
}
#slider{
    text-align: center !important;
}
#slider ul li img{
    display: inline-block !important;
    width: auto !important;
}
.no-mrgn{
    margin-top: 0;
}
.switch-site{
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 888;
}

