:root {
    --h-color: #252151;
    --t-color: #252151;
    --y-color:#acbd41;
    --white-color: #FFFFFF;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --bold: 700;
    --extra-bold: 800;

}
.main-logo img{
    max-width: 180px;
}
body{
    font-family: 'Arimo';
    position: relative;
}
.header-top{
    background: #262251;
}
.hearo-banner{
    margin-top: -50px;
}
.main-navbar{
    z-index: 2;
}
.main-menu li a{
    text-decoration: none;
    color: #262251;
    font-size: 18px;
    font-weight: var(--regular);
    padding: 10px 0px;
    display: block;
}
.price-form label {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    font-weight: var(--regular);
}

.price-form select {
    font-size: 18px;
    color: #1d1d1b;
    border: 1px solid #1d1d1b;
    margin-left: 15px;
    padding: 10px 15px 10px 35px;
    width: 233px;
    -webkit-appearance: none;
    position: relative;
    background-image: url(../images/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left 15px center;
    border-radius: 5px;
    z-index: 2;
}

.chkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 20px;
}
#chkbxinputone {
    width: 0px;
    height: 0px;
    vertical-align: middle;
}

#chkbxinputone:after{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #FFFFFF;
    display: block;
    position: absolute;
    right: -1px;
    bottom: 0px;
}
#chkbxinputone:checked::before{
    content: '✔';
    color: #FFFFFF;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 3px;
    top: 4px !important;
    font-size: 14px;
    font-weight: 300;
    font-family: Arial;
}
#chkbxinputonetop{
    width: 20px;
    height: 20px;
    margin-right: -21px;
    margin-top: 1px;
    vertical-align: bottom;
}


.ads-serch-btn-top, .price-list-filter-btn {
    background: #FFFFFF;
    font-size: 20px;
    font-weight: var(--bold);
    padding: 10px 24px;
    border-radius: 0px;
    color: #262251;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}
.read-more-btn-one, .read-more-btn-two, .read-more-btn-three, .read-more-btn-four{
    display: none;
}
input[type="checkbox"]:checked::before {
    content: '\2713';
    font-size: 16px;
    font-weight: var(--bold);
    color: #fff;
    position: absolute;
    right: -25px;
    bottom: 0px !important;
    display: none;
}
.ads-serch-btn-top:hover{
    color: var(--t-color);
}
h1,h2, h3, h4, h5{
    font-weight: var(--bold);
}
h2{
    font-size: 44px;
    color: var(--h-color);
    line-height: 50px;
    margin-bottom: 0;
}

.mobile-content{
    display: none;
}

.footer{
    background: #f0f0f8;
}
.footer-social a{
    text-decoration: none;
    color: var(--t-color);
    font-weight: var(--regular);
    font-size: 18px;
}
.footer-social h2{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 14px !important;
}
.footer-social li img{
    margin-left: 10px;
    width: 20px;
    height: 20px;
}


.mobile-wrap-neighbour{
    background-image: none !important;
}

.section-dark-blue{
    background: linear-gradient(to right, #FFFFFF 50.7%, #262251 50%);
}
.section-light-blue{
    background: linear-gradient(to right, #f0f0f8 50%, #FFFFFF 50%);
}
.section-inner-content h2{
    font-size: 48px;
}
.section-inner-content p{
    font-size: 18px;
    line-height: 33px;
    text-align: justify;
    margin-bottom: 5px;
}
.section-text-white h2, .section-text-white p{
    color: #FFFFFF;
}
.padding-left{
    padding-left: 5rem;
}
.padding-right{
    padding-right: 3rem;
}
.hearo-banner{
    margin-bottom: 94px;
}
.section-inner-wrap img{
    width: 100%;
}
.map-oppner{
    width: 50px !important;
    bottom: 0;
    right: 0px;
    background: #262251;
    padding: 10px;
}
.paddng-righ-zero{
    padding-right: 0 !important;
}
#mappopup{
    position: fixed;
    top: 4rem;
    width: 50%;
    background: #FFFFFF;
    padding: 20px;
   margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 5;
    display: none;
}
.map-popup-close{
    position: absolute;
    top: 20px;
    background: #262251;
    color: #FFFFFF;
    font-size: 18px;
    padding: 2px 10px;
    cursor: pointer;
}
.map-oppner{
    cursor: pointer;
}
.images-notice{
    position: absolute;
    bottom: -20px;
    right: 12px;
    font-size: 12px;
    color: var(--t-color);
}
.faqs-inner-wrap{
    width: 90%;
    margin: 0 auto;
}
.faqs-top-text-aria p{
    color: #1d1d1b;
    font-size: 22px;
}
.faqs-section-heading h2 span{
    color: #247ba1;
    padding-left: 5px;
}
.faqs-section-heading h2{
    text-align: center;
    font-size: 50px;
}
.faqs-aria-faqs .accordion-item{
    border-top: 1px solid #dee2e6;
}
.accordion-faqs-question{
    border: none;
    /*background: linear-gradient(to right, #ffffff 90%, #262251 50%);*/
    width: 100%;
    text-align: right;
    background: #FFFFFF;
    padding: 0;
    display: flex;
    position: relative;
}
.accordion-faqs-question{
    font-size: 22px;
    font-weight: 700;
    background: #262251;
    color: #FFFFFF;
    gap: 15px;
}
.accordion-faqs-question span{
    background: #FFFFFF;
    color: #262251;
    display: inline-block;
    padding:0 15px;
}
.accordion-faqs-question.collapsed{
    background: #FFFFFF;
    color: #262251;
}
.accordion-faqs-question.collapsed span{
    background: #262251;
    color: #FFFFFF;
    font-size: 22px;
    height: 100%;
    padding: 0 15px;
    font-weight: 700;
}

.faqs-aria-faqs .accordion-body{
    background: #f0f0f8;
    padding: 20px 65px;
}
.faqs-aria-faqs .accordion-body p{
    font-size: 18px;
    color: #1d1d1b;
}
.accordion-faqs-question::after{
    content: '';
    background-image: url(../images/arrowup.svg);
    position: absolute;
    left: 15px;
    top: 18px;
    width: 20px;
    height: 12px;
}
.accordion-faqs-question:not(.collapsed)::after{
    content: '';
    background-image: url(../images/arrowdown.svg);
    position: absolute;
    left: 15px;
    top: 18px;
    width: 20px;
    height: 12px;
}
.faqs-top-text-aria-bottom p{
    color: #000000;
    font-size: 18px;
}
.faqs-top-text-aria-bottom{
    width: 80%;
}
.faqs-aria-faqs .accordion-body{
    position: relative;
}
.faqs-aria-faqs .accordion-body:after{
    content: '';
    background: url(../images/faq-body-arrow.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 26px;
    position: absolute;
    right: 40px;
    top: 20px;
}
.table-filter{
    background: #262251;
}
.table-filter h2{
    color: #FFFFFF;
    font-size: 60px;
}
.table-filter p{
    color: #FFFFFF;
    font-size: 20px;
}

.adn-tabs-accordian .nav-link {
    flex: 1;
    width: 100%;
    text-align: center;
    border: none;
    border-bottom: 0;
    background: #262251;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    border-radius:0;
    border-left: 1px solid #f0f0f82e;
    border-bottom: 1px solid #cacacf26;
    z-index: 2;
}
.adn-tabs-accordian{
    flex-flow: row;
}
.adn-tabs-accordian .nav-link.active{
    background: #f0f0f8;
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    border-bottom: 1px solid #cacacf;
    position: relative;
    z-index: 2;
}
.adn-tabs-accordian .nav-link.active:after{
    content: '';
    display: block;
    width: 30px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: 0 auto;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 10px solid #262251;
    z-index: 2;
}
table tbody>tr>th, table thead>tr>th {
    background-color: #f0f0f8;
    font-size: 18px;
    font-weight: 400;
    color: #1d1d1b;
    padding: 14px 10px;
    border-left: 1px solid #cacacf;
    border-right: 1px solid #cacacf;
    border-top: 1px solid #cacacf;
}
table thead>tr>th:nth-child(10){
    min-width: 125px;
}
.sale-property-strip {
    background: #f0f0f8 !important;
    position: relative !important;
}

.sale-property-strip td {
    font-weight: 400;
    color: #353835;
    font-size: 20px;
    font-family: 'Open Sans Hebrew';
}
.sale-property-strip::after {
    content: 'נמכר!';
    position: absolute;
    border: 1px solid #cacacf;
    padding: 20px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    background: #f0f0f8;
    top: 0px;
    left: -82px;
    color: var(--t-color);
    font-weight: 700;
}
table td img {
    mix-blend-mode: multiply;
}
table td {
    padding: 10px;
    line-height: 1.5;
    vertical-align: center;
    border: 1px solid #cacacf;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #1d1d1b;
}
table td:first-child{
    /* background-color: #f0f0f8; */
    font-size: 20px;
    color: #262251;
    border-left: 0;
}
table tbody>tr>th:nth-child(9){
    min-width: 115px;
}
.ajax-overly {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 8;
}
.nav-tabs.adn-tabs-accordian{
    gap: 2px;
}
.accordion-button-table{
    width: 100%;
    border: 0;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin-top: -1px;
    display: block;
    border-left: 1px solid #cacacf;
    border-right: 1px solid #cacacf;
}
.accordion-button-table{
    background: #f0f0f8;
    position: relative;
}
.accordion-button-table.collapsed{
    background: #262251;
    color: #FFFFFF;
}
.accordion-button-table::after{
    content: '';
    background-image: url(../images/arrowdown.svg);
    position: absolute;
    left: 15px;
    top: 18px;
    width: 20px;
    height: 12px;
}
.accordion-button-table:not(.collapsed)::after{
    content: '';
    background-image: url(../images/arrowup.svg);
    position: absolute;
    left: 15px;
    top: 18px;
    width: 20px;
    height: 12px;
}
#full-data-google-sheet .accordion-item{
    margin-bottom: 5px !important;
}
.footer-copyright{
    background-color: #f0f0f8;
    border-top: 1px solid #bdbdce;
}
.footer-copyright p{
    font-size: 12px;
    color: #252251;
    margin-bottom: 0;
}
.pdf-plane-heading h2{
    font-size: 36px;
    color: #1d1d1b;
}
.pdf-up-pla-img{

}
.pdf-file-box p{
    color: #000000;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 22px;
}
.pdf-file-box a{
    text-decoration: none;
}
.pdf-file-aria{
    flex-flow: row;
}
.two-tone-heading h2{
    font-size: 36px;
    color: #262251;
}
.two-tone-heading h2 span{
    color: #247ba1;

}
.a-la-heading h2 span{
    font-family: 'Rubik';
    font-weight: 400;
}
.about-conte-side{
    padding-left: 3rem;
}
.about-conte-side p{
    font-size: 18px;
    color: #231f20;
    text-align: justify;
}
.projects-heading h2{
    color: #231f20;
    font-size: 42px;
    font-weight: 400;
}
.projects-heading h2 span{
    color: #247ba1;
    font-weight: 700;
}
.project-description p{
    color: #231f20;
    font-size: 18px;
    line-height: 30px;
}
.other-project-heading{
    color: #262251;
    font-size: 38px;
}
.other-project-heading span{
    font-weight: 400;
}
.logo-and-text{
    left: 0;
    right: 0;
    margin:0 auto;
    display: block;
    text-align: center;
    background: linear-gradient(to top, #000000, #ffffff00);
    padding-bottom: 15px;
}
.logo-and-text p{
    color: #FFFFFF;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.carmel-west-content{
    padding-left: 2rem;
    text-align: justify;
}
.ai-content{
    text-align: justify;
}
.yavna-contemnt {
    padding-left: 5px;
}
.notice-hero{
    position: absolute;
    bottom: 10px;
    left: 6rem;
    font-size: 17px;
    color: #FFFFFF;
}
.other-project-box{
    display: flex;
}
#about-developer .two-tone-heading h2{
    font-weight: 400;
}
#about-developer .two-tone-heading h2 span{
    font-weight: 700;
}
.two-tone-heading h2 span {
    font-weight: 400;
}
#sectionfour p{
    line-height: 29px;
}