﻿
.btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background: #77c043;
    min-width: 150px;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

    .btn:before {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: inherit;
        z-index: -1;
        transition: transform 0.3s, box-shadow 0.3s;
    }

    .btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

        .btn:hover:before {
            transform: translateY(3px);
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.3);
        }

.benifit {
    padding: 0 20px 20px 20px;
    box-shadow: 2px 18px 48px 0 rgb(0 0 0 / 11%);
    position: relative;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 10px;
    border-top: 4px solid #23bbee;
    margin-top: 20px;
    min-height: 240px;
}

    .benifit h3 {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background-color: #23bbee;
        padding: 10px 40px;
        border-radius: 0 0 10px 10px;
        margin-top: 0px !important;
        position: absolute;
    }

    .benifit .benifites-points {
        margin-top: 40px;
    }

    .benifit .fa-chevron-circle-right {
        font-size: 16px;
        color: #23bbee;
        margin-right: 10px;
    }

.box-shadow {
    padding: 7px;
    box-shadow: 1px 4px 6px #a39e9e;
    height: 100%;
    width: 100%;
}

.prod-feature-sec .feature-box {
    min-height: 270px;
}

.shadow-tile {
    box-shadow: 2px 2px 18px 6px rgb(0 0 0 / 12%);
    border-radius: 5px;
    height: 100%;
    padding: 20px 0;
    margin: 0 5px;
}

    .shadow-tile ul li {
        font-size: 15px;
        line-height: 2;
    }

.examination h4 {
    font-size: 21px;
}

.examination h3 {
    font-size: 18px;
}

hr {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #eee;
}

.examination .p {
    text-align: center;
    line-height: 22px;
    margin: 0 0 15px;
    border-bottom: none;
}

.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;
}

.prod-feature-sec, .prod-testimonial, .request-demo-module {
    margin-bottom: 30px;
}

.key-feature {
    padding-top: 30px;
}

.col {
    width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

    .col .feature-box {
        padding: 15px 15px;
        text-align: center;
        height: 250px !important;
        border-top: 3px solid #888;
        border-bottom: 3px solid #888;
    }



        .col .feature-box p {
            text-align: center;
            padding: 0;
        }

.prod-feature-sec .box {
    height: 325px !important;
}

.prod-feature-sec .boxx {
    height: 235px !important;
}

    .prod-feature-sec .boxx .bullete-list {
        padding-top: 10px;
    }

.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: 10px 25px 25px 25px;
    box-shadow: 2px 18px 48px 0 rgba(0,0,0,.11);
}

.prod-feature-sec .feature-box {
    height: 295px;
}

.module-sec-inner {
    padding: 15px 10px;
    box-shadow: 0 0 10px #f0efef;
}

    .module-sec-inner img {
        margin-top: 20px;
    }

@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;
    }

    .col {
        width: 100%;
    }

        .col .feature-box {
            padding: 15px 15px;
            text-align: center;
            height: 175px !important;
            border-top: 3px solid #888;
            border-bottom: 3px solid #888;
            margin: 0px 40px;
        }
}

@media (max-width:600px) {
    .module-sec-inner {
        text-align: center;
    }
}

@media (max-width:700px) {
    .benifit h3 {
        font-size: 15px;
        padding: 6px 3px;
    }
}

@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;
    }

    .col {
        width: 100%;
    }

        .col .feature-box {
            padding: 15px 15px;
            text-align: center;
            height: 166px !important;
            border-top: 3px solid #888;
            border-bottom: 3px solid #888;
            margin: 0px 40px;
        }
}

@media (max-width:479px) {
    .product-banner-content {
        top: 0 !important;
    }

        .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;
    }

    .col {
        width: 100%;
    }

        .col .feature-box {
            padding: 15px 15px;
            text-align: center;
            height: 166px !important;
            border-top: 3px solid #888;
            border-bottom: 3px solid #888;
            margin: 0px 40px;
        }
}
