.input-field label {
	font-size: 15px;
	color: #034EA2;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
}
.input-field {
	margin-bottom: 20px;
	width: 100%;
    display: flex;
    flex-flow: column;
}
.calculator-side_image_wrapper {
	width: 100%;
	text-align: center;
}
ul.step_counter_ul {
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	background-color:white;
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
}
li.step_counter_li {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	position:relative;
	text-align:center;
	margin-bottom:15px;
}
.active_counter .step_counter {
	background-color:  var(--e-global-color-ebms-cp-secondary);
	color: white;
}
.prev_counter .step_counter{
	background-color:  var(--e-global-color-ebms-cp-secondary);
	color: white;
}
.step_counter {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background-color:#414141;
	width: 100%;
	color:white;
	padding: 10px;
	border-radius: 10px;
/* 	color: var(--e-global-color-ebms-cp-primary); */
	font-family: 'Playfair Display';
}
span.step_counter_text {
	font-size: 17px;
	line-height: 1;
}
span.step_counter_number {
	font-size: 45px;
	line-height: 1;
	margin-top: -10px;
}
span.step_counter_description {
	font-size: 13px;
	line-height: 15px;
}


li.step_counter_li:not(:last-of-type):after {
	content: "";
	border-left: 2px dashed gray;
	height: 38px;
	margin-top: 5px;
	width: 0;
}

li.step_counter_li:not(:last-of-type):before {
	content: "";
	background: #414141;
/* 	background-color:#414141; */
	height: 7px;
	width: 7px;
	position: absolute;
	bottom: -12px;
	margin: 0 auto;
	border-radius: 50px;
	}
/* li.active_counter.step_counter_li:not(:last-of-type):after,  */
li.prev_counter.step_counter_li:not(:last-of-type):after{
/* 	background-color:#414141; */
/* 	border:1px solid var(--e-global-color-ebms-cp-secondary); */
	border-color:var(--e-global-color-ebms-cp-secondary);
}
/* 
li.active_counter.step_counter_li:not(:last-of-type):before,  */
li.prev_counter.step_counter_li:not(:last-of-type):before{
/* 	background-color: var(--e-global-color-ebms-cp-primary); */
/* 	border-color:var(--e-global-color-ebms-cp-secondary);
	border:1px solid var(--e-global-color-ebms-cp-secondary); */
}

form#calculator_form_ebms .input-field input, 
form#calculator_form_ebms .input-field select, 
form#calculator_form_ebms .input-field select+span.select2 span.selection .select2-selection,
span.select2-search.select2-search--dropdown input.select2-search__field{
	border-radius: 25px;
	height: 49px;
	border-color: var(--e-global-color-ebms-cp-primary);
	padding-left: 20px;
	padding-right: 15px;
	transition:0.3s ease all;
	color:var(--e-global-color-ebms-cp-primary);
}
span.select2-dropdown.select2-dropdown--below {
    /* padding-top: 30px; */
     MARGIN-TOP: 10px; 
    border: 1px solid var(--e-global-color-ebms-cp-primary);
    border-radius: 30px;
    overflow: hidden;
}
form#calculator_form_ebms .input-field select+span.select2 span.selection .select2-selection__rendered {
    height: 49px;
    line-height:49px;
    color: var(--e-global-color-ebms-cp-primary);
}

form#calculator_form_ebms .input-field select+span.select2 .select2-selection__placeholder{
    color: var(--e-global-color-ebms-cp-primary);
}

form#calculator_form_ebms .input-field select+span.select2 span.selection .select2-selection--single .select2-selection__arrow{
    margin: auto 12px auto auto;
    top: 0;
    bottom: 0;
}
.select2-results li:hover, .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-image: linear-gradient(90deg, var(--e-global-color-ebms-cp-primary) 0%, var(--e-global-color-ebms-cp-secondary) 100%);
}
form#calculator_form_ebms .input-field .select2-selection--single .select2-selection__clear{
        background: none;
    color: var(--e-global-color-ebms-cp-primary);
    font-size: 20px;
}
.input-field select {
	-moz-appearance: none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 0.65rem auto;
	appearance:none;
}

form#calculator_form_ebms .input-field input[type=number]::-webkit-inner-spin-button, 
form#calculator_form_ebms .input-field input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
form#calculator_form_ebms .input-field button.btn {
    border: 1px solid transparent;
    background-color: var(--e-global-color-ebms-cp-secondary);
    color: var(--e-global_ebms_pc_button_text_color);
    border-radius: 25px;    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    min-width: 150px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px !important;
}
.calculator_ebms_wrapper{
    border: 1px solid #41414199;
    border-radius:30px;
    background:white;
    box-shadow: 0px 0px 10px 1px rgb(0,0,0,0.5);
    padding: 25px !important;
}

img.ISO_image {
    width: 120px;
    margin: 0px 20px 20px 0px;
}
.iso_wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.calculator-side_image_wrapper img{
    width: 260px;
    height: auto;
    object-fit: contain;
}
.calculator-side_image_wrapper>h4 {
    font-size: 32px;
    font-weight: 700;
    color: var(--e-global-color-ebms-cp-primary);
    margin-bottom: 0px;
    line-height: 1;
}
.calculator-side_image_wrapper>p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
form#calculator_form_ebms .input-field input:focus-visible, 
form#calculator_form_ebms .input-field select:focus-visible,
span.select2-search.select2-search--dropdown input.select2-search__field:focus-visible{
    border:2px solid var(--e-global-color-ebms-cp-secondary);
    outline:none;
    color:var(--e-global-color-ebms-cp-secondary);
}

form#calculator_form_ebms fieldset:not(:first-child) {
    display: none;
}

.field_error_field{
    display:none;
       color: red;
}
.input-field.has-error label {
    /*color: red;*/
}
.input-field.has-error label .field_error_field {
    display: block;
}

.input-field.col.s12.calculator_form_iframe_wrap {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    height: 100%;
    position:relative;
}









/*Loader CSS*/
.loader span {

	/*   Tweak this stuff */
	width: 15px;
	height: 60px;
	border-radius: 20px;
	margin-left: 2px;
	animation-duration: 1500ms;
	/*   Tweak this stuff ^ Fun! */

	display: inline-block;
	animation-timing-function: cubic-bezier(1.645, 0.045, 0.355, 1.3);
	animation-iteration-count: infinite;
}


.loader {
	display: block;
	overflow: hidden;
	margin-bottom: 15%;
	font-size: 0;
	overflow: visible;
}
.loader {
	position: absolute;
	top:0px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	background: white;
}

.loader span:nth-child(1) {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
	background-color: var(--e-global-color-ebms-cp-primary);
}

.loader span:nth-child(2) {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	background-color: var(--e-global-color-ebms-cp-secondary);
}

.loader span:nth-child(3) {
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
	background-color: var(--e-global-color-ebms-cp-primary);
}

.loader span:nth-child(4) {
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
	background-color: var(--e-global-color-ebms-cp-secondary);
}

.loader span:nth-child(5) {
	-webkit-animation-delay: 500ms;
	animation-delay: 500ms;
	background-color: var(--e-global-color-ebms-cp-primary);
}

.loader span:nth-child(6) {
	-webkit-animation-delay: 600ms;
	animation-delay: 600ms;
	background-color: var(--e-global-color-ebms-cp-secondary);
}

.loader span {
	-webkit-animation-name: slideBoth;
	animation-name: slideBoth;
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes slideBoth {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
}

/*Result Slide*/
.price_box h4 {
    color: var(--e-global-color-ebms-cp-primary);
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}
.price_box {
    text-align: left;
}
.terms_condition_text {
    text-decoration: underline;
}

.price_box p.price_holder {
    color: var(--e-global-color-ebms-cp-secondary);
    font-size: 18px;
    font-weight: 400;
}

legend.legend_crmactivity_note {
    font-size: 16px;
    font-weight: 600;
}

span.crmactivity_note {
    font-size: 12px;
    font-weight: 500;
	display: flex;
    flex-flow: column;
}
.calculator-side_image_wrapper{
    position:relative;
}
.steps_cols{
    z-index:1;
}

@media only screen and (max-width:767px){
	.steps_cols.desktop_show_only{
        display:none;
	}
    .desktop_show{
        display:none;
    }
    .steps_cols{
        padding:0px !important;
    }
    span.step_counter_number {
        font-size: 25px;
        margin-top:-5px;
    }
    span.step_counter_text {
        font-size: 15px;
    }
    .iso_wrapper.desktop{
        display:none;
    }
    .calculator-side_image_wrapper.desktop{
        display:none;
    }
    .calculator-side_image_wrapper.mobile {
        width: 100%;
        position: absolute;
        left: 0px;
        top: -285px;
    }
    .calculator-side_image_wrapper.mobile .calculator-side_image {
        height: 190px;
    }
    .calculator_ebms_wrapper {
        padding-top: 170px !important;
        margin-top: 100px !important;
    }
    .input-field.col.s12.calculator_form_iframe_wrap{
        align-items: flex-start;
    }
    .calculator_ebms_wrapper{
        position:relative;
    }
    .calculator-side_image_wrapper.mobile svg{
        display:none;
    }
    form#calculator_form_ebms fieldset {
        position: relative;
        padding-right: 0px;
    }
    .steps_cols+.col-md-5 {
        padding-right: 0px;
    }
    .calculator-side_image_wrapper>h4{
        font-size:24px;
    }
    .price_box p.price_holder{
        font-size: 16px;
        font-weight: 600;
    }
    .price_box h4{
        font-size:14px;
    }
    span.terms_condition_text{
        font-size: 10px;
        font-weight: 800;
    }
    .calculator-side_image_wrapper>p{
        font-size:12px;
    }
    .calculator_ebms_wrapper {
        box-shadow: none;
        border: none;
        position:relative;
    }
    .calculator_ebms_wrapper:before {
        content: "";
        position: absolute;
        width: calc(100% - 21.666667% / 2);
        height: 100%;
        top: 0px;
        right: 0px;
        border: 1px solid #414141;
        border-radius: 20px;
        z-index: 0;
    }
	.calculator_ebms_Result_wrapper.calculator_ebms_wrapper:before{
		width:100% !important;
	}
    p.desktop_notes.notes{
        display:none;
    }
    legend.legend_crmactivity_note {
/*         margin-left: -20px; */
    }
	span.Recalculate_text {
		font-size: 13px;
		font-weight: 700;
	}
    span.crmactivity_note ul {
        padding-left: 0px;
    }
    p.mobile_notes.notes{
/*         display:none; */
    }
}
.calculator-side_price_wrapper{
    position:relative;
}

@media only screen and (min-width:767px){
    .mobileshow{
        display:none;
    }
    p.desktop_notes.notes{
        display:none;
    }
    .iso_wrapper.mobile{
        display:none;
    }
    .calculator-side_image_wrapper.mobile{
        display:none;
    }
    .mobile_notes{
        display:none;
    }
    .calculator-side_price_wrapper.mobile{
        display:none;
    }
}