.mt-140 {
    margin-top: 140px;
}

.pb-140 {
    padding-bottom: 140px;
}

.mt-80 {
    margin-top: 100px;
}



#landing_banner {
    background-image: url(../images/electric_universe.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 486px;
}

.detail-heading {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #2D3748;
}

.detail-caption {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #2D3748;
}

.detail {
    font-family: "Muli", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    color: #4A5568 !important;
}

.btn-min-width {
    min-width: 330px;
}

.wrapper_bg {
    background: #F7FAFC !important;
}

@media (min-width: 992px) and (max-width:1199px) {
    .detail-heading {
        font-size: 25px;
        line-height: 56px;
    }

    .detail-caption {
        font-size: 22px;
        line-height: 36px;
    }

    .detail {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .detail-heading {
        font-size: 24px;
        line-height: 45px;
    }

    .detail-caption {
        font-size: 20px;
        line-height: 30px;
    }

    .detail {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .detail-heading {
        font-size: 24px;
        line-height: 45px;
    }

    .detail-caption {
        font-size: 20px;
        line-height: 30px;
    }

    .detail {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (min-width: 425px) and (max-width:575px) {
    .detail-heading {
        font-size: 22px;
        line-height: 40px;
    }

    .detail-caption {
        font-size: 18px;
        line-height: 28px;
    }

    .detail {
        font-size: 15px;
        line-height: 28px;
    }

    .mt-140 {
        margin-top: 100px;
    }

}

@media (min-width: 360px) and (max-width:424px) {
    .detail-heading {
        font-size: 22px;
        line-height: 40px;
    }

    .detail-caption {
        font-size: 18px;
        line-height: 28px;
    }

    .detail {
        font-size: 15px;
        line-height: 28px;
    }

    .mt-140 {
        margin-top: 100px;
    }

}