@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
/* bootstrap overwrites  */
body{
    font-family: 'DM Sans', sans-serif;
}
header#wrapper-navbar\ fixed-top {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}
ul{
    list-style: none;
    padding: 0;
}
li {
    margin: 15px auto;
    font-size: 20px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #000;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(0 0 0);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0);
}
button.btn.btn-primary {
    border-radius: 25rem;
    border: none;
    width: fit-content;
}

.theme-bg{
    background-color:#414781;
}
p{
    line-height: 34px;
        font-size: 20px;
}
section{
    padding: 40px 0;
}
@media (min-width: 992px) {
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 6rem;
    padding-left: 6rem;
}
.navbar{
    padding-left: 0 ;
    padding-right: 0 ;
}
.feature2-text.col-md-6 {
    padding-right: 4em;
}
#feature1__image{
    margin-top: -6em;
    margin-bottom: 50px;
}

#feature2__image{
    margin-bottom: -6em;
    margin-top: 50px;
}
.credit__matters{
  background:  #4147811a;
}

}
/* alignments  */
.services h2, .pricing h2, .how__it__works h2, .testimonials h2{
    text-align: center;
}

.btn{
        padding: 10px 30px;
    font-size: 20px;
    font-weight: 500;
}
.btn-primary {
    color: #fff;
    background-color: #414781;
    border-color: #414781;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2b3064; 
    border-color: #2b3064;
}


/*Header  */
.navbar-light .navbar-nav .nav-link{
    color: #202020;
    font-weight: 500;
    font-size: 20px;
} 
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #414781;
}
/* homepage   */

.hero-section {
    background: linear-gradient(0deg, #0000007a, #0000007a), url("/~remiere0/wp-content/uploads/2022/01/group-people-working-out-business-plan-office.png");
    height: 80vh;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 80px;
}
.hero-section p{
    line-height: 26px;
}
h2 {
    font-size: 40px;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 10px;
}
h2:after{
    content: '';
    position: absolute;
    background-color: #414781;
    width: 80px;
    height: 5px;
    bottom: 0;
    left: 0;
}

.how__it__works h2:after , .testimonials h2:after , .services h2:after , .pricing h2:after {
    left: 50%;
    transform: translate(-50%);
}
.fico-content p{
    margin: 0 0 30px;
}
section.score_factor {
    padding: 20px 0 0;
}
section.score_factor ul {
    padding: 0;
    list-style: none;
}
section.score_factor li,section.credit__matters li,section.features li{
    position: relative;
    padding: 0 0 0 40px;
}
section.score_factor li:before ,section.credit__matters li:before{
    content: '';
    position: absolute;
    background-image: url(http://box2507.temp.domains/~remiere0/wp-content/uploads/2022/01/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
}
section.credit__matters img {
    margin: 20px 0 0;
}
section.credit__matters ul{
    margin: 40px 0 0;
}
section.how__it__works img {
    margin: 20px 0 30px;
}

section.features li:before{
    content: '';
    position: absolute;
    background-image: url(http://box2507.temp.domains/~remiere0/wp-content/uploads/2022/01/white_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
}
/* fico  */
.fico-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; 
    padding: 0 4em;

}

.ficoimg {
    display: block;
    margin: auto;
}

/* features  */
section.features {
    background: url(/~remiere0/wp-content/uploads/2022/01/glorylion.png) , linear-gradient(0deg, #414781, #414781);
    background-position: bottom;
    background-repeat: no-repeat;
    color: #fff;
}
.feature-text {
    display: flex;
  
    flex-direction: column;
    justify-content: center;
    padding: 2em;
}
.feature2-text.col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
 
}


/* testimonials  */
section.testimonials {
    background-color: #f2f2f2;  
    background-position: top center;
    background-repeat: no-repeat;
    background-size: inherit;
    position: relative;
    z-index: -1;
    padding-top: 160px;
}
section.testimonials:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-image: url(/~remiere0/wp-content/uploads/2022/01/testimonial-one-map.png);
    opacity: 0.10;
    width: 80%;
    height: 500px;
}

.services .card, .pricing .card, .testimonials .card{
    border: none;
    /*padding: 1rem;*/
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    height: 100%;
}

.pricing{
  background-image: url(/~remiere0/wp-content/uploads/2022/01/priceing.png);

}
ul#main-menu {
    margin: 0 auto;
}

#main-menu li {
    margin: 0 2rem;
}
.inquiry-removal.card {
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 1px 19px 1px #00000026;
}

.footer-logo{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}


.credit-wipe.card {
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 1px 1px 19px 1px #00000026;
}

/*right image*/

section.how__it__works img {
    margin: 0;
    border-radius: 10px;
    box-shadow: 1px 1px 19px 1px #00000026;
}
footer {
 background: #202020;
}

.wrapper {
    padding: 0;
    margin-bottom: 0;
}



@media (max-width: 1500px) {
    #main-menu li {
    margin: 0 5px;
}
}
@media (max-width: 1200px) {
.fico-content{
        padding: 0 2em;}
       /* .services .card, .pricing .card, .testimonials .card{padding: 1rem!important;}*/
        .navbar-brand img{
            max-width: 180px;
        }
        .navbar-light .navbar-nav .nav-link{    font-size: 18px;}
}
@media (max-width: 1024px) {
p {
    line-height: 30px;
    font-size: 16px;
}
li{
    font-size: 16px;
}
h2{
        font-size: 32px;
}
h1{    line-height: 60px;    font-size: 48px;}
.btn{font-size: 18px;}
h3 {
    font-size: 1.2rem;
}
}
@media (max-width: 991px) {
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
h2 {
    font-size: 24px;}
    .h4, h4 {
    font-size: 1.1rem;
}
}
@media (max-width: 767px){
h1 {
    line-height: 48px;
    font-size: 38px;}
    .navbar-light .navbar-toggler {
    color: rgb(65 71 129);
    border-color: rgb(65 71 129);
}
section.chart-info.p-5{
        padding: 0!important;
}
section.how__it__works {
    text-align: center;
}
section.how__it__works img{
    margin: 25px auto ;
}
section.credit__matters img {
    margin: 0 auto;
    width: 100%;
}
section.services,section.testimonials,section.credit__matters,section.how__it__works{
        padding:30px 0rem!important;
}

section.services .col-md-4,section.testimonials .col-md-4{
    margin: 0 0 30px;}
   .btn {
    font-size: 14px;
}
h1 {
    line-height: 38px;
    font-size: 28px;
}
.navbar-brand img {
    max-width: 120px;
}
img#feature1__image {
    margin-bottom: 60px;
}
.testimonials .card .customer {
    position: static !important;
}
.btnView {
    margin-top: 0 !important;
}
}

.p_card {
    position: relative;
    padding: 80px 20px 30px;
}
.p_card .Badge {
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #414781;
    border-radius: 6px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}
.blue_bg {
    background: #414781;
}
.p_card h3 {
    font-size: 24px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 30px;
}
.p_card p {
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}
.pricing h2:after {
    background: none;
}
.radiusRight {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.radiusLeft {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
h3.footer-heading {
    color: #fff;
    font-size: 20px;
    font-family: 'DM Sans';
    margin-bottom: 30px;
    font-weight: 700;
}
.services .card {

}
.services .icon {
    min-width: 69px;
    height: 69px;
    background: #414781;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer p {
    color: #fff;
    font-size: 18px;
    font-family: 'DM Sans';
    line-height: 20px;
    font-weight: 400;
}
.f-contact {
    line-height: 36px;
}
footer ul li {
    color: #fff;
    font-size: 18px;
}
.Scard {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    padding-top: 30px;
    display: flex;
}
.Scard .service {
    padding: 35px 12px;
}
.stars_nav li {
    margin: 0;
    font-size: 16px;
    padding-right: 6px;
    color: #414781;
}
.testimonials .card {
    padding: 30px;
    position: relative;
}
.testimonials .card .customer {
    position: absolute;
    bottom: -100px;
}
.testimonials .card .customer span {
    width: 80px;
    height: 80px;
    overflow: hidden;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
}
.btnView {
    margin-top: 100px;
}