/* Common for all */
html, body {
	font-family: 'Lato', sans-serif;
}

.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;
}

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

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

#nav-pages a {
	color: #EA923D;
	text-decoration: none;
	font-size: 24px;
}

#nav-pages .fa {
	transform: rotate(-90deg);
}

#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: 18px 0;
	}
	#nav-pages .logo-width {
		max-width: 260px;
	}
	#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: 15px 0;
	}
	#nav-pages .logo-width {
		max-width: auto !important;
		text-align: center;
	}
	#nav-pages a {
		font-size: 16px;
	}
	#nav-pages .sec-info-lock-width {
		max-width: 40px;
	}
	#nav-pages .sec-info-text {
		line-height: 1;
		font-weight: bold;
		padding: 0;
		margin: 0;
	}
	.form-box {
		padding: 25px 20px 10px;
	}
}

/* Footer  */
#footer {
	background-color: #fff;
}

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

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

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

@media screen and (min-width:768px) and (max-width:991px) {

	#footer .nav-link {
		padding-left: 0;
	}
}

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

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

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

/* Cookie strip bottom */
#cookie {
	background-color: rgb(76, 190, 156);
	color: rgb(255, 255, 255);
	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;
	}
}

/* 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 One Start */
.text-green {
	color: rgba(0, 146, 16, 0.7) !important;
}

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

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

.form-box {
	background-color: #fff;
	padding: 0px 0px 30px;
}

.form-header h4 {
	color: #000 !important;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 25px;
}

.form-box label {
	color: #777;
	font-size: 23px;
	margin-top: 5px;
	font-weight: 600;
	margin-bottom: 20px;
}

.form-body h3 {
	color: #777;
	font-size: 19px;
	margin-top: 0px;
	font-weight: 600;
	margin-bottom: 10px;
}

.form-box .fa-ul {
	margin-bottom: 35px;
}

.form-box .fa-li {
	color: #666;
	font-weight: 100;
}

.form-box .fa-ul>li {
	color: #666;
}

.range-value {
	color: rgb(68, 68, 68);
	font-weight: 400;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.btn-green {
	color: #fff;
	background-color: #EA923D;
	border-color: #EA923D;
	line-height: 1.5;
	border-radius: 0.3rem;
	font-size: 22px;
	padding: 12px 0px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.btn-green:hover, .btn-green:active, .btn-green:focus {
	color: #fff;
	background-color: #00395A;
	border-color: #00395A;
	box-shadow: 0 0 0 0.2rem transparent;
	outline: 0;
}

.icon-width {
	width: 180px;
}

.brand-width {
	max-width: 300px;
}

.form-box .ui-widget-header {
	background: #28a745 !important;
}

.form-box .ui-widget-content {
	background: #41d362 !important;
	border-radius: 50px !important;
}

.form-box .ui-slider .ui-slider-handle {
	width: 2.2em !important;
	height: 2.2em !important;
}

.form-box .ui-slider-horizontal .ui-slider-handle {
	top: -0.8em !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: 8px solid #1f7a34 !important;
	border-radius: 50%;
	background: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
	a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
	{
	background: #388eb3 !important;
}

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

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

.form-box .abc-radio label {
	display: block;
	padding: 12px 5px !important;
	text-align: center;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 18px;
	margin-left: -5px;
	cursor: pointer;
	border: 1px solid #EA923D;
	border-radius: 8px;
	color: #fff;
	background-color: #EA923D;
}

.form-box .abc-radio label:hover {
	color: #fff;
	background-color: #00395A;
	border-color: #00395A;
}

h5 {
	font-weight: 600;
}

.form-box .abc-radio input[type="radio"]:checked+label {
	border: 2px solid 4299e1;
}

.finalSubmit {
	color: #666;
	font-size: 13px;
}

.finalSubmit a {
	color: #777;
	text-decoration: underline;
}

::placeholder {
	color: #9a9a9a !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) {
	.form-box {
		padding: 0px 0px 30px;
	}
	#form-one h5 {
		font-size: 17px;
	}
}

/* For Medium Screen Size  */
@media screen and (min-width:768px) and (max-width:991px) {
	#form-one {
		padding: 0px 0 70px;
	}
	.form-box {
		padding: 0px 0px 10px;
	}
	.form-header h4 {
		font-size: 29px;
		margin-bottom: 25px;
	}
	.form-box label {
		font-size: 20px;
		line-height: 1.3;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.brand-width {
		margin-top: 25px;
	}
	.form-body h3 {
		font-size: 18px;
	}
	#form-one h5 {
		font-size: 16px;
	}
}
/* For Small Screen Size  */
@media screen and (min-width:576px) and (max-width:767px) {
	#form-one {
		padding: 0px 0 65px;
	}
	.form-box {
		padding: 0px 0px 10px;
	}
	.form-header h4 {
		font-size: 23px;
		margin-bottom: 25px;
		margin-top: 10px;
	}
	.form-box label {
		font-size: 20px;
		line-height: 1.3;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.brand-width {
		margin-top: 25px;
	}
	h5 {
		font-size: 19px;
	}
}
/* For Mobile Screen Size  */
@media screen and (max-width:575px) {
	#form-one {
		padding: 0px 0 60px;
	}
	.form-box {
		padding: 0px 0px 10px;
	}
	.form-header h4 {
		font-size: 27px;
		margin-bottom: 25px;
	}
	.form-box label {
		font-size: 19px;
		line-height: 1.3;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.brand-width {
		margin-top: 25px;
	}
	.btn-green {
		font-size: 20px;
	}
}
/* Section One ends */

/* Section two Start */
/* 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 two ends */