@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:#6c6c9c;
}
a:hover{
	color:#000;
}
.text-black{
	color:#000;
}
.text-maroon{
	color:#6c6c9c;
}
.text-green{
	color:#04bc08;
}
.nav{
	align-content:center;
}
.nav-link {
    color: #6c6c9c;
	padding:0;
}
header {
	background:#fcfcfe;
}

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: #6c6c9c;
	font-weight:400;
}
.top-stirp {
	background:#6c6c9c;
	padding:10px;
	text-align:center;
	color:#fff;
	font-size:18px;

}
p{
	font-size:14px;
	font-weight:400;
	line-height:.1.5em;
}
.logo {

}
.intro-1 {
		background-image: url(../img/ModrenCreditFix.jpg);
    background-size: cover;
    background-position: center;
}

.intro-2 {
	background:#e6eaf1;
}

.num-c {
	background: #6c6c9c;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	display: block;
	text-align: center;
	line-height: 2;
	margin-top: 5px;

}

.gobtn {
	background:#6c6c9c;
	font-size:20px;
	display:flex;
	font-weight:500;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border:0;
	text-decoration:none;
	padding:10px 15px;
	text-transform: uppercase;
	color:#fff;

}
.gobtn:hover {
	background:#4d4d8b;
	color:#fff;

}

.bigbtn, .bigbtn a {
	background:#6c6c9c;
	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:#4d4d8b;
	color:#fff;
}
.btncircle {
	background: #6c6c9c;
    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:#4d4d8b;
	color: #fff;
}

.scorebtn {
	background: #6c6c9c;
    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:#4d4d8b;
	color: #fff;
}

.submitbtn {
	background: #6c6c9c;
	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:#4d4d8b;
}

.scorebtn span {
	display: block;
	font-weight:300 !important;
	font-size:25px;
	
}

.font-25 {
	font-size:25px !important;
}


.d-flex1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro-3 {
	background:#faf9ff;
}

ul{
	margin:0;
	padding:0;

}
li{
	list-style: none;
	position:relative;

}
.inner-ul li {
	padding-left:15px;
	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 #6c6c9c;
    display: block;
    top: 4px;
    right: 0%;
    height: 17px;
}

.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:#000;
}

.form {
	background:#ebebf3;
}

.form-space {
	width:70%;
	margin:50px auto;
}

.inner-h-s {
	color:#6c6c9c;
	font-weight:600;
	font-size:25px;
}

h5{
	color:#6c6c9c;
	font-weight:600;
	font-size:18px;
}
.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;
	padding-top:20px;
}


.btn-primary {
    color: #fff;
    background-color:#6c6c9c;
    border-color:#6c6c9c;
}
.btn-primary:hover {
	background:#6c6c9c;
	 border-color:#6c6c9c;
}

.form-check-input {
    width: 80px;
    height: 20px;
	margin-top:-2px;
    margin-right: 5px;
}
.font-13 {
	font-size:13px;
}