.home .section-top .qs-slider-wrap.new-hero-slider .entry-image-bg {
	position: relative;
}
.home .section-top .qs-slider-wrap.new-hero-slider .section-content {
	height: 100%;
	display: flex;
	align-items: center;
}

.home .section-top .qs-slider-wrap.new-hero-slider .entry-image-bg:before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to left, #03413e 0%, rgba(255, 255, 255, 0) 75%);
	display: block;
}
.home .section-top .qs-slider-wrap:before {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to left, #03413e 0%, rgba(255, 255, 255, 0) 75%);
}

#centered-item .block-container .row {
	display: flex;
	justify-content: center;
}

/* MENU */
.menu-top-wrap .menu-top .nav-menu > li {
	margin-left: 20px;
}
.menu-top-wrap .menu-top .nav-menu > li > a,
.menu-top-wrap .menu-top .nav-menu > li > a .menu-item-title {
	font-size: 16px;
}

.main-float-trigger {
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 10;
	width: 109px;
	height: 60px;
	background: #03413e;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
.main-float-trigger .title {
	color: #fff;
	font-family: Rubik;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
}
.main-float-trigger .icon {
	position: relative;
	top: 2px;
}

.main-float-form .inner-form {
	width: 500px;
	height: 100vh;
	position: fixed;
	left: -550px;
	top: 0;
	z-index: 99999;
	background: #2a4160;
	color: #fff;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
.main-float-form .inner-form .close-form {
	border: 0;
	padding: 0;
	background: none;
	position: relative;
	margin-top: 30px;
	margin-right: 30px;
}
.main-float-form .inner-form .form-wrapper {
	max-width: 374px;
	width: 100%;
	margin: auto;
}
.main-float-form .inner-form .form-title {
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	margin-bottom: 6px;
}
.main-float-form .inner-form .form-desc {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.5px;
	text-align: center;
	margin-bottom: 25px;
}
.main-float-form.active .inner-form {
	left: 0;
}

.main-float-form .forms .form-item {
	display: none;
}
.main-float-form .forms textarea {
	height: 117px;
}
.main-float-form .forms textarea,
.main-float-form .forms input,
.main-float-form .forms select {
	color: #767c88;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.main-float-form .forms .form-item.active {
	display: block;
}
.main-float-form .forms .form-item .input-wrap {
	margin-bottom: 18px;
}
.main-float-form .form-switch {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-self: center;
	margin-bottom: 18px;
}
.main-float-form .form-switch label .wpcf7-list-item-label {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.5px;
	padding-right: 30px;
}
.main-float-form .form-switch [type="radio"] + .wpcf7-list-item-label:before {
	top: 6px;
	width: 20px;
	height: 20px;
	background: none;
	border: 2px solid white;
	padding: 0;
	margin: 0;
}

.main-float-form .form-switch [type="radio"]:checked + .wpcf7-list-item-label:before {
	top: 6px;
	width: 20px;
	height: 20px;
	background: none;
	border: 2px solid #feff1f;
	padding: 0;
	margin: 0;
}
.main-float-form .form-switch [type="radio"]:checked + .wpcf7-list-item-label:after {
	top: 11px;
	background: #feff1f;
	width: 10px;
	height: 10px;
	right: 5px;
}

.main-float-form .forms .form-item input[type="submit"] {
	background: #feff1f;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 100%;
}
.main-float-form .wpcf7-spinner {
	position: absolute;
}
.main-float-form .is-desc {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 31.5px;
	margin-bottom: 0;
	text-align: center;
}

.main-float-form .forms .form-item .input-wrap .wpcf7-form-control-wrap[data-name="agreement"] .wpcf7-list-item-label {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
}
.main-float-form .forms .form-item .input-wrap .wpcf7-form-control-wrap[data-name="agreement"] .wpcf7-list-item-label:before {
	width: 12px;
	height: 12px;
	border: 0.5px solid #fff;
	background: none;
	border-radius: 0;
}

.main-float-form .forms .form-item .input-wrap input[name="agreement[]"]:checked + .wpcf7-list-item-label:after {
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 0;
	top: 4px;
	right: 3px;
}

.main-float-form .forms .form-item .input-wrap input:-webkit-autofill,
.main-float-form .forms .form-item .input-wrap input:-webkit-autofill:hover,
.main-float-form .forms .form-item .input-wrap input:-webkit-autofill:focus,
.main-float-form .forms .form-item .input-wrap input:-webkit-autofill:active {
	-webkit-text-fill-color: #333 !important;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: none;
	background-image: none !important;
	background-color: -internal-light-dark(rgb(255, 255, 255), rgba(255, 255, 255, 1)) !important;
}

.main-float-form .forms .form-item .input-wrap input::placeholder,
.main-float-form .forms .form-item .input-wrap textarea::placeholder,
.main-float-form .forms .form-item .input-wrap select::placeholder,
.main-float-form .forms .form-item .input-wrap input,
.main-float-form .forms .form-item .input-wrap select,
.main-float-form .forms .form-item .input-wrap textarea {
	color: #333;
    border-color: #7b917b;
}

.close-home-banner {
	background: none;
	position: absolute;
	z-index: 11;
	right: 6px;
	top: 0;
	padding: 0;
}
.close-home-banner svg {
	width: 18px;
	height: 18px;
}

.home button.toggle-home-hero-slider {
	display: none;
}

.main-float-form[data-lang="en"] .form-switch label .wpcf7-list-item-label {
	padding-left: 30px;
	padding-right: 0;
}
.main-float-form[data-lang="en"] .form-switch [type="radio"] + .wpcf7-list-item-label:before {
	left: 0;
	right: auto;
}
.main-float-form[data-lang="en"] .form-switch [type="radio"]:checked + .wpcf7-list-item-label:after {
	right: auto;
	left: 5px;
}

@media screen and (max-width: 768px) {
	.main-float-form .inner-form {
		width: 100%;
	}
	.main-float-form .inner-form .close-form {
		margin-top: 10px;
		margin-right: 10px;
	}
	.main-float-form .inner-form .form-title {
		font-size: 30px;
		line-height: 32px;
	}
	.main-float-form .inner-form .form-desc {
		line-height: 20px;
		margin-bottom: 10px;
	}
	.main-float-form .inner-form .form-wrapper {
		max-width: 96%;
		overflow-y: scroll;
		height: 95vh;
	}
	.main-float-form .inner-form {
		height: 102%;
	}
	.main-float-form .form-switch {
		flex-direction: column;
	}
	/* .main-float-form .forms input,
	.main-float-form .forms select,
	.main-float-form .forms textarea {
		max-width: calc(100% - 40px);
	} */
}

@media screen and (max-width: 640px) {
	.home .section-top {
		padding-top: 0 !important;
	}
	.home .section-top .qs-slider-wrap {
		position: relative;
	}
	.home .section-top .section-content .section-content-in .top-title-wrap .entry-title {
		font-size: 3.5vh !important;
		line-height: 1.6;
	}
	.home .section-top .section-content .section-content-in .top-title-wrap {
		padding: 0 10px;
	}
}

@media screen and (max-height: 650px) and (min-width: 1000px) {
	.main-float-form .inner-form .form-wrapper {
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
	}
	.home .iframe-trigger-button {
		bottom: 0;
	}
	.home .iframe-trigger-button.active .close-home-banner {
		z-index: -1;
	}
}



.main-float-form.sent .forms .input-wrap {
    display: none;
}
.main-float-form.sent .form-switch {
    display: none;
}
.main-float-form.sent .form-title{
	display: none;
}
.main-float-form.sent .form-desc {
    display: none;
}
.main-float-form.sent .form-item .input-wrap.is-desc {
    display: block;
}
.main-float-form.sent .forms .wpcf7 .wpcf7-form{
    display: flex;
    flex-flow: column-reverse;
    text-align: center;
    height: 85vh;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.main-float-form.sent .forms .form-item .input-wrap.is-desc {
    display: block;
    font-size: 26px;
}
.main-float-form.sent .forms .wpcf7-response-output {
    font-size: 26px;
}





@media(max-width: 1440px) and (min-width: 1000px) {
	.main-float-form .inner-form .form-wrapper::-webkit-scrollbar {
	  width: 2px;
	}
	 
	.main-float-form .inner-form .form-wrapper::-webkit-scrollbar-track {
	  background: black;
	  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	}
	 
	.main-float-form .inner-form .form-wrapper::-webkit-scrollbar-thumb {
	  background: #ccc;
	  border: 3px solid #eee;
	}
	.main-float-form .inner-form .form-wrapper {
	    height: 100%;
	    overflow: hidden;
	    overflow-y: auto;
	    padding-left: 20px;
		padding-bottom: 20%;
		padding-bottom: 0;
	}

	.main-float-form .forms textarea, .main-float-form .forms input, .main-float-form .forms select {
	    font-size: 16px;
	}
	input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], .btn-upload, select, textarea {
	    height: 40px;
	}
	main-float-form .inner-form .form-desc {
	    margin-bottom: 10px;
	}
	.main-float-form .forms textarea {
	    height: 80px;
	}

}

.post-type-archive-calculator .page-title{
	display: none;
}

/*-------- 07/10/2024 ------*/
:root {
	--dark-green : #03413E;
	--light-yellow: #FEFF1F;
}
body{
	color: #333;
	background: #d7ebe2;
}
a {
    color: var(--dark-green);
}
.btn.btn-blue,.menu-right-wrap .mn-socials .socials a{
	background: var(--dark-green);
    color: var(--light-yellow);
}
.main-float-trigger .title,
.footer-newsletter .newsletter-wrap .entry-title .styled,
.header-buttons .btn-area-wrap .btn-text{
	color: var(--light-yellow);
}
.entry-content ul li:before {
    content: '';
    font-weight: 500;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid var(--light-yellow);
    border-radius: 50%;
    top: 9px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.category .category-description h2{
	color: var(--dark-green);
}
.block-accordion .accordion-item .accordion-btn-wrap .accordion-btn .accordion-btn-text,
.block-accordion .accordion-item.active .accordion-btn-wrap .accordion-btn .accordion-btn-text {
	color: var(--light-yellow) !important;
}
[type='button'], [type='reset'], [type='submit'], button,.btn.btn-dark-blue{
	background: var(--dark-green);
	color: var(--light-yellow);
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], .btn-upload, select, textarea{
	border-color: var(--dark-green);
	color: var(--dark-green);
}

.header-image:after{
	background: linear-gradient(to bottom, transparent 0%, var(--dark-green) 100%);
}
.menu-bottom-wrap{
	background: rgba(3, 65, 62, 0.9);
}
.header-buttons,
.fb-modal .fancybox-close-small,
.header-search .btn-search-close,
.home .section-care .cols .col-right .top,
.block-wide-content .cols .col-right .top,
.block-features .cols .col-features,
.block-title h2:before,
.box-content h2:before,
.title-bordered:before,
.title-bordered h2:before,
.block-accordion .accordion-item .accordion-btn-wrap .accordion-btn,
.main-float-form .inner-form,
.menu-right-wrap .mn-trigger .mn-icon .mn-line,
.block-horizontal-contact-form .wpcf7 .row-fields [type='submit'],
.list-play .list-item:before
{
	background: var(--dark-green);
}

.btn.btn-blue-border{
	border-color: var(--dark-green);
}
.btn.btn-blue-border:hover {
    color: var(--light-yellow);
    background: var(--dark-green);
}
.menu-right-wrap .menu-right-nav ul:not(.sub-menu)>li>a,
.block-image-title-text .entry-footer .entry-title,
body #main-title,
.entry-content a {
	color: var(--dark-green);
}

/* .home .iframe-trigger-button{
	display: none;
} */

.block-accordion .accordion-item .accordion-btn-wrap .accordion-btn .accordion-btn-text,
.block-accordion .accordion-item.active .accordion-btn-wrap .accordion-btn .accordion-btn-text,
{
	color: var(--light-yellow);
}
.block-accordion .accordion-item .accordion-btn-wrap .accordion-btn .number {
    background: #145451;
    display: none;
}
.block-accordion .accordion-item .accordion-btn-wrap .accordion-btn {
    background: var(--dark-green);
    padding: 0 3.5rem 0 3.5rem;
}
.block-accordion .accordion-item .accordion-btn-wrap .accordion-btn .fa,
.block-accordion .accordion-item.active .accordion-btn-wrap .accordion-btn .fa,
.block-career .box-job .apply:after{
	color: #7b917b;
}
.footer-menus .footer-col-contact .socials a{
	color: var(--dark-green);
}
.site-header .btn-search-toggle{
	color: var(--dark-green);
}
.main-float-trigger .icon svg path {
    fill: var(--light-yellow);
}
.close-home-banner{
	background: none;
}
.menu-top-wrap .menu-top .nav-menu>li>a,
.fb-modal-job .cols .col-form .share-bar a,
.fb-modal-job .entry-header .job-title{
	color: var(--dark-green);
}
.menu-top-wrap .menu-top .nav-menu>li.hover,
.menu-top-wrap .menu-top .nav-menu>li:hover{
	border-color: var(--dark-green);
}
.block-title h2, .box-content h2, .title-bordered, .title-bordered h2,
.block-staff-member .cols .col-text .entry-title,
.block-management .item .entry-footer .entry-title,
.block-horizontal-contact-form .wpcf7 .form-title,
.wpcf7 .wpcf7-form .info:before{
	color: var(--dark-green);
}
.block-staff .item-staff .entry-footer .entry-title,
.footer-menus .footer-col .footer-nav ul li a,
.block-icon-title-text .list .list-item .entry-footer .entry-title{
	/* font-size: 2.2rem !important; */
}
.block-image-title-text .entry-footer .entry-title{
	/* font-size: 2.5rem !important; */
}
.home .section-top .section-content .section-content-in,
.header-image .page-title{
	color: var(--light-yellow);	
}
.footer-menus .footer-col .entry-title,
.block-management .item .entry-footer .entry-title{
	/* font-size: 2.73684vh !important; */
}

.block-wide-content .cols .col-right .top .top-in .numbers .item:nth-child(1),
.block-wide-content .cols .col-right .top .top-in .numbers .item:nth-child(2),
.block-wide-content .cols .col-right .top .top-in .numbers .item:nth-child(3),
.block-features .cols .col-features .items .item,
.block-features .cols .col-features .items .item:nth-child(odd){
	border-color: #7b917b;
}
.header-buttons .sep{
	background: #7b917b;
}

.footer-newsletter .newsletter-wrap{
	border-color: #4c534c;
}
.footer-menus .footer-col .entry-title{
	color: var(--light-yellow);	
}
.block-posts .entry-footer .entry-title, .post-loop-item .entry-footer .entry-title{
	/* font-size: 2.2rem !important; */
	color: var(--dark-green);
}
.fancybox-container .file-wrap span.filepath {
    display: inline-block;
    margin-top: 5px;
}
body .calc .v-card#card2 .form .buttons .v-btn{
	background: var(--dark-green) !important;	
	color: var(--light-yellow) !important;
}
body .calc .v-card#card1 .card-text{
	color: #333;
}
body .calc .v-card#card2 .form .nis,
body .calc .v-card#card2 .form .top-label,
body .calc .v-card#card1 .card-title,
body .breadcrumbs ul li a,
.block-related-posts .block-title,
body .cards .v-card .card-title,
.breadcrumbs *{
	color: var(--dark-green);
}
body .cards .v-card .card-list li .v-btn{
	border-color: #b3d7c2 !important;
}

.fb-modal-job .entry-header .required-fields-message{
	color: #7b917b;
}

.pagination .page-numbers {
	border: 1px solid var(--dark-green);
}
.pagination .page-numbers.current,
.block-image-title-text .entry-footer .read-more .read-more-text:after,
.block-posts .entry-footer .read-more .read-more-text:after, 
.post-loop-item .entry-footer .read-more .read-more-text:after,
.home .section-info .qs-slider-info-wrap .qs-slider-info .qs-slide a .entry-footer .btn-wrap .icomoon{
	color: #b3d7c2;
}
.block-list ul li:before, ul.entry-list li:before{
	background: var(--light-yellow);
}



.page-id-21709 .header-buttons{
	display: none;
}
.page-id-21709 .site-header .col-left {
    margin-inline-end: 40px;
}

.page-id-21710 .header-buttons{
	display: none;
}
.page-id-21710 .site-header .col-left {
    margin-inline-end: 40px;
}