@charset "UTF-8";

img {
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
	text-decoration: none;
	transition: 0.3s all ease-in-out;
}
a,
button{
	cursor: pointer;
}
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
	outline: none;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}




.red{
	color: #ff0000ff !important;
}
.white_txt{
	color: #ffffff !important;
}
.blue_txt, .blue_txt h3, .blue_txt p {
	color: #505357 !important;
}
.gold_txt{
	color: #D2B62B !important;
}
.f_2{
	font-size: 2rem !important;
}
.f_1_8{
	font-size: 1.8rem !important;
}
.f_1_5{
	font-size: 1.5rem !important;
}
.bordered{
	border: 1px solid #C3C3C3;
}
.circle{
	border-radius: 50% !important;
}
.circle_22{
	border-radius: 22% !important;
}
.txt_center, .txt_center h3, .txt_center h4, .txt_center p{
	text-align: center !important;
}
.enable_link_btn{
	display: inline-block !important;
	visibility: visible !important;
	min-width: 150px !important;
	text-align: center !important;
}
.enable_link_btn a{
	width: 100% !important;
	display: inline-block !important;
	padding: 1rem 1.5625rem !important;
}
.disable_btn{
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.pad_less{
	padding: 0 !important;
}
.pad_bot_10{
	padding-bottom: 10px !important;
}
.pad_top_10{
	padding-top: 10px !important;
}
.pad_bot_15{
	padding-bottom: 15px !important;
}
.pad_top_15{
	padding-top: 15px !important;
}
.pad_top_75{
	padding-top: 75px !important;
}
.pad_top_120{
	padding-top: 120px !important;
}
.pad_top_125{
	padding-top: 125px !important;
}
.mr_less{
	margin: 0 !important;
}
.mr_bot_0{
	margin-bottom: 0px !important;
}
.mr_bot_0{
	margin-bottom: 0px !important;
}
.mr_bot_15{
	margin-bottom: 15px !important;
}
.mr_top_15{
	margin-top: 15px !important;
}
.mr_bot_20{
	margin-bottom: 20px !important;
}
.mr_top_20{
	margin-top: 20px !important;
}
.mr_bot_25{
	margin-bottom: 25px !important;
}
.mr_top_25{
	margin-top: 25px !important;
}
.mr_bot_30{
	margin-bottom: 30px !important;
}
.mr_top_30{
	margin-top: 30px !important;
}
.mr_bot_40{
	margin-bottom: 40px !important;
}
.mr_top_40{
	margin-top: 40px !important;
}
.mr_bot_50{
	margin-bottom: 50px !important;
}
.mr_top_50{
	margin-top: 50px !important;
}
.mr_bot_60{
	margin-bottom: 60px !important;
}
.mr_top_60{
	margin-top: 60px !important;
}
.mr_bot_75{
	margin-bottom: 75px !important;
}
.mr_top_75{
	margin-top: 75px !important;
}
.mr_bot_100{
	margin-bottom: 100px !important;
}
.mr_top_100{
	margin-top: 100px !important;
}
.header_text_le, .header_text_le h3, .header_text_le p{
	text-align: right!important;
}
.accred_holder{
	display: block;
	visibility: visible;
}
.footer_accred_holder{
	display: none;
	visibility: hidden;
}
.accred_holder, .footer_accred_holder{
	position: absolute;
	bottom: 0;
	right: 0;
	padding-bottom: 25px;
}
.accred_holder_span, .footer_accred_holder_span{
	width: 50px !important;
	max-width: 50px !important;
	display: inline-block;
	margin: 2px;
	padding: 0;
}
.accred_holder_img, .footer_accred_holder_img{
	width: 100% !important;
	max-width: 100% !important;
	margin: 0;
	padding: 0;
}
.result-text a, .result-right-text button {
	display: block;
	height: 65px;
	width: 225px;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 23px;
	line-height: 65px;
	font-weight: 600;
	border-radius: 40px;
	background-image: linear-gradient(4deg, #b9d5fa 0%, #505357 100%);
}
.result-text a:hover, .result-right-text button:hover {
	background-image: linear-gradient(4deg, #505357 0%, #b9d5fa 100%);
}
.result-text {
	max-width: 430px;
	padding-top: 50px;
	display: inline-block;
}

.result-text a {
	color: #fff !important;
}
.result-text a:hover {
	color: #fff;
}

.poll-result-circle-percent {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.poll-result-circle-percent canvas{
	right: 50%;
	left: 0;
	top: 50%;
	color: #777777;
	position: absolute;
	transform: translate(50%, -50%);
}
.poll-result-circle-percent .pr-value-text {
	right: 0;
	left: 0;
	top: 50%;
	color: #777777;
	font-size: 22px;
	position: absolute;
	text-align: center;
}
.poll-result-circle-percent strong {
	right: 0;
	left: 0;
	top: 47%;
	color: #505357;
	font-size: 70px;
	font-weight: 600;
	position: absolute;
	text-align: center;
	transform: translateY(-50%);
}
.poll-result-circle-percent .pr-value-text {
	right: 0;
	left: 0;
	top: 59%;
	color: #D2B62B;
	font-size: 28px;
	position: absolute;
	text-align: center;
}

.thanks_check{
	z-index: 100;
	position: relative;
	margin-top: 70px;
	margin-bottom: -56px;
}
.color_background {
	background-image: linear-gradient(to left, rgba(38, 142, 255, 0.8), rgba(91, 117, 255, 0.7)), url("../images/bg_0.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.progress_holder {
	width: 120px;
	height: 120px;
	line-height: 120px;
	background: none;
	margin: 0 auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	top: 3px;
	left: 10px;
}
.progress_holder_line {
	width: 114px;
	height: 114px;
	line-height: 114px;
	background: none;
	margin: 0 auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	border: 1px solid #ccc;
	z-index: 0;
}
.question_progress{
	position: absolute;
	z-index: 1;
}
.progress_holder span{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: 800;
	right: -50%;
	left: 0;
	top: 50%;
	color: #777777;
	position: absolute;
	transform: translate(-50%, -50%);
}
.count_progress {
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: none;
	margin: 0 auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: absolute;
	top: 3px;
	left: 10px;
}
.count_progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
	right: 0;
}
.count_progress.clip-1:after {
	clip: rect(0rem, 9.5em, 4em, 4rem);
}
.count_progress.clip-2:after {
	clip: rect(0rem, 9.5em, 8em, 3rem);
}
.count_progress.clip-3:after {
	clip: rect(0rem, 7.5em, 8em, 2rem);
}
.count_progress.clip-4:after {
	clip: rect(0rem, 7.5em, 8em, 0rem);
}
.count_progress.progress-left {
	right: 0;
}
.count_progress.progress-left.progress_bar {
	right: 100%;
	border-top-left-radius: 80px;
	border-bottom-left-radius: 80px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}
.count_progress.progress_bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 12px;
	border-style: solid;
	position: absolute;
	top: 0;
}
.count_progress.progress-right {
	left: 0;
}
.count_progress.progress-right.progress_bar {
	right: -100%;
	border-top-right-radius: 80px;
	border-bottom-right-radius: 80px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
	-webkit-animation: loading-1 1.8s linear forwards;
	animation: loading-1 1.8s linear forwards;
}
.count_progress > span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}
#progress_value {
	width: 90%;
	height: 90%;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #fefefe;
	font-size: 28px;
	color: #D2B62B;
	line-height: 90px;
	text-align: center;
	position: absolute;
	top: 5%;
	right: 5%;
	font-weight: 700;
}
.f_btn {
	width: auto !important;
	font-size: 1.25rem !important;
	font-weight: 800 !important;
	padding: 1rem 1.5625rem  !important;
	outline: none;
	border: none !important;
	background-color: #505357 !important;
	margin-left: 1.25rem;
	text-transform: uppercase;
	/* -webkit-box-shadow: -20px 0 0px 20px #D2B62B;
	box-shadow: -20px 0 0px -2px #D2B62B; */
	z-index: 2;
}
.f_btn:hover {
	color: #505357 !important;
	background-color: #D2B62B !important;
}
.leftBtn {
	margin-right: 1.25rem;
	/* -webkit-box-shadow: 20px 0 0px -2px #D2B62B;
	box-shadow: 20px 0 0px -2px #D2B62B; */
}
.form_btn {
	bottom: 0;
	right: 25%;
	margin-top: 5rem;
	margin-bottom: 5rem;
	padding-top: 5rem;
}
.form_items {
	margin-bottom: 3rem;

}

.form_items ul{

}

.form_items label {
	width: 38rem;
	color: #505357;
	font-size: 1.5rem;
	font-weight: 500;
	background-color: #ffffff;
	padding: 1rem 0rem;
	padding-right: 4.5rem;
	margin-right: 0;
	margin-top: 1rem;
	cursor: pointer;
	z-index: 2;
	border: 2px solid #D2B62B;
	-webkit-transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	overflow: hidden;
}
@media screen and (max-width: 1280px) {
	.form_items label {
		width: 98%;
	}
}
@media screen and (max-width: 1024px) {
	.form_items label {
		width: 38rem;
	}
}
.form_items label.active {
	border: 2px solid #505357;
	-webkit-transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
	transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.form_items label span {
	font-size: 1.6875rem;
	font-weight: 700;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	z-index: 1;
}
.pinkLady {
	background-color: #F8D5B3;
}
.form_items label .pinkLady {
	z-index: -1;
}
.form_items label .pinkLady:before {
	content: "";
	width: 4rem;
	height: 4.0625rem;
	padding-left: 20px;
	border-radius: 0rem 2.5rem 2.5rem 0rem;
	background-color: #f8d5b3;
	position: absolute;
	top: 50%;
	right: -29px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form_items label .salomie {
	z-index: -1;
}
.form_items label .salomie:before {
	content: "";
	width: 4rem;
	height: 4.0625rem;
	border-radius: 0 40px 40px 0;
	background-color: #ffe090;
	position: absolute;
	top: 50%;
	right: -29px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form_items label .wePeep {
	z-index: -1;
}
.form_items label .wePeep:before {
	content: "";
	width: 4rem;
	height: 4.0625rem;
	border-radius: 0 40px 40px 0;
	background-color: #f2c7db;
	position: absolute;
	top: 50%;
	right: -29px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form_items label .periwinkle {
	z-index: -1;
}
.form_items label .periwinkle:before {
	content: "";
	width: 4rem;
	height: 4.0625rem;
	border-radius: 0 40px 40px 0;
	background-color: #bdcaff;
	position: absolute;
	top: 50%;
	right: -29px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form_items label input {
	display: none;
}
.form_items label:before {
	content: "\2713";
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	color: #505357;
	font-size: 2.5rem;
	font-weight: 900;
	display: none;
}
.form_items label.active:before {
	display: block;
}

.question_title {

}
.question_title h1 {
	color: #363636;
	font-size: 25px;
	padding: 1.4rem 2.5rem;
	border: 2px solid #D2B62B;
	z-index: 10;
}
.question_title h1:after {
	content: "";
	width: 0rem;
	height: 0rem;
	border-bottom: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
	border-top: 0.9375rem solid #D2B62B;
	border-left: 1.125rem solid transparent;
	top: 87px;
	right: 8.8%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	z-index: 0;
	display: none !important;
	visibility: hidden !important;
}

.question_title .step_progress_bar {
	top: 145px;
	right: 6.8%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
}
.question_title .step {
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	border: 0.7rem solid #ffffff;
	margin-top: 3.3rem;

	outline-width: 2px;
	outline-style: solid;
	outline-color: #D2B62B;

	background-color: #D2B62B !important;
}
.question_title .step.active {
	background-color: #505357 !important;
	--darkreader-inline-bgcolor: #505357 !important;
}
.question_title .step:after {
	content: "";
	top: -64px;
	right: 42%;
	border: 1px solid #D2B62B;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0.125rem;
	height: 3.1rem;
	position: absolute;
	background-color: #ffffff;
}

.reg_label{
	margin: 0 !important;
	color: #505357 !important;
}

@-webkit-keyframes upDown {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes upDown {
	0% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes rightLeft {
	0% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}
	100% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
}
@keyframes rightLeft {
	0% {
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}
	100% {
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
}
/* css animations - end ==================== */
.animate_25ms {
	-webkit-animation-delay: 25ms;
	animation-delay: 25ms;
}

.animate_50ms {
	-webkit-animation-delay: 50ms;
	animation-delay: 50ms;
}

.animate_100ms {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}

.animate_150ms {
	-webkit-animation-delay: 150ms;
	animation-delay: 150ms;
}

.animate_200ms {
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}

.count_box {
	width: 310px;
	min-height: 5.625rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #D2B62B;
	/* background: radial-gradient(circle, rgba(115,137,160,1) 0%, rgba(18,51,92,1) 100%); */
	font-family: "Jost", sans-serif;
}

.count_clock img {
	width: 80px;
}

.count_title h4 {
	font-size: 1.3rem;
	font-weight: 800;
	margin-bottom: -0.2rem;
}
.count_title span {
	font-size: 1rem;
	font-weight: 600;
}

.count_number {
	overflow: hidden;
	width: 260px;
	padding: 5px 15px;
	background-color: #ffffff;
	text-align: center;
}
.count_number .count_hours h3,
.count_number .count_min h3,
.count_number .count_sec h3 {
	color: #363636;
	font-size: 1.5rem;
	font-weight: 800;
	margin-bottom: -2px;
	text-align: center;
}
.count_number .count_hours span,
.count_number .count_min span,
.count_number .count_sec span {
	color: #363636;
	font-size: 0.8rem;
	font-weight: 800;
	text-align: center;
}

.count_number .count_min {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 2px solid #bbb;
	border-right: 2px solid #bbb;
}

.form-body {
	background-color: #fefefe;
	height: 100%;
}

.form-body > .row {
	position: relative;
	margin-right: 0;
	margin-left: 0;
	height: 100%;
}


.website-logo {
	display: inline-block;
	position: absolute;
	z-index: 1000;
	top: 50px;
	right: 50px;
	left: initial;
	bottom: initial;
}

.website-logo img {
	width: 100px;
}

.website-logo a {
	display: inline-block;
}

.website-logo .logo {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.website-logo .logo img {
	width: 100px;
}

.website-logo .logo img.logo-size {
	opacity: 0 !important;
}
.form-content .row {
	margin-left: -6px;
	margin-right: -6px;
}

.form-content .row.top-padding {
	padding-top: 30px;
}
.form-content .row.padding {
	padding: 40px 15px;

}
.form-content .row.padding p{
	text-align: justify;
	text-justify: inter-word;
}
.form-content .row.top-padding .form-button {
	margin-top: 0;
}

.form-content .row .col {
	padding-left: 6px;
	padding-right: 6px;
}

.img-holder {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 550px;
	min-height: 700px;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	padding: 75px;
	text-align: center;
	z-index: 999;
}

.img-holder .info-holder {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.img-holder .info-holder h3 {
	display: inline-block;
	color: #fff;
	text-align: right;
	font-size: 23px;
	font-weight: 900;
	margin-bottom: 30px;
	width: 100%;
	max-width: 100%;
}

.img-holder .info-holder h2 {
	display: inline-block;
	color: #fff;
	text-align: right;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 30px;
	width: 100%;
	max-width: 378px;
}

.img-holder .info-holder h2 span {
	font-size: 32px;
	font-weight: 900;
	color: #FE4777;
}

.img-holder .info-holder p {
	display: inline-block;
	color: #fff;
	text-align: right;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 50px;
	width: 100%;
	max-width: 100%;
}

.img-holder .info-holder img {
	width: 100%;
	max-width: 220px;
}

.img-holder .info-holder img.md-size {
	max-width: 290px;
}

.img-holder .info-holder.simple-info h3 {
	padding-left: 0;
}
.img-holder .info-holder.simple-info h4 {
	padding-left: 0;
}
.img-holder .info-holder.simple-info p {
	padding-left: 0;
}

.img-holder .info-holder.simple-info img {
	max-width: 160px;
}

.img-holder .bg {
	position: absolute;
	opacity: 0.23;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/img1.jpg");
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.form-holder {
	margin-right: 550px;
	width: 100%;
}

.form-content {
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0px;
	min-height: 100%;
}

.form-holder .form-content ::-webkit-input-placeholder {
	color: #526489;
}

.form-holder .form-content :-moz-placeholder {
	color: #526489;
}

.form-holder .form-content ::-moz-placeholder {
	color: #526489;
}

.form-holder .form-content :-ms-input-placeholder {
	color: #526489;
}
.form-body.on-top .form-holder {
	margin-right: 0;
}

.website-logo-inside {
	margin-bottom: 70px;
}

.website-logo-inside img {
	width: 100px;
}

.website-logo-inside a {
	display: inline-block;
}

.website-logo-inside .logo {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.website-logo-inside .logo img {
	width: 100px;
}

.website-logo-inside .logo img.logo-size {
	opacity: 0 !important;
}

.preview-body {
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

.preview-body .web-logo {
	margin-bottom: 50px;
}

.preview-body .web-logo img {
	width: 130px;
}

.preview-body .web-title {
	font-size: 30px;
	font-weight: 300;
	color: #000;
	line-height: 35px;
	margin-bottom: 50px;
}

.preview-body .img-link {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
	padding: 0 5px;
}

.preview-body .img-link img {
	width: 100%;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 5px rgba(160, 163, 165, 0.38);
	box-shadow: 0 0 5px rgba(160, 163, 165, 0.38);
	-webkit-transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
	transition: all 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
}

.preview-body .img-link:hover img, .preview-body .img-link:focus img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0 11px 19px rgba(160, 163, 165, 0.3);
	box-shadow: 0 11px 19px rgba(160, 163, 165, 0.3);
	}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control ::-webkit-input-placeholder {
    color: #526489;
}

.form-control :-moz-placeholder {
    color: #526489;
}

.form-control ::-moz-placeholder {
    color: #526489;
}

.form-control :-ms-input-placeholder {
    color: #526489;
}

.form-content .form-group {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.form-content .form-items {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    text-align: right;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content .form-icon {
    text-align: center;
    width: 100%;
    line-height: 0;
    margin-top: calc(-42px - 35px);
    margin-bottom: 28px;
}

.form-content .form-icon .icon-holder {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    border-radius: 85px;
    background-color: #4A77F7;
    padding: 20px;
}

.form-content .form-icon .icon-holder img {
    position: absolute;
    width: 50%;
    top: 50%;
    right: 50%;
    margin-top: -23%;
    margin-right: -25%;
}

.form-content h3 {
    color: #fff;
    text-align: right;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}

.form-content h3.form-title {
    margin-bottom: 30px;
}

.form-content h3.form-title-center {
    margin-bottom: 30px;
    text-align: center;
    font-size: 22px;
}

.form-content p {
    color: #fff;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}

.form-content p.form-subtitle {
    font-size: 16px;
    margin-bottom: 15px;
}

.form-content small.error-message {
    color: lightcoral;
}

.form-content label {
    color: #fff;
    text-align: right;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
}

.form-content .page-links {
    margin-bottom: 34px;
}

.form-content .page-links a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content .page-links a:last-child {
    margin-left: 0;
}

.form-content .page-links a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    right: 0;
    bottom: -10px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content .page-links a.active {
    font-weight: 700;
}

.form-content .page-links a.active:after {
    background-color: #fff;
}

.form-content .page-links a:hover:after, .form-content .page-links a:focus:after {
    background-color: #fff;
}

.form-content input, .form-content .dropdown-toggle.btn-default {
    width: 100%;
    padding: 9px 20px;
    text-align: right;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #505357;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 14px;
}

.form-content input:hover, .form-content input:focus, .form-content .dropdown-toggle.btn-default:hover, .form-content .dropdown-toggle.btn-default:focus {
    border: 0;
    background-color: #ebeff8;
    color: #505357;
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: right;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #505357;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

.form-content textarea:hover, .form-content textarea:focus {
    border: 0;
    background-color: #ebeff8;
    color: #505357;
}

.form-content .custom-file {
    margin-bottom: 14px;
}

.form-content .custom-file-label {
    position: absolute;
    padding: 9px 20px 9px 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #505357;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content .custom-file-label:after {
    content: "\f382" !important;
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 600;
    padding: 0.475rem 0.75rem 0.375rem;
    color: #495057;
    background-color: transparent;
    border-right: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content input[type=checkbox], .form-content input[type=radio] {
    width: auto;
}
.form-content input[type=checkbox]{
	border: 1px solid #000 !important;
	width: 10px !important;
	height: 10px !important;
}
.form-content input[type=checkbox]:not(:checked), .form-content input[type=checkbox]:checked, .form-content input[type=radio]:not(:checked), .form-content input[type=radio]:checked {
    position: absolute;
    right: -9999px;
}

.form-content input[type=checkbox]:not(:checked) + label, .form-content input[type=checkbox]:checked + label, .form-content input[type=radio]:not(:checked) + label, .form-content input[type=radio]:checked + label {
    position: relative;
    padding-right: 23px;
    cursor: pointer;
    display: inline;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-content input[type=checkbox]:checked + label, .form-content input[type=radio]:checked + label {
    color: #fff;
}

.form-content input[type=checkbox]:checked + label:before, .form-content input[type=radio]:checked + label:before {
	content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: transparent;
    font-size: 30px;
    border-radius: 50px;
    border: 1px solid #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content input[type=checkbox]:not(:checked) + label:before, .form-content input[type=radio]:not(:checked) + label:before {
	content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content input[type=checkbox]:not(:checked) + label:after, .form-content input[type=radio]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form-content input[type=checkbox]:disabled + label, .form-content input[type=radio]:disabled + label {
    opacity: 0.6;
}

.form-content input[type=checkbox]:not(:checked) + label:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 9px;
    color: #fefefe;
    line-height: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-content input[type=checkbox]:checked + label:after {
	content: "\2713";
	font-style: normal;
	font-weight: 900;
	position: absolute;
	top: 0px;
	right: -2px;
	font-size: 32px;
	color: #505357 !important;
	line-height: 2px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.form-content input[type=checkbox]:checked + label:before {
	border-radius: 4px;
}

.form-content input[type=checkbox]:not(:checked) + label:before {
	border-radius: 4px;
}

.form-content input[type=radio]:checked + label:after, .form-content input[type=radio]:not(:checked) + label:after {
	content: "";
	position: absolute;
	top: 7px;
	right: 5px;
	width: 5px;
	height: 5px;
	border-radius: 20px;
	background-color: #fefefe;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.form-content .custom-options {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.form-content .custom-options input[type=checkbox], .form-content .custom-options input[type=radio] {
	width: auto;
}

.form-content .custom-options input[type=checkbox]:not(:checked), .form-content .custom-options input[type=checkbox]:checked, .form-content .custom-options input[type=radio]:not(:checked), .form-content .custom-options input[type=radio]:checked {
	position: absolute;
	right: -9999px;
}

.form-content .custom-options input[type=checkbox]:not(:checked) + label, .form-content .custom-options input[type=checkbox]:checked + label, .form-content .custom-options input[type=radio]:not(:checked) + label, .form-content .custom-options input[type=radio]:checked + label {
	position: relative;
	padding-right: 0;
	cursor: pointer;
	display: inline;
	color: #606060;
	background-color: #F7F7F7;
	font-size: 13px;
	font-weight: 400;
	margin-right: 0;
	border-radius: 5px;
	padding: 4px 10px;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	flex-grow: 1;
	text-align: center;
}

.form-content .custom-options input[type=checkbox]:not(:checked) + label:last-child, .form-content .custom-options input[type=checkbox]:checked + label:last-child, .form-content .custom-options input[type=radio]:not(:checked) + label:last-child, .form-content .custom-options input[type=radio]:checked + label:last-child {
    margin-left: 0;
}

.form-content .custom-options input[type=checkbox]:not(:checked) + label:after, .form-content .custom-options input[type=checkbox]:checked + label:after, .form-content .custom-options input[type=radio]:not(:checked) + label:after, .form-content .custom-options input[type=radio]:checked + label:after {
    display: none;
}

.form-content .custom-options input[type=checkbox]:checked + label, .form-content .custom-options input[type=radio]:checked + label {
    color: #fff;
    background-color: #57D38C;
    font-weight: 400;
    -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
    box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
}

.form-content .custom-options input[type=checkbox]:checked + label:before, .form-content .custom-options input[type=radio]:checked + label:before {
    display: none;
}

.form-content .custom-options input[type=checkbox]:not(:checked) + label:before, .form-content .custom-options input[type=radio]:not(:checked) + label:before {
    display: none;
}

.form-content .custom-options input[type=checkbox]:not(:checked) + label:after, .form-content .custom-options input[type=radio]:not(:checked) + label:after {
    display: none;
}

.form-content .form-button {
    margin-top: 30px;
    margin-bottom: 25px;
}

.form-content .form-button input .ibtn,.form-button input{
	width: auto !important;
    border-radius: 6px;
    border: 0 !important;
    padding: 6px 28px;
    background-color: #fff;
    color: #505357;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 0 !important;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content .form-button .ibtn.ibtn-full {
    width: 100%;
}

.form-content .form-button .ibtn:last-child {
    margin-left: 0;
}

.form-content .form-button .ibtn.less-padding {
    padding: 6px 15px !important;
}

.form-content .form-button .ibtn.extra-padding {
    font-size: 16px;
    padding: 10px 32px;
}

.form-content .form-button a {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.form-content .form-button.full-width {
    margin-top: 15px;
}

.form-content .form-button.full-width .ibtn {
    width: 100%;
}

.form-content .btn {
    border-radius: 6px;
    padding: 6px 28px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    border: 0;
}

.form-content .btn.btn-light {
    color: #B0C2D0;
}

.form-content .btn.btn-light:hover, .form-content .btn.btn-light:focus {
    color: #a0b6c6;
}

.form-content .btn :last-child {
    margin-left: 0;
}

.form-content form {
	margin: 20px auto 30px;
}

.form-content .other-links span {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    margin-left: 20px;
}

.form-content .other-links a {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
}

.form-content .other-links a:last-child {
    margin-left: 0;
}

.form-content .other-links a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding-top: 5px;
    font-size: 15px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-content .other-links a i[class*=fa-twitter] {
    background-color: #00aced;
}

.form-content .other-links a i[class*=fa-facebook] {
    background-color: #3b5998;
}

.form-content .other-links a i[class*=fa-youtube] {
    background-color: #bb0000;
}

.form-content .other-links a i[class*=fa-google] {
    background-color: #dd4b39;
}

.form-content .other-links a i[class*=fa-linkedin] {
    background-color: #007bb6;
}

.form-content .other-links a i[class*=fa-instagram] {
    background-color: #517fa4;
}

.form-content .other-links a i:hover, .form-content .other-links a i:focus {
    opacity: 0.8;
}

.form-content.form-sm input, .form-content.form-sm .dropdown-toggle.btn-default {
    padding: 6px 16px;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-content.form-sm textarea {
    padding: 6px 16px;
    margin-bottom: 10px;
    font-size: 14px;
}

.form-content.form-sm .form-button .ibtn {
    padding: 4px 28px;
}

.form-content.form-sm .btn {
    padding: 4px 28px;
}

.form-content .form-sent {
    position: absolute;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.7) translateX(200px);
    -moz-transform: scale(0.7) translateX(200px);
    -ms-transform: scale(0.7) translateX(200px);
    transform: scale(0.7) translateX(200px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content .form-sent.show-it {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
}

.form-content .form-sent.show-it .tick-holder .tick-icon {
    -webkit-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -moz-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -ms-animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    animation: tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
}

.form-content .form-sent.show-it .tick-holder .tick-icon:before {
    -webkit-animation: tick-anime1 0.2s linear 0.2s forwards;
    -moz-animation: tick-anime1 0.2s linear 0.2s forwards;
    -ms-animation: tick-anime1 0.2s linear 0.2s forwards;
    animation: tick-anime1 0.2s linear 0.2s forwards;
}

.form-content .form-sent.show-it .tick-holder .tick-icon:after {
    -webkit-animation: tick-anime2 0.4s ease 0.4s forwards;
    -moz-animation: tick-anime2 0.4s ease 0.4s forwards;
    -ms-animation: tick-anime2 0.4s ease 0.4s forwards;
    animation: tick-anime2 0.4s ease 0.4s forwards;
}

.form-content .form-sent .tick-holder {
    text-align: center;
    margin-bottom: 12px;
}

.form-content .form-sent .tick-holder .tick-icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: rotate(35deg) scale(2);
    -moz-transform: rotate(35deg) scale(2);
    -ms-transform: rotate(35deg) scale(2);
    transform: rotate(35deg) scale(2);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.form-content .form-sent .tick-holder .tick-icon:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 2px;
    top: 28px;
    right: 14px;
    border-radius: 2px;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.form-content .form-sent .tick-holder .tick-icon:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 20px;
    top: 9px;
    right: 22px;
    border-radius: 2px;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.form-content .form-sent h3 {
    text-align: center;
    color: #fff;
}

.form-content .form-sent p {
    text-align: center;
    color: #fff;
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 20px;
}

.form-content .form-sent .info-holder {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    margin-top: 60px;
}

.form-content .form-sent .info-holder span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    opacity: 0.6;
}

.form-content .form-sent .info-holder a {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	opacity: 0.9;
}

.form-content .hide-it {
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(0.7) translateX(-200px);
	-moz-transform: scale(0.7) translateX(-200px);
	-ms-transform: scale(0.7) translateX(-200px);
	transform: scale(0.7) translateX(-200px);
}

.input-with-ccicon {
	position: relative;
	display: inline-block;
	width: 100%;
}

.input-with-ccicon #ccicon {
	position: absolute;
	left: 0.6rem;
	top: 0.55rem;
	font-size: 1.6rem;
}

.input-with-ccicon #ccicon[class*=visa] {
	color: #3744a2;
}

.input-with-ccicon #ccicon[class*=amex] {
	color: #1d8bd4;
}

.input-with-ccicon #ccicon[class*=diners-club] {
    color: #1d72d4;
}

.input-with-ccicon #ccicon[class*=mastercard] {
    color: #e42613;
}

.input-with-ccicon #ccicon[class*=discover] {
    color: #ef940b;
}

.input-with-ccicon input {
    padding-left: 45px;
}

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 2.2rem;
}

.nav-tabs .nav-item .nav-link {
    position: relative;
    border: 0;
    font-weight: 300;
    padding: 0.5rem 0;
    margin-left: 1.2rem;
    text-align: center;
    color: #000;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-tabs .nav-item .nav-link:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #DEDEDE;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-tabs .nav-item .nav-link.active {
    font-weight: 700;
}

.nav-tabs .nav-item .nav-link.active:before {
    height: 3px;
    background-color: #57D38C;
}

.form-subtitle {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1rem;
}

.inline-el-holder .inline-el {
    display: inline-block;
    margin-left: 1.3rem;
}

.rad-with-details {
    margin-bottom: 1rem;
}

.rad-with-details .more-info {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0.3rem;
}

.separator {
    border-top: 1px solid #C7C7C7;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

input.sm-content {
    max-width: 110px;
}

.form-body.on-top .website-logo {
    position: absolute;
}

.form-body.on-top .img-holder {
    display: block;
    position: relative;
    width: 100%;
    min-height: initial;
    height: initial;
    overflow: initial;
    padding: 40px;
}

.form-body.on-top .img-holder .info-holder.simple-info h3 {
    margin-bottom: 16px;
}

.form-body.on-top .img-holder .info-holder.simple-info p {
    margin-bottom: 10px;
}

.form-body.on-top .img-holder .info-holder.simple-info img {
    margin-bottom: 20px;
}

@keyframes tick-anime1 {
    0% {
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tick-anime2 {
    0% {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }

    100% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes tick-anime3 {
    0% {
        background-color: rgba(255, 255, 255, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2);
    }

    100% {
        background-color: rgba(255, 255, 255, 0.2);
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
    }
}

@keyframes c-tick-anime3 {
    0% {
        background-color: rgba(233, 253, 214, 0);
        -webkit-transform: rotate(35deg) scale(2);
        -moz-transform: rotate(35deg) scale(2);
        -ms-transform: rotate(35deg) scale(2);
        transform: rotate(35deg) scale(2);
    }

    100% {
        background-color: #E9FDD6;
        -webkit-transform: rotate(45deg) scale(1);
        -moz-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
    }
}

.alert {
    position: relative;
    padding: 6px 12px;
    border: 1px solid #000;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    height: auto;
    display: inline-block;
}

.alert a, .alert a.alert-link {
    font-weight: 700;
    color: #000000;
}

.alert p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.alert.alert-primary {
    background-color: #e2f0ff;
    border-color: #3a86d6;
}

.alert.alert-primary hr {
    border-top-color: #3a86d6;
}

.alert.alert-secondary {
    background-color: #f0f0f0;
    border-color: #8e9396;
}

.alert.alert-secondary hr {
    border-top-color: #8e9396;
}

.alert.alert-success {
    background-color: #F7FFF0;
    border-color: #8CCB57;
}

.alert.alert-success hr {
    border-top-color: #8CCB57;
}

.alert.alert-danger {
    background-color: #FFFAFA;
    border-color: #F55050;
}

.alert.alert-danger hr {
    border-top-color: #F55050;
}

.alert.alert-warning {
    background-color: #fff8e1;
    border-color: #f1cb4b;
}

.alert.alert-warning hr {
    border-top-color: #f1cb4b;
}

.alert.alert-info {
    background-color: #dcedf1;
    border-color: #42bfdb;
}

.alert.alert-info hr {
    border-top-color: #42bfdb;
}

.alert.alert-light {
    background-color: #fefefe;
    border-color: #a7a4a4;
}

.alert.alert-light hr {
    border-top-color: #a7a4a4;
}

.alert.alert-dark {
    background-color: #d6d8d9;
    border-color: #525557;
}

.alert.alert-dark hr {
    border-top-color: #525557;
}

.alert.with-icon {
    padding-right: 32px;
}

.alert.with-icon[class*=alert-]:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    top: 7px;
    right: 7px;
    width: 20px;
    font-size: 12px;
    text-align: center;
}

.alert.with-icon.alert-primary:before {
    content: "\f12a";
    color: #3a86d6;
}

.alert.with-icon.alert-secondary:before {
    content: "\f12a";
    color: #8e9396;
}

.alert.with-icon.alert-success:before {
    content: "\f00c";
    color: #8CCB57;
}

.alert.with-icon.alert-danger:before {
    content: "\f071";
    color: #F55050;
}

.alert.with-icon.alert-warning:before {
    content: "\f06a";
    color: #f1cb4b;
}

.alert.with-icon.alert-info:before {
    content: "\f129";
    color: #42bfdb;
}

.alert.with-icon.alert-light:before {
    content: "\f12a";
    color: #a7a4a4;
}

.alert.with-icon.alert-dark:before {
    content: "\f12a";
    color: #525557;
}

.alert .close {
    color: #727272;
    font-size: 0.9rem;
    padding: 3px;
    outline: none;
}

.alert .close span {
    color: #727272;
}

.form-body.without-side .website-logo {
    top: 70px;
    right: 50%;
    margin-right: -50px;
    left: initial;
    bottom: initial;
    display: inline-block;
}

.form-body.without-side .form-holder .form-content ::-webkit-input-placeholder {
    color: #000;
}

.form-body.without-side .form-holder .form-content :-moz-placeholder {
    color: #000;
}

.form-body.without-side .form-holder .form-content ::-moz-placeholder {
    color: #000;
}

.form-body.without-side .form-holder .form-content :-ms-input-placeholder {
    color: #000;
}

.form-body.without-side h3 {
    color: #000;
}

.form-body.without-side p {
    color: #000;
}

.form-body.without-side label {
    color: #000;
}

.form-body.without-side .img-holder {
    z-index: 0;
    width: 100%;
    overflow: hidden;
}

.form-body.without-side .img-holder .info-holder img {
    display: none;
    max-width: 534px;
    -webkit-animation: zoom-in-img 50s linear 0s infinite;
    -moz-animation: zoom-in-img 50s linear 0s infinite;
    -ms-animation: zoom-in-img 50s linear 0s infinite;
    animation: zoom-in-img 50s linear 0s infinite;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.form-body.without-side .form-holder {
    margin-right: 0;
}

.form-body.without-side .form-holder .form-content {
    background-color: transparent;
}

.form-body.without-side .form-content {
    padding: 125px 60px 60px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
}

.form-body.without-side .form-content .form-items {
    padding: 35px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
}

.form-body.without-side .form-content .form-items form {
    margin-bottom: 0;
}

.form-body.without-side .form-content .form-items .other-links {
    margin-top: 38px;
    margin-bottom: 30px;
}

.form-body.without-side .form-content .form-items .other-links .text {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

.form-body.without-side .form-content .form-items .other-links a {
    display: inline-block;
    padding: 5px;
    border-radius: 2px;
    color: #000;
    background-color: #F7F7F7;
}

.form-body.without-side .form-content .form-items .other-links a i {
    width: 18px;
    height: 18px;
    font-size: 9px;
    margin-right: 0;
}

.form-body.without-side .form-content .form-items .page-links {
    margin-bottom: 0;
}

.form-body.without-side .form-content .form-items .page-links a {
    font-weight: 700;
}

.form-body.without-side .form-content .form-items .page-links a:after {
    bottom: -3px;
}

.form-body.without-side .form-content .page-links a {
    color: #000;
}

.form-body.without-side .form-content .page-links a:after {
    background-color: rgba(222, 222, 222, 0.7);
}

.form-body.without-side .form-content .page-links a.active:after, .form-body.without-side .form-content .page-links a:hover:after, .form-body.without-side .form-content .page-links a:focus:after {
    background-color: #0092FE;
}

.form-body.without-side .form-content input, .form-body.without-side .form-content .dropdown-toggle.btn-default {
    border: 0;
    background-color: #F7F7F7;
    color: #000000;
}

.form-body.without-side .form-content input:hover, .form-body.without-side .form-content input:focus, .form-body.without-side .form-content .dropdown-toggle.btn-default:hover, .form-body.without-side .form-content .dropdown-toggle.btn-default:focus {
    border: 0;
    background-color: #eaeaea;
    color: #000000;
}

.form-body.without-side .form-content textarea {
    background-color: #F7F7F7;
    border: 0;
    color: #000000;
}

.form-body.without-side .form-content textarea:hover, .form-body.without-side .form-content textarea:focus {
    border: 0;
    background-color: #eaeaea;
    color: #000000;
}

.form-body.without-side .form-content input[type=checkbox]:not(:checked) + label, .form-body.without-side .form-content input[type=checkbox]:checked + label, .form-body.without-side .form-content input[type=radio]:not(:checked) + label, .form-body.without-side .form-content input[type=radio]:checked + label {
    color: #000;
}

.form-body.without-side .form-content input[type=checkbox]:checked + label, .form-body.without-side .form-content input[type=radio]:checked + label {
    color: #000;
}

.form-body.without-side .form-content input[type=checkbox]:checked + label:before, .form-body.without-side .form-content input[type=radio]:checked + label:before {
    background: #000;
    border: 0px solid #000;
}

.form-body.without-side .form-content input[type=checkbox]:not(:checked) + label:before, .form-body.without-side .form-content input[type=radio]:not(:checked) + label:before {
    background: transparent;
    border: 2px solid #000;
}

.form-body.without-side .form-content input[type=checkbox]:not(:checked) + label:after, .form-body.without-side .form-content input[type=checkbox]:checked + label:after {
    color: #fff;
}

.form-body.without-side .form-content input[type=radio]:not(:checked) + label:after, .form-body.without-side .form-content input[type=radio]:checked + label:after {
    background-color: #fff;
}

.form-body.without-side .form-content .custom-options input[type=checkbox]:not(:checked) + label, .form-body.without-side .form-content .custom-options input[type=checkbox]:checked + label, .form-body.without-side .form-content .custom-options input[type=radio]:not(:checked) + label, .form-body.without-side .form-content .custom-options input[type=radio]:checked + label {
    color: #606060;
    background-color: #F7F7F7;
}

.form-body.without-side .form-content .custom-options input[type=checkbox]:checked + label, .form-body.without-side .form-content .custom-options input[type=radio]:checked + label {
    color: #fff;
    background-color: #57D38C;
    -webkit-box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
    box-shadow: 0 3px 8px rgba(74, 230, 142, 0.35);
}

.form-body.without-side .form-content .form-button {
    margin-bottom: 0;
}

.form-body.without-side .form-content .form-button .ibtn {
    background-color: #505357;
    color: #fff;
}

.form-body.without-side .form-content .form-button a {
    font-weight: 300;
    color: #000;
}

.form-body.without-side .form-content .form-sent {
    padding: 35px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.form-body.without-side .form-content .form-sent.show-it {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.form-body.without-side .form-content .form-sent .tick-holder .tick-icon {
    -webkit-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -moz-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    -ms-animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    animation: c-tick-anime3 0.7s cubic-bezier(0.34, 1.61, 0.7, 1) 0s forwards;
    background-color: rgba(233, 253, 214, 0);
}

.form-body.without-side .form-content .form-sent .tick-holder .tick-icon:before {
    background-color: #8CCB57;
}

.form-body.without-side .form-content .form-sent .tick-holder .tick-icon:after {
    background-color: #8CCB57;
}

.form-body.without-side .form-content .form-sent h3 {
    color: #000;
}

.form-body.without-side .form-content .form-sent p {
    color: #000;
}

.form-body.without-side .form-content .form-sent .info-holder {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.form-body.without-side .form-content .form-sent .info-holder span {
    color: #000;
}

.form-body.without-side .form-content .form-sent .info-holder a {
    color: #000;
}

.form-body.without-side .form-content .hide-it {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

@keyframes zoom-in-img {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/* -----------------------------------
    2 - Responsive Styles
------------------------------------*/
@media (max-width: 1024px) {
	.footer_accred_holder{
		display: block;
		visibility: visible;
		padding-bottom: 5px;
	}
	.accred_holder{
		display: none;
		visibility: hidden;
	}
	.footer_accred_holder_span{
		width: 30px !important;
		max-width: 30px !important;
	}
	.form-body.on-top .form-holder .form-content, .form-body.on-top-mobile .form-holder .form-content {
		padding: 60px;
	}

	.form-body.on-top-mobile .website-logo {
		position: absolute;
	}

	.form-body.on-top-mobile .img-holder {
		display: block;
		position: relative;
		width: 100%;
		min-height: initial;
		height: initial;
		overflow: initial;
		max-height: 200px !important;
	}
	
	.img-holder .info-holder {
		position: relative;
		top: 40px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.form-body.on-top-mobile .img-holder .info-holder.simple-info h3 {
		margin-bottom: 16px;
		display: none;
	}

	.form-body.on-top-mobile .img-holder .info-holder.simple-info h4 {
		margin-bottom: 16px;
		display: none;
	}

	.form-body.on-top-mobile .img-holder .info-holder.simple-info p {
		margin-bottom: 10px;
	}

	.form-body.on-top-mobile .img-holder .info-holder.simple-info img {
		margin-bottom: 20px;
	}

	.form-body.on-top-mobile .form-holder {
		margin-right: 0;
	}

	.form-holder {
		margin-right: 0;
	}

	.form-holder .form-content {
		padding: 125px 60px 60px;
	}

	.form-body.on-top .form-holder .form-content, .form-body.on-top-mobile .form-holder .form-content {
		padding: 60px;
	}
	
	.form-body.on-top .img-holder, .form-body.on-top-mobile .img-holder {
		padding: 30px 15px 20px;
	}
}
@media screen and (max-width: 1023.98px) {
	.question_title {
		position: inherit;
		margin: 0 auto;
	}
	.question_title h1 {
		font-size: 1.4rem;
		padding: 1.4rem 2rem;
	}
	.question_title h1:after {
		display: none;
	}
	.form_btn {
		position: inherit !important;
		margin: 0 auto;
		text-align: center;
		padding-top: 2rem;
		padding-bottom: 3rem;
	}
	.form_items {
		margin-right: 0rem !important;
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
	.form_items ul {
		padding-top: 0;
		margin-right: 0rem !important;
	}
	.form_items label {
		margin-right: 0rem !important;
	}
	.step_progress_bar {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.poll-result-circle-percent {
		margin: 0;
	}
}
@media screen and (max-width: 767.98px) {
	.form-body.on-top .img-holder, .form-body.on-top-mobile .img-holder {
		padding: 0px 15px 20px;
	}
	.f_btn {
		font-size: 1rem !important;
		font-weight: 600 !important;
		padding: 0.8rem 1rem !important;
	}
	.form_items label {
		width: 27rem;
		font-size: 0.8rem;
		padding-right: 3.5rem;
	}
	.form_items label span {
		font-size: 1rem;
		font-weight: 600;
		right: 18px;
	}
	.form-content label{
		width: 100% !important;
		margin-right: 0 !important;
	}
	.form_items label .pinkLady:before, .form_items label .salomie:before, .form_items label .wePeep:before, .form_items label .periwinkle:before {
		right: -33px;
	}
	.form-body.on-top-mobile .img-holder {
		max-height: 150px !important;
	}
	.img-holder .info-holder.simple-info img {
		max-width: 100px;
	}
}
@media (min-height: 700px) {
	.img-holder {
		position: fixed;
	}
	.website-logo {
		position: fixed;
	}
}
@media screen and (max-width: 575.98px) {
	.progress_holder{
		position: relative;
		top: 28px;
		right: 0px
	}
	.form-holder .form-content {
		padding: 75px 10px 60px !important;
	}
	.question_title h1 {
		font-size: 1rem;
		padding: 1rem;
		margin: 0rem;
	}
	.f_btn {
		font-size: 0.6rem !important;
		font-weight: 500 !important;
		padding: 0.6rem 0.7rem !important;
	}
	.leftBtn {
		margin-right: 1.25rem;
	}
	.form_items {
		margin: 0 auto;
	}
	.form_items label {
		width: 82%;
	}
}
@media (max-width: 575px) {
	.form-content .row.top-padding .form-button {
		text-align: right !important;
		margin-top: 30px;
	}
}
@media screen and (max-width: 480px) {
	.poll-result-circle-percent:before {
		display: none;
	}
}