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

h1, h2, h3 {
	font-weight: 700;
}

h2 {
	color: #073868 !important;
}

.btn-warning {
	padding: 12px 20px;
	font-weight: 600;
	font-size: 20px;
}

.text-red {
	color: #790000;
}

.text-orange {
	color: #EA923D !important;
}

.text-dark-blue {
	color: #073868 !important;
}
/* 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(../images/loader.gif) no-repeat
		center center;
}

.navbar-collapse.collapse.show {
	background-color: #fff;
}

.navbar-collapse.collapse.show li a {
	color: #777 !important;
}

/* Nav pages*/
#nav-pages {
	padding: 10px 30px;
	background-color: #f0f0f0;
}

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

#nav-pages .secure-info {
	
}

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

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

@media screen and (min-width:768px) and (max-width:991px) {
	#nav-pages {
		padding: 10px 0;
	}
	#nav-pages .logo-width {
		max-width: 60px;
	}
	#nav-pages .sec-info-lock-width {
		max-width: 40px;
	}
	#nav-pages .sec-info-text {
		line-height: 1;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width:767px) {
	#nav-pages {
		padding: 10px 0;
	}
	#nav-pages .logo-width {
		max-width: 60px;
	}
	#nav-pages .sec-info-lock-width {
		max-width: 40px;
	}
	#nav-pages .sec-info-text {
		line-height: 1;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}
}

/* Footer  */
#footer {
	background-color: #3F3F3F;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

#bottom-footer {
	background-color: #5B5B5B;
	color: rgb(119, 119, 119);
	padding-top: 20px;
	padding-bottom: 50px;
	text-align: center;
}

#bottom-footer a {
	color: #fff;
	font-weight: 300;
}

#bottom-footer a:hover {
	color: #fff;
	font-weight: 500;
}

#bottom-footer p {
	font-size: 12px;
}

#footer .nav-link {
	font-size: 18px;
	color: #3a3a3a;
}

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

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

#footer .copyright {
	text-align: center;
	font-size: 15px;
	color: #777;
	margin-bottom: 0;
}

@media screen and (min-width:768px) and (max-width:991px) {
	#footer {
		padding: 40px 0;
	}
	#footer .nav-link {
		padding-left: 0;
	}
}

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

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

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

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

#sub-pages a:hover {
	font-weight: 700;
	color: #2040c0;
	text-decoration: underline;
}

/* Cookie strip bottom */
#cookie {
	background-color: #000000;
	color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0px;
	right: 0px;
	border-radius: 0px;
	padding: 10px 15px 10px 35px;
	z-index: 9999;
}

#cookie h5 {
	color: #fff;
}

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

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

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

/* Thank you page */
#nav {
	padding: 8px 0;
	background-color: transparent;
	color: #fff;
}

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

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

#thank_you_page {
	position: relative;
}

#thank_one {
	padding: 50px 0;
	position: relative;
}

#thank_one h1 {
	font-size: 80px;
	color: #073868 !important;
	font-weight: 700;
	margin-bottom: 20px;
}

#thank_one h2 {
	font-size: 78px;
	color: #073868 !important;
	font-weight: 700;
	margin-bottom: 70px;
}

#thank_one h5 {
	font-size: 27px;
	color: #616161;
	margin-top: 20px;
}

#thank_one h4 {
	font-size: 30px;
	color: #073868 !important;
	font-weight: 700;
}

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

footer {
	background-color: #edf8ff;
}

.thank-offer {
	background-image: url(../images/nine.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.card-pad {
	padding: 40px 15px 20px 10px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	#thank_one h1 {
		font-size: 64px;
	}
	#thank_one h2 {
		font-size: 62px;
		margin-bottom: 50px;
	}
	#thank_one h5 {
		font-size: 22px;
	}
	#thank_one h4 {
		font-size: 28px;
	}
	.thank-2-img {
		left: -71px;
		height: 560px;
		width: 410px;
	}
	.thank-1-img {
		height: 35%;
		width: 35%;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	#thank_one h1 {
		font-size: 52px;
	}
	#thank_one h2 {
		font-size: 50px;
		margin-bottom: 30px;
	}
	#thank_one h5 {
		font-size: 18px;
	}
	#thank_one h4 {
		font-size: 26px;
	}
	#thank_one p {
		font-size: 17px;
	}
	.thank-2-img {
		left: -71px;
		height: 450px;
		width: 310px;
	}
	.thank-1-img {
		right: -9%;
		width: 287px;
		top: 140px;
		height: 287px;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	#thank_one {
		padding: 50px 0 50px;
	}
	#thank_one h1 {
		font-size: 52px;
	}
	#thank_one h2 {
		font-size: 50px;
		margin-bottom: 30px;
	}
	#thank_one h5 {
		font-size: 18px;
	}
	#thank_one h4 {
		font-size: 24px;
	}
	#thank_one p {
		font-size: 16px;
	}
	.thank-2-img {
		display: none;
	}
	.thank-1-img {
		right: -9%;
		width: 287px;
		top: 140px;
		height: 287px;
	}
	.card-pad {
		padding: 30px 15px 5px 10px;
	}
}

@media screen and (max-width:575px) {
	#thank_one {
		padding: 50px 0 20px;
	}
	#thank_one h1 {
		font-size: 48px;
	}
	#thank_one h2 {
		font-size: 34px;
		margin-bottom: 25px;
	}
	#thank_one h5 {
		font-size: 18px;
	}
	#thank_one h4 {
		font-size: 22px;
		margin-top: 25px;
	}
	#thank_one p {
		font-size: 16px;
	}
	.card-pad {
		padding: 20px 15px 10px 15px;
	}
}

/* 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) {
}

/* Section id navigation Starts */
#navigation li a {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 25px;
}

#navigation .btn-warning {
	padding: 8px 20px;
	font-weight: 600;
	font-size: 20px;
	border-radius: 50px;
}

#navigation a:hover {
	text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
	{
	color: #ffc107 !important;
}

nav.bg-white.navbar-light .navbar-nav .nav-link:focus, nav.bg-white.navbar-light .navbar-nav .nav-link:hover
	{
	color: rgba(0, 0, 0, 1) !important;
}

#navigation .btn-green {
	font-size: 18px;
	font-weight: 700;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	color: #fff !important;
	background-color: #23AD18;
	border-color: #23AD18;
	border-radius: 0.25rem;
}

#navigation .btn-green:hover {
	color: #fff;
	background-color: #1c8b13;
	border-color: #1a8012;
}

#navigation .phone {
	margin-top: 15px;
	font-weight: 700;
	padding-right: 30px;
	color: #fff;
	font-size: 21px !important;
}

#navigation .fa-bars {
	color: #fff;
	font-size: 26px;
}

.navbar-light .navbar-toggler {
	border-color: rgba(0, 0, 0, .0);
}

nav.bg-white .fa-bars {
	color: #777 !important;
	font-size: 26px;
}

nav.bg-white-1 .fa-bars {
	color: #777 !important;
	font-size: 26px;
}

.navbar {
	padding: 0rem 0rem 0.rem 0rem;
}

.bg-white {
	background: #fff;
	box-shadow: 0 6px 20px rgb(0 0 0/ 10%);
}

#navigation {
	background-color: transparent;
}

.navbar .container {
	display: block;
}

nav.bg-white {
	border-bottom: 1px solid #fff;
	box-shadow: 0px 0px 0px #fff;
	background-color: #fff !important;
	box-shadow: 1px 1px 10px rgb(0 0 0/ 15%);
}

nav.bg-white li a {
	color: #777 !important;
}

nav.bg-white-1 li a {
	color: #777 !important;
}

nav.bg-white .phone {
	color: #1764af !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 1);
	border-color: transparent;
}

.nav-position {
	border-bottom: 1px solid #1b0e54;
	box-shadow: 1px 1px 10px #1b0e54;
	background-color: #1b0e54 !important;
	position: absolute;
	top: 0px !important;
	color: #000;
}

nav.bg-white .logo-box {
	position: relative;
	width: 220px;
	height: 58px;
	top: 0px;
	left: 0px;
	background-image: url(../images/logo-dark.png) !important;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

nav.bg-white-1 .logo-box {
	position: relative;
	width: 220px;
	height: 58px;
	top: 0px;
	left: 0px;
	background-image: url(../images/logo-dark.png) !important;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

#navigation .logo-box {
	position: relative;
	width: 220px;
	height: 58px;
	top: 0px;
	left: 0px;
	background-image: url(../images/logo-white.png);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

.navbar {
	padding: 0rem 0rem .2rem 0;
}

.number {
	color: #1764af !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) {
	#navigation li a {
		margin-left: 8px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#navigation li a {
		font-size: 18px;
		margin-left: 19px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#navigation .phone {
		margin-top: 10px;
		padding-right: 5px;
		font-size: 20px !important;
	}
	#navigation .logo-box {
		width: 178px;
		height: 45px;
	}
	#navigation li a {
		margin-left: 0px;
	}
	.logo-main-width {
		max-width: 225px !important;
	}
	#navigation .btn-green {
		font-size: 15px;
	}
	#navigation li a {
		font-size: 15px;
	}
	#navigation .btn-warning {
		padding: 8px 16px;
		font-size: 17px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#navigation .logo-box {
		width: 178px;
		height: 45px;
	}
	.navbar {
		padding: 0.2rem 0.5rem;
	}
	#navigation .phone {
		margin-top: 10px;
		padding-right: 10px;
		font-size: 16px !important;
	}
	#navigation h5 {
		font-size: 14px;
		margin-right: 32px;
	}
	#navigation li a {
		margin-left: 0px;
	}
	.logo-main-width {
		max-width: 190px !important;
	}
	nav.bg-white .phone {
		color: #777 !important;
	}
	nav.bg-white .phone span {
		font-weight: 400 !important;
		font-size: 14px;
	}
	#navigation .btn-warning {
		padding: 8px 12px;
		font-size: 14px;
	}
}
/* Section id navigation Ends */
/* Section id One Starts */
#one {
	color: #ffffff;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.5);
}

#one .overlay {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.62);
	padding: 250px 0 300px 0;
}

#one ul {
	list-style: none;
	padding-inline-start: 0px !important;
}

#one ul li {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 18px;
}

#one h1 {
	color: #fff;
	font-size: 68px;
	letter-spacing: 5px;
	margin-bottom: 30px;
	font-weight: 700;
}

#one h1 span {
	display: block;
	letter-spacing: normal;
	font-size: 35px;
}

#one h4 {
	margin: 20px 0;
	font-size: 26px;
	font-weight: 600;
}

#one .btn-one {
	padding: 13px 25px;
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 40px;
}

#one a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#one .overlay {
		padding: 240px 0 240px 0;
	}
	#one h1 {
		font-size: 62px;
	}
	#one h4 {
		margin: 20px 0;
		font-size: 24px;
	}
	#one h5 {
		font-size: 18px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#one h1 {
		font-size: 46px;
		letter-spacing: 3px;
	}
	#one .btn-one {
		margin-top: 30px;
	}
	#one .overlay {
		padding: 230px 0 180px 0;
	}
	.btn-warning {
		padding: 12px 20px;
		font-size: 18px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#one h1 {
		font-size: 44px;
	}
	#one .btn-one {
		margin-top: 30px;
	}
	#one h4 {
		font-size: 22px;
	}
	#one .overlay {
		padding: 230px 0 200px 0;
	}
	.btn-warning {
		padding: 12px 20px;
		font-size: 18px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#one h1 {
		font-size: 38px;
	}
	#one h4 {
		font-size: 22px;
	}
	#one .overlay {
		padding: 200px 0 50px 0;
	}
	#one .btn-one {
		margin-top: 18px;
		margin-bottom: 20px;
	}
	.btn-warning {
		padding: 10px 20px;
		font-size: 16px;
	}
}
/* Section id One Ends */

/* Section id Two Starts */
#two {
	padding: 40px 0;
}

/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
}

/* 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) {
	.img-wrap {
		margin-bottom: 20px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	.img-wrap {
		margin-bottom: 20px;
	}
}
/* Section id Two Ends */

/* Section id Three Starts */
#three {
	padding: 100px 0;
	background-color: #f8f8f8;
}

#three h2 {
	margin-bottom: 25px;
	font-size: 45px;
}

#three h4 {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.2;
	color: #555;
	font-weight: 700;
}

#three h3 {
	color: #1764af;
	font-size: 20px;
	line-height: 33px;
	margin-bottom: 13px;
}

#three p {
	color: #777;
}

.three-box {
	height: 100%;
}

.three-img {
	max-width: 135px;
	margin-bottom: 10px;
	margin-top: 8px;
}

#three .btn-three {
	margin-top: 20px;
	width: 100%;
}

#three .card {
	border: 0px solid rgba(0, 0, 0, .125);
	border-radius: 8px;
	box-shadow: 1px 4px 7px 2px #84818129;
}

@media screen and (min-width:1400px) {
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) and (max-width:1399px) {
	.card-text {
		min-height: 222px;
	}
	#three .btn-three {
		margin-top: 10px;
		padding: 12px 10px;
	}
}

/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#three {
		padding: 80px 0;
	}
	#three h3 {
		font-size: 18px;
		margin-bottom: 13px;
		line-height: 1.3;
	}
	#three h2 {
		font-size: 42px;
	}
	#three p {
		font-size: 15px;
	}
	#three .btn-three {
		margin-top: 0px;
		width: 100%;
		font-size: 17px;
	}
	#three .card-body {
		padding: 1.25rem 0.5rem;
	}
	.card-text {
		min-height: 195px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#three h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	#three p {
		font-size: 15px;
	}
	#three {
		padding: 65px 0;
	}
	#three h2 {
		font-size: 35px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#three {
		padding: 60px 0;
	}
	#three h2 {
		font-size: 35px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#three {
		padding: 50px 0;
	}
	#three h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#three h3 {
		font-size: 20px;
	}
	.three-box {
		height: auto;
	}
	#three .btn-three {
		margin-top: 25px;
	}
}
/* Section id Three Ends */

/* Section id Four Starts */
#four {
	background-color: #073868;
	padding-top: 70px;
	color: #fff;
}

#four h2 {
	font-size: 45px;
	color: #fff !important;
	margin-bottom: 25px;
}

#four .btn-four {
	margin-top: 20px;
}

#four ul.numbered-list {
	counter-reset: li;
	list-style-type: none;
	font-size: 14px;
	line-height: 18px;
	padding-left: 10px;
}

#four ul.numbered-list li {
	position: relative;
	padding: 5px 0 5px 30px;
	margin-bottom: 15px;
	font-size: 19px;
	color: #fff;
	line-height: 1.3;
	font-weight: 500;
}

#four ul.numbered-list li:before {
	content: counter(li);
	counter-increment: li;
	height: 22px;
	width: 22px;
	border: 1px solid #00bbd3;
	border-radius: 50%;
	color: #00bbd3;
	text-align: center;
	position: absolute;
	left: 0;
	top: 6px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-weight: 700;
}

/* 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 h2 {
		font-size: 38px;
		margin-bottom: 25px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#four h2 {
		font-size: 33px;
		margin-bottom: 25px;
	}
	#four .btn-four {
		margin-top: 8px;
		margin-bottom: 25px;
	}
	#four ul.numbered-list li {
		font-size: 18px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#four ul li {
		font-size: 20px;
		margin-bottom: 13px;
	}
	#four ul.numbered-list li {
		font-size: 18px;
	}
	#four h2 {
		font-size: 35px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#four h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#four ul.numbered-list li {
		font-size: 16px;
	}
	#four .btn-four {
		width: 100%;
	}
	#four {
		padding-top: 50px;
	}
}
/* Section id Four Ends */

/* Section id Five Starts */
#five {
	background-color: #f8f8f8;
	padding-top: 60px;
	padding-bottom: 60px;
}

#five h2 {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
	font-size: 45px;
}

.border-right {
	border-right: 1px solid #ddd;
}

.five-a {
	padding: 0 10px 0 0;
}

.five-a p {
	color: #777;
}

.five-b p {
	font-size: 19px;
	color: #333;
}

#five .fa-star {
	color: gold;
}
/* 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 h2 {
		font-size: 38px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	.border-right {
		border-right: 0px solid #ddd !important;
	}
	.five-a {
		padding: 0 0px 0 0;
	}
	#five h2 {
		font-size: 35px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	.border-right {
		border-right: 0px solid #ddd !important;
	}
	.five-a {
		padding: 0 0px 0 0;
	}
	#five h2 {
		font-size: 35px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#five {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#five h2 {
		font-size: 25px;
	}
	.five-a p {
		font-size: 14px;
	}
	.five-b p {
		font-size: 16px;
	}
	.border-right {
		border-right: 0px solid #ddd !important;
	}
	.five-a {
		padding: 0 0px 0 0;
	}
}
/* Section id Five Ends */

/* Section id Six Starts */
#six {
	background-color: #073868;
	padding: 65px 0;
	color: #fff;
}

#six h2 {
	color: #fff !important;
	font-size: 45px;
	margin-bottom: 30px;
}

#six h5 {
	color: #fff;
	font-weight: 700;
}

.btn-six {
	margin-bottom: 40px;
	padding: 16px 25px;
}

/* 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 h2 {
		font-size: 38px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#six h2 {
		font-size: 35px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#six h2 {
		font-size: 35px;
		margin-bottom: 40px;
	}
	#six h5 {
		font-size: 18px;
	}
	.btn-six {
		margin-bottom: 30px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#six h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.btn-six {
		margin-bottom: 30px;
		padding: 12px 25px;
	}
	#six {
		padding: 50px 0;
	}
}
/* Section id six Ends */

/* Section id seven Starts */
#seven {
	padding: 40px 0;
	background-color: #f8f8f8;
}

/* 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) {
	#seven {
		padding: 35px 0 20px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#seven {
		padding: 35px 0 20px;
	}
}
/* Section id seven Ends */

/* Section id eight Starts */
#eight {
	padding: 80px 0;
}

#eight h2 {
	font-size: 42px;
}

#eight p {
	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) {
	#eight h2 {
		font-size: 38px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#eight h2 {
		font-size: 35px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#eight h2 {
		font-size: 35px;
	}
	#eight h4 {
		font-size: 20px;
	}
	#eight {
		padding: 60px 0;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#eight h2 {
		font-size: 25px;
	}
	#eight h4 {
		font-size: 16px;
	}
	#eight {
		padding: 60px 0;
	}
	#eight p {
		font-size: 16px;
	}
}
/* Section id eight Ends */

/* Section id nine Starts */
#nine {
	background-color: #073868 !important;
	color: #fff;
	padding: 80px 0px;
}

.nine-b {
	text-align: center;
}

#nine .overlay {
	width: 100%;
}

#nine li {
	font-size: 18px;
	margin-bottom: 10px;
	font-style: italic;
}

#nine ul {
	margin: 40px 0;
	padding-inline-start: 20px;
	list-style: none;
}

#nine ul li::before {
	content: "\2022";
	color: #EA923D;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	font-size: 20px;
	margin-left: -1em;
}

#nine h2 {
	font-size: 45px;
	color: #fff !important;
}

#nine h4 {
	font-size: 28px;
	margin-bottom: 0;
}

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

#nine li {
	font-size: 18px;
	font-style: italic;
}

.nine-bg {
	background-image: url(../images/nine.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 280px;
}

#nine .btn-nine {
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 20px;
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#nine h2 {
		font-size: 38px;
	}
	#nine .overlay {
		padding: 100px 50px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#nine h2 {
		font-size: 38px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#nine h2 {
		font-size: 35px;
	}
	#nine {
		padding: 50px 15px;
	}
	.nine-bg {
		min-height: 260px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#nine h2 {
		font-size: 25px;
	}
	#nine {
		padding: 50px 15px;
	}
	.nine-bg {
		min-height: 260px;
	}
	#nine li {
		font-size: 16px;
	}
}
/* Section id nine Ends */

/* Section id ten Starts */
#ten {
	background-color: #f8f8f8 !important;
	padding: 20px 0;
}

#ten h2 {
	font-size: 24px;
}

.btn-ten {
	background-color: #073868;
	padding: 16px 16px;
	margin: 0px 40px;
	color: #fff;
	border-radius: 50px;
	font-weight: 700;
	font-size: 18px;
	border: 2px solid #073868;
	font-weight: 700;
}

.btn-ten:hover, .btn-ten:active, .btn-ten:focus {
	background-color: #073868;
	color: #fff;
	border-color: #073868;
}
/* 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) {
	#ten {
		padding: 35px 0;
	}
	.btn-ten {
		padding: 13px 16px;
		margin: 10px 40px;
	}
	#ten h2 {
		font-size: 30px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#ten {
		padding: 30px 0;
	}
	.btn-ten {
		padding: 12px 16px;
		margin: 10px 40px 0;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#ten {
		padding: 30px 0;
	}
	.btn-ten {
		padding: 10px 16px;
		margin: 0px 0px;
		font-size: 16px;
	}
	#ten h2 {
		font-size: 25px;
	}
}
/* Section id ten Ends */
/* Section id main-form Starts */
#main-form {
	background-color: #f8f8f8;
	padding: 100px 0;
}

#main-form .form-box {
	background-color: #fff;
	padding: 40px;
	border: 0px solid rgba(0, 0, 0, .125);
	border-radius: 8px;
	box-shadow: 1px 4px 7px 2px #84818129;
}

#main-form h3 {
	font-size: 32px;
	text-align: center;
	color: #073868 !important;
}

#main-form a {
	color: #073868 !important
}

#navigation h5 {
	color: #000;
	display: block;
	font-size: 15px;
	margin-right: 50px;
	font-weight: 700;
}

#main-form .custom-select {
	border: 1px solid #1764af;
}

#main-form .custom-select:focus {
	border-color: #1764af;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(23 100 175/ 13%);
}

#main-form .btn-outline-secondary {
	background: #f8f9fa !important;
	color: #212529 !important;
	border-color: #f8f9fa !important;
}

#main-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 15px;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c50d !important;
	box-shadow: inset 0 1px 2px rgb(0 0 0/ 10%) !important;
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%)
		!important;
}

.ui-widget-header {
	background: #073868 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover,
	html .ui-button.ui-state-disabled:active {
	border: 2px solid #fff !important;
	background: #ff9a09 !important;
	border-radius: 50px !important;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.65em !important;
}

.ui-slider .ui-slider-handle {
	width: 30px !important;
	height: 30px !important;
}

#main-form .btn-form {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5;
	border-radius: 0.3rem;
	margin-top: 25px;
	margin-bottom: 20px;
}

#main-form .btn-green:hover {
	color: #fff;
	background-color: #1c8b13;
	border-color: #1a8012;
}

#main-form .range-amount {
	border: none;
	font-size: 26px;
	background-color: transparent;
	font-weight: bold;
	color: #3f3f3f;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}

#main-form label {
	font-weight: 700;
	font-style: italic;
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#main-form .form-box {
		padding: 35px;
	}
	#main-form {
		padding: 70px 0;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#main-form {
		padding: 65px 0;
	}
	#main-form h3 {
		font-size: 28px;
	}
	#main-form .range-amount {
		font-size: 24px;
	}
	#main-form .form-box {
		padding: 40px 25px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#main-form {
		padding: 60px 0;
	}
	#main-form h3 {
		font-size: 28px;
	}
	#main-form .range-amount {
		font-size: 24px;
	}
	#main-form .form-box {
		padding: 40px 25px;
	}
	#main-form .btn-green {
		padding: 0.5rem 1rem;
		width: 100%;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#main-form {
		padding: 50px 0;
	}
	#main-form h3 {
		font-size: 28px;
	}
	#main-form .range-amount {
		font-size: 24px;
	}
	#main-form .form-box {
		padding: 20px 15px;
	}
	#main-form .btn-green {
		padding: 0.5rem 1rem;
		width: 100%;
	}
	.ui-slider .ui-slider-handle {
		width: 25px !important;
		height: 25px !important;
	}
	.ui-slider-horizontal .ui-slider-handle {
		top: -0.5em !important;
	}
	#main-form .btn-green {
		padding: 0.5rem 0.5rem;
		font-size: 19px;
		margin-top: 20px;
	}
	#navigation h5 {
		font-size: 15px;
		margin-right: 35px;
	}
}
/* Section id main-form Ends */
/* Section id form-main Starts */
#form-main {
	padding: 80px 0;
	background-color: #f8f8f8;
}

#form-main h2 {
	font-size: 45px;
}

#form-main h6 {
	font-size: 12px;
	font-weight: 300;
	margin-top: 20px;
}

#form-main .form-box {
	padding: 20px 40px 30px;
}

#form-main  .card {
	margin-top: 35px;
	border: 0px solid rgba(0, 0, 0, .125);
	border-radius: 8px;
	box-shadow: 1px 4px 7px 2px #84818129;
}

#form-main label {
	font-weight: 700;
	font-style: italic;
}

#form-main .btn-green {
	color: #fff;
	background-color: #23AD18;
	border-color: #23AD18;
	padding: 0.5rem 3rem;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5;
	border-radius: 0.3rem;
	margin-top: 25px;
	margin-bottom: 20px;
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#form-main h2 {
		font-size: 38px;
	}
}

/* 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) {
	#form-main {
		padding: 60px 0;
	}
	#form-main h2 {
		font-size: 35px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#form-main {
		padding: 50px 0;
	}
	#form-main h2 {
		font-size: 25px;
	}
	#form-main h3 {
		font-size: 22px;
	}
	#form-main .form-box {
		padding: 15px 20px 20px;
	}
}
/* Section id form-main Ends */

/* Section id one-form Starts */
#one-form {
	color: #ffffff;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.5);
}

#one-form .overlay {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.62);
	padding: 180px 0 250px;
}

#one-form h2 {
	font-size: 54px;
	color: #fff !important;
}

#one-form h3 {
	font-size: 36px;
}

#one-form h4 {
	font-size: 26px;
	font-style: italic;
}

#form-one {
	padding: 0 0 100px;
	background-color: #f8f8f8;
}

#form-one .form-box {
	position: relative;
	top: -220px;
	margin-bottom: -250px;
	border-radius: 8px;
	padding: 70px 80px 50px;
	z-index: 1;
	background-color: #fff;
	border: 0px solid rgba(0, 0, 0, .125);
	box-shadow: 1px 4px 7px 2px #84818129;
}

#form-one h4 {
	font-size: 18px;
	margin-bottom: 16px;
}

#form-one .form-box input[type="radio"], #form-one .form-box input[type="checkbox"]
	{
	opacity: 0;
	z-index: 1;
	position: absolute;
}

#form-one .form-box .form-check.abc-radio {
	padding-left: 0.25rem;
}

#form-one .form-box .abc-radio label {
	display: block;
	padding: 15px 15px !important;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 18px;
	margin-left: -5px;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 8px;
	color: #000;
	background-color: transparent;
}

#form-one .form-box .abc-radio label:hover {
	border-color: #6f9eb3;
}

#form-one .form-box .abc-radio label:hover span {
	font-weight: 700;
}

#form-one .form-box .abc-radio input[type="checkbox"]:checked+label, #form-one .form-box .abc-radio input[type="radio"]:checked+label {
	border: 1px solid #033757 !important
}

#form-one input[type=checkbox]+label:before, #form-one input[type=radio]+label:before
	{
	content: '\f14a';
	font-family: "Font Awesome 5 Free";
	filter: alpha(opacity = 20);
	opacity: .2;
}

#form-one input[type=checkbox]:checked+label:before, #form-one input[type=radio]:checked+label:before
	{
	content: '\f14a';
	font-family: "Font Awesome 5 Free";
	filter: alpha(opacity = 100);
	opacity: 1;
}

#form-one input[type=checkbox]+label:before, #form-one input[type=radio]+label:before
	{
	background-color: #073868;
	font-size: 20px;
	padding: 10px !important;
	position: relative;
	color: #fff !important;
	border-radius: 4px;
	margin-right: 15px;
}

#form-one .form-box .abc-radio input[type="checkbox"]:checked+label span
	{
	font-weight: 700;
}

#form-one .progress-box {
	background-color: #e8e8e8 !important;
	padding: 3px;
	border-radius: 30px !important;
	border: 1px solid #D3D3D3 !important;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb !important;
}

#form-one .progress {
	height: 1.3rem;
}

#form-one .progress-bar {
	background: none !important;
	background-color: #033757 !important;
	border-radius: 30px !important;
	text-align: right;
	padding-right: 5px;
	font-weight: 500;
	font-size: 17px;
}

#form-one .btn-green {
	color: #fff;
	background-color: #033757;
	border-color: #033757;
	padding: 0.5rem 3rem;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5;
	border-radius: 50px;
	margin-top: 25px;
	margin-bottom: 20px;
}

#form-one label {
	font-weight: 500;
	display: block;
}

#form-one label span {
	font-size: 18px;
}

#form-one ::placeholder {
	font-size: 15px;
}

.text-credit {
	font-size: 14px;
	font-style: italic;
}

#form-one .range-amount {
	border: none;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	background-color: #e8f8ff  !important;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	width: 150px;
}


#form-one .input-group-text {
    background-color: #073868;
    border: 1px solid #073868;
    font-weight: 500;
    color: #fff;
}

#form-one .ui-widget-header {
	background: #033757 !important
}

#form-one .ui-state-default, #form-one .ui-widget-content .ui-state-default,
	#form-one .ui-widget-header .ui-state-default, #form-one .ui-button,
	#form-one .ui-button.ui-state-disabled:hover, #form-one .ui-button.ui-state-disabled:active
	{
	border: 4px solid #6f9eb3 !important;
	background: #fff !important;
	border-radius: 50px !important;
}

#form-one .ui-widget.ui-widget-content {
	border: 1px solid #c5c5c50d !important;
	box-shadow: inset 0 1px 2px rgb(0 0 0/ 10%) !important;
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%)
		!important;
}

#form-one .ui-slider .ui-slider-handle {
	width: 20px !important;
	height: 20px !important;
}

#form-one .ui-slider-horizontal .ui-slider-handle {
	top: -0.55em !important;
}

#form-one .ui-slider-horizontal {
	height: 0.3em;
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#one-form h3 {
		font-size: 34px;
	}
	#one-form h4 {
		font-size: 24px;
	}
	#form-one .form-box {
		padding: 60px 55px 50px;
	}
	#form-one label span {
		font-size: 16px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#form-main {
		padding: 60px 0;
	}
	#one-form h3 {
		font-size: 34px;
	}
	#one-form h4 {
		font-size: 24px;
	}
	#form-one .form-box {
		padding: 50px 40px 40px;
	}
	#form-one label span {
		font-size: 17px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#one-form h2 {
		font-size: 38px;
	}
	#one-form h3 {
		font-size: 28px;
	}
	#one-form h4 {
		font-size: 15px;
	}
	#form-one .form-box {
		padding: 50px 40px 30px;
	}
	#form-one label span {
		font-size: 17px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#one-form h2 {
		font-size: 26px;
	}
	#one-form h3 {
		font-size: 20px;
	}
	#one-form h4 {
		font-size: 15px;
	}
	#form-one .form-box {
		padding: 30px 20px 20px;
	}
	#form-one label span {
		font-size: 17px;
	}
	#form-one .progress {
		height: 1.1rem;
	}
	#form-one .progress-bar {
		font-size: 15px;
	}
	#form-one label span {
		font-size: 14px;
	}
	#form-one .form-box .abc-radio label {
		padding: 12px 2px 12px 6px !important;
		font-size: 16px;
	}
	#form-one input[type=checkbox]+label:before, input[type=radio]+label:before
		{
		font-size: 15px;
		padding: 7px !important;
		margin-right: 7px;
	}
	#form-one .btn-green {
		font-size: 18px;
		width: 100%;
	}
	#form-one h4 {
		font-size: 16px;
	}
	.form-control-lg {
		font-size: 18px;
	}
	#form-one {
		padding: 0 0 60px;
	}
}
/* Section id One-form Ends */
/* Section id form-2-1 starts */
.form-last a {
	color: #333333;
}

.thirteen {
	font-size: 13px !important;
}

.form-last table, .form-last table {
	border-bottom: 1px solid #ededed;
	color: #333;
	font-size: 16px;
	width: 100%;
	line-height: 2;
	margin: 0 auto 24px;
	box-shadow: 0 4px 15px rgb(0 0 0/ 20%);
	text-align: center;
}

.form-last table {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 36px;
}

.form-last tbody {
	background-color: #fff;
}

.form-last .table .thead-dark th {
	color: #fff;
	background-color: #033757;
	border-color: #033757;
}

.form-last-h2 {
	font-size: 38px !important;
}

.twentyfour {
	font-size: 24px;
	margin-bottom: 24px;
}

@media screen and (min-width:1200px) {
	.form-last h3 {
		font-size: 24px;
	}
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	.form-last h3 {
		font-size: 24px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	.form-last h3 {
		font-size: 22px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	.form-last h3 {
		font-size: 20px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	.form-last-h2 {
		font-size: 24px !important;
	}
	.form-last h2 {
		font-size: 20px;
	}
	.form-last h3 {
		font-size: 15px;
	}
	.twentyfour {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.form-last .table th {
		padding: 0.5rem;
	}
	.form-last p {
		font-size: 14px;
	}
}
/* Section id form-2-1 Ends */
body.modal-open {
	overflow-y: hidden;
}
/* Section id Resources Starts */
#resources {
	padding: 80px 0 40px;
	background-color: #f5f5f5;
}

#resources-2 {
	padding: 40px 0 80px;
	background-color: #f5f5f5;
}

#resources h2, #resources-2 h2 {
	font-size: 45px;
	margin: 30px 0 20px;
	/* font-weight: 400; */
}

.resources-form {
	padding: 50px 80px 80px;
	background-color: #fff;
}

.input-group-text {
	background-color: #fff;
	border: 1px solid #fff;
	font-weight: 500;
	color: #000;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child)
	{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#resources label, #resources-2 label {
	font-weight: 700;
	color: #073868;
	font-size: 20px;
}

#resources .form-control, #resources-2 .form-control {
	font-weight: 700;
	color: #000;
}

.blue-box {
	background-color: rgba(119, 188, 229, 1);
	color: #fff;
	width: 100%;
	padding: 10px 15px;
	margin: 10px 0;
}

.blue-box h3 {
	margin-bottom: 0;
}

.blue-box-dark {
	background-color: #073868 !important;
}

.border-none {
	border: 1px solid transparent !important;
}

.grey-text {
	color: #999 !important;
	font-size: 12px;
}

.disclamer {
	font-size: 14px;
}

#resources a, #resources-2 a {
	text-decoration: underline;
}

.btn-resources {
	color: #fff;
	background-color: #2190d1;
	padding: 12px 8px;
	width: 100%;
	border: 5px solid #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 9px;
}

.btn-resources:active, .btn-resources:focus, .btn-resources:hover {
	color: #fff;
	background-color: #073868;
	border-color: #073868;
}

.res-logo {
	width: 250px;
	margin-top: 40px;
}

.OR {
	z-index: 2;
	position: absolute;
	height: 35px;
	width: 35px;
	font-weight: 600;
	font-size: 19px;
	text-align: center;
	top: 22%;
	right: -17px;
	color: #4eac5b;
	background: #ffffff;
	border-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-radius: 50px;
}

#resources .ui-widget-header {
	background: #073868 !important;
}

#resources .ui-state-default, #resources .ui-widget-content .ui-state-default,
	#resources .ui-widget-header .ui-state-default, #resources .ui-button,
	#resources .ui-button.ui-state-disabled:hover, #resources .ui-button.ui-state-disabled:active
	{
	border: 4px solid #6f9eb3 !important;
	background: #fff !important;
	border-radius: 50px !important;
}

#resources .ui-widget.ui-widget-content {
	border: 1px solid #c5c5c50d !important;
	box-shadow: inset 0 1px 2px rgb(0 0 0/ 10%) !important;
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%)
		!important;
}

#resources .ui-slider .ui-slider-handle {
	width: 20px !important;
	height: 20px !important;
}

#resources .ui-slider-horizontal .ui-slider-handle {
	top: -0.55em !important;
}

#resources .ui-slider-horizontal {
	height: 0.3em;
}
/* For Extra Screen Size  */
@media screen and (min-width:1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width:992px) and (max-width:1199px) {
	#resources {
		padding: 60px 0 30px;
	}
	#resources-2 {
		padding: 30px 0 60px;
	}
	.resources-form {
		padding: 35px 65px;
	}
	#resources h2, #resources-2 h2 {
		font-size: 45px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#resources {
		padding: 60px 0 30px;
	}
	#resources-2 {
		padding: 30px 0 60px;
	}
	.resources-form {
		padding: 15px 50px 35px;
	}
	.btn-resources {
		font-size: 16px;
	}
	#resources h2, #resources-2 h2 {
		font-size: 35px;
	}
	.res-logo {
		width: 201px;
		margin-top: 35px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	.OR {
		top: 68%;
		right: 47%;
	}
	#resources {
		padding: 50px 0 30px;
	}
	#resources-2 {
		padding: 30px 0 50px;
	}
	.resources-form {
		padding: 15px 30px 25px;
	}
	#resources h2, #resources-2 h2 {
		font-size: 32px;
	}
	.res-logo {
		width: 180px;
		margin-top: 25px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	.OR {
		top: 72%;
		right: 47%;
		height: 32px;
		width: 32px;
		font-weight: 600;
		font-size: 17px;
	}
	#resources {
		padding: 30px 0 20px;
	}
	#resources-2 {
		padding: 20px 0 50px;
	}
	#resources-2 h4 {
		font-size: 20px;
	}
	.resources-form {
		padding: 10px 22px 18px;
	}
	#resources label {
		font-size: 18px;
	}
	.disclamer {
		font-size: 13px;
	}
	.btn-resources {
		font-size: 16px;
	}
	#resources h2, #resources-2 h2 {
		font-size: 25px;
		margin: 20px 0 15px;
	}
	.res-logo {
		width: 165px;
		margin-top: 25px;
	}
	.grey-text {
		font-size: 11px;
	}
}

#thank_one .fa-phone {
	transform: rotate(90deg) !important;
	margin-right: 5px;
}
/* Section id Resources Ends */

/* SECTION NINE AREA */
#faq {
	padding: 80px 0;
}

#faq h2 {
	font-weight: 700;
	margin-bottom: 80px;
	font-size: 50px;
}

#faq .card-link.collapsed .card-header div:after {
	font-family: 'FontAwesome';
	content: "\f13a";
	float: right;
	font-size: 22px;
	position: absolute;
	right: -40px;
	color: #C4C4C4;
	top: 0;
}

#faq .accordion .card-header div:after {
	font-family: 'FontAwesome';
	content: "\f139";
	/* float: right; */
	font-size: 22px;
	position: absolute;
	right: -40px;
	color: #FFC700;
	top: 0;
}

#faq .card {
	background-color: #FFFFFF;
	border: 1px solid #DBD4D4;
	border-radius: 6px;
	margin-bottom: 20px;
}

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

#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: #082539;
	background-color: #fff;
	font-size: 22px;
}

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

#faq a {
	color: #1c3749;
}

#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: #fff;
}

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

@media screen and (min-width:992px) and (max-width:1199px) {
	#faq h2 {
		font-size: 45px;
	}
	#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 h2 {
		font-size: 42px;
	}
	#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 h2 {
		font-weight: 700;
		margin-bottom: 40px;
		font-size: 38px;
	}
	#faq .card-header {
		font-size: 22px;
	}
	#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 h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	#faq .card-header {
		font-size: 18px;
	}
	#faq .card-body p {
		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;
	}
}