@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: #d47a7c;
}

a:hover {
	color: #000;
}

.text-black {
	color: #000;
}

.text-dark {
	color: #268985;
}

.nav {
	align-content: center;
}

.nav-link {
	color: #be884c;
	padding: 0;
}

header {
	font-size: 15px;
}

.top-stirp {
	background: #78646d;
	text-align: left;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

p {
	font-size: 15px;
	font-weight: 400;
	line-height: .1.5em;
}
.fa-phone{
	color:#d47a7c;
}
.logo {
	width: 214px;
}

.submitbtn {
	background: #d47a7c;
	font-size: 22px;
	font-weight: 500;
	border-radius: 2px;
	border: 0;
	padding: 8px 40px;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	margin-top: 10px;
}

.submitbtn:hover {
	background: #c95f61;
}

.scorebtn span {
	display: block;
	font-weight: 300 !important;
	font-size: 25px;
}

.form-control, .form-control:focus {
	display: block;
	width: 100%;
	padding: 14px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212224;
	border: 1px solid #303030;
}

.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 #0090b3;
	display: block;
	top: 9px;
	right: 0%;
	height: 14px;
}

.nav-pills li:last-child:after {
	border-right: 0;
}

.nav-item:last-child {
	border-right: 0;
}

.footer li {
	display: inline;
	padding: 0 20px;
}

.nav-link:active, .nav-link:focus, .nav-link:hover {
	color: #a06626;
}

.form-space {
	width: 60%;
	margin: 20px auto 20px auto;
}


h5 {
	color: #78646d;
	font-weight: 600;
	font-size: 16px;
	padding: 0 0 10px 0;
	margin: 0;
}

h6 {
	color: #78646d;
	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: #be884c;
	border-color: #be884c;
}

.btn-primary:hover {
	background: #b97c39;
	border-color: #b97c39;
}

.form-check-input {
	padding: 8px;
	border-radius: 0 !important;
	margin-right: 10px;
}

.form-check-input:focus {
	box-shadow: none;
}

.font-13 {
	font-size: 13px;
}

.strip-1 {
	background: #fff000;
	padding: 10px;
	text-align: left;
	color: #004558;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
}

h1 {
	color: #79646d;
	font-size: 32px;
	font-weight: 600;
}

h2 {
	color: #79646d;
	font-weight: 400;
	font-size: 32px;
	font-weight: 600;
}

h3 {
	color: #d47a7c;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4em;
}

h4 {
	font-size: 22px;
	color: #79646d;
	font-weight: 600;
}

.text-white {
	color: #fff;
}

.bg-lite {
	background: #f1e5d7;
}

li {
	line-height: 2em;
}

.number {
	background: #79646d;
	border-radius: 50%;
	color: #fff;
	width: 70px;
	height: 70px;
	display: inline-block;
	text-align: center;
	line-height:2.1em;
	font-size:32px;
	font-weight: bold;
	margin-bottom: 15px;
}

.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: #d47a7c;
	border-color: #d47a7c;
}

.form-control:focus {
	box-shadow: none;
}

.lite-bg {
	background: rgb(121,100,109,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: #004558;
}

.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: #d47a7c;
	font-size: 22px;
	font-weight: 500;
	border-radius: 2px;
	border: 0;
	padding: 5px 30px;
	color: #fff;
}

.btn-modal:hover {
	background: #c95f61;
}

.fix-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.fix-bottom-2 {
	position: absolute;
	width: 100%;
	bottom: 46px;
}

.topbg {
	content: '';
	background: #79646d;
	top: 0px;
	right: 0;
	width: 50%;
	height: 106px;
}

header .nav-link {
	color: #fff;
}

header .nav-pills li:after {
	border-right: 1px solid #fff !important;
}

header .nav-link:active, header .nav-link:focus, header .nav-link:hover {
	text-decoration: underline;
	color: #fff;
}

.banner-section h3 {
	color: #d47a7c;
	font-weight: 400;
	font-size: 22px;
}

header .nav-pills li:last-child:after {
	border-right: 0 !important;
}

footer a {
	color: #d47a7c;
	font-weight: 400;
	font-size: 15px;
}
.fa-check-square{
	color: #d47a7c;
}

.f-18 {
	font-size:18px;
}
.f-28 {
	font-size:28px;
}

.footer .nav-pills li::after {
    
    border-right: 1px solid #d47a7c !important;
  
}

.footer  .nav-pills li:last-child:after {
	border-right: 0 !important;
}

.nlist li span{
	background: #d47a7c;
width: 22px;
height: 22px;
border-radius: 50px;
position: absolute;
left: 10px;
color: #fff;
text-align: center;
font-size: 13px;
font-weight: 500;
line-height: 1.6em;
top:5px;
}
.nlist li {
	padding-left:40px;
	line-height: 1.9em;
}


.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:#d47a7c;
}
.anchor-list li{
	list-style:numeric;
	line-height:1.8em;
}
.anchor-list   ul li{
	margin-left:35px;
}
.inner-ul h3{
	font-size:20px;
}