.hero{
    background-color: #fcfafa;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    color: #000;
}

.hero span{
    font-weight: bold;
    margin-right:10px;
}

.hero h1,
h2, h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
}

.hero p,
#about p{
    color: #404040;
}

#about p{
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
}

.cta{
    font-size: 1.4rem;
    font-family: 'Inter', sans-serif;
}

.contact{
    font-size: 1.4rem;
}

.list-group-item{
    background: url("/assets/images/check.png") left no-repeat;
    border:0;
    padding-left: 40px;
}

#getLead h4{
    color:#e88f7c;
    font-size: 2rem !important;
}

a,
.link-primary {
    color: #e88f7c !important;
}

a:hover,
.link-primary:hover {
    color: #d97961 !important;
}

.btn-primary{
    background-color: #e88f7c !important;
    border-color:#e88f7c !important;
}

.btn-primary:hover{
    background-color: #d97961 !important;
    border-color:#d97961 !important;
}

#getLead .desc{
    color:#404040;
    font-size: 1.2rem !important;
}

#loader {
    background: rgba(255,255,255, 0.7);
    left:0;
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    top:0;
    z-index: 100000;
}

#loader_spinner {
    margin-top: 25%;
}

#loader .spinner-border {
    width: 5rem;
    height: 5rem;
}

.form-select-lg{
    color:#6d747d;
}

.modal-header{
    border-bottom:0;
}


@media (max-width: 575.98px) {
    .contact{
        font-size: 1.1rem;
    }
    .lh-lg {
        line-height: 1.4 !important;
    }
    .hero{
        font-size: 1.1rem;
    }
    #about p{
        font-size: 1.1rem;
    }

    #getLead h4{
        color:#e88f7c;
        font-size: 1.4rem !important;
    }

    #getLead .desc{
        font-size: 1rem;
    }
}

@media (max-width: 821px) {
    .contact{
        text-align: center !important;
        width: 100%;
    }
}

@media (min-width: 1400px){
    .container{
        max-width: 960px;
    }
}
