/********** Template CSS **********/
:root {
    --sem_black: #1f3b64;
    --light_green: #33d1cb;
    --half_black: #c7c7c7;
    --seti_white: #eaeef3;

    --primary: #1a2050;
    --secondary: #f9a21d;
    --partial: #6cc7b8;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    transition: 0.5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: 0.5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: 0.5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.package_container {
    background-color: var(--seti_white);
}

.package_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: auto auto auto;
    margin: 0px 160px;

    align-items: center;
    justify-content:center;
}

.package_box {
     height: 950px; 
     width: 350px; 
    /*display: grid;*/
    /*grid-template-columns: auto;*/
    /*grid-template-rows: auto auto auto;*/
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.package_shop,
.package_header {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
}
.package_shop {
    padding: 25px 0px;
}

/* text color */
.package_box p {
    color: var(--sem_black);
    margin: 4px;
}
.package_item i {
    color: var(--half_black);
}
.icon-tick i {
    color: var(--light_green);
}
/* text size  */

.package_cash-check p {
    font-size: 2.5em;
    font-weight: 700;
}

.package_name p {
    font-size: 1.675rem;
    line-height: 1.2;
    font-weight: 600;
    text-align:center;
}
.package_description {
    font-size: 1rem;
}

.icon-tick i,
.package_item i {
    font-size: 2rem;
}
.shop_button button {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
}

/* list package  */

.package_item li {
    display: flex;
    padding: 12px 40px;
    padding: 0px 0px;
    gap: 15px;
    font-size: 1em;
    font-family: "Barlow", Arial, Helvetica, sans-serif;
}
.package_item li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}

.shop_button:hover {
    transition: transform 0.3s ease;
    transform: translateY(-8px);
}
.shop_button {
    transition: transform 0.3s ease;
}

.shop_button button {
    border-radius: 30px;
    padding: 14px 20px;
    border: none;
    box-shadow: 0 0 0 4em #33d1cb inset, 0 0 0 rgba(0, 0, 0, 0.1);
    background-color: #33d1cb;
    color: #ffffff;
}
.image_holder {
    background-image: url("https://novalab.bold-themes.com/nova-a/wp-content/uploads/sites/7/2020/06/hero-home-02.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.image_content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--sem_black);
    width: 800px;
    padding: 240px 0px 140px 150px;
}
.image_binder {
    position: relative;
}
.curve {
    position: absolute;
    top: 0%;
    z-index: 1;
}
.image_title h4 {
    font-weight: 500;
    font-size: 1.2em;
}
.image_sem-title p {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1;
}
.image_title::after {
    border-color: var(--light_green);
    background-color: var(--light_green);
    content: " ";
    height: 2px;
    display: block;
    /* border-style: solid; */
    width: 1em;
    margin-top: 5px;
}
.image_description p {
    font-size: 1.2rem;
}
.image_button button {
    border: none;
    font-size: 1rem;
    border-radius: 30px;
    padding: 16px;

    transition: transform 0.3s ease;
}
.image_button button:hover {
    transition: transform 0.3s ease;
    transform: translateY(-6px);
}

/* single page */
.hematology_test_conatiner {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}
.hematology_test_margin {
    margin: 50px 150px 0px 150px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.test_contains {
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: var(--sem_black);
}

.test_heading {
    padding-bottom: 5px;
}

.test_heading_title h2 {
    font-size: 1rem;
    font-weight: 200;
}
.test_heading_sem-title {
    font-size: 1.575rem;
    font-weight: 600;
    line-height: 1.16;
}
.test_description {
    font-size: 1.375rem;
    font-weight: 500;
}
.test_processing,
.test_explanation {
    color: var(--deep_black);
    font-size: 0.97rem;
}

.test_processing {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.test_processing ul,
.test_explanation {
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.test_explanation {
    padding: 0px;
    gap: 20px;
}
.test_processing li::marker {
    color: var(--light_green);
}
.test_image,
.test_contains {
    width: 540px;
}

.up_img {
    position: absolute;
    z-index: 2;
}
#center_div {
    background-color: white;
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.mask1 {
    -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0MTUuNiA0MTYuNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDE1LjYgNDE2Ljc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMyMzFGMjA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xODQuMSwzNi40TDMwMy41LDMuM0MzNjktMTQuOSw0MjkuNyw0NC43LDQxMi43LDExMC42bC0zMSwxMTkuOWwtMzEsMTE5LjljLTE3LDY1LjktOTksODguNi0xNDcuNSw0MC45DQoJbC04OC4zLTg2LjhsLTg4LjMtODYuOEMtMjIsMTcwLjEtMC44LDg3LjcsNjQuOCw2OS41TDE4NC4xLDM2LjR6Ii8+DQo8L3N2Zz4NCg==");
    mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0MTUuNiA0MTYuNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDE1LjYgNDE2Ljc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMyMzFGMjA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xODQuMSwzNi40TDMwMy41LDMuM0MzNjktMTQuOSw0MjkuNyw0NC43LDQxMi43LDExMC42bC0zMSwxMTkuOWwtMzEsMTE5LjljLTE3LDY1LjktOTksODguNi0xNDcuNSw0MC45DQoJbC04OC4zLTg2LjhsLTg4LjMtODYuOEMtMjIsMTcwLjEtMC44LDg3LjcsNjQuOCw2OS41TDE4NC4xLDM2LjR6Ii8+DQo8L3N2Zz4NCg==");
    mask-repeat: no-repeat;
    mask-position: center;
    height: 400px;
    width: 400px;
}

.mask1 img {
    width: 100%;
    height: 100%;
}

.city-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.city-container a {
    text-decoration: none;
}

.city-container span {
    background-color: #f0f0f0;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.city-container span:hover {
    background-color: #007bff;
    color: white;
}

.test_button button {
    color: var(--seti_white);
    background-color: var(--light_green);
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    padding: 15px;
    transition: transform 0.3s ease;
}

.test_button button:hover {
    transition: transform 0.3s ease;
    transform: translateY(-6px);
}

.test_heading_title::after {
    border-color: var(--light_green);
    background-color: var(--light_green);
    content: " ";
    height: 2px;
    display: block;

    width: 1em;
    margin-top: 5px;
}

.test_container_home {
    background-color: #bfe4f2;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.test_home_title {
    color: var(--sem_black);
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #eeeeee;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: -34px;
    }

    .navbar {
        height: 68px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

/*** Header ***/
@media (min-width: 992px) {
    .header-carousel,
    .page-header {
        margin-top: -34px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, 0.3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, 0.3), rgba(3, 27, 78, 0.3)),
        url(../img/testimonial.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.feature-item {
    border-color: rgba(0, 0, 0, 0.03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #ffffff;
}

.experience .tab-content hr {
    width: 30px;
}

/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #ffffff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: "";
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 0.5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}

/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: "";
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: 0.5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: 0.5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}

/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, 0.3), rgba(3, 27, 78, 0.3)),
        url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}

/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, 0.2);
    }
}

/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, 0.3), rgba(3, 27, 78, 0.3)),
        url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, 0.2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}
@media (max-width: 480px) {
    .package_holder {
        grid-template-columns: auto;
    }
    .package_box {
        width: 100%;
    }
    .package_holder {
        margin: 0px 10px;
    }
    .image_content {
        width: auto;
        padding: 50px 0px 40px 10px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .package_holder {
        grid-template-columns: auto;
    }
    .package_box {
        width: 100%;
    }
    .package_holder {
        margin: 0px 40px;
    }
    .image_content {
        width: auto;
        padding: 100px 0px 70px 40px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .package_holder {
        grid-template-columns: auto;
    }
    .package_box {
        width: 100%;
    }
    .image_content {
        width: auto;
        padding: 180px 0px 100px 90px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .package_holder {
        margin: 0px 40px;
        gap: 20px;
    }
    .package_cash-check p {
        font-size: 3em;
    }
    .package_cash-check sup {
        font-size: 0.6em;
    }
    .package_item p {
        font-size: 0.87em;
    }
    .package_name p {
        font-size: 1.275rem;
    }
    .package_description {
        font-size: 0.87rem;
    }
    .icon-tick i,
    .package_item i {
        font-size: 0.87rem;
    }
    .shop_button button {
        font-size: 0.87em;
    }
    .package_box {
        width: 100%;
    }
}
@media (min-width: 1280px) and (max-width: 1526px) {
    .package_box {
        width: auto;
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto auto auto;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    }
    .package_holder {
        margin: 0px 60px;
    }
}

/* single page responsive */

@media (min-width: 1575px) {
    .hematology_test_margin {
        margin: 0px 150px;
    }
}

@media (min-width: 1575px) and (max-width: 1280px) {
    .hematology_test_margin {
        margin: 0px 100px;
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .hematology_test_margin {
        margin: 0px 5px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hematology_test_conatiner {
        gap: 20px;
    }
    .hematology_test_margin {
        margin: 0px 50px;
    }
    .test_image,
    .test_contains {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .hematology_test_conatiner {
        gap: 20px;
    }
    .hematology_test_margin {
        margin: 0px 10px;
        gap: 20px;
    }
    .test_image,
    .test_contains {
        width: 100%;
    }
    .test_button button {
        font-size: 13px;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .hematology_test_conatiner {
        gap: 20px;
    }
    .hematology_test_margin {
        margin: 20px 10px 0px 10px;
    }
    .test_image,
    .test_contains {
        width: 100%;
    }
}
@media (max-width: 380px) {
    #button-div {
        flex-direction: column;
        align-items: stretch;
    }

    .custom-button {
        width: 100%;
        margin-bottom: 10px;
    }
}
