@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');
body {
	margin: 0;
	padding: 0;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 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: #D83D2E;
	font-size:18px;
}

a:hover {
	color: #000;
}

.text-black {
	color: #000;
}

.logo img {
	margin: 30px 25px 4px 0px;
	width: 260px;
}


nav {
	position: relative;
	padding: 7px 20px;
	z-index: 3;
	float: right;
	margin-bottom: 53px;
}

nav li a {
	color: #D83D2E;
	font-size: 18px;
	text-decoration: none;
	padding: 10px 10px;
}

.nav-pills li::after {
	content: "";
	position: absolute;
	z-index: 1;
	border-right: 1px solid #D83D2E;
	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: #D83D2E;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background: none;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #D83D2E;
}

.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 #D83D2E;
	cursor: pointer;
}

ul {
	position: relative;
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

button {
	color: #fff;
	border-radius: 3px;
	border: 0;
	background: #D83D2E;
	padding: 10px 40px;
	font-size: 18px;
	font-weight: 600;
	border-radius:10px;
}

.bg-black {
	background:#e0e0e0;
}
.bg-blue {
	background:#D83D2E;
}

.inner-ul ul {
	padding: 0;
}

.footer {
	background: #D83D2E;
	padding: 10px 0;
}

.footer li a {
	font-size: 14px;
	color: #fff;
}

.footer li a:hover {
	color: #000;
}

.footer .nav-pills li::after {
	border-right: 1px solid #fff;
}

.footer .nav-pills li:last-child::after {
	border-right: 0;
}

h1 {
	font-size: 40px;
	color: #D83D2E;
	font-weight: 600;
}

h2 {
	color: #000;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.6em;
}

h4 {
	color: #D83D2E;
}

.form-control::placeholder {
	color: #000;
	opacity: 1;
}

h3 {
	color: #D83D2E;
	font-size: 20px;
}

p {
	line-height: 1.8em;
	font-size: 20px;
	color: #000;
}

.font-12 {
	font-size: 16px;
	color: #000;
}

.form-control, .form-select {
	border: 1px solid #D83D2E;
	font-size: 16px;
	border-radius: 7px;
	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: #D83D2E;
	border-color: #D83D2E;
}

.form-select:focus, .form-check-input {
	box-shadow: none !important;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #D83D2E;
	color: white;
}
.modal-footer button {
	background:#D83D2E;
}
.btn-close {
	background: #D83D2E !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: #03374f;
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #03374f;
}

.inner-ul p {
	font-size: 18px;
}

.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;
}
.top-stirp{
	background-color: #000;
}

.banner-home {
	background:url(../img/Hero_Image.png);
	background-size:cover;
	height:450px;
	
	position:relative;
}

.bstrip {
	background:rgba(255,255,255,0.5);
	padding:25px;
	position:absolute;
	top:40px;
	left:0;
	width:870px;
}
.banner-home h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 600;
}

.banner-home p {
	color: #fff;
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 0;
}


.strip-banner h1{
	color:#000 !important;
	font-size: 40px;

}
.strip-banner li {
	color: #fff;
    font-size: 14px;
    line-height: 2.5em;
    font-weight: 400;
}
.strip-banner li img {
	width:20px;
	margin-right:10px;
}
.strip-banner p{
	color:#000;
}
.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;
}



.alerts li {
	font-size: 18px;
	line-height: 2.8em;
	font-weight: 400;
	color:#03374f;
}

.alerts li span {
	color: #03374f;
	font-weight:600;
}

.alerts img {
	
	margin-right: 8px;
}

.fw-500 {
	font-weight: 500;
}

.number li {
	line-height: 4em;
	display: flex;
	align-items: center;
	color: #fff;
}

.number li span {
	width: 35px;
height: 35px;
background: url(../img/bullet.png) no-repeat;
color: #fff;
font-weight: 600;
font-size: 18px;
margin-right: 15px;
display: inline-block;
text-align: center;
line-height: 1.8em;
}

.text-black {
	color: #000;
	font-weight: 500;
}

.fa-phone {
	color:#D83D2E;
}
table {
	font-size: 14px;
}

.inner-ul li {
	list-style: disc;
	line-height: 2em;
}

.no-disc li {
	list-style: none;
}

.lite-shade {
	background: rgba(235,0,1, 0.2);
	padding: 20px;
	border-radius: 5px;
}

.fix-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

table th {
	background: #D83D2E !important;
	color: #fff;
	font-weight: 500;
	min-width: 220px;
}

.hero {
	color: #1f839a;
font-weight: 600;
font-size: 42px;
}
.hero-s {
	color: #02364e;
font-weight: 600;
font-size: 35px;
}

h4{
	font-size:30px;
	font-weight:600;
	color:#D83D2E;
}

.i-list li {
	line-height:3em;
	position:relative;
}

.i-list h2{
	font-size:20px;
	color:#fff;
	font-weight:500;
	margin:0;
	padding:0;padding-left:40px;
}
.i-list li p{
	font-size:15px;
	font-weight:400;
	padding-left:40px;
}
.i-list li:before {
	content: '✓';
background: #32ba7c;
width: 29px;
height: 30px;
border-radius: 50px;
position: absolute;
line-height: 1.5em;
font-size: 20px;
text-align: center;
top:5px;
   }

   .f-11{
	   font-size:16px;
	   color:#000;
   }

   .red-bg {
	   background:#000;
   }

   .text-white {
	   color:#fff;
   }
   .f-35 {
	   font-size:35px;
   }
   .fw-300  {
	   font-weight:300;
   }
   .f-20 {
	   font-size:20px;
   }