.link-prospector-header-block {
    background-image: linear-gradient(to bottom, #27274c, #15152a);
    padding: 32px 0px 100px 0px;
}

.link-prospector-header-block .darkheader {
    margin-bottom: 3rem !important;
}

.link-prospector-header-block h1{
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: -2.44px;
}

.link-prospector-header-block p{
   color: #fff; 
}

.link-light-block{
    background-color: #E7E7F9;
    height: 127px;
    /* position: relative; */
}

.lin-ovr-stats-block{
    position: relative;
    top: -7rem;
}

.lin-sd-block{
    margin-top: -3rem;
    /* overflow: visible;
    position: absolute;
    width: 100%; */
}

.lin-sd-block-inr{
    box-shadow: 0px 0px 8px 0px rgba(14, 14, 81, 0.26);
    border: 1px solid #dfdfe7;
    /* overflow: visible; */
    padding: 20px;
    margin-bottom: 60px;
    background: #fff;
    text-align: center;
}

.lin-sd-block-inr section{
    max-width: 835px;
    margin: 0 auto;
}

.lin-sd-block-inr section h2{
    color: #474747;
    font-size: 28px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: -.85px;
    margin-bottom: 20px;
}

.lin-sd-block-inr section p{
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
}

footer {
    background-color: #F3F3F3 !important;
    border-top: 1px solid #E7E7F9;
    text-align: center;
    padding: 20px;
    /* clear: both;
    position: relative;
    top: 30px; */
}

.d-block-large {
    display: block;
}

.d-block-small {
    display: none;
}

footer p{
    font-size: 16px;
    line-height: 28px;
    color: #474747;
    font-weight: 300;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    margin-top: 20px;
}

.contact-block h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.61px;
    color: #000000;
}

.contact-block p{
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    color: #000000;
}

.modal-dialog {
    max-width: 65%;
    margin: 0 auto;
    text-align: center;

}

.modal-header{
    display: block;
    text-align: right;
    border-bottom: 0px solid;
}

.modal-content {
    border-radius: 0;
}

.btn-secondary{
    border: 1px solid #DA0505 !important;
    background-color: #fff;
    color: #DA0505;
    border-radius: 30px;
    padding: 8px 30px 8px 30px;
    font-size: 14px;
    font-weight: 500;
}

.btn-secondary:hover{
    border: 1px solid #DA0505;
    background-color: #fff;
    color: #DA0505;
}

.btn-secondary:active{
    border: 1px solid #DA0505;
    background-color: #fff !important;
    color: #DA0505 !important;
}


.btn-secondary span img{
    margin-left: 4px;
}

@media only screen and (max-width: 600px) {
    .d-block-large {
        display: none;
    }
    
    .d-block-small {
        display: block;
    }

    .lin-sd-block-inr section h2{
        font-size: 24px;
    }
    .lin-sd-block-inr section p{
        font-size: 14px;
        line-height: 24px;
    }
    .darkheader .large-12.cell:first-of-type {
        padding: 0;
        margin-left: 0px;
    }
    .link-prospector-header-block h1{
        font-size: 30px;
        line-height: 37px;
        letter-spacing: -2.44px;
    }
    .link-light-block{
        display: none;
    }
    .lin-ovr-stats-block {
        position: relative;
        top: 0;
    }
    .lin-sd-block {
        margin-top: 0rem;
    }
    .lin-sd-block-inr{
        box-shadow: 0px 0px 0px 0px rgba(14, 14, 81, 0);
        border: 0px solid #dfdfe7;
        padding: 0;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .contact-block h4{
        font-size: 18px;
    }
    
    .contact-block p{
        font-size: 14px;
    }
    footer p{
        font-size: 14px;
        line-height: 22px;
        color: #474747;
    }
  }