.page-top {
    position: relative;
    z-index: 1;
    padding: 200px 0 100px;
}
.section-skew-line:before {
	top: 0;
}
input:focus,
select:focus {
    outline: none;
}
.section-calc {
    position: relative;
    z-index: 1;
    padding: 200px 0 100px;
	display: none;
}
.insurance-template-travel-insurance .section-calc {
	padding: 85px 0 100px;
	
}
.page-template-calc-one .section-calc {
	display: block;
}
.page-template-calc-one .page-top {
	display: none;
}
/* select */
.custom-select {
	position: relative;
}
.custom-select select {
	display: none;
}
.error-calc{
	
	display:none;
	text-align: center;
	color: red;
	font-size: 0.8em;
	margin: 0 auto;
}
body.page-template-calc-one .flex-row {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
/*select arrow*/
.select-selected:after {
	position: absolute;
	content: "";
	top: calc(50% + 3px);
	transform: translateY(-50%);
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #57a9d3 transparent transparent transparent;
}
/*select arrow (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #57a9d3 transparent;
	top: calc(50% - 3px);
	transform: translateY(-50%);
}
/*style select*/
.select-selected {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #57A9D3;
	border-radius: 14px;
	height: 60px;
	font-size: 15px;
	line-height: 18px;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 14px;
	padding-top: 28px;
	cursor: pointer;
	user-select: none;
	z-index: 3;
	position: relative;
	color: #9F9F9F;	
}

/*style select options*/
.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	background: #fff;
	line-height: 1.4;
	border: 1px solid #ccc;
}
#meetingForm .select-items {
    max-height: 300px;
    overflow: auto;
}	
.select-items div {
	padding-left: 10px;
	cursor: pointer;	
}
/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}
/*style selected option*/
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

/* date from ui */
.month_year_datepicker  .ui-datepicker-calendar {
    display: none;
}

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}
.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
	opacity: 0.5;	
}

/* Icons
----------------------------------*/
.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}
.ui-datepicker .ui-icon {
	vertical-align: middle;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	direction: ltr;
	background: #fff;
	border: 3px solid #073573;
	border-radius: 5px;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color:  transparent #57a9d3 transparent transparent;

}
.ui-datepicker .ui-datepicker-next span {
	border-color: transparent transparent transparent #57a9d3;		
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    height: 30px;
    margin: 1px 3px;
    background-position: 0.4em 0.5em, 0.5em 0.5em;
    background-size: 0.2em 0.2em, 0.2em 0.2em;	
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
	text-align: center;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	clear: right;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	width: 100px;
    height: 24px;
    border: 0px solid #ccc;
    border-radius: 8px;
    font-weight: 400;
    background-color: #57A9D3;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
	margin: 0 0 5px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}


/* spinner */
.spin-wrapper {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
    z-index: 99999999999999;	
}
.spin-wrapper .spinner {
	position: absolute;
	height: 60px;
	width: 60px;
	border: 3px solid transparent;
	border-top-color: #1dd2af;
	top: 50%;
	left: 50%;
	margin: -30px;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
.spin-wrapper .spinner:before, .spin-wrapper .spinner:after {
	content: '';
	position: absolute;
	border: 3px solid transparent;
	border-radius: 50%;
}
.spin-wrapper .spinner:before {
	border-top-color: #2c3e50;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
	animation: spin 1.5s linear infinite;
}
.spin-wrapper .spinner:after {
	border-top-color: #FFFBFE;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* checkbox */
.form-row.checkbox {
	position: relative;
	width: 400px;
	border: 1px solid transparent;
    border-radius: 14px;		
}
.form-row input.inp-cbx {
    width: initial;
    height: initial;	
	position: absolute;
	opacity: 0;
	top: 50%;
	transform: -ms-translateY(-50%);
	transform: -o-translateY(-50%);
	transform: -webkit-translateY(-50%);
	transform: -moz-translateY(-50%);
	transform: translateY(-50%);
}
.cbx {
	margin: auto;
	width: 401px;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	display: flex;
}
label.cbx.cbx2 {
    margin-top: 10px;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 3px;
 	-ms-transform: scale(1);
	 -o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1); 
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #56a9d3;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 23px;
  stroke-dashoffset: 23px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #047ead;
  display: block;
	-ms-transform: scale(0);
	 -o-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
	padding-left: 8px;
	font-size: 15px;
	line-height: 1.33;
	color: #9e9d9d;
    max-width: calc(100% - 30px );	
}
.cbx span:last-child a{
	text-decoration: underline;
	color: #047ead;	
}
.cbx:hover span:first-child {
  border-color: #047ead;
}

.inp-cbx:checked + .cbx span:first-child {
  border-color: #047ead;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
	-ms-transform: scale(3.5);
	 -o-transform: scale(3.5);
	-moz-transform: scale(3.5);
	-webkit-transform: scale(3.5);	
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
	-ms-transform: scale(0.9);
	 -o-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);	
  transform: scale(0.9);
  }
}
@-webkit-keyframes wave { 
  50% {
	-ms-transform: scale(0.9);
	 -o-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);	
  transform: scale(0.9);
  }
}

/* radiobutton */
.radio-field {
    position: relative;
    width: 400px;
    margin-top: 7px;
    margin-bottom: 1px;
	border: 1px solid transparent;
    border-radius: 14px;	
}
.md-radio {
	margin: 0px;
}
.md-radio-label {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	font-size: 80%;	
}
.md-radio.md-radio-inline {
	display: inline-block;
	position: relative;
}
.md-radio input[type="radio"] {
	display: none;
}
.md-radio input[type="radio"]:checked + label:before {
	border-color: #337ab7;
	animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
	transform: scale(1);
}
.md-radio label {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	position: relative;
	padding: 0 15px 0 25px;
	margin-bottom: 0;
	cursor: pointer;
	vertical-align: bottom;
}
.md-radio label:before, .md-radio label:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: transform, border-color;
}
.md-radio label:before {
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(0, 0, 0, 0.54);
}
.md-radio label:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	transform: scale(0);
	background: #337ab7;
}
@keyframes ripple {
	0% {
		box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
	}
	50% {
		box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
	}
	100% {
		box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
	}
}
/* signature */
#signature-container {
    width: 400px;
    z-index: 2;
    position: relative;
	border: 1px solid transparent;
    line-height: 0;
}
#first_step #signature-container {
    margin-top: 0px;	
}
.signature-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.signature-pad {
	width: 100%;
	height: 130px;
    cursor: crosshair;	
}
.signature-clear{
	width: 100px;
	height: 24px;
	border: 0px solid #ccc;
	border-radius: 8px;
	font-weight: 400;
	background-color: #57A9D3;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	cursor: pointer;
	display: none;
}

/* form */
.hide{
	display: none;
}
input.num-only {
    direction: ltr;
}
.flex-row.start {
	align-items: start;
}
.flex-row.column-start {
    justify-content: flex-start;
}
.flex-container.start {
	align-items: start;
}
.flex-container.column-start {
    justify-content: flex-start;
}
/* add - remove buttons */
.form-btn {
	display: inline-block;
	color: #9F9F9F;
	margin-top: 10px;
	cursor: pointer;
}
.form-btn.btn-add {
	font-size: 14px;
	line-height: 17px;
	text-decoration: underline;
	margin-left: 12px;
} 
.form-btn.btn-remove{
	font-size: 12px;
	line-height: 14px;
} 

/* title */
svg#calc-1 {
    direction: ltr;
}
#bubble,
#dot-start  {
   transition: 1s;
}
#bubble.step-2 {
    transform: translate(595px, 149.75px);
}
#dot-start.step-2 {
    width: 241px;
    transform: translate(601px, 177px);
}

/* tab content */
.tabcontent {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* title inner */
.top-bar {
    text-align: center;
}
.top-form-title {
    text-align: center;
    position: relative;
    z-index: 1;	
	padding: 0 30px;	
}
.top-form-title h3 {
	color: #585656;
	margin: 20px 0 0;
	font-size: 34px;
	line-height: 41px;
	font-weight: 400;
}
.top-form-title h4 {
	color: #585656;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}
.read-more {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #56a9d3;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 6px;	
}
.read-more-text {
    font-size: 16px;
    margin-top: 15px;
    display: none;
}

/* file */
.form-choose-file {
    position: relative;
    margin-top: 5px;
}
.form-choose-file input[type="file"]{
    position: relative;
	z-index: 2;
	opacity: 0; 
	max-width: 100%;	
	width: 290px;
	cursor: pointer;	
}
.form-input-text{
	cursor: pointer;
	max-width: 100%;	
	width: 290px;
	margin: 0 auto -45px;
	height: 45px;
	object-fit: contain;
	border-radius: 22.5px;
	background-color: transparent;	
	border: 2px solid #ececed;
	transition: 1s;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: normal;
	text-align: left;
	padding-left: 30px;
	color: #9e9d9d;		
}
.form-input-text.added{
	color: #007bff;
}
.form-input-text:after{
	content: 'Upload +';
    position: absolute;
    top: 50%;
    left: 200px;
    z-index: 2;
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    color: #353a42;
    background-color: #fff;
    padding: 0 8px;
}

div#verify_popup ,
div#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
}
.popup-inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #57A9D3;
    background: #fff;
    border-radius: 20px;
    width: 500px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
#first_step .margin-top-botom {
    margin-top: 9px;
    margin-bottom: 25px;
}
@-moz-document url-prefix() {
	#first_step .input-field.not-required.margin-top-botom {
		transform: translateY(-84px);
	}
}
.inner-form-loan-insurance {
    margin-right: -100px;
    width: calc(100% + 200px);
}
.width-1050px {
    margin-right: -100px;
    width: calc(100% + 200px);
}
.inner-form-loan-insurance .read-more {
    left: 40px;
    top: 4px;
}
.width-1050px .read-more {
    left: 40px;
    top: 4px;
}
.width-1050px.position-read-more .read-more {
    left: 12px;
}
#Group_10115 * {
	font-size: 17px;
}
#popup-email {
	display:none;
}
#popup-or {
	display: none;
}
@media (max-width: 1024px){
	.tabcontent h2 {
		font-size: 20px;
		margin: 30px auto 35px;
	}
	
	.inner-form-loan-insurance {
		margin-right: 0px;
		width: 100%;
	}
	.width-1050px {
		margin-right: 0px;
		width: 100%;
	}
}
@media (max-width: 991px){
	.section-calc {
		padding: 0px 0 30px;
	}
	.cbx,
	#signature-container ,
	.form-row.checkbox {
		width: 300px;
	}
	#first_step #signature-container {
		margin-top: -60px;
	}
	.cbx span:last-child {
		width: calc(100% - 18px);
	}
	.select-selected{
		height: 50px;
		font-size: 13px;
		line-height: 16px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 10px;
		padding-top: 24px;
	}
	.calc-form .flex-row {
		margin: 0;
	} 
	.form-row.checkbox {
		margin-top: 7px;
		margin-bottom: 1px;
	}
	.radio-field {
		width: 300px;
		padding-right: 5px;
	}
	#first_step .margin-top-botom {
		margin-top: 9px;
		margin-bottom: 12px;
	}
	#first_step .md-radio-label {
		margin-top: 2px;
	}
	#first_step .md-radio.md-radio-inline {
		margin-top: 4px;
	}
	.calc-form #first_step .flex-row {
		align-items: initial;
		justify-content: space-between;
	}
	.radio-field.full {
		overflow-x: scroll;
	}
	.compare-results {
		margin: 0;
		width: 870px;
	}

}
@media (max-width: 767px){
	.flex-row.with-mobile-margin .md-radio-label:not(.md-radio) {
		font-size: 1.25em;
		font-weight: 600;
	}
	.md-radio.md-radio-label {
		margin: 5px 0;
	}
	.md-radio.md-radio-label label {
		height: auto;
	}
	.flex-row.with-mobile-margin {
		/* padding-top: 30px;בגלל ביטוח לחול כפתורי רדיו למטה*/
	}
	#first_step .margin-top-botom {
		margin-top: 6px;
		margin-bottom: 1px;
	}
	#first_step #signature-container {
		margin-top: -46px;
	}
	.cbx, #signature-container, .form-row.checkbox {
		margin-top: 10px;
	}
	.section-calc {
		padding: 90px 0;
	}
	.repeating-fields-inner.loan-repeating-fields-inner {
		flex-wrap: wrap;
	}
	.calc-form .repeating-fields-inner.loan-repeating-fields-inner .input-field.short {
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
	#first_step .md-radio-label.loan-masloloim-title {
		margin-top: 40px;
	}
	.grecaptcha-badge {
		display: none!important;
	}
	#first_step #signature-container {
		margin-top: 8px;
	}
	
	#meetingForm .select-items {
		max-height: 200px;
	}
}
@media (max-width: 625px){
	.calc-form #first_step .flex-row {
		justify-content: center;
	}
	.calc-form .output-field {
		margin-right: auto;
		margin-left: auto;
	}
	.no-field.text.enhances-power-bottom {
		margin: 16px auto 3px;
		max-width: 300px;
	}
	.top-bar * {
		/* font-size: 28px; */
	}
}