html, body {
	font-family: "Roboto", sans-serif;
	overflow-x: hidden;
}

/* Common for all */
.help-block {
	color: red;
}

.form-section {
	display: none;
}

.form-section.current {
	display: inherit;
}

.img-white {
	filter: brightness(0) invert(1);
}

#loader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5) url(../images/loader.gif) no-repeat
		center center;
}

.text-purple {
	color: #532BCC;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #121212 !important;
}

.text-grey {
	color: #CDCDCD;
}

.underline {
	text-decoration: underline;
}
/* Nav pages*/
#nav-pages {
	padding: 20px 30px;
	background-color: #fff;
}

#nav-pages .logo-width {
	max-width: 220px;
}

#nav-pages .sec-info-lock-width {
	max-width: 60px;
}

#nav-pages .sec-info-text {
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 20px
}

@media screen and (min-width:768px) and (max-width:991px) {
	#nav-pages {
		padding: 10px 0;
	}
	#nav-pages .logo-width {
		max-width: 140px;
	}
	#nav-pages .sec-info-lock-width {
		max-width: 40px;
	}
	#nav-pages .sec-info-text {
		font-size: 16px;
	}
}

@media screen and (max-width:767px) {
	#nav-pages {
		padding: 10px 0;
	}
	#nav-pages .logo-width {
		max-width: 120px;
	}
	#nav-pages .sec-info-lock-width {
		max-width: 40px;
	}
	#nav-pages .sec-info-text {
		font-size: 16px;
	}
}

@media screen and (max-width:575px) {
	#nav-pages .sec-info-text {
		font-size: 9px;
	}
	#nav-pages .logo-width {
		max-width: 108px;
	}
	#nav-pages .sec-info-lock-width {
		max-width: 30px;
	}
	#nav-pages .sec-info-text {
		font-size: 8px;
	}
}
/* Footer  */
#footer {
	padding: 60px 0 30px;
	background-image: url(../images/bg-1.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: bottom;
	color: #fff;
	position: relative;
}

.footer-bg {
	position: absolute;
	width: 51%;
	height: 116%;
	bottom: -21px;
	right: 0%;
	opacity: 0.35;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}

.form-step-four-bg {
	position: absolute;
	width: 21%;
	height: 116%;
	bottom: -21px;
	right: 0%;
	opacity: 0.35;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}

#footer a {
	color: #fff !important;
	font-weight: 400;
}

#footer .nav-link {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
}

.border-top {
	border-top: 1px solid #dee2e66b !important;
}

.footer-logo {
	margin-top: 20px;
}

#footer .nav-link:hover, #footer .nav-link:active, #footer .nav-link:focus
	{
	color: #fff;
	text-decoration: underline;
}

#footer p {
	font-size: 18px;
}

@media screen and (min-width:768px) and (max-width:991px) {
	#footer {
		padding: 40px 0;
	}
	#footer .nav-link {
		padding-left: 0;
	}
	#footer .nav-link {
		font-size: 22px;
	}
	.footer-logo {
		width: 180px;
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {
	#footer {
		padding: 30px 0;
	}
	#footer .nav-link {
		font-size: 22px;
		padding-left: 0;
	}
	#footer p {
		font-size: 18px;
	}
}

/* Sub pages  */
#sub-page-header {
	padding: 75px 0;
	background-color: #f5f5f5;
}

#sub-pages {
	padding: 100px 0 100px 0;
}

#sub-pages a {
	font-weight: 700;
	color: #3066b1;
	text-decoration: underline;
}

#sub-pages a:hover {
	font-weight: 700;
	color: #2040c0;
	text-decoration: underline;
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#sub-pages {
		padding: 80px 0;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#sub-pages {
		padding: 70px 0;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#sub-pages {
		padding: 60px 0;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#sub-pages {
		padding: 50px 0;
	}
}
/* Cookie strip bottom */
#cookie {
	background-color: #000000;
	color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	border-radius: 0px;
	padding: 10px 15px 10px 35px;
	z-index: 9999;
}

#cookie h5 {
	color: #fff;
}

#cookie p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.1;
}

#cookie a {
	font-size: 14px;
	color: #ff8d02;
	line-height: 1.1;
}

@media screen and (max-width:767px) {
	#cookie p, #cookie a {
		font-size: 12px;
	}
	#cookie {
		width: 100%;
		bottom: 0;
		right: 0;
		border-radius: 0px;
		padding: 10px 15px 10px 10px;
	}
}

#form-main {
	position: relative;
	background-size: cover;
	background-position: center;
	color: #fff;
	background-blend-mode: screen;
	background: linear-gradient(270deg, #2A1675 0%, #6667AB 100%),
		url(../images/form.png) repeat;
	background-size: 100% 100%;
}

.form-step-four {
	z-index: 50;
	width: 100%;
	background: linear-gradient(180deg, #6D4CCF -26.85%, #372687 176.2%);
	border-radius: 0 0 40px 40px;
	padding: 20px 0;
	color: #fff;
}

.form-step-four h3 {
	font-size: 34px;
}

h2 {
	font-size: 50px;
	font-weight: 700;
}

.form-main-icon-2 {
	position: absolute;
	width: 50%;
	height: 400px;
	bottom: 51px;
	left: 0%;
	background-image: url(../images/left-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 0;
	height: 400px;
	opacity: 0.6;
}

.form-main-icon-3 {
	position: absolute;
	width: 50%;
	height: 338px;
	bottom: 25px;
	right: 0%;
	background-image: url(../images/right-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 0;
	opacity: 0.5;
}

.hero-heading {
	display: inline-block;
	background: linear-gradient(270deg, #7e5ef7a3 0%, #8283d1bf 97%);
	background-blend-mode: screen;
	color: #fff;
	border-radius: 60px;
	padding: 25px 35px 15px;
	margin-bottom: 22px;
	text-align: center;
	position: relative;
	background-blend-mode: screen;
}

.hero-heading-2 {
	display: inline-block;
	background-color: #51B16C;
	color: #fff;
	border-radius: 60px;
	padding: 20px 30px;
	margin-bottom: 40px;
	text-align: center;
}

.hero-heading-2 h5 {
	font-size: 17px;
	margin-bottom: 0;
}

.ring {
	position: relative;
	color: #1DFF5C;
	padding: 0 15px;
}

.ring:after {
	content: '';
	position: absolute;
	height: 80px;
	width: 100%;
	top: -15px;
	right: 0;
	background-image: url(../images/ring.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
}

.ring:before {
	content: '';
	position: absolute;
	height: 15px;
	width: 100%;
	bottom: -22px;
	right: 0;
	background-image: url(../images/ring-bottom.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.form-heading {
	font-size: 44px;
	margin-bottom: 30px;
}

#form-main .overlay {
	width: 100%;
	padding: 50px 0 70px;
}

.btn {
	border-radius: 8px;
}

#form-main h2 {
	color: #fff;
	margin-bottom: 40px;
}

#form-main h1 {
	font-weight: 600;
	font-size: 44px;
}

.form-heading h5 {
	font-weight: 400;
	font-size: 26px;
}

.form-header h4 {
	font-size: 26px;
}

#form-main .progress {
	height: 20px;
	background-color: #fff;
	border-radius: 100px;
}

.form-main-body {
	padding: 30px 20px 50px;
}

.right-icon {
	width: 20px;
	margin-left: 5px;
	margin-bottom: 4px;
}

.form-bottom {
	background-color: #e5e7eb;
	padding: 15px 15px;
	text-align: center;
	border-radius: 0 0 12px 12px;
}

.form-control-lg {
	border-radius: 100px;
	padding: .5rem 1.5rem;
	min-height: 60px;
}

input[type="radio"] {
	opacity: 0;
	z-index: 1;
	position: absolute;
	left: -9999px;
}

#form-main .abc-radio label {
	display: inline-block;
	padding: 8px 40px 8px 20px;
	background-color: #fff;
	box-shadow: 0px 0px 0px 0px #fff;
	border-radius: 100px;
	text-align: center;
	color: black;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-left: -5px;
	cursor: pointer;
}

#form-main .abc-radio input[type="radio"]:checked+label {
	background-color: #30b52f;
	color: #fff;
}

#form-main .abc-radio label:hover {
	background-color: #30b52f;
	color: #fff;
}

#form-main .progress-bar {
	display: block;
	padding: 10px 0;
}

.option-a {
	background-color: #88FAA8;
	color: #121212;
	display: inline-block;
	height: 54px;
	width: 54px;
	font-size: 24px;
	padding: 10px;
	text-align: center;
	border-radius: 100%;
	margin-right: 13px;
}

.btn-purple {
	color: #121212;
	background-color: #29D359;
	border-radius: 100px;
	padding: 14px 30px;
	font-weight: bold;
	font-size: 24px;
}

.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
	color: #121212;
	background-color: #22bf4e;
}

.btn-back {
	color: #999999;
	background-color: #F2F2F2;
	border-radius: 100px;
	padding: 14px 30px;
	font-weight: 500;
	font-size: 24px;
}

.btn-back:hover, .btn-back:active, .btn-back:focus {
	color: #999999;
	background-color: #F2F2F2;
}

::placeholder {
	color: #999999;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
	.form-main-icon-2 {
		width: 35%;
	}
	.form-main-icon-3 {
		width: 28%;
	}
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	h2 {
		font-size: 42px;
	}
	#form-main h1 {
		font-size: 38px;
	}
	#form-main .progress {
		height: 16px;
	}
	.form-heading {
		font-size: 30px;
	}
	#form-main .abc-radio label {
		padding: 6px 40px 6px 20px;
		font-size: 24px;
		margin-bottom: 30px;
	}
	.option-a {
		height: 50px;
		width: 50px;
		font-size: 21px;
		padding: 10px;
		margin-right: 12px;
	}
	.hero-heading-2 h5 {
		font-size: 16px;
	}
	.form-main-icon-2 {
		width: 30%;
		height: 400px;
		bottom: 51px;
		left: 0%;
		height: 339px;
	}
	.form-main-icon-3 {
		width: 26%;
		height: 296px;
		bottom: 25px;
		right: 0%;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
	#form-main .overlay {
		padding: 50px 0 50px;
	}
	.hero-heading {
		padding: 25px 25px 14px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 34px;
	}
	#form-main h1 {
		font-size: 30px;
	}
	.hero-heading-2 h5 {
		font-size: 15px;
	}
	.hero-heading-2 {
		padding: 20px 20px;
	}
	#form-main .progress {
		height: 10px;
	}
	.form-heading {
		font-size: 36px;
		margin-bottom: 30px;
	}
	#form-main .abc-radio label {
		padding: 6px 40px 6px 20px;
		font-size: 22px;
		margin-bottom: 25px;
	}
	.option-a {
		height: 42px;
		width: 42px;
		font-size: 19px;
		padding: 7px;
		margin-right: 10px;
	}
	.form-main-icon-2 {
		width: 26%;
		bottom: 51px;
		left: 0%;
		height: 326px;
	}
	.form-main-icon-3 {
		width: 20%;
		height: 296px;
		bottom: 37px;
		right: 0%;
	}
	.ring:after {
		top: -21px;
	}
	.btn-purple {
		font-size: 22px;
	}
	.form-step-four h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.btn-back {
		font-size: 22px !important;
		padding: 14px 30px;
	}
	.form-header h5 {
		font-size: 16px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
	#form-main .overlay {
		padding: 20px 0 50px;
	}
	.hero-heading {
		padding: 0px 25px 0px;
		margin-bottom: 20px;
		background: none;
	}
	h2 {
		font-size: 34px;
	}
	#form-main h1 {
		font-size: 34px;
	}
	#form-main .progress {
		height: 8px;
	}
	.form-heading {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.form-main-body {
		padding: 30px 10px 10px;
	}
	#form-main .abc-radio label {
		padding: 8px 40px 8px 20px;
		font-size: 20px;
		margin-bottom: 25px;
	}
	.option-a {
		height: 42px;
		width: 42px;
		font-size: 19px;
		padding: 7px;
		margin-right: 10px;
	}
	.form-main-icon-2, .form-main-icon-3 {
		display: none;
	}
	.btn-purple {
		padding: 12px 30px;
		font-size: 18px;
	}
	.form-step-four h2 {
		margin-bottom: 20px !important;
	}
	.form-step-four h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.hero-heading-2 {
		background-color: transparent;
		border-radius: 60px;
		padding: 0px 15px;
		margin-bottom: 35px;
	}
	.hero-heading-2 h5 {
		font-size: 16px;
		margin-bottom: 0;
	}
	.ring:after {
		background-image: none;
	}
	.ring:before {
		bottom: -9px;
	}
	.form-header h5 {
		font-size: 16px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
	#form-main h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 28px;
	}
	#form-main h5 {
		font-size: 15px;
	}
	#form-main .overlay {
		padding: 20px 0 40px;
	}
	.hero-heading {
		padding: 0px 10px 0px;
		margin-bottom: 12px;
		background: none;
	}
	.hero-heading-2 h5 {
		font-size: 16px;
	}
	.ring {
		padding: 0px 5px;
	}
	#form-main .progress {
		height: 8px;
	}
	.form-main-body {
		padding: 30px 5px 5px;
	}
	.form-main-icon-2, .form-main-icon-3 {
		display: none;
	}
	.form-heading {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.option-a {
		height: 36px;
		width: 36px;
		font-size: 18px;
		padding: 5px;
		margin-right: 7px;
	}
	#form-main .abc-radio label {
		padding: 8px 27px 8px 20px;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.form-control-lg {
		min-height: 52px;
	}
	.btn-purple {
		padding: 12px 22px;
		font-size: 18px;
	}
	.btn-back {
		padding: 12px 22px;
		font-size: 18px;
	}
	.form-step-four h2 {
		margin-bottom: 0px !important;
	}
	.form-step-four h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.hero-heading-2 {
		background-color: transparent;
		border-radius: 60px;
		padding: 0px 0px;
		margin-bottom: 25px;
	}
	.hero-heading-2 h5 {
		font-size: 16px !important;
		margin-bottom: 0;
	}
	.ring:after {
		background-image: none;
	}
	.ring:before {
		bottom: -9px;
	}
	.form-step-four-bg {
		width: 48%;
	}
	.footer-bg {
		display: none;
	}
}

#two {
	padding: 100px 0;
	background: linear-gradient(119.33deg, #6667AB 0.88%, #6260AA 22.49%, #584CA6 54.91%
		, #482CA1 93.23%, #4527A0 99.12%);
}

.two-box {
	background-color: #fff;
	padding: 40px 25px;
	text-align: center;
	border-radius: 10px;
	color: #000;
	margin: 15px 0;
}

.two-box h4 {
	font-size: 24px;
	margin: 20px 0 20px;
	font-weight: 700;
}

.two-box p {
	font-size: 20px;
	min-height: 150px;
}

.two-box .btn-two {
	font-size: 18px;
	font-weight: 500;
	border-radius: 100px;
	background-color: #C9C8FF;
	color: #000000;
	padding: 10px 20px;
}

.btn-two:hover, .btn-two:active, .btn-two:focus {
	background-color: #8381ed;
	color: #000000;
}

.btn-two-main {
	padding: 20px 30px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 100px;
	background-color: #fff;
	color: #4527A0;
	box-shadow: 0px 4px 14px 0px #00000040;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#two {
		padding: 80px 0;
	}
	.two-box {
		padding: 30px 18px;
	}
	.two-box h4 {
		font-size: 22px;
	}
	.two-box p {
		font-size: 17px;
		min-height: 128px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
	#two {
		padding: 70px 0;
	}
	.two-box {
		padding: 30px 18px;
	}
	.two-box h4 {
		font-size: 24px;
		margin: 18px 0 12px;
	}
	.two-box p {
		font-size: 16px;
		min-height: 97px;
	}
	.btn-two-main {
		padding: 16px 30px;
		font-size: 22px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
	#two {
		padding: 60px 0;
	}
	.two-box {
		padding: 30px 18px;
	}
	.two-box h4 {
		font-size: 24px;
		margin: 18px 0 12px;
	}
	.two-box p {
		font-size: 18px;
		min-height: 50px;
	}
	.btn-two-main {
		padding: 16px 30px;
		font-size: 22px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
	#two {
		padding: 50px 0;
	}
	.two-box {
		padding: 30px 18px;
	}
	.two-box h4 {
		font-size: 24px;
		margin: 18px 0 12px;
	}
	.two-box p {
		font-size: 18px;
		min-height: 65px;
	}
	.btn-two-main {
		padding: 16px 30px;
		font-size: 22px;
	}
}

#three {
	padding: 100px 0;
	background-image: url(../images/three-bg.png);
	background-repeat: repeat;
	background-size: cover;
}

.three-box {
	padding: 24px 100px;
	border-radius: 100px;
	font-size: 30px;
	font-weight: 400;
	margin: 15px 0;
	text-align: center;
	color: #000;
}

.bg-orange {
	background-color: #FFE9C8;
}

.bg-green {
	background-color: #E3FFC8;
}

.bg-purple {
	background-color: #D7D6FE;
}

.bg-pink {
	background-color: #FFE1DB;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
	.form-body p {
		font-size: 18px;
	}
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#three {
		padding: 80px 0;
	}
	.three-box {
		padding: 25px 80px;
		font-size: 24px;
		margin: 15px 0;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
	#three {
		padding: 70px 0;
	}
	.three-box {
		padding: 22px 42px;
		font-size: 20px;
		margin: 15px 0;
	}
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
	#three {
		padding: 60px 0;
	}
	.three-box {
		padding: 22px 50px;
		font-size: 18px;
		margin: 15px 0;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
	#three {
		padding: 50px 0;
	}
	.three-box {
		padding: 20px 12px;
		font-size: 16px;
		margin: 12px 0;
	}
}

/* SECTION four AREA */
#four {
	padding: 100px 0;
	background: linear-gradient(119.33deg, #6667AB 0.88%, #6260AA 22.49%, #584CA6 54.91%
		, #482CA1 93.23%, #4527A0 99.12%);
}

#four h1 {
	font-weight: 500;
	margin-bottom: 80px;
	font-size: 48px;
	color: #00c6d4;
}

#four .card-link.collapsed .card-header div:after {
	font-family: 'FontAwesome';
	content: "\f107";
	float: right;
	font-size: 24px;
	position: absolute;
	right: -50px;
	top: 0;
}

#four .accordion .card-header div:after {
	font-family: 'FontAwesome';
	content: "\f106";
	/* float: right; */
	font-size: 24px;
	position: absolute;
	right: -50px;
	top: 0;
}

#four .card {
	background-color: #FFFFFF;
	border-radius: 50px;
	margin-bottom: 20px;
}

#nine .card-body p {
	font-size: 16px;
}

#four .card-link.collapsed {
	color: #082539;
	background-color: #FFFFFF;
}

#four .card-header {
	padding: 1rem 3rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgb(249, 249, 249);
	color: #121212;
	background-color: #fff;
	font-size: 24px;
	font-weight: 400;
}

#four .card-body {
	padding: 1.25rem 3rem;
	color: #121212;
}

#four .footer-box {
	width: 96%;
	position: relative;
}

#four a {
	color: #1c3749;
}

#four a.card-link:hover {
	color: #fff;
}

#four a.card-link.collapsed:hover {
	color: #082539;
}

#four .card-link {
	color: #fff;
}

#four .card-link.collapsed .card-header {
	color: #121212;
	background-color: #fff;
}

#four .card-link.collapsed  .card-header:after {
	background-color: #fff;
	color: #c4c4c4;
}

.btn-four {
	padding: 15px 40px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 100px;
	background-color: #fff;
	color: #4527A0;
	margin-top: 20px;
	box-shadow: 0px 4px 14px 0px #00000040;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#four h1 {
		font-size: 45px;
	}
	#four .accordion .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	#four .card-link.collapsed .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	#four {
		padding: 80px 0;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#four h1 {
		font-size: 42px;
		margin-bottom: 50px;
	}
	#four .accordion .card-header div:after {
		font-size: 22px;
		right: -25px;
	}
	#four .card-link.collapsed .card-header div:after {
		font-size: 22px;
		right: -25px;
	}
	#four {
		padding: 70px 0;
	}
	.btn-four {
		padding: 16px 40px;
		font-size: 22px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#four {
		padding: 65px 0;
	}
	#four h1 {
		font-weight: 700;
		margin-bottom: 40px;
		font-size: 38px;
	}
	#four .accordion .card-header div:after {
		font-size: 22px;
		right: -25px;
	}
	#four .card-link.collapsed .card-header div:after {
		font-size: 22px;
		right: -25px;
	}
	#four .card-header {
		font-size: 19px;
	}
}

@media screen and (max-width:575px) {
	#four {
		padding: 50px 0;
	}
	#four h1 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	#four .card-header {
		font-size: 18px;
	}
	#four .card-body p {
		font-size: 16px;
	}
	#four .accordion .card-header div:after {
		font-size: 24px;
		right: -25px;
		top: -6px;
	}
	#four .card-link.collapsed .card-header div:after {
		font-size: 24px;
		right: -25px;
		top: -6px;
	}
	#four .card-header {
		padding: 15px 36px 15px 30px;
	}
	#four .card-body {
		padding: 15px 36px 15px 30px;
	}
}

/* SECTION four ends */
/* SECTION five start */
#five {
	padding: 100px 0;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#five {
		padding: 80px 0;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
	#five {
		padding: 70px 0;
	}
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
	#five {
		padding: 60px 0;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
	#five {
		padding: 50px 0;
	}
}
/* Thank you page */
#nav {
	padding: 8px 0;
	background-color: transparent;
	color: #fff;
}

.thank-1-img {
	position: absolute;
	height: 40%;
	width: 40%;
	right: -5%;
	z-index: 0;
	top: 14%;
	background-image: url(../images/awesome-check-circle.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

/* .thank-2-img {
	position: absolute;
	height: 695px;
	width: 490px;
	left: -125px;
	z-index: 0;
	bottom: 0px;
	background-image: url(../images/thank_women.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
}
 */
#thank_you_page {
	position: relative;
}

#thank_one {
	padding: 100px 0;
	position: relative;
	color: #fff;
	background-blend-mode: screen;
	background: linear-gradient(270deg, #2A1675 0%, #6667AB 100%),
		url(../images/form.png) repeat;
	background-size: auto;
}

#thank_one h1 {
	font-size: 56px;
	color: #fff;
	font-weight: 700;
}

#thank_one h2 {
	font-size: 53px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 40px;
}

#thank_one h5 {
	font-size: 24px;
	color: #fff;
	margin: 20px 0;
}

#thank_one h4 {
	font-size: 30px;
	color: #2597e6;
	margin-top: 80px;
	font-weight: 700;
}

#thank_one p {
	font-size: 27px;
	color: #616161;
}

.thank-heading {
	font-size: 58px !important;
	margin-bottom: 40px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#thank_one {
		padding: 80px 0;
	}
	#thank_one h1 {
		font-size: 48px;
	}
	#thank_one h2 {
		font-size: 46px;
		margin-bottom: 50px;
	}
	#thank_one h5 {
		font-size: 20px;
	}
	#thank_one h4 {
		font-size: 28px;
		margin-top: 50px;
	}
	#thank_one p {
		font-size: 24px;
	}
	.thank-2-img {
		left: -71px;
		height: 560px;
		width: 410px;
	}
	.thank-1-img {
		height: 35%;
		width: 35%;
	}
	.thank-heading {
		font-size: 48px !important;
		margin-bottom: 30px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#thank_one {
		padding: 70px 0;
	}
	#thank_one h1 {
		font-size: 36px;
	}
	#thank_one h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	#thank_one h5 {
		font-size: 18px;
	}
	#thank_one h4 {
		font-size: 24px;
		margin-top: 30px;
	}
	#thank_one p {
		font-size: 22px;
	}
	.thank-2-img {
		left: -71px;
		height: 450px;
		width: 310px;
	}
	.thank-1-img {
		right: -9%;
		width: 287px;
		top: 140px;
		height: 287px;
	}
	.thank-heading {
		font-size: 36px !important;
		margin-bottom: 30px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#thank_one {
		padding: 60px 0;
	}
	#thank_one h1 {
		font-size: 36px;
	}
	#thank_one h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	#thank_one h5 {
		font-size: 18px;
	}
	#thank_one h4 {
		font-size: 24px;
		margin-top: 30px;
	}
	#thank_one p {
		font-size: 22px;
	}
	.thank-2-img {
		display: none;
	}
	.thank-1-img {
		right: -9%;
		width: 287px;
		top: 140px;
		height: 287px;
	}
	.thank-heading {
		font-size: 40px !important;
	}
}

@media screen and (max-width:575px) {
	#thank_one {
		padding: 50px 0;
	}
	#thank_one h1 {
		font-size: 26px;
	}
	#thank_one h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	#thank_one h5 {
		font-size: 16px;
	}
	#thank_one h4 {
		font-size: 22px;
		margin-top: 25px;
	}
	#thank_one p {
		font-size: 18px;
	}
	.thank-2-img {
		display: none;
	}
	.thank-1-img {
		right: -9%;
		width: 167px;
		top: 100px;
		height: 167px;
	}
	.thank-heading {
		font-size: 34px !important;
	}
	#thank-box h4 {
		font-size: 18px !important;
	}
}