﻿.shadow-tile {
    box-shadow: 2px 2px 18px 6px rgb(0 0 0 / 12%);
    border-radius: 5px;
    height: 100%;
    padding: 10px 40px;
    margin: 0 5px;
    transition: 1s;
    margin: 30px 0;
}

.benefits-erp-coll .benifits {
    min-height: 210px;
}

.fees-payment-reconciliation img {
    margin: 0 auto;
}

.examination p {
    border-bottom: none;
}

.pro-sub-heading p {
    font-size: 15px;
}

.shadow-tile p {
    text-align: center !important;
}

.module-content p {
    font-size: 15px;
}

.fess-related {
    background-color: #f1f1f1;
    box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 11%);
    padding: 20px;
}

    .fess-related .bullet-list {
        margin-left: 40px;
    }

.bg_blue {
    background-color: #0080c7;
    color: #fff;
    text-align: center;
    padding: 25px 40px;
    border-radius: 20px;
}

    .bg_blue img {
        margin-top: -85px;
    }

.bg_darkBlue img {
    margin-top: -85px;
}

.bg_darkBlue {
    background-color: #143b64;
    color: #fff;
    text-align: center;
    padding: 25px 40px;
    border-radius: 20px;
}

.shadow-tile ul li {
    font-size: 15px;
    line-height: 1.6;
}

.examination h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
}


.examination h3 {
    font-size: 18px;
}

.modules-content {
    padding: 1px 0px 20px;
    margin: 0 0 30px;
    background: #fff;
    /*box-shadow: 2px 18px 48px 0 rgb(0 0 0 / 11%);*/
}

hr {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #eee;
}

.LiveFreeDemo {
    margin-top: 60px;
}

.examination .p {
    text-align: center;
    line-height: 22px;
    margin: 0 0 15px;
    font-size: 14px;
}

.border-right {
    border-right: 1px solid #d1d1d1;
}

.badge {
    display: inline-block;
    min-width: 0px;
    padding: 6px 33px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 2px 10px;
    margin-top: 0;
}

.blue-border {
    border-top: 5px solid #23bbee;
}

.green-border {
    border-top: 5px solid #77c043;
}

.product-banner-content p {
    margin-bottom: 20px;
    font-size: 17px;
}

.badge {
    color: #333;
    background-color: #fff;
}

.reports-sec {
    padding: 25px;
    box-shadow: 2px 18px 48px 0 rgba(0,0,0,.11);
}

.prod-feature-sec .feature-box {
    height: 340px;
    transition: 1s;
}

    .prod-feature-sec .feature-box:hover {
        transform: scale(1.1);
        background: #f1f1f1;
        z-index: 2;
        box-shadow: 2px 2px 18px 10px rgb(0 0 0 / 12%);
    }

.shadow-tile:hover {
    box-shadow: 2px 2px 2px rgba(0,0,0,.11);
}

@media (min-width:1024px) and (max-width:1030px) {
    .prod-feature-sec .feature-box {
        padding: 20px 8px;
    }

    .product-banner-content {
        top: 17%;
    }

        .product-banner-content h1 {
            font-size: 32px;
        }

    .request-demo-module.blue .cta {
        padding: 70px 0;
        font-size: 16px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .product-banner-content {
        top: 15%;
    }

    .request-demo-module.blue .cta {
        padding: 50px 0;
    }

    .product-banner-content h1 {
        font-size: 28px;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .product-banner-content {
        top: 5% !important;
    }

    .request-demo-module.blue .cta {
        padding: 50px 0;
    }

    .product-banner-content h1 {
        font-size: 26px;
        margin-bottom: 3px !important;
    }
}

@media (max-width:760px) {
    .bg_darkBlue {
        margin-top: 20px;
        padding: 7px 7px;
    }

    .bg_blue {
        padding: 7px 7px;
    }


    .margin-btm-40 {
        margin-bottom: 20px !important;
    }
}

@media (max-width:479px) {
    .product-banner-content {
        top: 0 !important;
    }

    .bg_blue img {
        margin-top: 0px;
    }

    .bg_darkBlue img {
        margin-top: 0px;
    }

    .product-banner-content p {
        margin-bottom: 5px !important;
        font-size: 14px;
    }

    .request-demo-module.blue .cta {
        padding: 50px 0;
    }

    .product-banner-content h1 {
        font-size: 24px !important;
    }
}
