@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

.ebmsCC_container-fluid {
	margin: 0;
	padding: 0;
	font-family: 'montserrat';
}

#ebmsCC_heading {
	text-transform: uppercase;
	color: var(--e-global-color-ebms-cp-primary);
	font-weight: normal;
}

#ebmsCC_msform {
	text-align: center;
	position: relative;
	margin-top: 20px;
}

#ebmsCC_msform fieldset {
	/*     background: white; */
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
}

.form-card {
	text-align: left;
}

#ebmsCC_msform fieldset:not(:first-of-type) {
	display: none;
}

#ebmsCC_msform input,
#ebmsCC_msform textarea {
	padding: 8px 15px 8px 15px;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 25px;
	margin-top: 2px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	background-color:#ECEFF1;
	font-size: 16px;
	letter-spacing: 1px;
}

#ebmsCC_msform input:focus,
#ebmsCC_msform textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid var(--e-global-color-ebms-cp-primary);
	outline-width: 0;
}

#ebmsCC_msform .action-button {
	width: max-content;
	background: var(--e-global-color-ebms-cp-primary);
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 0;
	text-align: center;
}

#ebmsCC_msform .action-button:hover,
#ebmsCC_msform .action-button:focus {
	background-color: var(--e-global-color-ebms-cp-secondary);
}

#ebmsCC_msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px 10px 0px;
	float: right;
}

#ebmsCC_msform .action-button-previous:hover,
#ebmsCC_msform .action-button-previous:focus {
	background-color: #000000;
}

.ebmsCC_card {
	z-index: 0;
	border: none;
	position: relative;
}
.title_bar {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.fs-title {
	font-size: 25px;
	color: var(--e-global-color-ebms-cp-primary);
	margin-bottom: 15px;
	font-weight: normal;
	text-align: left;
}

.purple-text {
	color: var(--e-global-color-ebms-cp-primary);
	font-weight: normal;
}

.steps {
	font-size: 25px;
	color: gray;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right;
}

.fieldlabels {
	color: gray;
	text-align: left;
}

#ebmsCC_progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey;
	margin-left: auto;
	margin-right: auto;
}

#ebmsCC_progressbar .active {
	color: var(--e-global-color-ebms-cp-primary);
}

#ebmsCC_progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: calc(100% / 3);
	float: left;
	position: relative;
	font-weight: 400;
}

#ebmsCC_progressbar #ebmsCC_account:before {
	content: "";
	background: var(--e-global_ebms_pc_assets_details_image_url);
	background-size: 50px;
	background-repeat: no-repeat;
	z-index: 4;
	background-color: #f7f8f9;
	background-position: center center;
	overflow: visible !important;
	border-radius: 0px;
}

#ebmsCC_progressbar #ebmsCC_personal:before {
	content: "";
	background: var(--e-global_ebms_pc_assets_personalinfo_image_url);
	background-size: auto 50px;
	background-repeat: no-repeat;
	z-index: 4;
	background-color: white;
	background-position: center center;
	overflow: visible !important;
	border-radius: 0px;
}

#ebmsCC_progressbar #ebmsCC_payment:before {
	content: "";
	background: var(--e-global_ebms_pc_assets_quotation_image_url);
	background-size: auto 50px;
	background-repeat: no-repeat;
	z-index: 4;
	background-color: white;
	background-position: center center;
	overflow: visible !important;
	border-radius: 0px;
}

#ebmsCC_progressbar #ebmsCC_confirm:before {
	content: "";
	background: var(--e-global_ebms_pc_assets_quotation_image_url);
	background-size: auto 50px;
	background-repeat: no-repeat;
	z-index: 4;
	background-color: white;
	background-position: center center;
	overflow: visible !important;
	border-radius: 0px;
}

#ebmsCC_progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: auto 50px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px;
}
ul#ebmsCC_progressbar li:before {
    background-color: #f7f8f9 !important;
}
#ebmsCC_progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1;
}

#ebmsCC_progressbar li.active:before,
#ebmsCC_progressbar li.active:after {
	background: var(--e-global-color-ebms-cp-primary);
}

.progress {
	height: 20px;
}

.progress-bar {
	background-color: var(--e-global-color-ebms-cp-primary);
}

.fit-image {
	width: 100%;
	object-fit: cover;
}

/*Custom CSS*/

#ebmsCC_msform .action-button.Caculate_loading {
	opacity: 0.5;
	cursor: not-allowed !important;
	pointer-events: none !important;
}

#ebmsCC_msform select + .select2 {
	width: 100% !important;
	margin-bottom:20px
}

#ebmsCC_msform select + .select2.select2-container--default .select2-selection--single {
	background-color: #eceff1;
	border: 1px solid #ccc;
	border-radius: 0px;
	line-height:1.5;
	height:2.3rem;
	font-size: 16px;
}

#ebmsCC_msform select + .select2.select2-container--default .select2-selection--single span#select2-activityname-container{
	line-height:2.3;
}
#ebmsCC_msform select#activityname {
	width: 100%;
	height: 2.3rem;
	border: 1px solid #cccccc;
	background: #eceff1;
	margin-bottom: 20px;

	color: #506265;
	padding-left: 10px;
}

#ebmsCC_msform select#activityname:focus, select#activityname:focus-visible{
	outline:none;
}

input.select2-search__field {

	height:  2.3rem;
	border-radius: 0px;
	font-size: 16px;
}

input.select2-search__field:focus-visible {
	outline: none;
}

span.select2-results {

	font-size: 16px;
}
/*--e-global_ebms_pc_assets_image_url*/

.flex_align_center {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative; 
	overflow: hidden;
	position: relative;
}
.terms_condition_text{
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	color: #595959;
}
p.price_holder {
	font-size: 27px;
	font-weight: 700;
	line-height: 1.6;
	color: #595959;
	margin-bottom:0px;
}
.price_box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.price_box:not(:last-child) {
    border-right: 2px solid;
    border-color: var(--e-global-color-ebms-cp-primary);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
span.crmactivity_note {
	text-align: left;
	font-size: 12px;
}

span.crmactivity_note strong {
	text-align: left !important;
	margin-left: 0px;
	display: flex;
}
legend.legend_crmactivity_note {
	display: flex;
	margin-bottom: 0px !important;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
.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;
	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;
}
span#activityError, span#ownersinnumberError , span#numberofvisaError{
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 20px;
    color: #bb2254;
}

span#activityError {}

.select2.error * {
    color: #7c1e27 !important;
}
@keyframes slideBoth {
	0% {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	100% {
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
	}
}
.mobile_notes{
	display:none;
}
@media only screen and (max-width:767px){
	.ResultFormSLide{
		width:100%;
		/*margin-top:30px;*/
	}

	.ResultcalculationSLide{
		width: 100vw;
		/* 		left: -6vw; */
		position: relative;
	}
	/*.ResultcalculationSLide *{*/
	/*	color:white;*/
	/*}*/
	/*.col-8.text-center.ResultcalculationSLide:before {*/
	/*	content: "";*/
	/*	background: var(--e-global-color-ebms-cp-secondary);*/
	/*	position: absolute;*/
	/*	width: 100vw;*/
	/*	height: 100%;*/
	/*	left: -6vw;*/
	/*	right: 0px;*/
	/*}*/
	.flex_align_center>.row>div.col-4 {
		/*width: 100%;*/
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}

	.flex_align_center>.row {
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}
	
	.price_box {
	    border-right:none !important;
        border-bottom: 1px solid;
        border-color: var(--e-global-color-ebms-cp-primary);
        width: max-content;
        padding-bottom:10px;
    }
	.ResultFormSLide{
		/* 		display: none; */
	}

	.mobile_notes{
		display:block;
	}
	
	#ebmsCC_msform .action-button{
	    
    margin: 0 auto;
    display: flex;
	}
	.desktop_notes{
		display: none;
	}
	.Calc_result_slides {
		display: flex;
		flex-flow: column;
	}
}