@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Syne:wght@400..800&display=swap");

html {
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-size: 16px;
	overscroll-behavior: none;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	transition-duration: 0.6s;
}

* {
	outline: none;
}

a {
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

p {
	color: #5b5b5b;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}

.step_questions_form {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.step_questions_form .form_mainsec {
/*	width: 50%;*/
	margin: 0px auto;
/*	text-align: center;*/
}

.step_questions_form .form_mainsec .step_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 80px;
}

.step_questions_form .form_mainsec .form_sec .intro_contnt {
	text-align: center;
}

.step_questions_form .form_mainsec .intro_contnt .title_sec {
	margin-bottom: 35px;
}

.step_questions_form .form_mainsec .intro_contnt .title_sec h1 {
	color: #d477c9;
	font-size: 50px;
	font-weight: 700;
	line-height: 57px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.step_questions_form .form_mainsec .intro_contnt .title_sec p {
	color: #d477c9;
}

.step_questions_form .form_mainsec .intro_contnt .title_sec p span {
	font-size: 20px;
	font-weight: 600;
}

.btn_mainsec span {
	color: #2f2f2f;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin-left: 15px;
}

.step_questions_form .form_mainsec .intro_contnt .btn_mainsec p {
	width: 25%;
	margin: 0px auto;
	margin-top: 8px;
	color: #2f2f2f;
	margin-left: 30%;
	font-size: 14px;
}

.step_questions_form .form_mainsec .form_sec .title_sec h2 {
	color: #d477c9;
	font-size: 28px;
	font-weight: 500;
	line-height: 37px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.step_questions_form .form_mainsec .form_sec .title_sec h2 .number_txt {
	margin-left: -52px;
}

.step_questions_form .form_mainsec .form_sec .title_sec h2 svg {
	font-size: 17px;
	margin-right: 10px;
}

.step_questions_form .form_mainsec .form_sec .title_sec p {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.step_questions_form .form_mainsec .form_sec {
	text-align: left;
	display: none;
}

.step_questions_form .form_mainsec .form_sec .custom_radio_btn .radio_custombox {
  color: #fff;
  background-color: rgba(232, 60, 213, 0.53);
  border-radius: 6px;
}

.step_questions_form .form_mainsec .form_sec .custom_radio_btn .radio_custombox:hover {
  background-color: rgba(189, 27, 171, 0.53);
}

.step_questions_form .form_mainsec .form_sec .inner_formsec .group-form .form-control {
  background-color: initial;
  border: 1px solid #aaa !important;
  border-radius: 4px;
  box-shadow: none !important;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  outline: none !important;
  padding: 8px 20px;
}

.step_questions_form .form_mainsec .form_sec .group-form label {
  color: #d477c9;
}

.group-form {
	margin-bottom: 30px;
}

.group-form label {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 8px;
}

.group-form .form-control {
	background-color: transparent;
	border: none !important;
	border-bottom: 1px solid #fff !important;
	border-radius: 0px;
	outline: none;
	box-shadow: none;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	padding: 6px 20px 6px 10px;
}

.step_questions_form .form_mainsec .step_form .form_sec.step04 .title_sec h2 {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .step_form .form_sec.step04 .title_sec p {
	margin-bottom: 25px;
}

.step_questions_form .form_mainsec .step_form .radio_custombox .checkmark {
  left: inherit;
  right: 0px;
}

.radio_custombox {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 8px 20px 8px 10px;
	min-width: 180px;
	display: inline-block;
}

.radio_custombox:hover {
  background-color: rgba(232, 60, 213, 0.38);
}

.radio_custombox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 44px;
	width: 100%;
	border-radius: 50%;
	background-color: transparent !important;
    border: none !important;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.radio_custombox input:checked~.checkmark:after {
	display: block;
}

.radio_custombox .checkmark::after {
	right: 15px;
	top: 10px;
	width: 9px;
	height: 18px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.radio_custombox .label_txt .letter_style {
	width: 25px;
	height: 25px;
	background-color: #d477c9;
	border-radius: 0px;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 22px;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 600;
	margin-right: 8px;
}

.step_questions_form .form_mainsec .form_sec.step05 .title_sec h2 {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .form_sec.step05 .title_sec p {
	margin-bottom: 30px;
}

.inner_formsec .group-form .linebreak_txt {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin-top: 15px;
	display: block;
}

.step_questions_form .form_mainsec .form_sec .inner_formsec .title_sec h5 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 10px;
}

.step_questions_form .form_mainsec .form_sec.step07 .inner_formsec {
	margin-top: 30px;
}

.step_questions_form .form_mainsec .form_sec.step07 .title_sec h2 {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .form_sec.step07 .title_sec p {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .form_sec.step08 .inner_formsec {
	margin-top: 30px;
}

.step_questions_form .form_mainsec .form_sec.step09 .title_sec h2 {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .form_sec.step09 .title_sec p {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .form_sec.step10 .title_sec h2 {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .form_sec.step10 .title_sec p {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .form_sec.step11 .title_sec h2 {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .form_sec.step11 .title_sec p {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .form_sec .title_sec p a {
	color: #5e5e5e;
	text-decoration: underline;
}

.step_questions_form .form_mainsec .form_sec .title_sec p a:hover {
	color: #d477c9;
	text-decoration: underline;
}

.step_questions_form .form_mainsec .form_sec.step12 .title_sec h2 {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .form_sec.step12 .title_sec p {
	margin-bottom: 30px;
}

.step_questions_form .form_mainsec .form_sec.step13 .title_sec {
	margin-bottom: 30px;
}

.step_questions_form .next_prev_btnsec {
	position: absolute;
	right: 55px;
	bottom: 30px;
}

.step_questions_form .next_prev_btnsec .btn_style {
  background-color: #d477c9;
  border: 1px solid #d477c9;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 4px 10px;
  outline: none;
  box-shadow: none;
  margin-left: 5px;
}

.step_questions_form .next_prev_btnsec .btn_style:hover {
	background-color: #e29cd9;
	border: 1px solid #e29cd9;
	color: #fff;
}

.login_mainsec .login_boxsec .group-form .form-control {
	font-size: 16px;
}

.login_mainsec .login_boxsec .group-form .form-control::placeholder {
  color: #fff;
  opacity: 0.7;
}

.error_msg {
  color: rgb(175, 4, 4);
  margin-top: 3px;
  background-color: rgb(247, 230, 230);
  padding: 8px 15px;
  display: inline-block;
  border-radius: 3px;
}

.payment_form h3 {
  color: #d477c9;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 25px;
}

.dashboard_mainbox.search-domain .domain_list_mainsec .custom_checkbox .checkmark {
  background-color: #ffebfd !important;
  border: 1px solid #d477c9 !important;
  border-radius: 3px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 20px;
}

.dashboard_mainbox.search-domain .domain_list_mainsec .custom_checkbox .checkmark::after {
  border-color: #d477c9;
  top: 1px;
  left: 6px;
  height: 13px;
  width: 7px;
}

/* ========== Responsive Css Start ========== */

@media only screen and (max-width: 767px) {
.step_questions_form {
  padding-bottom: 140px;
}

.step_questions_form .form_mainsec .intro_contnt .title_sec h1 {
  font-size: 40px;
  line-height: 47px;
}

.step_questions_form .form_mainsec {
  width: 100%;
}

.step_questions_form .form_mainsec .intro_contnt .btn_mainsec p {
  width: 100%;
  margin-left: auto;
}

.step_questions_form .next_prev_btnsec {
  right: 20px;
}

.step_questions_form .form_mainsec .form_sec .title_sec h2 .number_txt {
  margin-left: 0px;
}

.step_questions_form .form_mainsec .form_sec .title_sec h2 {
  font-size: 25px;
  line-height: 35px;
}

.step_questions_form .form_mainsec .form_sec .title_sec p {
  font-size: 18px;
  line-height: 29px;
}

.group-form .form-control {
  font-size: 18px;
}

.header_mainsec .profile_boxsec .profile-dropdown {
  min-width: 120px;
}

.footer_mainsec .logo_cotntbox {
  margin-bottom: 30px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.step_questions_form .form_mainsec {
  width: 75%;
}
}

@media only screen and (min-width: 1800px) and (max-width: 2500px) {
.step_questions_form {
  padding-top: 120px;
  padding-bottom: 120px;
}
}

/* ========== Responsive Css End ========== */






















