@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;
}

@font-face {
	font-family: Gilroy;
	src: url(../fonts/Gilroy-ExtraBold.ttf);
	font-weight: 900;
}

html, body {
	color: #082539;
	font-family: 'Gilroy';
}

#one, #two, #three, #four, #five, #six, #seven, #nine {
	overflow: hidden;
}

#nav {
	padding: 8px 0;
	color: #fff;
	/* 	background-color: #e2f3ff; */
}

.text-yellow {
	color: #f9d41b;
}

.text-grey {
	color: #07304B;
}

.text-blue {
	color: #1268A2;
}

#one {
	padding-bottom: 100px;
	position: relative;
	color: #ffffff;
	background-image: url(../images/bg-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	min-height: 1300px;
}

#one .overlay {
	width: 100%;
	padding: 0px 0 50px;
}

#navigation {
	padding: 10px 30px 10px 30px;
}

.green-box {
	background-color: #03a790;
	color: #fff;
	margin: 0;
	padding: 8px 6px;
	font-weight: 900;
}

.white-box {
	background-color: #fff;
	color: #595959;
	margin: 0;
	padding: 8px 10px;
	font-weight: 900;
	font-size: 17px !important;
}

#one h1 {
	margin-top: 26px;
	font-size: 140px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -4.25px;
	margin-right: 15%;
}

#one h5 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 20px 0 25px;
}

#one h6 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2;
	margin: 25px 0 20px;
}

#one p {
	font-size: 18px;
}

#one .col-custom {
	width: 500px !important;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.date-time {
	font-size: 18px;
	margin: 20px 0 25px;
	font-weight: 400;
}

.yellow-box {
	position: absolute;
	width: 1041px;
	height: 288px;
	bottom: -300px;
	left: -260px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/yellow.png);
	background-position: bottom;
	padding-left: 274px;
}

.yellow-box h2 {
	margin-top: 61px;
	font-size: 73px;
	color: #07304b;
	font-weight: 900;
	letter-spacing: -1.82px;
}

.yellow-box h4 {
	font-size: 30px;
	color: #07304b;
}

.form-box {
	background-color: #fff;
	color: black;
	box-shadow: 1px 7px 20px 14px #2b282857;
	border-radius: 40px 40px 0 0;
}

.form-box h2 {
	font-size: 35px;
	color: #03a790;
	font-weight: 600;
}

.form-img {
	width: 73px;
}

.form-header {
	padding: 22px 49px 0;
}

.form-body {
	padding: 10px 45px 15px;
}

label {
	font-size: 14px;
}

::-webkit-input-placeholder { /* Edge */
	font-size: 16px;
	color: #949494;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 16px;
	color: #949494;
}

::placeholder {
	font-size: 16px;
	color: #949494;
}

.btn-grey {
	padding: 6px;
	width: 100%;
	margin-right: 15px;
	color: #9a9a9a;
	font-weight: bold;
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}

.form-navigation {
	padding: 10px;
	background-color: #03a790;
	color: #fff;
}

.btn-purple {
	color: #fff;
	line-height: 1.2;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 20px;
}

.form-control {
	border: none;
	box-shadow: 0px 0px 6px #e4e8ec;
}

.input-group-text {
	background: #03a790;
}

.girl {
	position: absolute;
	width: 448px;
	height: 488px;
	top: 206px;
	left: -390px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/girl.png);
	background-position: left top;
	z-index: 1;
}

.girl-circle {
	position: absolute;
	width: 257px;
	height: 257px;
	top: 567px;
	left: -284px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/girl-circle.png);
	background-position: left;
	z-index: 3;
}

.girl-circle-text {
	padding: 65px;
	line-height: 1.2;
	color: #f9d41b;
	font-size: 24px;
	text-align: center !important;
}

.girl-circle-price {
	font-size: 36px;
	font-weight: bold;
}

.gold-box {
	width: 90px;
}
/* For Extra Screen Size  */
@media screen and (min-width:1571px) and (max-width:1800px) {
	#one h1 {
		margin-top: 26px;
		font-size: 120px;
		font-weight: 900;
		line-height: 1;
		letter-spacing: -4.25px;
		margin-right: 15%;
	}
	#one h5 {
		font-size: 32px;
	}
	#one {
		min-height: 1363px;
	}
	#one .col-custom {
		width: 475px !important;
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
	}
	.form-box h2 {
		font-size: 32px;
		color: #03a790;
		font-weight: 600;
	}
	.form-img {
		width: 65px;
	}
}
/* For Extra Screen Size  */
@media screen and (min-width:1450px) and (max-width:1570px) {
	#one h5 {
		font-size: 30px;
	}
	.yellow-box {
		width: 1041px;
		height: 232px;
		bottom: -244px;
		left: -260px;
	}
	.yellow-box h2 {
		margin-top: 50px;
		font-size: 60px;
	}
	.yellow-box h4 {
		font-size: 25px;
	}
	#one h1 {
		margin-top: 26px;
		font-size: 110px;
		font-weight: 900;
		line-height: 1;
		letter-spacing: -4.25px;
		margin-right: 15%;
	}
	#one .col-custom {
		width: 450px !important;
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
	}
	.form-box h2 {
		font-size: 28px;
		color: #03a790;
		font-weight: 600;
	}
	.form-img {
		width: 55px;
	}
	.girl {
		position: absolute;
		width: 388px;
		height: 428px;
		top: 206px;
		left: -340px;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(../images/girl.png);
		background-position: left top;
		z-index: 1;
	}
	.girl-circle {
		position: absolute;
		width: 257px;
		height: 257px;
		top: 549px;
		left: -264px;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(../images/girl-circle.png);
		background-position: left;
		z-index: 3;
	}
	.btn-purple {
		font-size: 36px;
	}
}
/* For Extra Screen Size  */
@media screen and (min-width:1350px) and (max-width:1449px) {
	#one h1 {
		margin-top: 26px;
		font-size: 100px;
		font-weight: 900;
		line-height: 1;
		letter-spacing: -4.25px;
		margin-right: 15%;
	}
	#one h5 {
		font-size: 30px;
	}
	#one .col-custom {
		width: 440px !important;
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
	}
	.form-box h2 {
		font-size: 28px;
		color: #03a790;
		font-weight: 600;
	}
	.form-img {
		width: 55px;
	}
	#one h5 {
		font-size: 25px;
		font-weight: 300;
		line-height: 1.2;
		margin: 20px 0 25px;
	}
	.girl {
		position: absolute;
		width: 388px;
		height: 428px;
		top: 206px;
		left: -340px;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(../images/girl.png);
		background-position: left top;
		z-index: 1;
	}
	.girl-circle {
		position: absolute;
		width: 257px;
		height: 257px;
		top: 549px;
		left: -264px;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(../images/girl-circle.png);
		background-position: left;
		z-index: 3;
	}
	.btn-purple {
		font-size: 36px;
	}
	.yellow-box h2 {
		margin-top: 45px;
		font-size: 65px;
	}
	.yellow-box h4 {
		font-size: 26px;
	}
	#one {
		min-height: 1351px;
	}
	.yellow-box {
		width: 1041px;
		height: 235px;
		bottom: -252px;
		left: -260px;
		padding-left: 274px;
	}
	.btn-grey {
		padding: 10px 0;
	}
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) and (max-width:1349px) {
	#one h1 {
		margin-top: 26px;
		font-size: 86px;
		font-weight: 900;
		line-height: 1;
		letter-spacing: -4.25px;
		margin-right: 15%;
	}
	#one .col-custom {
		width: 430px !important;
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
	}
	.form-box h2 {
		font-size: 28px;
		color: #03a790;
		font-weight: 600;
	}
	.form-img {
		width: 55px;
	}
	#one h5 {
		font-size: 25px;
		font-weight: 300;
		line-height: 1.2;
		margin: 20px 0 25px;
	}
	.girl {
		position: absolute;
		width: 348px;
		height: 378px;
		top: 206px;
		left: -290px;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(../images/girl.png);
		background-position: left top;
		z-index: 1;
	}
	.girl-circle {
		position: absolute;
		width: 237px;
		height: 237px;
		top: 509px;
		left: -227px;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(../images/girl-circle.png);
		background-position: left;
		z-index: 3;
	}
	.girl-circle-text {
		padding: 60px;
		line-height: 1.2;
		color: #f9d41b;
		font-size: 22px;
		text-align: center !important;
	}
	.btn-purple {
		font-size: 34px;
	}
	.yellow-box h2 {
		margin-top: 40px;
		font-size: 54px;
	}
	.yellow-box h4 {
		font-size: 22px;
	}
	.yellow-box {
		position: absolute;
		width: 928px;
		height: 219px;
		bottom: -235px;
		left: -260px;
	}
	.btn-grey {
		padding: 10px 0;
	}
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
	.form-box {
		margin-top: 30px;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#one .col-custom {
		width: 40% !important;
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media screen and (max-width:991px) {
	#one .col-custom {
		width: 100% !important;
		position: relative;
		padding-right: 15px;
		padding-left: 15px;
	}
	.center-md-and-lower {
		justify-content: center;
	}
}

/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#one {
		padding-bottom: 100px;
		min-height: 1180px;
	}
	#one h1 {
		margin-top: 26px;
		font-size: 88px;
	}
	#one h5 {
		font-size: 20px;
	}
	.girl {
		left: 92%;
	}
	.form-header {
		padding: 30px 15px 0;
	}
	.form-box h2 {
		font-size: 24px;
	}
	.form-body {
		padding: 30px 15px 15px;
	}
	.form-control-lg {
		font-size: 1rem;
	}
	.btn-purple {
		font-size: 25px;
		padding: 8px 10px;
	}
	.yellow-box {
		width: 986px;
		height: 233px;
		bottom: -246px;
		left: -260px;
		padding-left: 274px;
	}
	.yellow-box h2 {
		margin-top: 47px;
		font-size: 50px;
	}
	.yellow-box h4 {
		font-size: 26px;
		color: #07304b;
	}
	.girl-circle {
		width: 220px;
		height: 220px;
		top: 445px;
		left: -220px;
	}
	.girl-circle-text {
		padding: 51px;
		font-size: 22px;
	}
	.girl {
		position: absolute;
		width: 310px;
		height: 338px;
		top: 187px;
		left: -270px;
	}
	.yellow {
		position: absolute;
		width: 841px;
		height: 238px;
		bottom: 92px;
		left: -225px;
	}
	.form-img {
		width: 58px;
	}
	.btn-grey {
		padding: 10px 2px;
		font-size: 14px;
	}
	.white-box {
		font-size: 15px !important;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#one {
		padding-bottom: 0px;
		min-height: 1400px;
	}
	#navigation {
		padding: 15px 12px 10px 0px;
	}
	#one h5 {
		font-size: 23px;
		margin: 15px 0 0px;
	}
	.white-box {
		font-size: 15px !important;
	}
	#one p {
		font-size: 16px;
	}
	#one h1 {
		margin-top: 28px;
		font-size: 116px;
		letter-spacing: -1.25px;
		margin-right: 0;
	}
	.form-box h2 {
		font-size: 22px;
	}
	.form-img {
		width: 102px;
	}
	.yellow-box h2 {
		margin-top: 52px;
		font-size: 56px;
		letter-spacing: -0.82px;
	}
	.form-box {
		margin: 0 50px;
	}
	.form-box h2 {
		font-size: 44px;
	}
	.form-header {
		padding: 48px 49px 0;
	}
	.form-control-lg {
		font-size: 1rem;
	}
	.btn-purple {
		font-size: 38px;
		padding: 8px 10px;
	}
	.btn-grey {
		padding: 10px 2px;
		font-size: 14px;
	}
	.yellow-box {
		display: none;
		width: 1027px;
		height: 220px;
		bottom: -1120px;
		left: -178px;
		padding-left: 220px;
	}
	.yellow-box h4 {
		font-size: 28px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#one {
		padding-bottom: 0px;
		min-height: 1400px;
	}
	#navigation {
		padding: 15px 12px 10px 0px;
	}
	#one h5 {
		font-size: 23px;
		margin: 15px 0 0px;
	}
	.white-box {
		font-size: 15px !important;
	}
	#one p {
		font-size: 16px;
	}
	#one h1 {
		margin-top: 28px;
		font-size: 81px;
		letter-spacing: -1.25px;
		margin-right: 0;
	}
	.form-box h2 {
		font-size: 22px;
	}
	.form-img {
		width: 87px;
	}
	.yellow-box h2 {
		margin-top: 52px;
		font-size: 50px;
	}
	.form-box h2 {
		font-size: 38px;
	}
	.form-control-lg {
		font-size: 1rem;
	}
	.btn-purple {
		font-size: 38px;
		padding: 8px 10px;
	}
	.btn-grey {
		padding: 10px 2px;
		font-size: 14px;
	}
	.yellow-box {
		display: none;
		width: 753px;
		height: 220px;
		bottom: -1066px;
		left: -178px;
		padding-left: 196px;
	}
	.yellow-box h4 {
		font-size: 24px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#one {
		padding-bottom: 30px;
		min-height: 1352px;
	}
	#navigation {
		padding: 15px 0px 10px 0px;
	}
	#one h5 {
		font-size: 20px;
		margin: 15px 0 0px;
	}
	.white-box {
		font-size: 15px !important;
	}
	#one p {
		font-size: 16px;
	}
	#one h1 {
		margin-top: 26px;
		font-size: 55px;
		letter-spacing: -1.25px;
		margin-right: 0;
	}
	.form-box h2 {
		font-size: 22px;
	}
	.form-img {
		width: 60px;
	}
	.yellow-box h2 {
		margin-top: 43px;
		font-size: 34px;
	}
	.form-header {
		padding: 30px 15px 0;
	}
	.form-box h2 {
		font-size: 26px;
	}
	.form-body {
		padding: 25px 15px 15px;
	}
	.form-control-lg {
		font-size: 1rem;
	}
	.btn-purple {
		font-size: 28px;
		padding: 8px 10px;
	}
	.btn-grey {
		padding: 10px 2px;
		font-size: 14px;
	}
	.yellow-box {
		display: none;
		width: 753px;
		height: 174px;
		bottom: -990px;
		left: -191px;
		padding-left: 196px;
	}
	.yellow-box h4 {
		font-size: 16px;
	}
}

#two {
	padding: 100px 0;
}

#two h2 {
	font-size: 36px;
	color: #1268A2;
	font-weight: 900;
}

#two h3 {
	font-size: 30px;
	color: #07304B;
	padding-top: 30px;
	letter-spacing: -0.88px;
}

.two-txt {
	color: #1268A2;
	font-size: 30px;
	font-weight: bold;
}

/* 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: 90px 0;
	}
	#two h2 {
		font-size: 30px;
	}
	#two h3 {
		font-size: 26px;
	}
	.two-txt {
		font-size: 26px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#two {
		padding: 80px 0;
	}
	#two h2 {
		font-size: 36px;
	}
	#two h3 {
		font-size: 25px;
	}
	.two-txt {
		font-size: 26px;
	}
	.girl {
		width: 328px;
		height: 345px;
		top: -86px;
		left: 99%;
		display: none;
	}
	.girl-circle {
		width: 194px;
		height: 195px;
		top: 178px;
		left: 115%;
		display: none;
	}
	.girl-circle-text {
		padding: 42px;
		font-size: 20px;
		display: none;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#two {
		padding: 70px 0;
	}
	#two h2 {
		font-size: 36px;
	}
	#two h3 {
		font-size: 25px;
	}
	.two-txt {
		font-size: 26px;
	}
	.girl {
		width: 263px;
		height: 318px;
		top: -60px;
		left: 92%;
		display: none;
	}
	.girl-circle {
		width: 185px;
		height: 185px;
		top: 178px;
		left: 102%;
		display: none;
	}
	.girl-circle-text {
		padding: 42px;
		font-size: 19px;
		display: none;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#two {
		padding: 50px 0;
	}
	#two h2 {
		font-size: 28px;
	}
	#two h3 {
		font-size: 22px;
		letter-spacing: -0.4px;
	}
	.two-txt {
		font-size: 22px;
	}
	.girl, .girl-circle, .girl-circle-text {
		display: none;
	}
}

#three {
	position: relative;
	min-height: 504px;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/three.png);
	background-position: center;
}

.three-yellow {
	position: absolute;
	height: 100%;
	width: 17%;
	bottom: -229px;
	right: -9%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/three-yellow.png);
	background-position: right;
}

.three-blue {
	position: absolute;
	height: 192%;
	width: 17%;
	bottom: -47%;
	left: -3%;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/three-blue.png);
	background-position: left;
	z-index: -1;
}

/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#three {
		min-height: 320px;
		padding: 50px 0;
		background-size: contain;
	}
	.three-blue {
		position: absolute;
		height: 176%;
		width: 11%;
		bottom: -29%;
		left: -3%;
	}
	.three-yellow {
		position: absolute;
		height: 100%;
		width: 17%;
		bottom: -131px;
		right: -10%;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#three {
		min-height: 266px;
		padding: 50px 0;
		background-size: contain;
	}
	.three-yellow {
		height: 100%;
		width: 16%;
		bottom: -117px;
		right: -9%;
	}
	.three-blue {
		height: 184%;
		width: 17%;
		bottom: -30%;
		left: -3%;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#three {
		min-height: 165px;
	}
	.three-yellow {
		height: 100%;
		width: 16%;
		bottom: -87px;
		right: -9%;
	}
	.three-blue {
		height: 335%;
		width: 16%;
		bottom: -168%;
		left: -7%;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#three {
		min-height: 200px;
		background-size: contain;
	}
	.three-yellow {
		width: 16%;
		bottom: -49px;
	}
	.three-blue {
		height: 211%;
		width: 17%;
		bottom: -83%;
		left: -7%;
	}
}

#four {
	padding: 100px 0;
}

#four h2 {
	font-size: 55px;
	padding: 0px 35px 70px;
	font-weight: 900;
}

#four h4 {
	font-size: 34px;
	padding: 18px 15px;
	font-weight: 900;
	letter-spacing: -0.88px;
}

#four p {
	font-size: 18px;
	letter-spacing: -0.5px;
}

/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#four {
		padding: 90px 0;
	}
	#four h2 {
		font-size: 52px;
	}
	#four h4 {
		font-size: 28px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#four {
		padding: 80px 0;
	}
	#four h2 {
		font-size: 55px;
		padding: 0px 10px 50px;
	}
	.four-box {
		margin-bottom: 60px;
	}
	#four h4 {
		font-size: 32px;
		padding: 18px 52px 5px;
	}
	#four p {
		font-size: 20px;
		letter-spacing: -0.3px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#four {
		padding: 70px 0;
	}
	#four h2 {
		font-size: 55px;
		padding: 0px 10px 40px;
	}
	.four-box {
		margin-bottom: 60px;
	}
	#four h4 {
		font-size: 34px;
		padding: 18px 52px 5px;
	}
	#four p {
		font-size: 20px;
		letter-spacing: -0.3px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#four {
		padding: 65px 0;
	}
	#four h2 {
		font-size: 42px;
		padding: 0px 10px 35px;
	}
	.four-box {
		margin-bottom: 60px;
	}
	#four h4 {
		font-size: 28px;
		letter-spacing: -0.5px;
		padding: 18px 15px 5px;
	}
}

#five {
	position: relative;
	padding: 100px 0;
	background-color: #eff8fe;
}

.five-img-1 {
	position: absolute;
	height: 100%;
	width: 7%;
	top: 31px;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/five-img-1.svg);
	background-position: right;
}

.five-img-2 {
	position: absolute;
	height: 100%;
	width: 40%;
	bottom: 0px;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/five-img-2.png);
	background-position: bottom;
}

#five h2 {
	font-size: 55px;
	color: #1268A2;
	font-weight: 900;
	letter-spacing: -1.38px;
	line-height: 1.1;
}

#five h3 {
	font-size: 37px;
	color: #03A790;
	font-weight: bold;
	margin-top: 30px;
	letter-spacing: -.88px;
}

#five p {
	font-size: 33px;
	color: #07304b;
	font-weight: 500;
	letter-spacing: -0.88px;
	line-height: 1.4;
}

.five-box {
	padding: 10px 45px 10px 15px;
	font-size: 24px;
	margin: 5px;
	font-weight: 900;
	color: #07304B;
	letter-spacing: -0.6px;
}

.five-box-1 {
	background-color: #CEEAFC;
	border-radius: 143px;
	padding: 8px 45px;
	font-size: 24px;
	margin: 5px;
}

.five-box-2 {
	background-color: #C2E3DF;
	border-radius: 143px;
	padding: 8px 45px;
	font-size: 24px;
	margin: 5px;
}

/* 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: 90px 0;
	}
	.five-img-1 {
		height: 100%;
		width: 7%;
		top: 90px;
		left: -36px;
	}
	#five h3 {
		font-size: 31px;
	}
	#five p {
		font-size: 27px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#five {
		padding: 80px 0 621px;
	}
	.five-img-2 {
		height: 600px;
		width: 100%;
		bottom: 0px;
	}
	.five-img-1 {
		height: 59%;
		width: 4%;
		top: 45px;
		left: 0;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#five {
		padding: 70px 0 520px;
	}
	.five-img-2 {
		height: 500px;
		width: 100%;
		bottom: 0px;
	}
	.five-img-1 {
		width: 0%;
	}
	#five h2 {
		font-size: 52px;
		letter-spacing: -1.0px;
		padding-top: 6px;
	}
	#five h3 {
		font-size: 30px;
		margin-top: 20px;
		letter-spacing: -.6px;
	}
	#five p {
		font-size: 20px;
		letter-spacing: -0.5px;
		line-height: 1.4;
	}
	.five-box {
		padding: 10px 45px 10px 15px;
		font-size: 22px;
		letter-spacing: -0.4px;
	}
	.five-box-1 {
		padding: 6px 45px;
		font-size: 22px;
		margin: 0px;
	}
	.five-box-2 {
		padding: 6px 45px;
		font-size: 22px;
		margin: 0px;
		margin-top: 8px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#five {
		padding: 65px 0 370px;
	}
	.five-img-2 {
		height: 350px;
		width: 100%;
		bottom: 0px;
	}
	.five-img-1 {
		width: 0%;
	}
	#five h2 {
		font-size: 40px;
		letter-spacing: -1.0px;
		padding-top: 6px;
	}
	#five h3 {
		font-size: 28px;
		margin-top: 20px;
		letter-spacing: -.5px;
	}
	#five p {
		font-size: 20px;
		letter-spacing: -0.5px;
		line-height: 1.4;
	}
	.five-box {
		padding: 10px 45px 10px 15px;
		font-size: 18px;
		letter-spacing: -0.4px;
	}
	.five-box-1 {
		padding: 6px 45px;
		font-size: 20px;
		margin: 0px;
	}
	.five-box-2 {
		padding: 6px 45px;
		font-size: 20px;
		margin: 0px;
		margin-top: 6px;
	}
}

#six {
	padding: 100px 0 50px;
}

#six h2 {
	font-size: 92px;
	font-weight: 900;
	letter-spacing: -2.5px;
}

#six h3 {
	font-size: 48px;
}

.six-number {
	color: #00B67A;
	text-decoration: underline;
	font-weight: bold;
}

.six-box {
	text-align: left;
	padding: 45px 25px 10px;
	margin: 20px 0px;
	border: 1px solid #D5D5D5;
	min-height: 386px;
}

.six-box h4 {
	font-size: 23px;
	font-weight: 900;
	color: #07304B;
	letter-spacing: -0.6px;
}

.six-box p {
	font-size: 18px;
	color: #07304B;
	letter-spacing: -0.4px;
}

.six-box h6 {
	font-size: 20px;
	color: #07304B;
}

.six-1 {
	margin-top: 62px;
}

.six-2 {
	margin-top: 40px;
}

.six-3 {
	margin-top: 0px;
}

.six-4 {
	margin-top: 95px;
}

.round {
	border-radius: 50%;
}

.six-height {
	height: 235px;
}

@media screen and (min-width:1550px) and (max-width:1649px) {
	.six-height {
		height: 280px;
	}
}

@media screen and (min-width:1350px) and (max-width:1549px) {
	.six-height {
		height: 308px;
	}
}

@media screen and (min-width:1200px) and (max-width:1349px) {
	.six-box h4 {
		font-size: 20px;
	}
	.six-box p {
		font-size: 16px;
	}
	.six-box {
		text-align: left;
		padding: 40px 15px 10px;
		min-height: 449px;
	}
	.six-height {
		height: 292px;
	}
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#six {
		padding: 80px 0;
	}
	#six h2 {
		font-size: 64px;
		letter-spacing: -2.0px;
		margin-bottom: 0;
	}
	#six h3 {
		font-size: 40px;
	}
	.rating {
		width: 225px;
	}
	.six-box {
		padding: 30px 10px 10px;
		margin: 20px 0px;
		min-height: 370px;
	}
	.six-box h4 {
		font-size: 20px;
	}
	.six-box p {
		font-size: 16px;
	}
	.six-height {
		height: 275px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#six {
		padding: 80px 0;
	}
	#six h2 {
		font-size: 52px;
		letter-spacing: -1.0px;
	}
	.Trust {
		height: 110px;
		margin-bottom: 0 !important;
	}
	.rating {
		width: 165px;
	}
	#six h3 {
		font-size: 28px;
	}
	.six-box {
		padding: 30px 15px 10px;
		margin: 20px 0px;
		min-height: 285px;
	}
	.six-box h4 {
		font-size: 24px;
		letter-spacing: -0.4px;
	}
	.six-height {
		height: 228px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#six {
		padding: 70px 0;
	}
	#six h2 {
		font-size: 52px;
		letter-spacing: -1.0px;
	}
	.Trust {
		height: 110px;
		margin-bottom: 0 !important;
	}
	#six h3 {
		font-size: 32px;
	}
	.six-box {
		padding: 30px 15px 10px;
		margin: 20px 0px;
		min-height: 265px;
	}
	.six-box h4 {
		font-size: 24px;
		letter-spacing: -0.4px;
	}
	.six-height {
		height: auto;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#six {
		padding: 65px 0;
	}
	#six h2 {
		font-size: 38px;
		letter-spacing: -1.0px;
	}
	.Trust {
		height: 110px;
		margin-bottom: 0 !important;
	}
	#six h3 {
		font-size: 28px;
	}
	.six-box {
		padding: 30px 15px 10px;
		margin: 20px 0px;
		min-height: 255px;
	}
	.six-box h4 {
		font-size: 19px;
		letter-spacing: -0.4px;
	}
	.six-height {
		height: auto;
	}
}

#seven {
	padding: 100px 0;
}

#seven .card {
	height: 100%;
}

#seven h1 {
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 80px;
	color: #1268A2;
}

#seven h5 {
	font-size: 26px;
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#seven {
		padding: 80px 0;
	}
	#seven h1 {
		font-size: 58px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#seven {
		padding: 70px 0;
	}
	#seven h1 {
		font-size: 52px;
		margin-bottom: 60px;
	}
	#seven h5 {
		font-size: 27px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#seven {
		padding: 65px 0;
	}
	#seven h1 {
		font-size: 52px;
		margin-bottom: 50px;
	}
	#seven h5 {
		font-size: 30px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#seven {
		padding: 50px 0;
	}
	#seven h1 {
		font-size: 42px;
		margin-bottom: 50px;
	}
	#seven h3 {
		font-size: 24px;
	}
}

#footer p {
	color: #232323;
	font-size: 18px;
}

.footer-bg {
	background-color: #1268a2;
	color: #fff;
}

.footer a {
	color: #fff;
}

.footer p {
	margin-bottom: 0px;
}

.content-center {
	display: flex;
	justify-content: center !important;
}
/* For Extra Screen Size  */
@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) {
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
}

/* Common for all */

/* For Section nine */
#nine {
	position: relative;
	padding: 50px 0 20px;
}

.nine-bg {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/footer-bg.png);
	background-position: top;
	height: 90%;
	width: 100%;
	top: 140px;
	right: 0px;
}

#nine h1 {
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 90px;
	color: #1268A2;
}

#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";
	/* float: right; */
	font-size: 22px;
	position: absolute;
	right: -50px;
	color: #F9921B;
	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: 24px;
	color: #082539;
	font-weight: 500;
}

#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: 24px;
}

#nine .footer-box {
	width: 96%;
	position: relative;
}

#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: #FBFBFB;
}

#nine .card-link.collapsed  .card-header:after {
	background-color: #FBFBFB;
	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;
	}
	.nine-bg {
		top: 10%;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#nine {
		padding: 70px 0 30px;
	}
	#nine h1 {
		font-size: 72px;
		margin-bottom: 70px;
	}
	#nine .card-header {
		font-size: 20px;
	}
	#nine .card-body {
		font-size: 20px;
	}
	#nine .accordion .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	#nine .card-link.collapsed .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	.nine-bg {
		top: 10%;
	}
}

@media screen and (max-width:575px) {
	#nine {
		padding: 60px 0 20px;
	}
	#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;
	}
	.nine-bg {
		top: 10%;
	}
}
/* Ends Section nine */

/* For Section privacy */
#privacy {
	padding: 80px 0;
}

#privacy h1 {
	font-size: 39px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 30px;
}

#privacy h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #082539;
}

#privacy strong {
	color: #676767;
}

#privacy .table-striped tbody tr:nth-of-type(odd) {
	background-color: #fcfcfc;
}

@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:768px) and (max-width:991px) {
	#privacy {
		padding: 50px 0;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#privacy {
		padding: 50px 0;
	}
	#privacy h1 {
		font-size: 32px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width:575px) {
	#privacy {
		padding: 30px 0;
	}
	#privacy h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}
}
/* Ends Section privacy */

/* For Section terms */
#terms {
	padding: 80px 0;
}

#terms h1 {
	font-size: 39px;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 30px;
}

#terms h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #082539;
}

#terms strong {
	color: #676767;
}

#terms .table-striped tbody tr:nth-of-type(odd) {
	background-color: #fcfcfc;
}

@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:768px) and (max-width:991px) {
	#terms {
		padding: 50px 0;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#terms {
		padding: 50px 0;
	}
	#terms h1 {
		font-size: 32px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width:575px) {
	#terms {
		padding: 30px 0;
	}
	#terms h1 {
		font-size: 28px;
		margin-bottom: 20px;
	}
}
/* Ends Section terms */

/* For Section how-works */
#how-works-one {
	padding: 80px 0;
}

#how-works-one h1 {
	font-size: 40px;
	line-height: 40px;
	color: #1268a2;
	font-weight: 600;
	margin-bottom: 30px;
}

#how-works-one p {
	font-size: 18px;
}

.btn-work {
	background-color: #03a790 !important;
	color: #fff;
	padding: 12px 25px !important;
	margin: 35px 0;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
}

.btn-work:hover {
	background-color: #038673 !important;
	color: #fff;
	box-shadow: 0 0 0 0.2rem #fff;
}

#how-works-one h2 {
	font-size: 25.5px;
	line-height: 29.75px;
	color: #1268a2;
	font-weight: 600;
	margin-bottom: 20px;
}

.work-box {
	background-color: #03a790;
	color: #fff;
	padding: 20px 20px 0;
	min-height: 175px;
	margin: 10px 0;
}

.work-box-1 {
	background-color: #038673;
	color: #fff;
	padding: 20px 20px 0;
	min-height: 175px;
	margin: 10px 0;
}

.work-box p {
	color: #fff !important;
}

.work-box-1 p {
	color: #fff !important;
}

#how-works-one h4 {
	color: #444;
	letter-spacing: 0;
	font-weight: 600;
	margin: 40px 0 30px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.work-box-1 {
		padding: 20px 10px 0;
		min-height: 210px;
		margin: 10px 0;
	}
	.work-box {
		padding: 20px 10px 0;
		min-height: 210px;
		margin: 10px 0;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#how-works-one {
		padding: 65px 0;
	}
	.work-box-1 {
		padding: 20px 10px 0;
		min-height: 143px;
		margin: 10px 0;
	}
	.work-box {
		padding: 20px 10px 0;
		min-height: 143px;
		margin: 10px 0;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#how-works-one {
		padding: 50px 0;
	}
	.work-box {
		padding: 20px 20px 5px;
		min-height: auto;
	}
	.work-box-1 {
		padding: 20px 20px 5px;
		min-height: auto;
	}
}

@media screen and (max-width:575px) {
	#how-works-one {
		padding: 30px 0;
	}
	#how-works-one h1 {
		font-size: 36px;
		margin-bottom: 25px;
	}
	.work-box {
		padding: 20px 20px 5px;
		min-height: auto;
	}
	.work-box-1 {
		padding: 20px 20px 5px;
		min-height: auto;
	}
}
/* Ends Section how-works */

/* For Section what-buy */
#what-buy-one {
	padding: 80px 0;
}

#what-buy-one h1 {
	font-size: 40px;
	line-height: 40px;
	color: #1268a2;
	font-weight: 600;
	margin-bottom: 30px;
}

#what-buy-one p {
	font-size: 18px;
}

#what-buy-one h2 {
	font-size: 25.5px;
	line-height: 29.75px;
	color: #1268a2;
	font-weight: 600;
	margin-bottom: 20px;
}

#what-buy-one h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

#what-buy-one h4 {
	color: #444;
	letter-spacing: 0;
	font-weight: 600;
	margin: 40px 0 30px;
}

.what-buy-box {
	background-color: #f9f9f9;
	padding: 30px 20px 15px;
	margin: 20px 0 30px;
}

.what-buy-box p {
	font-size: 20px !important;
	font-weight: 600;
	color: #1268a2;
}

#what-buy-one .card-deck .card {
	margin-bottom: 30px;
	background-color: #f9f9f9;
	border: 1px solid rgb(0 0 0/ 0%);
}

#what-buy-one .card-deck a {
	color: #000;
	text-decoration: none;
}

.zigzag {
	width: 100%;
	height: 12px;
	margin: 25px 0 50px;
	background-repeat: repeat;
	background-size: contain;
	background-image: url(../images/line.svg);
	background-position: center;
}

@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:768px) and (max-width:991px) {
	#what-buy-one {
		padding: 60px 0;
	}
	#what-buy-one .card-deck h4 {
		font-size: 18px;
	}
	#what-buy-one .card-deck .card-body {
		padding: 10px;
	}
	#what-buy-one .card-deck p {
		font-size: 16px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#what-buy-one {
		padding: 50px 0;
	}
	#what-buy-one h1 {
		font-size: 38px;
	}
	#what-buy-one .card-deck {
		flex-flow: column;
	}
	#what-buy-one ul {
		margin-bottom: 0rem;
	}
}

@media screen and (max-width:575px) {
	#what-buy-one {
		padding: 30px 0;
	}
	#what-buy-one h1 {
		font-size: 32px;
		margin-bottom: 25px;
	}
	#what-buy-one h3 {
		font-size: 23px;
	}
	#what-buy-one ul {
		margin-bottom: 0rem;
	}
}
/* Ends Section what-buy */

/* For Section how-value */
#how-value-one {
	padding: 80px 0;
}

#how-value-one h1 {
	font-size: 40px;
	line-height: 40px;
	color: #1268a2;
	font-weight: 600;
	margin-bottom: 30px;
}

#how-value-one p {
	font-size: 18px;
}

#how-value-one h2 {
	font-size: 25.5px;
	line-height: 29.75px;
	font-weight: 600;
	margin-bottom: 20px;
}

#how-value-one h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

#how-value-one h4 {
	color: #444;
	letter-spacing: 0;
	font-weight: 600;
	margin: 40px 0 30px;
}

.value-box {
	padding: 70px 30px 50px;
	background-color: #f9f9f9;
}

.value-1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/stage1.webp);
	background-position: center;
	min-height: 100%;
}

.value-2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/stage2.webp);
	background-position: center;
	min-height: 100%;
}

.value-3 {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/stage3.webp);
	background-position: center;
	min-height: 100%;
}

@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:768px) and (max-width:991px) {
	#how-value-one {
		padding: 60px 0;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#how-value-one {
		padding: 50px 0;
	}
	.value-1 {
		min-height: 250px;
		margin-top: 25px;
	}
	.value-2 {
		min-height: 250px;
		margin-top: 25px;
	}
	.value-3 {
		min-height: 250px;
		margin-top: 25px;
	}
}

@media screen and (max-width:575px) {
	#how-value-one {
		padding: 30px 0;
	}
	#how-value-one h1 {
		font-size: 38px;
	}
	.value-box {
		padding: 40px 30px 20px;
	}
	.value-1 {
		min-height: 250px;
		margin-top: 25px;
	}
	.value-2 {
		min-height: 250px;
		margin-top: 25px;
	}
	.value-3 {
		min-height: 250px;
		margin-top: 25px;
	}
}
/* Ends Section how-value */

/* For Section About */
#about-one {
	padding: 80px 0;
}

#about-one h1 {
	font-size: 40px;
	line-height: 40px;
	color: #1268a2;
	font-weight: 600;
	margin-bottom: 30px;
}

#about-one p {
	font-size: 18px;
}

#about-one h2 {
	font-size: 25.5px;
	line-height: 29.75px;
	font-weight: 600;
	margin-bottom: 20px;
}

#about-one h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

#about-one h4 {
	color: #444;
	letter-spacing: 0;
	font-weight: 600;
	margin: 0px 0 30px;
}

.about-grey-box {
	background-color: #e2e2e2;
	padding-top: 30px;
	padding: 30px 24px 0;
	text-align: center;
	margin-bottom: 30px;
}

.about-grey-box .table-bordered {
	border: 1px solid #dee2e6;
	background-color: #fff;
}

.about-grey-box .table {
	border-top: 2px solid #1268a2 !important;
}

@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) {
	#about-one {
		padding: 50px 0;
	}
	.about-grey-box {
		padding: 30px 10px 0;
	}
}

@media screen and (max-width:575px) {
	#about-one {
		padding: 30px 0;
	}
	.about-grey-box {
		padding: 30px 10px 0;
	}
}
/* Ends Section about */

/* For Section contact */
#contact-one {
	padding: 80px 0;
}

#contact-one h1 {
	position: relative;
	font-size: 40px;
	line-height: 40px;
	color: #1268a2;
	font-weight: 600;
	margin-bottom: 100px;
}

#contact-one h1:after {
	content: "";
	position: absolute;
	height: 10px;
	width: 16%;
	bottom: -35px;
	right: 42%;
	border-bottom: 1px solid #1268a2;
}

#contact-one p {
	font-size: 18px;
}

#contact-one h2 {
	font-size: 25.5px;
	line-height: 29.75px;
	font-weight: 600;
	margin-bottom: 20px;
}

#contact-one h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

#contact-one h4 {
	color: #444;
	letter-spacing: 0;
	font-weight: 600;
	margin: 0px 0 30px;
}

.border-blue {
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 4%) 0 1px, rgba(0, 0, 0, 5%) 0 2px 7px,
		rgba(0, 0, 0, 6%) 0 12px 22px;
	border: 1px solid rgba(0, 0, 0, .125);
	background-color: #fff;
}

#contact-one .fa-3x {
	font-size: 65px;
	margin: 10px 0 25px;
}

.form-btn {
	padding: 12px 46px !important;
	background-color: #03a790;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	margin-top: 25px;
	font-size: 16px;
}

.form-btn:hover {
	background-color: #038673 !important;
	color: #fff;
	box-shadow: 0 0 0 0.2rem #fff;
}

#contact-one .form-row>.col, .form-row>[class*=col-] {
	padding-right: 15px;
	padding-left: 15px;
}

#contact-one .form-row {
	margin-right: -15px;
	margin-left: -15px;
}

#contact-one .form-control {
	background-color: #f5f5f5;
	border: none;
	padding: .5rem .75rem;
	box-shadow: 0px 0px 0px #fff;
}

@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) {
	#contact-one {
		padding: 60px 0;
	}
	#contact-one h1 {
		margin-bottom: 80px;
	}
	#contact-one h1:after {
		bottom: -25px;
	}
	#contact-one .card-deck {
		flex-flow: column;
	}
	.card-deck .card {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:575px) {
	#contact-one {
		padding: 30px 0;
	}
	#contact-one h1 {
		margin-bottom: 70px;
		font-size: 36px;
	}
	#contact-one h1:after {
		height: 10px;
		width: 40%;
		bottom: -20px;
		right: 30%;
	}
}
/* Ends Section contact */

/* For Section FAQ */
#faq {
	position: relative;
	padding: 80px 0;
}

#faq h1 {
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 90px;
	color: #1268A2;
}

#faq .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;
}

#faq .accordion .card-header div:after {
	font-family: 'FontAwesome';
	content: "\f139";
	/* float: right; */
	font-size: 22px;
	position: absolute;
	right: -50px;
	color: #F9921B;
	top: 0;
}

#faq .accordion>.card:not(:last-of-type) {
	border-bottom: none;
	margin-bottom: 20px;
}

#faq .card {
	background-color: #FFFFFF;
	border: 1px solid #fff;
	border-radius: 6px;
}

#faq .card-body {
	font-size: 24px;
	color: #082539;
	font-weight: 500;
	border: 1px solid #f4f4f4;
	box-shadow: 0 1px 2px rgb(0 0 0/ 20%);
}

#faq .card-link.collapsed {
	color: #082539;
	background-color: #FFFFFF;
	font-weight: 700;
}

#faq .card-header {
	padding: 1rem 1.25rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgb(249, 249, 249);
	color: #1268A2;
	background-color: rgb(244, 244, 244);
	font-size: 24px;
}

#faq .footer-box {
	width: 96%;
	position: relative;
}

#faq a {
	color: #1268a2;
}

#faq a.card-link:hover {
	color: #fff;
}

#faq a.card-link.collapsed:hover {
	color: #082539;
}

#faq .card-link {
	color: #fff;
	font-weight: 700;
}

#faq .card-link.collapsed .card-header {
	color: #082539;
	background-color: rgb(244, 244, 244);
}

#faq .card-link.collapsed  .card-header:after {
	background-color: #FBFBFB;
	color: #c4c4c4;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#faq h1 {
		font-size: 48px;
	}
	#faq .accordion .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	#faq .card-link.collapsed .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#faq h1 {
		font-size: 40px;
		margin-bottom: 60px;
	}
	#faq .accordion .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	#faq .card-link.collapsed .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#faq {
		padding: 65px 0;
	}
	#faq h1 {
		font-size: 36px;
		margin-bottom: 50px;
	}
	#faq .card-header {
		font-size: 20px;
	}
	#faq .card-body {
		font-size: 20px;
	}
	#faq .card-body p {
		font-size: 20px;
	}
	#faq .accordion .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	#faq .card-link.collapsed .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
}

@media screen and (max-width:575px) {
	#faq {
		padding: 50px 0;
	}
	#faq h1 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	#faq .card-header {
		font-size: 18px;
	}
	#faq .card-body p {
		font-size: 16px;
	}
	#faq .card-body {
		font-size: 16px;
	}
	#faq .accordion .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
	#faq .card-link.collapsed .card-header div:after {
		font-size: 20px;
		right: -25px;
	}
}

/* Ends Section faq */
.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;
}

/* .abc-radio label {
	padding: 22px 5px;
	background-color: #ffffff;
	border-radius: 20px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	margin-left: -5px;
	width: 100%;
	line-height: 1;
	border: 1px solid #dfdfdf;
	box-shadow: 1px 5px 5px 1px #e7e7e7;
	cursor: pointer;
}

input[type="radio"] {
	opacity: 1;
	z-index: 1;
	position: absolute;
}

.abc-radio input[type="radio"]:checked+label {
	background-color: #3dae2b !important;
	color: #fff;
} */

.modal-content{
    background: #1268a2;
    color: #fff;
    border: none;
    border-radius: 0;
}

.modal-styling{
    min-height: 270px;
}

.modal-body{
    padding:0;
}

.modal-img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/five-img-2.png);
    background-position: bottom;
}