@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: #00457c;
}

a:hover {
	color: #000;
}

.text-black {
	color: #000;
}

.logo img {
	margin: 27px 25px 4px 0px;
	width: 154px;
}

.header {
	background: url(../img/Head_links.png) no-repeat;
	background-size: auto;
	background-size: cover;
	height: 135px;
	position: absolute;
	right: 0;
	width: 76%;
	z-index: 1;
}

nav {
	position: relative;
	padding: 7px 20px;
	z-index: 3;
	float: right;
	margin-bottom: 10px;
}

nav li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 10px;
}

.nav-pills li::after {
	content: "";
	position: absolute;
	z-index: 1;
	border-right: 1px solid #fff;
	display: block;
	top: 5px;
	right: 0%;
	height: 13px;
}

.nav {
	align-content: center;
}

.nav-link {
	color: #fff;
	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: #e46b26;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #e46b26;
	background: none;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #dc7c0c;
}

.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 #dc7c0c;
	cursor: pointer;
}

ul {
	position: relative;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

button {
	color: #fff;
	border-radius: 3px;
	border: 0;
	background: #000;
	padding: 6px 40px;
	font-size: 18px;
	font-weight: 600;
	width:100%;
}

button:hover {
	background: #e56a26;
}

.inner-ul ul {
	padding: 0;
}

.footer {
	background: #00457c;
	padding: 10px 0;
}

.footer li a {
	font-size: 14px;
	color: #fff;
}

.footer li a:hover {
	color: #e46b26;
}

.footer .nav-pills li::after {
	border-right: 1px solid #fff;
}

.footer .nav-pills li:last-child::after {
	border-right: 0;
}

h1 {
	font-size: 25px;
	color: #00457c;
	font-weight: 600;
}

h2 {
	color: #1e849a;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.6em;
}

h4 {
	color: #03374f;
}

.form-control::placeholder {
	color: #000;
	opacity: 1;
}

h3 {
	color: #00457c;
	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 #e56a26;
	font-size: 16px;
	border-radius: 0px;
	padding: 10px;
}

.form-control:focus, .form-select:focus {
	box-shadow: none;
	border-color: #03374f;
}

.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: #03374f;
	border-color: #03374f;
}

.form-select:focus, .form-check-input {
	box-shadow: none !important;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #00457c;
	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;
	margin:auto;
	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: #03374f;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #03374f;
}

.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;
}

.strip {
	border-top: 4px solid #03374f;
	border-bottom: 4px solid #fff;
}



.banner-home h1 {
	color: #00457c;
	font-size: 40px;
	font-weight: 600;
}

.banner-home p {
	color: #000;
	font-size: 28px;
	font-weight: 500;
}


.strip-banner li {
    color: #000;
    font-size: 15px;
    line-height: 2.5em;
    font-weight: 500;
}
.strip-banner li img {
	width:20px;
}
.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: 2.8em;
	font-weight: 400;
	color:#03467d;
}

.alerts li span {
	color: #03467d;
	font-weight:600;
}

.alerts img {
	
	margin-right: 8px;
}

.fw-500 {
	font-weight: 500;
}

.number li {
	line-height: 3em;
	display: flex;
	align-items: center;
}

.number li span {
	width: 25px;
	height: 25px;
	background: #e46b26;
	border-radius: 50px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
	line-height: 1.8em;
}

.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 {
	position:relative;
	z-index: 2;
	}
	
	.lite-shade::after {
		background: url(../img/contact.jpg) no-repeat;
		padding: 20px;
		border-radius: 5px;
		content: "";
		width: 550px;
		height: 280px;
		position: absolute;
		top: 60px;
		z-index: -1;
		left: 0;
	}

.fix-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

table th {
	background: #00457c !important;
	color: #fff;
	font-weight: 500;
	min-width: 220px;
}

.hero {
	color: #4d7da5;
font-weight: 600;
font-size: 42px;
}
.hero-s {
	color: #02364e;
font-weight: 600;
font-size: 35px;
}

.fa-phone {
	color: #00457c;
}