@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: #579e66;
}

a:hover {
	color: #000;
}

.text-black {
	color: #000;
}

.logo img {
	width: 200px;
	margin: 15px 37px;
}

nav {
	background: #000;
	position: relative;
	padding: 7px 20px;
}

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;
}

.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: #579e66;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #579e66;
	background: none;
}

.banner-home {
	background: url(../img/HomePage_photo.jpg) no-repeat;
	height: 720px;
	background-size: cover;
}

.banner-home h2 {
	background: #579e66;
	font-size: 30px;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	margin-top: 15px;
	font-weight: 500;
}

.banner-home h3 {
	font-size: 20px;
	display: inline-block;
	padding: 10px 20px;
	color: #393939;
	margin-top: 5px;
	font-weight: 400;
}

.banner-home h4 {
	color: #579e66;
}

.banner-home p {
	color: #000;
}

.form-check-input[type="radio"] {
	border-radius: 50% !important;
	width: 12px !important;
	height: 12px !important;
	padding: 7px !important;
	margin-right: 5px;
	left: 50px;
	position: absolute;
	margin-top: 3px;
	border: 1px solid #579e66 !important;
	cursor: pointer;
}

ul {
	position: relative;
}

li {
	list-style: none;
}

.banner-home li h3 {
	padding: 0;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.banner-home li {
	padding-left: 30px;
	line-height: 1.3em;
}

.banner-home li p {
	color: #171717;
	font-size: 15px;
	font-weight: 500;
}

button {
	color: #fff;
	border-radius: 3px;
	border: 0;
	background: #000;
	padding: 10px 30px;
	font-size: 15px;
	font-weight: 500;
}

button:hover {
	background: #579e66;
}

.bstrip hr {
	color: #fff;
	height: 3px;
	opacity: 1;
}

.inner-ul ul {
	padding: 0;
}

.inner-ul li {
	list-style: disc;
}

.bstrip h3 {
	background: rgba(59, 59, 59, 0.7);
	outline: 1px solid #000;
	padding: 12px 20px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

.content-section ul {
	padding-left: 40px;
	margin-top: 25px;
}

.content-section li {
	line-height: 2.4em;
	font-weight: 400;
	color: #171717;
}

.content-section h2 {
	background: #579e66;
	font-size: 18px;
	display: block;
	padding: 10px 20px;
	color: #fff;
	margin-top: 15px;
	font-weight: 500;
	width: 100%;
}

.text-green {
	color: #579e66;
}

.content-section p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.content-section li span {
	background: #579e66;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	line-height: 1.4em;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 0 7px;
}

.footer {
	background: #000;
	padding: 5px 0;
}

.footer li a {
	font-size: 14px;
}

.footer li a:hover {
	color: #579e66;
}

h2 {
	color: #579e66;
	font-size: 22px;
}

.pr-150 {
	padding-right: 150px !important;
}

.bottom-ribbon {
	background: #579e66;
	padding: 10px;
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-weight: 600;
}

h4 {
	color: #579e66;
}

.form-control::placeholder {
	color: #000;
	opacity: 1;
}

.lite-green {
	background: rgb(117, 187, 182, 0.1);
	border-radius: 10px;
	padding: 10px 20px 10px 20px;
	min-height: 180px;
}

.font-14 {
	font-size: 14px;
}

.mt-100 {
	margin-top: 100px;
}

h3 {
	color: #579e66;
	font-size: 16px;
}

p {
	line-height: 1.4em;
	font-size: 16px;
	color: #000;
}

.pl-100 {
	padding-left: 100px !important;
}

.font-14 {
	font-size: 14px;
	color: #000;
}

.form-control, .form-select {
	border: 1px solid #579e66;
	border-radius: 0;
	font-size: 15px;
}

.form-control:focus, .form-select:focus {
	box-shadow: none;
	border-color: #000;
}

.form-check-input {
	padding: 9px;
	border-radius: 0 !important;
	border: 1px solid #579e66;
}

.form-check-input:focus {
	box-shadow: none;
}

.form-check-input:checked {
	background-color: #579e66;
	border-color: #579e66;
}

.btn-primary, .btn-primary:hover {
	color: #fff;
	background-color: #579e66;
	border-color: #579e66;
}

.form-select:focus, .form-check-input {
	box-shadow: none !important;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #579e66;
	color: white;
}

.btn-close {
	background: none !important;
	font-size: 20px;
	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: #579e66;
}

.fix-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.fix-bottom-1 {
	position: absolute;
	width: 100%;
	bottom: 31px;
}


.inner-ul p{
	font-size:15px;
}
.inner-ul li {
	margin-left:20px;
	font-size:15px;
	list-style:disc;
	padding-left:0;
}
.inner-ul li li {
	margin-left:30px;
	font-size:15px;
	
}
.anchor-list {
	margin-left:20px;
}
.anchor-list li a{
	color:#333;
	font-size:15px;
	font-weight:500;
}
.anchor-list li a:hover{
	color:#579e66;
}
.anchor-list li{
	list-style:numeric;
	line-height:1.8em;
}
.anchor-list   ul li{
	margin-left:35px;
}
.inner-ul h3{
	font-size:20px;
}