@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	font-size: 16px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	/* Firefox */
}

*:focus {
	outline: none;
}

a {
	color: #006599;
}

a:hover {
	color: #000;
}

.text-black {
	color: #000;
}

.logo img {
	width:220px;
	margin: 10px 25px 4px 0px;
}

nav {
	position: relative;
	padding: 7px 20px;
	float: right;
	margin-bottom: 10px;
}

nav li a {
	color: #1d81cd;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 10px;
}

.nav-pills li::after {
	content: "";
	position: absolute;
	z-index: 1;
	border-right: 1px solid #1d81cd;
	display: block;
	top: 5px;
	right: 0%;
	height: 13px;
}

.nav {
	align-content: center;
}

.nav-link {
	color: #1678a5;
	padding: 0;
	text-decoration: underline;
}

.nav-item {
	padding: 0 20px;
	position: relative;
}

.nav-pills li:last-child::after {
	border-right: 0;
}

nav .nav-link:hover, nav .nav-link:focus, nav .nav-link:active {
	color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #000;
	background: none;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #1d81cd;
}

.form-check-input[type="radio"] {
	border-radius: 50% !important;
	width: 20px !important;
	height: 20px !important;
	padding: 7px !important;
	margin-right: 5px;
	margin-top: 3px;
	border: 1px solid #1d81cd;
	cursor: pointer;
}

ul {
	position: relative;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

button {
	color: #fff;
	border-radius: 3px;
	border: 0;
	background: #ff8201;
	padding: 12px 70px;
	font-size: 18px;
	font-weight: 600;
}

button:hover {
	background: #1678a5;
}

.inner-ul ul {
	padding: 0;
}

.footer {

	padding: 10px 0;
}

.footer li a {
	font-size: 14px;
	color: #1678a5;
}

.footer li a:hover {
	color: #000;
}

.footer .nav-pills li::after {
	border-right: 1px solid #1678a5;
}

.footer .nav-pills li:last-child::after {
	border-right: 0;
}

h1 {
	font-size: 28px;
	color: #1678a5;
	font-weight: 600;
}

h2 {
	font-size: 20px;
	color: #1678a5;
	font-weight: 600;
	line-height:1.6em;
}

h4 {
	color: #ff8201;
	font-size: 20px;
}
h5 {
	color: #ff8201;
	font-size: 28px;
	font-weight:400;
	line-height:1.3em;
}
h6 {
	color: #000;
	font-size: 28px;
	font-weight:600;
	line-height:1.3em;
}
.form-control::placeholder {
	color: #000;
	opacity: 1;
}

h3 {
	color: #055c88;
	font-size: 20px;
}

p {
	line-height: 1.4em;
	font-size: 16px;
	color: #000;
}

.font-12 {
	font-size: 12px;
	color: #000;
}

.form-control, .form-select {
	border: 1px solid #666;
	font-size: 16px;
	border-radius: 4px;
	padding: 10px;
}

.form-control:focus, .form-select:focus {
	box-shadow: none;
	border-color: #000;
}

.form-check-input {
	padding: 8px;
	border-radius: 0 !important;
	border: 1px solid #666;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input:checked {
	background-color: #1d81cd;
	border-color: #1d81cd;
}

.form-select:focus, .form-check-input {
	box-shadow: none !important;
}

.modal-content {
	border-radius: 0 !important;
}
.modal-title {
    color: #fff;
}

.modal-header {
	border-radius: 0;
	background: #1678a5;
	color: white;
}

.btn-close {
	background: none !important;
	font-size: 19px;
	color: white;
	opacity: 1;
	font-weight: 400;
	height: inherit !important;
}

.btn-close:focus {
	box-shadow: none !important;
}

.modal-footer {
	border-top: 0 !important;
	text-align: center;
	display: inline;
	padding-bottom: 40px;
}

.modal-body {
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 30px 0;
	font-weight: 500;
}

.modal-dialog {
	margin: 15% auto;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #1d81cd;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #1d81cd;
}

.inner-ul p {
	font-size: 15px;
}

.inner-ul li {
	margin-left: 20px;
	font-size: 15px;
}

.inner-ul li li {
	margin-left: 30px;
	font-size: 15px;
}

.banner-home {
	background: url(../img/Hero_Image.png) no-repeat;
	height: 450px;
	background-size: cover;
	box-shadow:2px 11px 29px #9b5812;
}

.banner-home h1 {
	color: #fff;
	font-size: 30px;
	line-height:1.4em;
	font-weight: 400;
}

.banner-home p {
	color: #fff;
	font-size: 28px;
	font-weight: 300;
}
.banner-home li {
	color: #000;
	font-size: 18px;
	font-weight:400;
	line-height:2.4em;
	
}
.banner-home h2{
	font-size:25px;
	font-weight:600;
	color:#000;
}

.banner-home li img{
	margin-right:10px;
}
.strip {
	background:#ff8201;
	
}

.strip h1{
	margin:0;
	padding:20px;
	text-align: center;
	font-weight:500;
	font-size:30px;
	color:#fff;
	text-shadow: 0px 2px 6px #975109;
}
.gradient {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ececec+0,eeeeee+23,f4f4f4+42,ffffff+77,ffffff+98 */
	background: #ececec;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ececec 0%, #eeeeee 23%, #f4f4f4 42%, #ffffff 77%, #ffffff 98%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ececec 0%, #eeeeee 23%, #f4f4f4 42%, #ffffff 77%, #ffffff 98%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ececec 0%, #eeeeee 23%, #f4f4f4 42%, #ffffff 77%, #ffffff 98%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
	padding: 20px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
}

.form {
	background: #f9f9f9;
	padding: 50px 30px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.score h3 {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.score p {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

button .fa {
	font-size: 25px;
	padding: 0 8px;
}

.alerts li {
	font-size: 18px;
	line-height: 3.2em;
	font-weight: 500;
}

.alerts li span {
	color: #ff8201;
}

.alerts img {
	width: 28px;
	margin-right: 8px;
}

.fw-500 {
	font-weight: 500;
}

.number li {
	line-height: 1.8em;
	padding-left:40px;
	position:relative;
}

.number li span {
	width: 25px;
	height: 25px;
	background: #32ba7c;
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	line-height: 1.8em;
	position:absolute;
	left:0;
	top:1px;
}

.text-black {
	color: #000;
	font-weight: 500;
}

table {
	font-size: 14px;
}

.inner-ul li {
	list-style: disc;
	line-height: 2em;
}

.no-disc li {
	list-style: none;
}

.lite-shade {
	background: rgba(238, 113, 0, 0.1);
	padding:20px;
	border-radius:5px;
}

.fix-bottom {
	position:absolute;
	
	width:100%;
}

table th{
    background: #006599 !important;
    color: #fff;
    font-weight: 500;
    min-width: 220px;
}
.modal-footer button {
	padding:7px 20px;
}

.fa-phone {
	color: #006599;
}