@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;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1; /* Firefox */
  }
  *:focus {
    outline: none;
   }
a{
	color:#ed9913;
}
a:hover{
	color:#000;
}
.text-black{
color: #252b29;
}
.text-maroon{
	color:#6f6468;
}
.text-green{
	color:#04bc08;
}
.nav{
	align-content:center;
}
.nav-link {
    color: #fff;
	padding:0;
	text-decoration: underline;
}

h1{
	font-size:16px;
	font-weight:500;
}
h2{
	font-size:40px;
	font-weight:600;
	color:#ed9913;
}
h3{
	font-size:23px;
	font-weight:600;
	color:#ed9913;
}
h4{
	font-size:35px;
	color: #6f6468;
	font-weight:600;
}
.top-stirp {
	background:#ed9913;
	text-align:center;
	color:#fff;
	font-size:15px;
	padding:8px 0;
}

p{
    font-size: 16px;
    font-weight: 400;
	line-height:.1.5em;
}
.logo {
	position: relative;
    top: -45px;
    left: -25px;
}
.logo1{
	position: absolute;
	z-index: 3;
	top: 67px;
	width:120px;
}
.intro-1 {
	background-image: url(../img/banner.png);
    background-size: cover;
    background-position: center;
	min-height:530px;
	margin-top:100px;
}
.intro-2 {
	background:#ebebeb;
}
.font-25 {
	font-size:25px !important;
}
.d-flex1 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.intro-3 {
	background:#f5f5f5;
}
ul{
	margin:0;
	padding:0;
}
li{
	list-style: none;
	position:relative;
}
.nav-item {
		padding: 0 20px;
}
.nav-pills li:after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 1px solid #fff;
    display: block;
    top: 4px;
    right: 0%;
    height: 17px;
}
.footer .nav-pills li:after {
    content: "";
    position: absolute;
    z-index: 1;
    border-right: 1px solid #fff !important;
    display: block;
    top: 4px;
    right: 0%;
    height: 17px;
}
.nav-pills li:last-child:after, .footer .nav-pills li:last-child:after {
	border-right:0 !important;
}
.footer li{
	display: inline;
	padding: 0 20px;
	
}
.nav-link.active, .nav-link:focus, .nav-link:hover
{
	color:#000!important;
	background: none!important;
}
h5{
	color:#ed9913;
    font-weight: 600;
    font-size: 16px;
}
.f-10 {
    font-size: 7px !important;
    position: absolute;
    left: 0;
	top:7px;
}
.mt-200{
	margin-top:200px !important;
}
.font-13 {
	font-size:13px;
}
.footer a {
	color:#fff;
	font-size:15px;
}
.rounded{
	border-radius:25px !important;
}
.list-n li{
	line-height: 2.2em;
    list-style: disc;
    margin-left: 20px !important;
	font-weight:500;
	font-size:18px;
}
.font-16{
	font-size: 15px;
    font-weight: 500;
    line-height: 1.5em;
}
.list-2 li {
	line-height:2.5em;
	font-weight:500;
	font-size:18px;
}
.list-2 span{
	background: #ed9913;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 2em;
	font-size:15px;

}
.text-orange{
	color:#ed9913;
}

.strip-section {
	background: #ed9913;
    border-radius: 20px;
    margin: 20px 20px 0 20px;
    padding: 30px 50px 30px 50px;
    color: #fff;
}

select, input {
	padding:15px !important;
	font-size:16px !important;
	font-weight:600 !important;
	border-radius:8px !important; 
	width:100% !important;
	border:1px solid #ddd !important; 
	height: 50px;
}
.form-control  {

	font-size:20px;
}
button{
	padding:10px 30px;
	border:0;
	font-size:18px;
	font-weight:500;
	border-radius:8px;
	text-transform: uppercase;
}
.btn-orange{
background:#f19e70;
color:#fff;
}

.btn-orange:hover{
	background:#e88650;
	color:#fff;
}

.btn-blue{
	background:#ed9913;
	color:#fff;
	}
	
	.btn-blue:hover{
		background:#0f1849;
		color:#fff;
	}

	.weight-500 {
		font-weight:500;
	}

	.btn-white {
		background:#fff;
	}
	.btn-white:hover {
		background:#f0f0f1;
	}

	.box {
		background:#fff;
		border-radius:3px;
		padding:15px;
	}

	.w-200 {
		width:200px;
	}
	.form-check-input[type=radio]:checked {
		background-color: #ed9913;
		border-color: #ed9913;
	}
	.form-check-input[type=checkbox] {
		border: 1px solid #ed9913 !important;
		width: 20px !important;
		height: 20px !important;
		padding: 10px !important;
		border-radius: 0 !important;
		background-color: #fff;
			border-color: #0d6efd;
	}
	.form-check-input[type=checkbox]:checked {
		background-color: #ed9913;
	}
	.form-control:focus{
		box-shadow:none !important;
	}

	.btn-primary {
		color: #fff;
		background-color: #ed9913;
		border-color: #ed9913;
	}
	.btn-primary:Hover {
		color: #fff;
		background-color: #ed9913;
		border-color: #ed9913;
	}

	.breadcrumb-item.active {
		color: #000;
	}

	.breadcrumb {
		font-weight: 500;
		font-size: 18px;
	}

	.inner-h-s {
		font-size:25px;
		font-weight:600;
		    color: #ed9913;
	}

	.normal-list li {
		list-style-type: disc;
	}
	.mt-150 {
		margin-top:150px;
	}
.points ul{
	text-align: center;
}	
.points li{
	display: inline-block;
	padding-right: 10px;
	font-size:14px;
	font-weight:500;
}

.w-1200{
	max-width:1200px !important;
}

.points li span{
	background: #ed9913;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    line-height: 1.6em;
    font-size: 13px;
    margin-right: 5px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}
.form-control::placeholder, .form-control, .form-select {
    color: #000;
    opacity: 1;
    font-weight: 400 !important;
    font-size: 16px;
}
.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #dc3545 !important;
}

.credit-score ul {
	background:#fff;
	border-radius:8px;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	padding:12px 10px;
}

.credit-score img{
	width:28px;
	float:left;
	margin-right:5px;
}
.credit-score li{
	display: inline-block;
	vertical-align: middle;
	padding:0 10px;
	font-size:10px;
	width:200px;
	line-height: 1.2em;
}
.credit-score h1{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.credit-score li p{
	font-size:12px;
	margin: 0 !important;
	padding:0;
}
.form-check-input[type="radio"] {
    border-radius: 50% !important;
    width:15px !important;
	height:15px !important;
	padding:10px !important;
	margin-right: 5px;
	margin-top: 3px;
	border:1px solid #ed9913 !important
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #dc3545 !important;
}

footer {
	background:#ed9913;
	padding: 10px;
}


.left-120 {
	left: 120px;
}

.strip{
	background:#ed9913;
	border-radius:10px;
	color:#fff;
	padding:30px 30px;
	border:4px solid #fff;
	margin-top: -60px;
	min-height:220px;
}
.strip h2{
	font-size: 20px !important;
	color: #fff;
	font-weight: 600;
}

.strip p, .strip li{
	font-weight:400;
	
}
.strip ul{
	padding-left:20px;
}
.strip li{
	list-style-type: disc;
	line-height: 1.7em;
	font-size:16px;

}
