body{
    font-family: 'Assistant';
    background-color: #f0f0ed;
    font-weight: 400;
}
.d-flex{
    display: flex;
}
.font-bold{
    font-weight: bold;
}
.font-semibold{
    font-weight: 500;
}
.real-estate-template{
    padding-top: 16px;
}
.slider-wrap-sec{
    max-width: calc(100% - 600px) !important;
    width: calc(100% - 600px) !important;
    position: relative;
}
.text-center{
    width: 600px !important;
    max-width: 600px !important;
}
.image-notice{
    position: absolute;
    top: 774px;
    left: 19px;
    color: #fff;
    font-size: 14px;
    font-family: 'Assistant';
}
.slider-logo{
    position: absolute;
    top: 18px;
    left: -38px;
}
[dir='rtl'] .slick-next:before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../images/arrow-left.png);
    display: block;
    background-size: 100%;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 65px;
}
.form input{
    width: 100%;
    direction: rtl;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    font-size: 16px;
    border-radius: 50px;
}
.submit-btn input{
    background-color: var(--secondary-color);
    font-size: 24px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding: 0;
    border-radius: 50px;
    color: #fff !important;
}
.form-col-ps-5{
    padding-left: 5px !important;
}
.form-col-pr-5{
    padding-right: 5px !important;
}
[dir='rtl'] .slick-prev:before {
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(../images/arrow-right.png);
    display: block;
    background-size: 100%;
}
[dir='rtl'] .slick-prev {
    right: 1px;
    left: auto;
    z-index: 9;
}
.main-logo{
    max-width: 240px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.main-slider .slick-track{
    min-height: 730px !important;
    /* height: 730px !important; */
    display: flex !important;
}
.main-slider .slick-track > .slide{
    height: inherit !important;
}
::placeholder {
    font-size: 16px !important;
    opacity: 1 !important;
    color: #000000;
    font-weight: 600;
}
.form h2{
    color: #FFFFFF;
    font-size: 23px;
    line-height: 26px;
    margin: 36px 0 20px;
    text-align: center;
}
.slider-image{
    height: 100%;
    width: 100%;
	object-position: center center !important;
    object-fit: cover;
}
.slick-dots{
    bottom: 10px;
}
.slick-active button{
    background-color: #0f5237 !important;
}
.slick-dots li button{
    background-color: #FFFFFF91;
    opacity: 1;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}
.slick-dots li button:before{
    display: none;
}
.main-bg{
    background-image: linear-gradient(180deg, var(--background-color) 55%, var(--second-background-color) 0%) !important;
    padding-bottom: 130px;
}
.four-thumb-gallery .slick-initialized .slick-slide{
    padding: 5px 5px;
}
.main-heading{
    font-size: 62px !important;
    color: var(--primary-color);
    line-height: 44px !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.main-heading > span{
    color: #76baa5;
}
.center-text{
    text-align: center;
}
.notice{
    margin-bottom: 10px;
    display: block;
}
.content .sub-heading{
    font-size: 27px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 28px;
}
.content .desc{
    font-size: 19px;
    margin-bottom: 30px;
    line-height: 26px;
}
.price-text{
    font-size: 29px;
    line-height: 27px;
    margin-bottom: 8px;
}
.price-text > strong:first-child {
    margin-bottom: 10px !important;
    width: 100%;
    display: block;
}
.notice, .sub-heading p{
    color: #000000;
    font-size: 20px;
    margin-bottom: 24px;
}
.pricing-detail .price{
    font-size: 36px !important;
    line-height: 36px;
    padding: 10px;
    background: var(--primary-color);
    text-align: center;
    color: #fff;
    font-weight: bold;
    max-width: 380px;
    margin: 0 auto 10px;
}
.pricing-detail .rooms{
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    color: #0d5439;
}
.pricing-detail .starting{
    font-size: 18px;
    line-height: 22px;
    color: #0d5439;
    margin-bottom: 22px;
}
input[type="checkbox"] {
    display: none;
}
.checkbox{
    position: relative;
    margin-bottom: 20px;
}
.checkbox label{
    display: flex;
    padding-right: 10px;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Assistant' !important;
    text-align: right;
}
.page-id-44 img{
    max-width: 248px;
}
.page-id-44 h1{
    font-size: 68px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 26px;
    color: #0d5439;
}
.page-id-44 p{
    font-size: 20px;
    line-height: 26px;
    color: #000;
}

/*.checkbox label:before{*/
/*    content: '';*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: 2px solid #FFFFFF;*/
/*    border-radius: 3px;*/
/*    background-color: transparent;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    right: 12px;*/
/*}*/

/*input[type="checkbox"]:checked label::before{*/
/*    background-color: #000000 !important;*/
/*    background: #000000 !important;*/
/*}*/

/* Style the check box label *

/* Style the check box input */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 3px;
}

/* Style the check box icon */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 15px;
    height: 14px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 1px;
}

/* Style the check box icon when checked */
.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked::before {
    background-color: #333;
}



.lower-notice p{
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 0px;
    font-family: 'Assistant' !important;
}
.mobile-menu{
    display: none;
}
.form-order p{
    margin-bottom: 0 !important;
}
.wpcf7-spinner{
    position: absolute;
    left: 20px;
}
input[type="email"]{
    direction: rtl !important;
}

/*// tahnk you page*/

.page-id-108{
    background: white !important;
    text-align: center;
}
.page-id-108 h1{
 font-size: 68px;
    font-weight: 600;
    line-height: 68px;
    margin-bottom: 0 !important;
    margin-top: 120px;

}
.page-id-108{
    font-size: 20px;
}
.page-id-108 .content-wraper, .page-id-108 .breadcrums{
 display: none !important;
}
.wpcf7-not-valid-tip{
    margin-bottom: 6px;
    margin-top: -12px;
	text-transform: normal;
}
.wpcf7-response-output{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 2px 5px !important;
}
.content{
    max-width: 560px;
    margin: 0 auto;
}








/*new page style*/
/* @font-face {
    font-family: "Mikhmoret Rounded DL 1.1 AAA Regular";
    src: url("https://db.onlinewebfonts.com/t/1ee6d438c61d7ccf10ee9798e4dbe98a.eot");
    src: url("https://db.onlinewebfonts.com/t/1ee6d438c61d7ccf10ee9798e4dbe98a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1ee6d438c61d7ccf10ee9798e4dbe98a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/1ee6d438c61d7ccf10ee9798e4dbe98a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/1ee6d438c61d7ccf10ee9798e4dbe98a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/1ee6d438c61d7ccf10ee9798e4dbe98a.svg#Mikhmoret Rounded DL 1.1 AAA Regular")format("svg");
} */
.bottom-wrap{
    max-width: 854px;
    margin: 0 auto;
    padding-top: 35px;
    position: relative;
}
.lower-descl{
    text-align: center;
    margin: 0 auto;
}
.lower-descl p{
    font-family: "Assistant";
    font-size: 16px;
    margin-top: -8px;
    margin-bottom: 35px;
    direction: rtl;
}
.new-page-form .submit-btn input {
    font-size: 40px !important;
    padding: 0 !important;
    line-height: 46px;
    font-weight: 400 !important;
    padding: 0 !important;
    color: #fff !important;
}
.new-page-image-one{
    margin-bottom: 25px;
}
.new-page-bootm-content{
    text-align: center;
}
.new-page-bootm-content .sub-heading p{
    font-size: 23px;
    font-family: "Assistant";
    line-height: 26px;
}
.logo-wrap-top{
    background: #FFFFFF;
}
.p-0{
    padding: 0 0 0 0 !important;
}
.new-page-bootm-content .main-logo{
    margin-top: 20px;
}
.new-page-bootm-content .image-notice {
    bottom: 42px;
    left: 15%;
    color: #000;
}
.botom-galler-wrap .slick-track{
    max-height: auto !important;
    min-height: auto !important;
    height: auto !important;
}
.botom-galler-wrap .slick-prev:before{
    width: 44px;
    height: 44px;
    opacity: 1;
}
.botom-galler-wrap .slick-next:before{
    width: 44px;
    height: 44px;
    opacity: 1;
}
.botom-galler-wrap .slick-next{
    left: 24px;
}
.botom-galler-wrap .slick-prev, .botom-galler-wrap .slick-next{
    top: 40%;
}
.four-thumb-gallery{
    margin-bottom: 10px;
}
.graphic-box{
    text-align: center;
    padding: 5px 6px;
}
.graphic-box p{
    font-family: "Assistant";
    font-size: 16px;
    margin-top: 5px;
    line-height: 16px;
}
.gallery-bottom-map .row{
    margin: 0;
    justify-content: space-between;
}
.gallery-bottom-map{
    margin-right: -5px;
}
.new-botom-form h2{
    font-size: 48px;
    color: #131718;
    margin-top: 15px;
    margin-bottom: 5px;
}
.new-bottom-form-wrap .col-md-6, .new-bottom-form-wrap .col-md-12, .new-page-form .col-md-6, .new-page-form .col-md-12{
    padding: 5px;
}
.new-bottom-form-wrap .submit-btn input{
    background-color: var(--secondary-color);
    font-size: 40px !important;
    font-weight: 400 !important;
    line-height: 19px;
    padding: 15px 0 10px 0 !important;
    color: #fff;
}
.new-botom-form .form input, .new-page-form.form input{
    margin-bottom: 3px !important;
    padding:7px 10px;
}
.footer-phone-black{
    background: #000;
}
.footer-phone-black a{
    font-size: 60px;
    font-family: "Assistant";
    color: #FFFFFF;
    text-decoration: none;
    line-height: 74px;
}
.end-white-bg{
    background: #fff;
    padding: 24px;
    padding-bottom: 45px;
}
.new-botom-form .end-desc-new-form{
    color: #131718;
    font-size: 14px;
    font-family: "Assistant";
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: -6px;
}
.main-bg-new-lnd-pag{
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.new-page-bootm-content  .sub-heading{
    margin-top: 24px;
    margin-bottom: 22px;
}
/* .main-bg-new-lnd-pag .main-heading, .main-bg-new-lnd-pag .sub-heading-one{
    text-align: center;
    margin: 0 auto;
} */
.main-bg-new-lnd-pag .main-heading{
    font-weight: 400 !important;
    font-size: 44px;
}
.new-botom-form .form input, .new-page-form.form input{
    font-size: 22px;
    font-weight: 600;
}
.new-bottom-form-wrap ::placeholder{
    font-size: 22px !important;
}
.new-page-form ::placeholder{
    font-size: 22px !important;
}
.image-notices{
    position: absolute;
    left: -120px;
    top: -28px;
    font-weight: 800;
}
.new-page-image-one .logo-two-text {
    width: 320px;
}
.combo-btn-pri-ass {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
}
.bottom-button {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}
.combo-btn-pri-new{
    color: #000;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin-top: -27px;
    z-index: 8;
    position: relative;
}
.combo-btn-pri-new .bottom-button{
    color: #000000 !important;
    font-size: 18px !important;
}
.page-id-176, .page-id-180{
    background: #FFFFFF !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-id-176 h1{
    display: none;
}
.page-id-176 p, .page-id-180 p{
    font-size: 22px !important;
    margin-bottom: 0 !important;
}
.page-id-176 div{
    font-size: 22px;
}
.main-bg.new .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]::before{
	border: none !important;
}
.detail-mob a img{
    max-width: 16px;
}
@media (max-width: 600px) {
    .new-page-form .submit-btn{
        width: 100%;
        max-width: 100%;
        margin-top: -10px;
    }
    .new-page-form .submit-btn input{
        border-radius: 0 !important;
        font-size: 22px !important;
        font-weight: 600 !important;
        margin-top: -2px;
        padding: 0 !important;
        line-height: 40px;
    }
    .new-bottom-form-wrap .submit-btn input{
        padding: 12px 10px 10px 10px !important;
    }
    form > .row > .col-md-6 {
        width: 100%;
        max-width: 100%;
        padding: 0 14px !important;
    }
    form > .row > .field-4 {
        max-width: 44%;
        order: 5;
    }
    form > .row > .form-item5 {
        max-width: 56%;
        order: 4;
        padding-left: 0px;
    }
    .form h2{
        margin: 54px 0 14px;
    }
    .main-banner .slide{
        min-height: 311px;
    }
    .main-banner .slide img{
        min-height: 311px;
    }
    .main-bg-new-lnd-pag .main-heading {
        font-size: 28px;
    }
    /* .main-bg-new-lnd-pag .sub-heading-one {
        font-size: 20px;
    } */
    .lower-descl{
        max-width: 100%;
    }
    .lower-descl p{
        font-size: 10px;
        margin-top: 0px;
    }
    .new-page-bootm-content .image-notice {
        top: 492px;
        left: 10px;
    }
    .new-page-bootm-content .sub-heading p {
        font-size: 14px;
    }
    .main-bg-new-lnd-pag{
        padding: 0 22px;
    }
    .bottom-wrap{
        padding-top: 24px;
    }
    .graphic-box {
        padding: 2px;
        max-width: 25%;
    }
    .botom-galler-wrap{
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }
    .botom-galler-wrap .slide{
        flex: 0 0 32%;
        max-width: 32%;
        box-sizing: border-box;
    }
    .new-botom-form h2 {
        font-size: 24px;
    }
    .graphic-box p{
        font-size: 11px;
    }
    .new-bottom-form-wrap .submit-btn{
        max-width: 100%;
        margin-top: -10px;
    }
    .new-bottom-form-wrap .submit-btn input{
        border-radius: 0;
        font-size: 22px !important;
        font-weight: 600 !important;
        margin-top: -3px;
    }
    .new-botom-form .end-desc-new-form{
        font-size: 10px;
        max-width: 100%;
    }
    .footer-phone-black a {
        font-size: 39px;
        line-height: 45px;
        padding: 4px 0 0 0;
        display: block;
    }
    .image-notices{
        left: 0;
    }
    .new-bottom-form-wrap ::placeholder{
        font-size: 16px !important;
    }
    .new-page-form ::placeholder{
        font-size: 16px !important;
    }
    .new-botom-form .form input, .new-page-form.form input{
        font-size: 16px;
        font-weight: 400;
    }
    .new-page-bootm-content .main-logo {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .new-page-bootm-content .sub-heading {
        margin-top: 14px;
        margin-bottom: 17px;
    }
    .new-page-image-one .logo-two-text {
        width: 214px;
    }
    .new-botom-form .form input, .new-page-form.form input{
        padding: 8px 10px;
    }
    .end-white-bg{
        padding-bottom: 20px;
    }
}
.wpcf7-response-output{
	display: none !important;
}

/* Hash css start */
.banner-slider .slider-image img{
	object-position: top left !important;
}
.banner-slider .slick-track{
	min-height: 700px !important;
	height: 700px !important;
}
.main-video{
    max-width: calc(100% - 120px);
    margin: 0 auto;
}
.main-video, .main-video iframe{
	min-height: calc(100vh - 150px);
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    background-color: #000;
}
.main-video iframe{
    margin-bottom: -5px;
}
.short-detail > p{
	margin-bottom: 16px;
}
.bold-detail > p{
	margin-bottom: 30px;
  	margin-top: -10px;
	font-size: 24px;
}
.banner-slider .slide video,
.banner-slider .slide iframe{
	width: 100%;
	height: 100%;
	background-color: #000;
}
.banner-slider .slick-dots{
	bottom: 10px;
}
@media(min-width: 1920px){
	.banner-slider .slick-track{
		min-height: 850px !important;
		height: 850px !important;
	}
}
@media(max-width: 1360px){
	.bold-detail > p{
		margin-bottom: 20px;
	}
}
@media(max-width: 600px){
	.main-video, .main-video > iframe{
		min-height: 2px;
		height: 180px;
		margin-bottom: 30px;
	}	
	.banner-slider .slick-dots{
		bottom: -30px;
	}
	.slick-dots li button{
		background-color: #fff;
	}
	.banner-slider{
		margin-bottom: 60px !important;
	}
	.bold-detail > p {
		margin-bottom: 30px;
	}
	.short-detail > p{
		margin-bottom: 20px;
	}
	.banner-slider .slick-track{
		min-height: 220px !important;
		height: 220px !important;
	}
	.main-bg.new {
		background-image: linear-gradient(180deg, #fff 59%, #0f5237 0%) !important;
	}
	.banner-slider :where(.slick-prev, .slick-next){
		top: 42% !important;
	}
	.banner-slider .slider-image img{
		object-position: top left !important;
	}
    .main-video, .main-video iframe{
        min-height: 226px;
    }
    .main-video{
        max-width: calc(100% - 57px) !important;
        margin-top: 30px !important;
    }
    .main-video::before{
        left: -18px !important;
        width: calc(100% + 36px) !important;
    }
}

/**** Nirav's css ****/
.main-slider, .main-video{
    max-width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.main-slider::before, .main-video::before{
    content: '';
    width: calc(100% + 70px);
    height: 100%;
    background-image: url(../images/slider-border.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: -30px;
}
.slider-wrap-sec::before {
    content: '';
    width: 240px;
    height: 310px;
    position: absolute;
    top: -16px;
    right: 0;
    background: #579ba8;
    z-index: 1;
}
.slider-wrap-sec::after{
    content: '';
    width: 210px;
    height: 330px;
    position: absolute;
    bottom: -50px;
    left: 44px;
    background: #76baa5;
    z-index: 1;
}
.main-slider .slick-list{
    z-index: 2;
}
.image-notice{
    top: unset !important;
    bottom: -40px;
    left: 72px;
    font-size: 18px;
    z-index: 3;
}
.slider-logo {
    top: 100px;
    left: 0;
    right: unset;
    z-index: 2;
}
.slick-dots{
    bottom: -40px;
    z-index: 3;
}
[dir="rtl"] .slick-next{
    z-index: 9;
}
.icon-list{
    justify-content: center;
    gap: 53px;
    z-index: 0;
    position: relative;
}
.icon-list .item .icon-wrapper{
    position: relative;
    width: fit-content;
    min-width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}
.icon-list .item{
    text-align: center;
}
.icon-list .item > .title{
    font-size: 18px;
    line-height: 24px;
    color: #1e2e45;
}
.icon-wrapper img {
    max-height: 52px;
    z-index: 2;
    position: relative;
}
.icon-wrapper::before {
    content: '';
    width: 60px;
    height: 60px;
    background: rgba(228, 241, 237, 50%);
    border-radius: 50%;
    position: absolute;
    top: -14px;
    left: 68%;
    transform: translateX(-50%);
    z-index: 0;
}
.pricing-detail {
    margin-bottom: 54px;
}
.logo-left-side img{
    min-height: 75px;
}
.desclimar-note > p:first-child {
    margin-bottom: 16px;
}
.thank-you-wrapper{
    padding: 50px 0;
}
.thank-you-wrapper .main-logo{
    margin-bottom: 70px;
}
.thank-you-wrapper .content-wrapper{
    text-align: center;
}
.thank-you-wrapper .content-wrapper > :where(h1, h2){
    font-size: 68px;
    line-height: 42px;
    font-weight: bold;
    color: #1e2e45;
    margin-bottom: 20px;
}
.thank-you-wrapper .content-wrapper > p{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #1e2e45;
}
.d-large-device{
    display: block;
}
.d-small-device{
    display: none;
}

@media(min-width: 768px){
    .slick-active button{
        background-color: #fff !important; 
    }
}
@media(max-width: 767px){
    .slider-wrap-sec::before {
        width: 76px;
        height: 104px;
    }
    .slider-wrap-sec::after {
        width: 112px;
        height: 110px;
    }
    .main-slider::before {
        width: calc(100% + 23px);
        left: -12px;
        top: -15px;
    }
    .slider-wrap-sec::after {
        bottom: -4px;
        left: 0;
    }
    .image-notice{
        bottom: 4px;
        left: 18px !important;
        color: #fff !important;
    }
    .main-slider{
        max-width: calc(100% - 14px);
        margin-top: 10px;
    }
    [dir="rtl"] .slick-next{
        z-index: 9;
    }
    .slider-logo{
        bottom: 20px !important;
        right: 10px !important;
    }
    .slick-dots{
        bottom: -14px !important;
        right: -14px;
    }
    .slick-dots li button {
        background-color: #d8dade !important;
    }
    .slick-dots li.slick-active button {
        background-color: #0f5237 !important;
    }
    .main-slider, .slick-track, .main-slider .slide img {
        min-height: 200px !important;
        max-height: 210px !important;
    }
    [dir="rtl"] .slick-prev::before, [dir="rtl"] .slick-next::before {
        height: 40px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 40px !important;
    }
    [dir="rtl"] .slick-next{
        left: 20px !important;
    }
    .slick-prev, .slick-next{
        top: 45% !important;
    }
    .d-large-device{
        display: none;
    }
    .d-small-device{
        display: block;
    }
}