@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 {
	overflow-x: hidden;
	height: 100%;
	color: #082539;
	font-family: 'Gilroy';
}

#nav {
	padding: 8px 0;
}

.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: 30px;
	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: -317px;
	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: 39px 49px 0;
}

.form-body {
	padding: 30px 49px 15px;
}

label {
	font-size: 18px;
}

::-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;
}

.required {
	font-weight: 400;
	font-size: 18px;
}

.btn-grey {
	padding: 10px;
	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 .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 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;
    }
}
/* 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 .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;
    }
}
/* 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;
    }
}

@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: 50px;
		min-height: 2011px;
	}
	#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 {
		width: 1027px;
		height: 220px;
		bottom: -1279px;
		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: 50px;
		min-height: 2000px;
	}
	#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 {
		width: 753px;
		height: 220px;
		bottom: -1279px;
		left: -178px;
		padding-left: 196px;
	}
	.yellow-box h4 {
		font-size: 24px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#one {
		padding-bottom: 50px;
		min-height: 1800px;
	}
	#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 {
		width: 753px;
		height: 174px;
		bottom: -1177px;
		left: -191px;
		padding-left: 196px;
	}
	.yellow-box h4 {
		font-size: 16px;
	}
}

#two {
	padding: 100px 0;
}

#two h2 {
	font-size: 33px;
	color: #1268A2;
	font-weight: 900;
}

#two h3 {
	font-size: 27px;
	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;
	}
}

/* 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: 65px 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: 211%;
	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: 304px;
		padding: 50px 0;
		background-size: contain;
	}
}

/* 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) {
	#three {
		min-height: 200px;
		background-size: contain;
	}
}

#four {
	padding: 100px 0;
}

#four h2 {
	font-size: 48px;
	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 50px;
	}
	.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: 38px;
		padding: 0px 10px 49px;
	}
	.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: bold;
	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;
}

#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%;
}

/* 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-1 {
		margin-top: 85px;
	}
	.six-2 {
		margin-top: 38px;
	}
	.six-4 {
		margin-top: 134px;
	}
}

/* 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-1 {
		margin-top: 20px;
	}
	.six-2 {
		margin-top: 20px;
	}
	.six-3 {
		margin-top: 20px;
	}
	.six-4 {
		margin-top: 100px;
	}
}
/* 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: 285px;
	}
	.six-box h4 {
		font-size: 24px;
		letter-spacing: -0.4px;
	}
	.six-1 {
		margin-top: 20px;
	}
	.six-2 {
		margin-top: 20px;
	}
	.six-3 {
		margin-top: 20px;
	}
	.six-4 {
		margin-top: 20px;
	}
}
/* 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: 285px;
	}
	.six-box h4 {
		font-size: 19px;
		letter-spacing: -0.4px;
	}
	.six-1 {
		margin-top: 20px;
	}
	.six-2 {
		margin-top: 20px;
	}
	.six-3 {
		margin-top: 20px;
	}
	.six-4 {
		margin-top: 20px;
	}
}

.seven-1 {
	min-height: 500px;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/seven-1.png);
	background-position: center;
}

.seven-2 {
	min-height: 500px;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/seven-2.png);
	background-position: center;
}

/* 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-1 {
		min-height: 400px;
		padding: 10px 0;
	}
	.seven-2 {
		min-height: 400px;
		padding: 10px 0;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	.seven-1 {
		min-height: 300px;
		padding: 10px 0;
	}
	.seven-2 {
		min-height: 300px;
		padding: 10px 0;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	.seven-1 {
		min-height: 300px;
		padding: 10px 0;
	}
	.seven-2 {
		min-height: 300px;
		padding: 10px 0;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	.seven-1 {
		min-height: 250px;
		padding: 10px 0;
	}
	.seven-2 {
		min-height: 250px;
		padding: 10px 0;
	}
}

#footer p {
	color: #232323;
	font-size: 18px;
}
/* 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: 80px 0;
}

.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 .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;
	}
	.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 */
.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;
} */