@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;
}

a {
	color: #c94f75;
}

a:hover {
	color: #000;
}

.text-black {
	color: #000;
}

.text-dark {
	color: #268985;
}

.nav {
	align-content: center;
}

.nav-link {
	color: #d7688b;
	padding: 0;
}

header {
	font-size: 15px;
}

h1 {
	font-size: 24px;
	font-weight: 400;
}

h2 {
	font-size: 20px;
	font-weight: 400;
}

h3 {
	font-size: 16px;
	font-weight: 600;
}

h4 {
	font-size: 35px;
	color: #d7688b;
	font-weight: 400;
}

.top-stirp {
	background: #d7688b;
	padding: 10px;
	text-align: left;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

.top-stirp-lite {
	background: #f7dde6;
	padding: 10px;
	text-align: left;
	color: #dd5577;
	font-size: 18px;
	font-weight: 500;
}

p {
	font-size: 15px;
	font-weight: 400;
	line-height: .1.5em;
}

.logo {
	width: 355px;
}

.gobtn {
	background: #d7688b;
	font-size: 20px;
	font-weight: 500;
	border-radius: 50px;
	border: 0;
	text-decoration: none;
	padding: 3px 2px 3px 18px;
	text-transform: uppercase;
	color: #fff;
}

.gobtn:hover {
	background: #c94d74;
	color: #fff;
}

.gobtn i {
	background: white;
	border-radius: 50px;
	color: #d7688b;
	padding: 10px;
	margin-left: 10px;
}

.bigbtn, .bigbtn a {
	background: #d7688b;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	border: 0;
	display: block;
	padding: 20px 60px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.bigbtn:hover, .bigbtn a:hover {
	background: #c94d74;
	color: #fff;
}

.btncircle {
	background: #d7688b;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50%;
	border: 0;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 3;
}

.btncircle:hover {
	background: #c94d74;
	color: #fff;
}

.scorebtn {
	background: #d7688b;
	font-size: 22px;
	font-weight: 500;
	border-radius: 2px;
	border: 0;
	padding: 10px 40px;
	color: #fff;
	width: 100%;
	margin-top: 10px;
	display: block;
	text-decoration: none;
}

.scorebtn:hover {
	background: #c94d74;
	color: #fff;
}

.submitbtn {
	background: #d7688b;
	font-size: 22px;
	font-weight: 500;
	border-radius: 2px;
	border: 0;
	padding: 10px 40px;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	margin-top: 10px;
}

.submitbtn:hover {
	background: #c94d74;
}

.scorebtn span {
	display: block;
	font-weight: 300 !important;
	font-size: 25px;
}

.font-25 {
	font-size: 25px !important;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	position: relative;
}

.inner-ul li {
	list-style:disc;
	font-size: 14px;
	font-weight: 400;
}

.inner-ul p {
	font-size: 14px;
	font-weight: 400;
}

.nav-item {
	padding: 0 20px;
}

.nav-pills li:after {
	content: "";
	position: absolute;
	z-index: 1;
	border-right: 1px solid #d7688b;
	display: block;
	top: 8px;
	right: 0%;
	height: 14px;
}

.nav-pills li:last-child:after {
	border-right: 0;
}

.fa-phone {color:#c94f75;}

.nav-item:last-child {
	border-right: 0;
}

footer {
	font-size: 14px;
}

.footer li {
	display: inline;
	padding: 0 20px;
}

.nav-link:active, .nav-link:focus, .nav-link:hover {
	color: #b01848;
}

.form {}

.form-space {
	width: 60%;
	margin: 20px auto 20px auto;
}

.inner-h-s {
	color: #c94f75;
	font-weight: 600;
	font-size: 25px;
}

.text-blue {
	color: #c94f75;
}

h5 {
	color: #c94f75;
	font-weight: 600;
	font-size: 16px;
	padding: 0 0 10px 0;
	margin: 0;
}

h6 {
	color: #c94f75;
	font-weight: 600;
	font-size: 16px;
	padding: 0 0 10px 0;
	margin: 0;
}

.f-10 {
	font-size: 7px !important;
	position: absolute;
	left: 0;
	top: 7px;
}

.mt-200 {
	margin-top: 200px;
}

.box {
	justify-content: space-between;
	background: #fff;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
}

.btn-primary {
	color: #fff;
	background-color: #d7688b;
	border-color: #d7688b;
}

.btn-primary:hover {
	background: #c94d74;
	border-color: #c94d74;
}

.form-check-input {
	padding: 8px;
	border-radius: 0 !important;
	margin-right: 10px;
}

.form-check-input:focus {
	box-shadow: none;
}

.font-13 {
	font-size: 13px;
}

.banner h2 {
	color: #d7688b;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}

.banner li {
	line-height: 3em;
}

.strip-1 {
	background: #fff000;
	padding: 10px;
	text-align: left;
	color: #dd5577;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
}

h1 {
	color: #c94f75;
	font-weight: 500;
	font-size: 32px;
}

h2 {
	color: #c94f75;
	font-weight: 500;
	font-size: 26px;
}

h3 {
	color: #c94f75;
	font-weight: 500;
	font-size: 24px;
}

.text-white {
	color: #fff;
}

.bg-lite {
	background: #f7dde6;
}

li {
	line-height: 2.2em;
}

li span {
	background: #d7688b;
	border-radius: 50px;
	color: #fff;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 1.6em;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

.text-big {
	text-transform: uppercase;
	font-size: 30px;
}

.fw-500 {
	font-weight: 500;
}

.form-control::placeholder {
	color: #000;
	opacity: 1;
}

.form-check-input:checked {
	background-color: #d7688b;
	border-color: #d7688b;
}

.form-control {
	text-align: center;
}

.form-control:focus {
	box-shadow: none;
}

.lite-green {
	background: rgb(215, 104, 139, 0.1);
	border-radius: 10px;
	padding: 10px 20px 10px 20px;
	min-height: 180px;
}

.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #d7688b;
}

.modal-header h5 {
	color: #fff;
}

.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;
}

.btn-modal {
	background: #d7688b;
	font-size: 22px;
	font-weight: 500;
	border-radius: 2px;
	border: 0;
	padding: 10px 40px;
	color: #fff;
}

.btn-modal:hover {
	background: #c94d74;
}

.fix-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.fix-bottom-2 {
	position: absolute;
	width: 100%;
	bottom: 46px;
}

.i-header h2 {
    text-transform: uppercase;
    font-size: 35px;
}

.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:#c94f75;
}
.anchor-list li{
	list-style:numeric;
	line-height:1.8em;
}
.anchor-list   ul li{
	margin-left:35px;
}
.inner-ul h3{
	font-size:20px;
}