:root {
    --main-bg:linear-gradient(to right, #0b1d48 30%, #010435 70%);
    /*--button-bg:linear-gradient(to top left, #aa8246 30%, #f6d685 60%, #b48e4a 30%);*/
    --button-bg:linear-gradient(to top left, #aa8246 10%, #f6d685 61%, #b48e4a);
    --text-bg:linear-gradient(to right, #f4d483 30%, #ae8744 70%);
    --text-blue:#06153b;
    --t-color: #06153b;


    --h-color: #014859;

    --y-color:#acbd41;
    --white-color: #FFFFFF;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --bold: 700;
    --extra-bold: 800;

}

body{
    font-family: 'OpenSansHebrew';
    background-color: var(--white-color);
    position: relative;
    direction: rtl;
}
.header-top{
    background: var(--main-bg);
}
.main-content-inner-wrap{
    max-width: 1345px;
    position: relative;
    margin: 0 auto;
}
.main-navbar .menuwrap{
    padding: 0;
}
.menuwrap{
    max-width: 1550px;
    margin: 0 auto;
}
.main-navbar:after{
    content: '';
}
.price-form label {
    font-size: 22px;
    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: 16px;
    color: #06153b;
    border: 1px solid var(--h-color);
    margin-left: 15px;
    padding: 14px 15px 13px 35px;
    width: 190px;
    -webkit-appearance: none;
    position: relative;
    background-image: url('../images/dow-arrow.png');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: left 15px center;
    font-weight: var(--regular);
}

.chkbox {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 20px;
    position: absolute;
    right: 134px;
    bottom: -29px;
}
.chkbox label{
    font-size: 18px;
}
#chkbxinputone {
    width: 0px;
    height: 0px;
    vertical-align: middle;
}
#chkbxinputone:after{
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #ffffff;
    display: block;
    position: absolute;
    right: -1px;
    bottom: 0px;
}
#chkbxinput {
    width: 0px;
    height: 0px;
    vertical-align: middle;
}
#chkbxinput:after{
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff;
    display: block;
    position: absolute;
    right: -1px;
    bottom: 0px;
}
.ads-serch-btn-top {
    background: var(--button-bg);
    font-size: 22px;
    font-weight: var(--bold);
    padding: 9px 32px;
    border-radius: 0px;
    color: #030939;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-top: -4px;
    vertical-align: middle;
}
select option:disabled {
    color: var(--text-blue) !important;
    font-weight: var(--bold) !important;
    font-size: 22px !important;
}
.top-filter-wrap{
    align-items: center;
    display: flex;
    justify-content: end;
}
input[type="checkbox"]:checked::before {
    content: '\2713';
    font-size: 16px;
    font-weight: var(--bold);
    color: var(--h-color);
    position: absolute;
    right: 3px;
    bottom: 2px;
}
.hero-curve-img{
    position: absolute;
    bottom: 7px;
    width: 100%;
    display: block;
}
.hero-inner-container .heroo-slide-img {
  width: 100%;
}
.logo-two-hero{
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 5;
}
.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;
}
.sub-heading{
    font-weight: var(--light);
    /* color: var(--y-color); */
    font-size: 30px;
    background: var(--text-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading-gradient p{
    font-size: 55px;
    font-weight: var(--light);
    color: var(--white-color);
    margin-bottom: 0;
    margin-left: 15px;
}
.heading-gradient span{
    background: var(--text-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    font-weight: var(--light);
}
p{
    font-size: 19px;
    font-weight: var(--regular);
    color: var(--white-color);
}
.section-one{
    margin-top: -7px;
    background-color: #0b1e49;
    z-index: 1;
    position: relative;
}
.section-one-text p{
    font-family: 'Rubik';
    font-weight: lighter;
    font-size: 24px;
    margin-bottom: 0;
}
.lower-section-one-text p{
    font-size: 39px;
    line-height: 44px;
}

.project-box h3{
    font-family: 'VarelaRound';
    font-size: 14px;
    color: #0b1e49;
    margin-bottom: 0;
    font-weight: 400;
}
.project-box p{
    font-family: 'VarelaRound';
    font-size: 12px;
    color: #0b1e49;
    margin-bottom: 0;
    font-weight: 400;

}
.content-proj-wrap{
    position: absolute;
    width: 130px;
    bottom: 0;
    background: var(--button-bg);
    left: 0;
    padding:8px 8px;
    border-top-right-radius: 20px;
    text-align: center;
}
.content-proj-wrap:after{
    width: 120px;
    height: 120px;
    content: '';
    position: absolute;
}
.projects-upper{
    background: linear-gradient(to bottom, #0b1e49 0px, #0b1e49 290px, transparent 290px);
}
.margin-bottom{
    margin-bottom: 150px;
}
.right-side-project-wrap{
    gap: 10px;
}
.justify-content-between .col-md-4{
    width: 32.7%;
}
.seventh-mobile-wrap{
    display: none;
}
.lower-project{
    height: 235px;
}
.sevent-projoject-tall{
    padding-right: 10px !important;
    overflow: hidden;
}
.project-sevth-card{
    min-height: 588px;
}
.project-main-box{
    background-size: cover;
    background-repeat: no-repeat;
}
/*!*project 01*!*/
/*.project-box .upper-project-content-1{*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    text-align: left;*/
/*}*/
/*.upper-project-content-1:after{*/
/*    content: '';*/
/*    border-bottom: 106px solid #aac073eb;*/
/*    border-right: 120px solid #00000000;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/
/*!*project 02*!*/
/*.project-box .upper-project-content-2{*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    padding-right: 10px;*/
/*}*/
/*.upper-project-content-2:after{*/
/*    content: '';*/
/*    border-bottom: 106px solid #ef847deb;*/
/*    border-left: 120px solid #00000000;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/
/*!*project 03*!*/
/*.project-box .upper-project-content-3{*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    text-align: left;*/
/*    padding-top: 58px;*/
/*}*/
/*.upper-project-content-3:after{*/
/*    content: '';*/
/*    border-bottom: 106px solid #aac073eb;*/
/*    border-right: 120px solid #00000000;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/
/*!*project 04*!*/
/*.project-box .upper-project-content-4{*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    padding-right: 10px;*/
/*}*/
/*.upper-project-content-4:after{*/
/*    content: '';*/
/*    border-bottom: 106px solid #ef847deb;*/
/*    border-left: 120px solid #00000000;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/
/*!*project 05*!*/
/*.project-box .upper-project-content-5{*/
/*    top: 0;*/
/*    left: 0;*/
/*    text-align: left;*/
/*}*/
/*.upper-project-content-5:after{*/
/*    content: '';*/
/*    border-top: 106px solid #f2cd86eb;*/
/*    border-right: 120px solid #00000000;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/
/*!*project 01*!*/
/*.project-box .upper-project-content-6{*/
/*    top: 0;*/
/*    right: 0;*/
/*    padding-right: 10px;*/
/*}*/
/*.upper-project-content-6:after{*/
/*    content: '';*/
/*    border-top: 106px solid #5cc0c7d1;*/
/*    border-left: 120px solid #00000000;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/
/*!*project 07*!*/
/*.project-box .upper-project-content-7{*/
/*    top: 0;*/
/*    left: 0;*/
/*    text-align: left;*/
/*}*/
/*.upper-project-content-7:after{*/
/*    content: '';*/
/*    border-top: 106px solid #f2cd86eb;*/
/*    border-right: 120px solid #00000000;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/
/*!*project 08*!*/
/*.project-box .upper-project-content-8{*/
/*    top: 0;*/
/*    right: 0;*/
/*    padding-right: 10px;*/
/*}*/
/*.upper-project-content-8:after{*/
/*    content: '';*/
/*    border-top: 106px solid #5cc0c7d1;*/
/*    border-left: 120px solid #00000000;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/
/*.lower-project .content-proj-wrap{*/
/*    padding-top: 10px !important;*/
/*}*/

.upper-project{
    min-height: 343px;
    background-size: cover;
    object-fit: cover;
}
.project-galler-upper-wrap{
    max-width: 1510px;
    margin: 0 auto;
}
.notice-gallery{
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    color: #0b1e49;
    padding-left: 23%;
    font-weight: var(--regular);
}
.wrapper-1500{
    max-width: 1510px !important;
    margin: 0 auto;
}
.city-neighbour-content{
    padding: 5.2rem 0rem !important;
}
.city-hads-righ-img-cont img{
    height: 100%;
    object-fit: cover   ;
}
.city-neighbor{
    background: linear-gradient(to left, #0b1e49 0px, #0b1e49 70%, transparent 70%);
    position: relative;
}
.city-neighbor:before{
    content: '';
    background: url(../images/element2.png);
    background-repeat: no-repeat;
    width: 210px;
    height: 345px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: cover;
}
.city-neighbour-content .heading-gradient p, .city-neighbour-content .heading-gradient span{
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 16px;
    letter-spacing: -1px;
    text-align: right;
}
.city-neighbour-content .main-city-content p{
    font-size: 24px;
    font-family: 'Rubik';
    line-height: 30px;
    font-weight: var(--light);
    margin-bottom: 0;
}

.city-habas-right{
    padding-right: 70px;
    padding-left: 55px;
    text-align: justify;
    width: 42% !important;
}
.city-hads-righ-img-cont{
    width: 58% !important;
    padding-left: 0 !important;
}
.map-chart-wrap .heading-gradient p{
    color: #011e4c;
    font-size: 44px;
    line-height: 46px;
}
.map-chart-wrap .heading-gradient span{
    font-size: 44px;
    line-height: 46px;
}
.map-chart-wrap h2{
    font-size: 44px;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
.map-chart-wrap h2:after{
    content: '';
    width: 80px;
    height: 4px;
    background: var(--y-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -16px;
}
.chart, .map{
    background-size: cover;
    object-fit: cover;
    min-height: 385px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-chart-wrap a{
    text-decoration: none;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: var(--light);
    color: var(--white-color);
    border-radius: 39px;
    margin-top: 25px;
    min-width: 260px;
    text-align: center;
}
/*.map-chart-wrap{*/
/*    max-width: 1146px;*/
/*}*/
.chart a{
    background: #021e4b;
}
.map a{
    background: #021e4b;
}
.map-nksah-inner-wrap{
    padding-right: 50px;
}
.map-chart-wrap-inner{
    background: linear-gradient(to right, #0b1e49 0px, #0b1e49 70%, transparent 70%);
    position: relative;
}
.map-chart-wrap-inner:after{
    content: '';
    background: url("../images/element3.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 350px;
    height: 367px;
}
.chart{
    background-image: url("../images/chart.png");
}
.map{
    background-image: url("../images/map1.jpg");
}
.thumbnail-gallery{
    background: linear-gradient(to left, #0b1e49 0px, #0b1e49 70%, transparent 70%);
    position: relative;
}
.thumbnail-gallery:after{
    content: '';
    background: url("../images/element4.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 263px;
    height: 367px;
    background-size: contain;
}
.thumbnail-gallery-part{
    background: var(--white-color);
    padding: 0 5px;
}
.thumb{
    padding: 10px 5px 0px 5px;
    min-height: 103px;
}
.slider-content{
    padding: 0 5px;
}
/*.thumb:first-child{*/
/*    padding-right: 0;*/
/*}*/
/*.thumb:last-child{*/
/*    padding-left: 0;*/
/*}*/
.thumb img{
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    height: 103px;
}
.thumbnail-gallery-content{
    margin-right: -34px;
    padding-left: 35px;
}

.naksha-wrapper{
    padding-left: 18px !important;
    background: #fff;
    width: 38%;
}
.map-nh-wrap{
    padding-left: 18px !important;
    background: #fff;
    width: 38%;
}

.thumbnail-gallery-content h2{
    font-size: 54px;
    color: var(--y-color);
    margin-bottom: 16px;
}
.thumbnail-gallery-content p{
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 0;
    line-height: 34px;
    font-weight: 300;
    text-align: justify;
}
.thumbnail-gallery-content .heading-gradient  p{
    font-size: 62px !important;
    font-weight: var(--light);
    text-align: center;
}
.thumbnail-gallery-wrap{
    position: relative;
}
.thumbnail-gallery-part .slick-next:before{
    content: '';
    background-image: url(../images/gallr-prev.png);
    display: block;
    width: 33px;
    height: 35px;
    background-size: cover;
    opacity: 2;
}
.thumbnail-gallery-part .slick-prev:before{
    content: '';
    background-image: url(../images/gallr-next.png);
    display: block;
    width: 33px;
    height: 35px;
    background-size: cover;
    opacity: 2;
}
.thumbnail-gallery-part .slick-prev, .thumbnail-gallery-part .slick-next{
    bottom: 30px;
    top: auto;
}
.thumbnail-gallery-part .slick-next{
    left: 18px;
}
.slick-prev{
    right: 5px !important;
    z-index: 2 !important;
}
.slider-thumb .slick-slide{
    opacity: .7;
}
.slider-thumb .slick-slide.slick-current {
    opacity: 1;
}
.notice-gallery-thimbnail{
    position: absolute;
    left: 15px;
    bottom: -50px;
    font-size: 16px;
    color: #333741;
}

.faqs .accordion-header .accordion-button{
    background:linear-gradient(297deg, #0b1d48 21%, #ae924b 0%, #e3cd7b 70%);
    padding: 7px 20px;
}

.faqs .accordion-button span{
    margin-left: 45px;
    padding-right: 14px;
    color: var(--white-color);
    font-weight: var(--light);
    font-size: 28px;
 }
.accordion-button:not(.collapsed){
    box-shadow:none;
}
.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button{
    border-top-right-radius:0 !important;
    border-top-left-radius:0 !important;
}
.faqs .accordion-button p{
    font-size: 27px;
    margin-bottom: 0;
    padding-right: 20px;
    font-weight: var(--light);
}
button:focus{
    outline: 0 !important;
    border-color:inherit;
    box-shadow: none;
}
.faqs .accordion-item{
    margin-bottom: 25px;
    border: none;
    background: #021f4c;
    color: var(--white-color);
    font-size: 18px;
    font-weight: var(--regular);
    margin-top: 0px;
}
.accordion-button:focus:not(:focus-visible) {
    outline: 0 !important;
    box-shadow: none;
}
.faqs .accordion-button:not(.collapsed)::after{
    background-image: url("../images/faq-c-rcle.png");
}
.faqs .accordion-button::after{
    background-image: url(../images/down.svg) !important;
    width: 33px;
    height: 33px;
    background-size: cover;
    border-radius: 50%;
}
.faqs .accordion-body p{
    color: var(--white-color);
    font-size: 24px;
    line-height: 36px;
    position: relative;
}
.faqs .accordion-body p:before{
    content: '';
    background: url(../images/element7.png);
    width: 27px;
    height: 32px;
    display: block;
    position: absolute;
    top: 9px;
    right: -41px;
}
.faqs .accordion-body{
    padding: 20px 74px 85px 40px;
}
.faqs-text-col{
    padding-right: 70px;
    width: 47%;
}
.faqs-col{
    width: 46%;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.faqs-bottom p{
    font-size: 22px;
    color: #011f4c;
    font-weight: 400;
}
.faqs-section  .heading-gradient p{
    font-size: 47px;
    color: #011e4c;
    font-weight: var(--light);
}
.faqs-section  .heading-gradient span{
    font-weight: var(--regular);
    font-size: 27px;
}
.payment-wrap{
    padding-left: 58px;
    max-width: 1368px !important;
}
.inner-color-wrapsperd{
    background: #021f4c;
    position: relative;
}
.inner-color-wrapsperd:before{
    content: '';
    position: absolute;
    width: 88px;
    height: 394px;
    bottom: 0;
    right: 0;
    background: url(../images/element5.png);
    background-repeat: no-repeat;
    display: block;
}
.inner-color-wrapsperd:after{
    content: '';
    position: absolute;
    width: 271px;
    height: 322px;
    top: 1px;
    left: 0px;
    background: url(../images/element6.png);
    display: block;
    background-repeat: no-repeat;
}
.payemtn-lower li span{
    color: #c3a85e;
    font-size: 22px;
    font-family: 'Rubik';
}
.payemtn-lower li p{
    font-family: Rubik;
    font-size: 22px;
    font-weight: lighter;
}
.spread-payment-content h2{
    color: #ffffff;
    font-size: 42px;
    font-weight: var(--light);
}
.payemtn-lower li{
    font-weight: var(--regular);
    font-size: 18px;
    color: #01313d;
    display: flex;
}
.mortgage-main-wrap{
    max-width: 1406px !important;
    padding-left: 45px;
}
.mortgage-main-wrap .col-md-7{
    width: 53%;
}
.mortgage-main-wrap .col-md-5{
    width: 47%;
    padding-left: 6px;
}
.accordian-mortgage .accordion-button{
    padding: 0 15px;
    background:linear-gradient(to right, #f4d483 30%, #ae8744 70%);
}
.accordian-mortgage .accordion-button p{
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: var(--light);
}
.accordian-mortgage .accordion-button:not(.collapsed)::after{
    background-image: url("../images/mortgage-acco-arow.png");
}
.accordian-mortgage .accordion-button::after{
    background-image: url(../images/down.svg) !important;
    width: 33px;
    height: 33px;
    background-size: cover;
    border-radius: 50%;
}
.accordian-mortgage .accordion-item{
    border: none;
    background: #021f4c;
}
.mortga-list-style li{
    position: relative;
    padding-right: 40px;
    display: block;
}
.mortga-list-style li:before{
    content: '';
    width: 27px;
    height: 32px;
    background: url("../images/element7.png");
    position: absolute;
    right: -3px;
    top: 4px;
}
.mortga-list-style p{
    font-size: 19px;
    margin-bottom: 21px;
    font-family: 'Rubik';
    font-weight: var(--light);
    line-height: 25px;
}
.mortgage h2{
    font-size: 52px;
    font-weight: 300;
}
.mortga-list-style li:last-child p{
    margin-bottom: 0;
}
.mortgage-notice p{
    font-weight: 400;
    color: #021f4c;
    font-size: 15px;
}
.spacer-ads-40{
    display: block;
    height: 60px;
    width: 100%;
}
.accordion-item:last-of-type{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.price-list{
    background-image: url("../images/bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.price-list h2{
    font-size: 76px;
    color: var(--white-color);
    margin-bottom: 35px;
    font-weight: 300;
}
.price-list p{
    font-size: 34px;
    color: var(--white-color);
    font-weight: 300;
}
.line-collerd{
    display: block;
    width: 325px;
    height: 4px;
    background: linear-gradient(to left, #aa8246 10%, #f6d685 61%, #b48e4a);
    margin: 0 auto;
    margin-bottom: 12px;
}
.price-list input[type='text']{
    font-size: 14px;
    color: var(--h-color);
    border: 1px solid var(--h-color);
    margin-left: 15px;
    padding: 10px 15px 10px 35px;
    width: 180px;
    -webkit-appearance: none;
    position: relative;
}
.price-list ::placeholder{
    opacity: 1;
    font-size: 14px;
    color: var(--h-color);
}
.price-list  .searchbox{
    margin: 0 auto;
    position: relative;
    width: fit-content;
}
.price-list label{
    color: #FFFFFF;
}
.price-list .chkbox{
    display: block;
    text-align: right;
    margin-right: 0px;
    margin-top: 20px;
}
.price-list #chkbxinputone:after{
    bottom: 0;
}
.price-list input[type="checkbox"]:checked::before {
    content: '';
    /*background-image: url("../images/checked.png");*/
    background-size: cover;
    color: #FFFFFF;
    height: 19px;
    width: 18px;
    font-weight: 900;
    right: 0px;
    top:4px;
}
input[type="checkbox"]:checked::before{
    color: #FFFFFF;
    content: '\2713' !important;
    top: 1px !important;
    right: 5px !important;
}
.checkbox-label-above-table{

}
.tab-content{
    position: relative;
    width: 100%;
}
.table-head-title{
    background: var(--t-color);
}
.table-head-title p{
    font-size: 25px;
    color: var(--white-color);
    margin-bottom: 0;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.table-head-title p:after{
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: -34px;
    border-left: 9px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #FFFFFF;
}

/*table style*/
.adn-tabs-accordian {
    justify-content: space-between;
    direction: rtl;
}
#nav-tab {
    display: flex;
    flex-flow: row;
    gap: 3px;
}
.nav-tabs .nav-link.active {
    font-weight: 400;
    position: relative;
    border: none;
    background: #021f4c;
    color: #fff;
    font-size: 24px;
}
/*#order-table-1 {*/
/*    order: 1;*/
/*}*/
/*#order-table-2 {*/
/*    order: 2;*/
/*}*/
/*#order-table-3 {*/
/*    order: 3;*/
/*}*/
.nav-tabs .nav-link {
    font-size: 19px;
    content: var(--t-color);
}
.adn-tabs-accordian .nav-link {
    width: 24.7%;
    background: #ebeff1;
    border-radius: 0;
    color: var(--t-color);
    text-align: center;
    z-index: 5;
    margin-bottom: 2px;
}
table {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    border-spacing: 0;
    font-weight: 400;
    border-collapse: collapse;
}
table tbody > tr > th, table thead > tr > th {
    background-color: #021f4c;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 14px 10px;
    border-left: 1px solid #c6c7c7;
    border-right: 1px solid #c6c7c7;
}
/*table tbody>tr>th:first-child{*/
/*    border-right: none;*/
/*}*/
/* table tbody>tr>th:last-child{
    border-left: none;
} */
.sale-property-strip {
    background: #dbe0e3 !important;
    position: relative;
}
.sale-property-strip::after {
    content: 'נמכר!';
    position: absolute;
    border: 1px solid #c6c7c7;
    padding: 20px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    background: #dbe0e3;
    top: 0px;
    left: -81px;
    color: var(--t-color);
    font-weight: 700;
}
table td {
    padding: 10px;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #c6c7c7;
    font-size: 15px;
    text-align: center;
    direction: ltr;
}
#myTabContent{
    position: relative;
}
.ajax-overly {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 8;
}
#mainfilet-search{
    cursor: pointer;
}
table th{
    vertical-align: center;
}
td img{
    width: 34px;
}
.sale-property-strip p{
    width: 100%;
    margin-bottom: 0;
    right: 1px;
    height: 100%;
    background: #dbe0e3;
    font-size: 22px;
    font-weight: 700;
    padding: 0px;
    color: #014f62;
    direction: rtl;
}
.main-table{
    background-image: url("../images/tablebg1.png");
    background-size: contain;
    border-bottom: 2px solid #c2c98c;
}
.files-downlaod-sec h2{
    font-size: 46px;
    color: #021f4c;
    line-height: 50px;
    margin-bottom: 0;
    font-weight: var(--light);
}
.project-wrap, .mobile-wrap-neighbour, .neighbour-city-wrap{
    padding: 0 15px;
}
.sale-property{
    display: none;
}
.sale-property-strip .sale-property{
    display: block;
}
.fils-for-downlaod a, span{
    font-weight: var(--regular);
    font-size: 16px;
    color: var(--t-color);
    text-decoration: none;
}
.fils-for-downlaod img{
    width: 50px;
}
.fils-for-downlaod span{
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Rubik';
    font-weight: 300;
    line-height: 20px;
}
.fils-for-downlaod li{
    text-align: center;
    max-width: 165px;
}
.footer{
    background: #03003d;
}
.footer-social a{
    text-decoration: none;
    color: #fff;
    font-weight: var(--regular);
    font-size: 22px;
}
.footer-social h2{
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
}
.footer-social li img{
    margin-left: 10px;
}
.main-menu li a{
    text-decoration: none;
    color: var(--t-color);
    font-size: 19px;
    font-weight: var(--regular);
    padding: 10px 20px;
    display: block;
}
.main-menu li.active a{
    background: var(--main-bg);
    color: var(--white-color);
}
.container-fluid-file-ads{
    width: 90%;
    margin: 0 auto;
}
.lower-project .content-proj-wrap{
    top: 0;
    bottom: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
}
/*.show-menu {*/
/*    transform: translateY(0);*/
/*    width: 100%;*/
/*    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;*/
/*    position: fixed !important;*/
/*    top: 0;*/
/*    z-index: 99;*/
/*}*/
.ads-sticky{
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    position: sticky !important;
    top: 0;
    z-index: 99;
    height: 44px;
    border-top: 1px solid #c2c98c;
}
/*.hide-menu {*/
/*    transform: translateY(-100%);*/
/*    overflow: hidden;*/
/*}*/
.main-navbar{
    transition: transform 0.3s ease;
    background: #FFFFFF;
    overflow: hidden;
}
/*.ads-sticky {*/
/*    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;*/
/*    position: fixed !important;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    z-index: 99;*/
/*}*/
.thumbnail-gallery-part .slider-content .slick-slide img {
    margin-right: -35px !important;
}