﻿@charset "UTF-8";



/* Features Services Section
--------------------------------*/


.feature-services-block {
    display: inline-block;
    background: #fff none repeat scroll 0 0;
    padding: 30px 30px;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out 0s;
}

    .feature-services-block:hover {
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
        transition: all 0.5s ease-in-out 0s;
    }

    .feature-services-block h4 {
        margin-bottom: 20px;
    }

    .feature-services-block p {
        margin-bottom: 0;
    }


.cls-hidden {
    visibility: hidden !important;
    display: none !important;
}

.outline-none {
    outline: none !important;
}

.total-test-count {
    border-radius: 10px !important;
    margin-left: 60px !important;
    margin-right: 60px !important;
    letter-spacing: 0.06em !important;
}

.btn-alert-close {
    font-size: medium;
    color: #155724;
}

.btn-owl-carousel-subscribe {
    color: rgb(255, 255, 255) !important;
    background-image: linear-gradient(#2cbcbc, #21aac4) !important;
}

.phone-whatsapp-icon {
    width: 20px !important;
}

.miracleapp-playstore-color {
    color: rgba(255, 255, 255, 0.7);
}

.achievements-row-bg {
    background-color: rgb(22 130 191 / 78%);
}

.footer-span-text {
    color: unset;
}
