#iqevents-form-popup {
	position: fixed;
	z-index: 102;
	left: 50%;
	transform: translate(-50%, -50%) scaleY(0);
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	padding: 39px 32px 27px;
	filter: drop-shadow(0px 4px 29px rgba(0, 0, 0, 0.25));
	border-radius: 0% 72px 0% 72px;
	width: 530px;
}

#iqevents-form-popup.is-show {
	opacity: 1;
	visibility: visible;
	
	top: 50% !important;
	transform: translate(-50%, -50%) scaleY(1);
}

#iqevents-form-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*	background: rgba(0, 0, 0, 0.2);*/

	background: rgba(33, 33, 33, 0.54);
	z-index: 100;
	display: none;
}

#iqevents-form-overlay.is-show {
	display: block;
	opacity: 1;
	visibility: visible;
}


#iqevents-form-popup .progress-bar-wrapper {
	position: relative;
	background-color: #b1b0b0;
	display: none;

}

#iqevents-form-popup progress {
	background-color: #ffffff;
	width: calc(100% - 72px);
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#iqevents-form-popup progress::-webkit-progress-bar {

	background-color: #b1b0b0;
}

#iqevents-form-popup progress::-webkit-progress-value {
	background-color: #ff4527;
}

#iqevents-form-popup progress::-moz-progress-bar {
	background-color: #b1b0b0;
}

#iqevents-form-popup progress::-webkit-progress-value {
	background-color: #ff4527;
}

#iqevents-form-popup .screen_2 {
	display: none;
	/* min-height: 300px; */
}

#iqevents-form-popup #iqevents-form-content .screen_3 {
	display: none;
	/* min-height: 100px; */
}

.display_dp #ui-datepicker-div .ui-datepicker-calendar,
.display_dp #ui-datepicker-div .ui-datepicker-current {
	display: none !important;
}

.iqevents-close-popup {
	display: none;
}

.iqevents-form-title {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 130.023%;
	text-align: center;
	margin-bottom: 30px;
	/*font-family: "HelveticaNeueW10-75Bold";*/
}


#iqevents-form-popup .form_field {
	margin-top: 12px;
	position: relative;
}

#iqevents-form-popup .form_field:first-child {
	margin-top: 30px;
}

#iqevents-form-popup .field_group .form_field {
	margin-top: 12px;
}

#iqevents-form-popup .field_group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;

}

#iqevents-form-popup .group_select_left {
	width: 65%;
}

#iqevents-form-popup .group_select_right {
	width: 30%;
}


#iqevents-form-popup .field_group_vo .group_select_first{
	margin-top: 12px;
}

#iqevents-form-popup .input-error {
	color: #EC5438;
	font-size: 14px;
	font-weight: 400;
	line-height: 130.023%;
	margin-bottom: 8px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0px;
}

#iqevents-form-popup .field_group_vo{
	display: none;
}

#iqevents-form-popup .iti .input-error {
	top: -24px;
}

#iqevents-form-popup input {

	width: 100%;
	height: 41px;
	border-radius: 13px!important;
	border: 1px solid #DFDFDF;
	background: #FDFDFD;
	padding-left: .5em;
	padding-right: .5em;
	/*
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 130.023%;
*/
	color: #838383;
	font-size: 14px;
	font-weight: 400;
	line-height: 130.023%;
}


#iqevents-form-popup .iti--separate-dial-code .iti__selected-flag {
	border-radius: 13px 0 0 13px;
}

#iqevents-form-popup .iti__selected-dial-code {
	color: #838383;
	font-size: 14px;
	font-weight: 400;
	line-height: 130.023%;
}

#iqevents-form-popup input::placeholder,
#iqevents-form-popup textarea::placeholder {
	display: none;
	visibility: hidden;
	opacity: 0;
}

#iqevents-form-popup .label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 130.023%;
	margin-bottom: 5px;
}

#iqevents-form-popup textarea {
	width: 100%;
	height: 141px;
	border-radius: 13px;
	border: 1px solid #DFDFDF;
	background: #FDFDFD;
	padding-left: .5em;
}

#iqevents-form-popup .iti--container {
	/*top: calc(50% - 94px) !important;*/
	/*bottom: 30px !important;*/
	/*left: calc(50% - 222px) !important;*/
	/*right: 30px !important;*/
	/*position: fixed !important;*/
	position: absolute !important;
	max-width: 74%;
	top: 64px !important;
	left: 0 !important;
	max-height: 250px;
	height: 250px;
	width: 100%;
	max-width: 100%;
	border-radius: 13px;
}

#iqevents-form-popup .iti__country-list {
	max-width: 466px !important;
	box-shadow: none !important;
	border-radius: 13px;
}

#iqevents-form-popup .iti__country.iti__highlight {
	background-color: #EC5438 !important;
	color: #fff;
}

#iqevents-form-popup .iti__country.iti__highlight .iti__dial-code {
	color: #e7e5e5;
}

#iqevents-form-popup .sendform_button,
#iqevents-form-popup .btn.step_1 {
	margin-top: 24px;
	display: flex;
	width: 471px;
	height: 45px;
	padding: 15px;
	justify-content: center;
	align-items: center;
	border-radius: 13px;
	background: #EC5438;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	max-width: 100%;
}

#iqevents-form-popup .btn.step_1 {
/*	width: fit-content;*/
	max-width: 100%;
}

#iqevents-form-popup .sendform_button:hover,
#iqevents-form-popup .btn.step_1:hover,
#iqevents-form-popup .sendform_button:active,
#iqevents-form-popup .btn.step_1:active {
	color: #EECCCC;
	background: #E87E6A;
}

#iqevents-form-popup .data-conf {
	text-align: center;
	font-size: 10px;
	font-weight: 300;
	line-height: 171.754%;
	margin-top: 8px;
}

#iqevents-form-popup .ms-parent {
	width: 100% !important;
	height: 41px;
	border-radius: 13px;
	border: 1px solid #DFDFDF;
	background: #FDFDFD;
	padding-left: .5em;
}


#iqevents-form-popup .ms-choice {
	height: 100% !important;
	width: 94% !important;
	border: none !important;
}

#iqevents-form-popup .ms-choice > span {
	line-height: 2.8 !important;
	height: 100% !important;
	color: #838383;
	font-size: 14px;
	font-weight: 400;
}

#iqevents-form-popup .icon-caret {
	border: none;
	content: '';
	background: url(arrow_dropdown.svg);
	background-size: contain;
	background-position: center;
	width: 24px !important;
	height: 24px !important;
	border: none !important;
	top: 10px !important;
/*	right: 15px !important;*/
	right: 0px !important;
}

#iqevents-form-popup .ms-choice > span.placeholder {
	background: inherit !important;
	opacity: .5;
}

#iqevents-form-popup .ms-drop {
	margin-left: -.5em;
	border-radius: 13px !important;
	border: 1px solid #DFDFDF !important;
	background: #FDFDFD !important;
}

#iqevents-form-popup .ms-drop ul > li.hide-radio.selected {
	background-color: #EC5438 !important;
}

#iqevents-form-popup .ms-drop ul > li.selected input + label::before {
	background-color: #EC5438 !important;
}

#iqevents-form-popup .ms-drop ul > li {
	padding-left: 0;
}

#iqevents-form-popup .ms-drop ul > li label {
	padding-left: 0.5em !important;
}

#iqevents-form-popup .ms-drop input[type="checkbox"] {
	/*
	margin-top: 6px !important;
	margin-left: 0 !important;
	height: 24px;
	left: -45%;
*/
	position: absolute;
	z-index: -1;
	opacity: 0;
}

#iqevents-form-popup .ms-drop input[type="checkbox"] + span {
	display: inline-flex;
	align-items: center;
	user-select: none;
}


#iqevents-form-popup .ms-drop input[type="checkbox"] + span::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;

}


#iqevents-form-popup .ms-drop input[type="checkbox"]:checked + span::before {
	border-color: #EC5438;
	background-color: #EC5438;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/*
.ms-drop ul>li label {
	color: #838383;
	font-size: 14px;
	font-weight: 400;
}
*/


#iqevents-form-popup .ms-drop ul > li label {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
}

#iqevents-form-popup .ms-drop input[type="radio"] + span,
#iqevents-form-popup .ms-drop input[type="checkbox"] + span {
	position: relative;
	left: 0%;
	top: 8px;
	/*	color: #838383;*/
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 15px;
}

#iqevents-form-popup .ms-drop ul > li.hide-radio.selected {
	background-color: #EC5438 !important;
}

#iqevents-form-popup .form-check-input-checked-bg-color {
	background: #000;
}

#iqevents-form-popup .screen_3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

#iqevents-form-popup .screen_3 img {
	margin: 0 auto 50px;
	display: block;
}

#iqevents-form-popup .succsess_message {
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	line-height: 130.023%;
}

#iqevents-form-popup .succsess_message span {
	text-align: center;
	font-size: 19px;
	font-weight: 400;
	line-height: 142.023%;
	display: block;
	margin-top: 18px;
	/*	margin-bottom: 152px;*/
}

@media screen and (max-width: 770px) {
	#iqevents-form-popup {
		width: 345px;
	}

	#iqevents-form-popup .sendform_button {
		max-width: 100%;
	}

	#iqevents-form-popup .field_group .label {
		width: 140%;
	}

	#iqevents-form-popup .iti-mobile .iti--container {
		position: absolute !important;
		max-width: 74%;
		top: 64px !important;
		left: 0 !important;
		max-height: 250px;
		height: 250px;
		width: 100%;
		max-width: 100%;
		border-radius: 13px;
	}

	#iqevents-form-popup .iti-mobile .iti__country-list {
		border-radius: 13px;
		box-shadow: none !important;
	}

	#iqevents-form-popup .iti__country.iti__highlight {
		background-color: #EC5438 !important;
		color: #fff;
	}

	#iqevents-form-popup .iti__country.iti__highlight .iti__dial-code {
		color: #e7e5e5;
	}
}
