@font-face {
	font-family: Gilroy;
	src: url(../fonts/Gilroy-Regular.ttf);
	font-weight: regular;
}

@font-face {
	font-family: Gilroy;
	src: url(../fonts/Gilroy-Bold.ttf);
	font-weight: bold;
}

html, body {
	overflow-x: hidden;
	height: 100%;
	font-family: 'Gilroy';
}

.text-green {
	color: #00FFF1;
}

.text-blue {
	color: #1268A2;
}

.text-lock {
	color: #B9A466;
}

.text-purple {
	color: #F3E3E7;
}

.text-yellow {
	color: #F9921B;
}

.text-red {
	color: #F91B5E;
}

.text-grey {
	color: #959595;
}

.text-light-grey {
	color: #b4b4b4;
}

#one .overlay {
	width: 100%;
}

.one-box-header {
	background: #33DBD7;
	padding: 5px 0 5px 0;
	border-radius: 20px 20px 0px 0px;
}

.one-box {
	width: 100%;
	top: 65px;
	background-color: #f9fafb;
	color: #000;
	padding: 25px 40px;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 4px 10px #80808078;
}

.progress-box-1 {
	background-image: url(../images/progress.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	min-height: 400px;
}

.progress-bar {
	background-color: #03a790;
}

.progress {
	height: 0.7rem;
	border-radius: .5rem;
}

.form-box {
	padding: 0px 0px;
}

.btn-purple {
	color: #fff;
	background-color: #1268A2;
	border-radius: 5px;
	padding: 10px 24px;
	font-weight: bold;
	font-size: 20px;
}

.btn-purple:hover {
	color: #fff;
	background-color: #1268a2;
}

#navigation {
	padding: 0px 0px 0px 0px;
}

#navigation p {
	font-size: 18px;
}

#navigation h5 {
	font-size: 24px;
	color: #1268A2;
	font-weight: 700;
	text-align: center;
	padding: 0 0px;
}

#nav {
	padding: 8px 0;
	background-color: #fff;
	color: #000;
	box-shadow: 0px 0px 40px 10px #e4e4e4;
}
/* For Section nav */
@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:768px) and (max-width:991px) {
	.logo-width {
		width: 190px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
}

@media screen and (max-width:575px) {
}
/* For Section nav ends */
#one {
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	padding-bottom: 100px;
	padding: 120px 100px;
	position: relative;
	min-height: 844px;
}

#one h1 {
	position: relative;
	font-size: 3.7vw;
	font-weight: 700;
	z-index: 3;
}

#one h1:after {
	content: '';
	position: absolute;
	right: -42px;
	top: -72px;
	height: 418px;
	width: 228%;
	background-image: url(../images/one-a.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	z-index: -1;
}
/* For Section one */
@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:768px) and (max-width:991px) {
	.logo-width {
		width: 190px;
	}
	#one p {
		font-size: 16px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	p {
		font-size: 18px;
	}
	.logo-width {
		width: 180px;
	}
	#navigation {
		padding: 10px 8px 10px 0px;
	}
	#one {
		background-size: 300px;
		background-position: right bottom, right bottom;
		padding-bottom: 100px;
		padding-top: 5px;
	}
	#one .one-a {
		left: -117px;
		bottom: -49px;
		height: 221px;
		width: 182px;
	}
	#one .one-b {
		right: -109px;
		bottom: 46px;
		height: 167px;
		width: 253px;
	}
	#one .one-c {
		right: -103px;
		bottom: 73px;
		height: 199px;
		width: 216px;
	}
	#one h1 {
		font-size: 36px;
		margin-top: 40px;
	}
	#one p {
		font-size: 16px;
	}
}

@media screen and (max-width:575px) {
	p {
		font-size: 18px;
	}
	#navigation {
		padding: 10px 0px 10px 0px;
	}
	.logo-width {
		width: 180px;
	}
	#one {
		background-size: 205px;
		background-position: right bottom, right bottom;
		padding-bottom: 100px;
		padding-top: 5px;
	}
	.one-box {
		width: 100%;
		top: 65px;
		background-color: #f9fafb;
		color: #000;
		padding: 0px 16px 25px;
		border-radius: 0 0 20px 20px;
		box-shadow: 0px 4px 10px #80808078;
	}
	#one .one-a {
		left: -117px;
		bottom: -49px;
		height: 221px;
		width: 182px;
	}
	#one .one-b {
		right: -109px;
		bottom: 46px;
		height: 78px;
		width: 230px;
	}
	#one .one-c {
		right: -103px;
		bottom: 73px;
		height: 199px;
		width: 216px;
	}
	#one h1 {
		font-size: 33px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#one p {
		font-size: 14px;
	}
}
/* Ends Section one */

/* For Section two */
#two {
	position: relative;
	padding: 50px 0;
	margin-top: -380px;
}

.footer a {
	color: #1c3749;
}

.input-group-text {
	background-color: #33dbd7;
	border: 1px solid #33dbd7;
}

input[type="radio"] {
	opacity: 0;
	z-index: 1;
	position: absolute;
}

.form-check.abc-radio {
	padding-left: 0.25rem;
}

.abc-radio label {
	padding: 12px 0px;
	background-color: #fff;
	box-shadow: 1px 5px 5px 1px #e7e7e7;
	border-radius: 5px;
	text-align: center;
	color: #4a4a4a;
	font-size: 17px;
	min-height: 45px;
	font-weight: 500;
	min-width: 169px;
	margin-bottom: 18px;
	margin-left: -5px;
	cursor: pointer;
	border: 2px solid #fff;
}

.abc-radio label:hover {
	color: #03a790;
	font-weight: 700;
	border: 2px solid #03a790;
}

.abc-radio input[type="radio"]:checked+label {
	border: 2px solid #03a790;
}

.about {
	border: none;
	border-bottom: 1px solid black;
	border-radius: 0;
	padding: 0px;
	background-color: transparent;
}

.panel-height {
	min-height: 105px;
	padding: 34px 10px !important;
}

.form-control-lg {
	font-size: 18px;
	height: calc(2em + 1rem + 2px);
}

label {
	font-size: 18px;
	color: #2C2C2C;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/arrow-down-blue.png) white no-repeat 98.5%
		!important;
	background: url(../images/arrow-down-blue.png);
}
/*For IE*/
select::-ms-expand {
	display: none;
}

::-webkit-input-placeholder {
	font-size: 15px;
}

.form-header h4 {
	font-size: 34px;
	color: #093552;
	font-weight: 700;
}

#two a {
	color: #959595;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	p {
		font-size: 18px;
	}
	.abc-radio label {
		padding: 12px 0px;
		font-size: 16px;
		min-height: 45px;
		min-width: 157px;
	}
	.top-box {
		top: -52px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.top-box {
		top: -48px;
	}
	.abc-radio label {
		padding: 12px 6px;
		min-width: 238px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	.abc-radio label {
		width: 100%;
		padding: 11px 8px;
		min-width: 101px;
	}
	.mobile-form {
		padding: 25px 45px;
		background-color: #f9fafb;
		border-radius: 0px 0 10px 10px;
	}
	.progress-box {
		padding: 12px 10px 10px;
		background-color: #fff;
		border-radius: 0 0;
	}
	.one-box {
		padding: 0px 0px;
		margin: 0 15px;
		width: auto;
		border-radius: 0 0 10px 10px;
	}
	.one-box-header {
		border-radius: 10px 10px 0 0;
	}
	.form-header h4 {
		font-size: 24px;
	}
	.form-header p {
		font-size: 16px;
	}
	.btn-purple {
		padding: 10px 20px;
	}
	.progress-box-1 {
		min-height: 150px;
	}
	.form-box {
		padding: 10px 0px;
	}
	.top-box {
		top: -44px;
	}
	.range-box {
		font-size: 13px;
	}
}

@media screen and (max-width:575px) {
	.abc-radio label {
		width: 100%;
		padding: 8px 5px;
		min-width: 128px;
		font-size: 18px;
		box-shadow: -2px 3px 7px 1px #e7e7e7;
	}
	.mobile-form {
		padding: 25px 25px;
		background-color: #f9fafb;
		border-radius: 0px 0 10px 10px;
	}
	.form-header h4 {
		font-size: 22px;
	}
	.form-header p {
		font-size: 16px;
	}
	.progress-box {
		padding: 10px 10px 5px;
		background-color: #fff;
		border-radius: 0 0;
	}
	.top-box {
		top: -41px;
	}
	.range-box {
		font-size: 13px;
	}
}
/* Ends Section two */

/* For Section three */
#three {
	padding: 100px 0 80px;
	position: relative;
}

.three-a-img {
	position: absolute;
	right: 101%;
	bottom: 0px;
	height: 103px;
	width: 1235px;
	background-image: url(../images/green-box.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

.three-b-img {
	position: absolute;
	right: 118%;
	bottom: 124px;
	height: 18px;
	width: 90px;
	background-image: url(../images/grey-box.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

.three-c-img {
	position: absolute;
	left: 101%;
	bottom: 0px;
	height: 103px;
	width: 1235px;
	background-image: url(../images/green-box.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

.three-d-img {
	position: absolute;
	left: 118%;
	bottom: -9px;
	height: 18px;
	width: 90px;
	background-image: url(../images/grey-box.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

.three-circle-img {
	position: absolute;
	left: 92%;
	top: -340px;
	width: 976px;
	height: 428px;
	background-image: url(../images/blue-circle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}

#three h2 {
	padding: 20px 0;
	font-size: 70px;
	color: #1268a2;
	font-weight: 700;
	margin-bottom: 30px;
}

#three p {
	font-size: 31px;
}

#three h4 {
	font-size: 35px;
	color: #082539;
	line-height: 1.5;
	padding: 15px 0;
}

#three h5 {
	font-size: 27px;
	font-weight: 700;
	color: #1268A2;
}

#three .blue-box {
	color: #fff;
	background-color: #1268A2;
	padding: 18px 45px;
	border-radius: 60px;
}

#three h3 {
	font-size: 52px;
	font-weight: 700;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#three h2 {
		font-size: 50px;
	}
	#three p {
		font-size: 26px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#three h2 {
		padding-top: 50px;
		font-size: 37px;
	}
	#three p {
		font-size: 24px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#three h2 {
		padding-top: 45px;
		font-size: 27px;
	}
	#three p {
		font-size: 20px;
	}
}

@media screen and (max-width:575px) {
	#three h2 {
		padding-top: 45px;
		font-size: 29px;
	}
	#three p {
		font-size: 18px;
	}
}
/* Ends Section three */

/* For Section four */
#four {
	padding: 100px 0;
	position: relative;
	background-image: url(../images/banner-four.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#four h2 {
	font-size: 90px;
	font-weight: 700;
	color: #fff;
}

#four h1 {
	position: relative;
	font-size: 105px;
	font-weight: 700;
	padding: 40px 0;
	z-index: 3;
	color: #042135;
}

#four h1:after {
	content: '';
	position: absolute;
	right: -42px;
	top: 14px;
	width: 240%;
	height: 200px;
	background-image: url(../images/four-green.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	z-index: -1;
}

#four h3 {
	position: relative;
	font-size: 25px;
	font-weight: 700;
	padding-top: 71px;
	z-index: 3;
	line-height: 1.6;
	color: #fff;
}

#four h3:after {
	content: '';
	position: absolute;
	right: -42px;
	top: 14px;
	width: 240%;
	height: 200px;
	background-image: url(../images/four-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	z-index: -1;
}

.four-a-img {
	position: absolute;
	left: 84%;
	bottom: 193px;
	width: 1027px;
	height: 74px;
	background-image: url(../images/four-a.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

.four-b-img {
	position: absolute;
	left: 79%;
	bottom: 87px;
	width: 1027px;
	height: 74px;
	background-image: url(../images/four-b.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#four {
		min-height: 705px;
		background-size: cover;
		background-position: center;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#four {
		padding: 80px 0;
		min-height: 605px;
		background-size: cover;
		background-position: center;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#four {
		padding: 70px 0;
		min-height: 553px;
		background-size: cover;
		background-position: center;
	}
	#four h1 {
		font-size: 34px;
	}
}

@media screen and (max-width:575px) {
	#four {
		padding: 70px 0;
		min-height: 553px;
		background-size: cover;
		background-position: center;
	}
}
/* Ends Section four */

/* For Section five */
#five {
	padding: 100px 0 380px;
	background-color: #E6EDF4;
}

#five h1 {
	color: #1268A2;
	font-size: 70px;
	font-weight: 700;
	padding-bottom: 50px;
}

#five h3 {
	font-weight: 500;
	font-size: 31px;
	line-height: 1.5;
	color: #082539;
}

.five-a-img {
	position: absolute;
	right: 120%;
	top: 100px;
	width: 51px;
	height: 10px;
	background-image: url(../images/five-a.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

.five-b-img {
	position: absolute;
	right: 114%;
	top: 127px;
	width: 90px;
	height: 18px;
	background-image: url(../images/five-b.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

.five-c-img {
	position: absolute;
	left: 126%;
	bottom: -15px;
	width: 90px;
	height: 18px;
	background-image: url(../images/five-c.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

.five-d-img {
	position: absolute;
	left: 122%;
	bottom: 10px;
	width: 51px;
	height: 10px;
	background-image: url(../images/five-d.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:768px) and (max-width:991px) {
}

@media screen and (min-width:576px) and (max-width:767px) {
}

@media screen and (max-width:575px) {
}
/* Ends Section five */

/* For Section six */
#six {
	position: relative;
	padding: 170px 0 0;
	background-image: url(../images/six.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: bottom;
	margin-top: -25px;
}

.six-box {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#six h4 {
	color: #042135;
	font-size: 22px;
}

#six h2 {
	font-size: 58px;
	font-weight: 700;
	padding-bottom: 25px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:768px) and (max-width:991px) {
}

@media screen and (min-width:576px) and (max-width:767px) {
}

@media screen and (max-width:575px) {
}
/* Ends Section six */

/* For Section seven */
#seven {
	padding: 20px 0 65px;
}

#seven h4 {
	font-size: 32px;
	color: #082539;
}

#seven p {
	font-size: 18px;
	color: #082539;
}

@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:768px) and (max-width:991px) {
}

@media screen and (min-width:576px) and (max-width:767px) {
}

@media screen and (max-width:575px) {
}
/* Ends Section seven */

/* For Section eight */
#eight {
	position: relative;
}

.eight-a {
	background-image: url(../images/eight-a.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
}

.eight-b {
	background-image: url(../images/eight-b.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
}

.eight-c {
	background-image: url(../images/eight-c.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
}

.eight-a-img {
	position: absolute;
	right: 56%;
	bottom: 50px;
	width: 200%;
	height: 103px;
	background-image: url(../images/four-a.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	z-index: 1;
}

.eight-b-img {
	position: absolute;
	left: 50%;
	top: -42px;
	width: 100%;
	height: 84px;
	background-image: url(../images/four-b.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	z-index: 1;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.eight-a {
		height: 600px;
	}
	.eight-b {
		height: 300px;
	}
	.eight-c {
		height: 300px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.eight-a {
		height: 500px;
	}
	.eight-b {
		height: 250px;
	}
	.eight-c {
		height: 250px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	.eight-a {
		height: 350px;
	}
	.eight-b {
		height: 350px;
	}
	.eight-c {
		height: 350px;
	}
}

@media screen and (max-width:575px) {
	.eight-a {
		height: 350px;
	}
	.eight-b {
		height: 350px;
	}
	.eight-c {
		height: 350px;
	}
}
/* Ends Section eight */

/* For Section nine */
#nine {
	padding: 80px 0;
	background-color: #F4F6F8;
}

#nine h1 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 40px;
}

#nine .card-link.collapsed .card-header div:after {
	font-family: 'FontAwesome';
	content: "\f13a";
	float: right;
	font-size: 22px;
	position: absolute;
	right: -50px;
	color: #C4C4C4;
	top: 0;
}

#nine .accordion .card-header div:after {
	font-family: 'FontAwesome';
	content: "\f139";
	font-size: 22px;
	position: absolute;
	right: -50px;
	color: #1268A2;
	top: 0;
}

#nine .accordion>.card:not(:last-of-type) {
	border-bottom: none;
	margin-bottom: 20px;
}

#nine .card {
	background-color: #FFFFFF;
	border: 1px solid #fff;
	border-radius: 6px;
}

#nine .card-body {
	font-size: 22px;
}

#nine .card-link.collapsed {
	color: #082539;
	background-color: #FFFFFF;
	font-weight: 700;
}

#nine .card-header {
	padding: 1rem 1.25rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgb(249, 249, 249);
	color: #1268A2;
	background-color: #fff;
	font-size: 28px;
}

#nine .footer-box {
	width: 96%;
	position: relative;
	font-size: 24px;
}

#nine a {
	color: #1c3749;
}

#nine a.card-link:hover {
	color: #fff;
}

#nine a.card-link.collapsed:hover {
	color: #082539;
}

#nine .card-link {
	color: #fff;
	font-weight: 700;
}

#nine .card-link.collapsed .card-header {
	color: #082539;
	background-color: #fff;
}

#nine .card-link.collapsed  .card-header:after {
	background-color: #fff;
	color: #c4c4c4;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#nine h1 {
		font-size: 58px;
	}
	#nine .accordion .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	#nine .card-link.collapsed .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#nine h1 {
		font-size: 48px;
	}
	#nine .accordion .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	#nine .card-link.collapsed .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#nine {
		padding: 70px 0;
	}
	#nine .card-header {
		font-size: 22px;
	}
	#nine .accordion .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	#nine .card-link.collapsed .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
}

@media screen and (max-width:575px) {
	#nine {
		padding: 60px 0;
	}
	#nine h1 {
		font-size: 42px;
		margin-bottom: 30px;
	}
	#nine .card-header {
		font-size: 18px;
	}
	#nine .card-body p {
		font-size: 16px;
	}
	#nine .accordion .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	#nine .card-link.collapsed .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
}
/* Ends Section nine */

/* For Section footer */
#footer {
	padding: 50px 20px;
	background-color: #F4F6F8;
	color: #232323;
}

#footer a {
	color: #000;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#footer {
		padding: 50px 20px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#footer {
		padding: 50px 20px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#footer {
		padding: 50px 20px;
	}
}

@media screen and (max-width:575px) {
	#footer {
		padding: 50px 20px;
	}
}
/* Ends Section footer */

/* For Extra Screen Size  */
#privacy, #terms, #complaints {
	padding: 100px 0;
}

#thank_you {
	background: url('../images/thank-you-bg.jpg') right center no-repeat;
	background-size: cover;
}

#thank_you .overlay {
	padding: 220px 0;
	background: transparent
		linear-gradient(270deg, #00000000 0%, #000000 100%) 0% 0% no-repeat
		padding-box;
}

#thank_you h1 {
	color: #fff;
	font-size: 64px;
}

#thank_you p {
	position: relative;
	color: #fff;
	font-size: 25px;
	padding: 30px 0;
}

#thank_you p::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #5a5a5a;
}

#thank_you p::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #5a5a5a;
}

@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#privacy, #terms, #complaints {
		padding: 80px 0;
	}
	#thank_you .overlay {
		padding: 150px 0;
		background: transparent
			linear-gradient(270deg, #00000000 0%, #000000 100%) 0% 0% no-repeat
			padding-box;
	}
	#thank_you h1 {
		color: #fff;
		font-size: 64px;
	}
	#thank_you p {
		position: relative;
		color: #fff;
		font-size: 25px;
		padding: 30px 0;
	}
	#thank_you p::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #5a5a5a;
	}
	#thank_you p::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #5a5a5a;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#privacy, #terms, #complaints {
		padding: 70px 0;
	}
	#thank_you .overlay {
		padding: 150px 0;
		background: transparent
			linear-gradient(270deg, #00000000 0%, #000000 100%) 0% 0% no-repeat
			padding-box;
	}
	#thank_you h1 {
		color: #fff;
		font-size: 44px;
	}
	#thank_you p {
		position: relative;
		color: #fff;
		font-size: 18px;
		padding: 30px 0;
	}
	#thank_you p::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #5a5a5a;
	}
	#thank_you p::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #5a5a5a;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	.lock {
		display: none
	}
	#footer p {
		font-size: 16px;
	}
	#privacy, #terms, #complaints {
		padding: 60px 0;
	}
	#thank_you {
		background: url(../images/thank-you-bg.jpg) center center no-repeat;
	}
	#thank_you .overlay {
		padding: 75px 0;
		background: transparent
			linear-gradient(270deg, #00000000 0%, #000000 100%) 0% 0% no-repeat
			padding-box;
	}
	#thank_you h1 {
		color: #fff;
		font-size: 44px;
	}
	#thank_you p {
		position: relative;
		color: #fff;
		font-size: 18px;
		padding: 30px 0;
	}
	#thank_you p::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #5a5a5a;
	}
	#thank_you p::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #5a5a5a;
	}
}
/* 
@media screen and (min-width:1921px) {
	#one, #two, #three, #four, #five, #five-one, #six, #seven, #eight, #nine
		{
		max-width: 1920px;
		margin: 0 auto;
	}
} */
/* Common for all */
.help-block {
	color: red;
}

.form-section {
	display: none;
}

.form-section.current {
	display: inherit;
}

#loader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5) url(/include/images/load.gif) no-repeat
		center center;
}