body,
p {
    font-size: 14px;
    color: #000 !important
}

.h1 {
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important
}

.h3 {
    font-size: 18px !important;
    font-weight: 600 !important
}

.h4 {
    font-size: 16px !important;
    font-weight: 600 !important
}

.h5 {
    font-size: 16px !important;
    font-weight: 500 !important
}

a,
button {
    cursor: pointer !important
}

p {
    margin-bottom: 10px
}

.font-600 {
    font-weight: 600
}

.font-500 {
    font-weight: 500
}

.sidespace2 {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .sidespace {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
    .sidespace2 {
        padding-left: 6% !important;
        padding-right: 6% !important
    }
}

.sidespace {
    padding-left: 15px;
    padding-right: 15px
}

.space-between {
    padding-top: 25px;
    padding-bottom: 25px
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-center-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.flex-align-center {
    display: flex;
    align-items: center
}

.flex-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.white-txt {
    color: #fff !important
}

.green-txt {
    color: #00984a !important
}

.black-txt {
    color: #000 !important
}

.green-bg {
    background-color: #00984a
}

.white-bg {
    background-color: #fff
}

.line-limit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.cust-shadow {
    box-shadow: 0 0 5px 0 #00000030 !important
}

.btn-box {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 5px;
    min-width: 110px;
    width: fit-content;
    text-decoration: none !important
}

.btn-box.white-box {
    border: 1px solid #fff;
    background: #fff;
    color: #000 !important;
    font-weight: 500
}

.btn-box.white-box:hover {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #000 !important
}

.btn-box.green-box {
    border: 1px solid #00984a;
    background: #fff0;
    color: #000 !important;
    font-weight: 500
}

.btn-box.green-box:hover {
    background: #00984a !important;
    border: 1px solid #00984a !important;
    color: #fff !important
}

.btn-box.greenbg-box {
    border: 1px solid #00984a;
    background: #00984a;
    color: #fff !important;
    font-weight: 500
}

.btn-box.greenbg-box:hover {
    border: 1px solid #00984a;
    background: #fff;
    color: #000000 !important;
    font-weight: 500
}

.book-online {
    background: #fff;
    height: calc(100% - 20px);
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #00000030;
    overflow: hidden;
    margin: 10px;
    padding: 20px 30px;
    align-items: unset
}

.input-box {
    height: 40px;
    background-color: #fff;
    border: 0 !important;
    outline: 0 !important;
    color: #000;
    padding: 0 15px;
    width: 100%;
    border-radius: 5px
}

.input-icon {
    height: 25px;
    width: 100%
}

.input-sec {
    margin-bottom: 25px
}

.package-nav {
    list-style: none
}

.package-nav button {
    background: none;
    padding: 0 20px !important;
    border: 0 !important;
    color: #828282;
    position: relative;
    display: flex;
    align-items: center
}

.package-nav button:hover {
    color: #00984a
}

.package-nav button:not(:first-child)::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #828282;
    position: absolute;
    left: 0
}

.package-nav button.active::after,
.package-nav button.active+button::after {
    content: none
}

.package-nav button.active {
    background: #00984a;
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px !important
}

.pack-rating {
    height: 25px;
    padding: 0 5px;
    gap: 8px;
    font-size: 11px;
    border-radius: 5px;
    line-height: 25px
}

.pack-rating i {
    font-size: 11px;
    transform: rotate(45deg)
}

.card-box {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 8px 0 #00000030;
    background: #fff;
    margin: 10px;
    transition: 0.2s all ease-in-out
}

.card-box:hover,
.health-box:hover {
    transition: 0.2s all ease-in-out;
    transform: translateY(-3px);
    box-shadow: 0 0 10px 0 #00000060
}

.pack-text {
    padding: 15px
}

.package-img {
    height: 180px;
    object-fit: cover;
    object-position: top
}

.pack-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.pack-list li {
    background: #eaeaea;
    border-radius: 5px;
    margin: 5px 0;
    max-width: fit-content;
    padding: 0 8px
}

.offer-box {
    background-color: #00984a;
    padding: 0 8px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 500;
    height: 25px
}

.card-box button {
    position: relative;
    z-index: 9
}

.package-slide .owl-stage {
    display: flex;
    align-items: center
}

.owl-item.active {
    height: auto !important
}

.offer-img img {
    height: 55px;
    object-fit: contain;
    padding-right: 100px
}

.main-banner .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0 !important
}

.main-banner .owl-nav button {
    width: 30px;
    height: 30px;
    border: 1px solid #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #000 !important
}

.main-banner .owl-nav button:hover {
    border-color: #fff !important;
    background: #fff !important
}

.package-slide .owl-nav,
.health-slide .owl-nav {
    display: flex;
    align-items: center;
    position: absolute;
    top: -65px;
    right: 0;
    gap: 10px;
    margin: 0 !important
}

.package-slide .owl-nav button,
.health-slide .owl-nav button,
.video-slide .owl-nav button,
.customer-slide .owl-nav button {
    width: 30px;
    height: 30px;
    border: 1px solid #00984a !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: transparent !important;
    color: #00984a !important
}

.owl-nav button.disabled {
    cursor: not-allowed !important
}

.owl-nav button.disabled i {
    pointer-events: none
}

.package-slide .owl-nav button:hover,
.health-slide .owl-nav button:hover,
.video-slide .owl-nav button:hover,
.customer-slide .owl-nav button:hover {
    background: #00984a !important;
    color: #fff !important
}

.chemi-icon {
    height: 30px;
    object-fit: contain;
    width: 30px !important
}

.test-head,
.package-head {
    height: 38px;
    -webkit-line-clamp: 2
}

.small-banner-img img,
.longbanner-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px
}

.health-box {
    padding: 20px;
    border-radius: 5px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.5s all ease-in-out
}

.health-box::before,
.why-feat::before {
    content: "";
    background: #00984a;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.health-icon {
    width: 80px;
    height: 80px;
    background: #e0e0e0;
    border-radius: 50px;
    padding: 15px;
    margin: 0 auto
}

.health-condition .health-icon {
    background-color: #fceee1
}

.why-metropolis .background-sec {
    background: url(../newdata/images/why-metrobg.webp);
    background-repeat: no-repeat;
    background-size: cover
}

.counter .background-sec {
    /* background: url(/newdata/images/counter-background.png); */
    background: url(../newdata/images/counter-background.png);
    background-repeat: no-repeat;
    background-size: cover
}

.grn-divider {
    margin: 20px 0;
    width: 100px;
    height: 3px;
    background: #00984a;
    border-radius: 50px
}

img.year40-img {
    width: 100%;
    height: 350px;
    object-fit: contain
}

.why-feat {
    padding: 20px 15px;
    background: #fff;
    border-radius: 5px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px 0 #00000030
}

img.blog-img {
    height: 150px;
    object-fit: cover
}

.blog-head {
    height: 40px;
    -webkit-line-clamp: 2
}

.blog-link:hover {
    text-decoration: underline
}

.healthcare-video .background-sec,
.mobile-app .background-sec {
    background-color: #eef8f3
}

.mobile-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    left: 0;
    top: 0;
    background: url(../newdata/images/mobileapp-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.owl-carousel .owl-stage-outer .item iframe {
    height: 250px;
    width: 100%;
    border-radius: 5px !important;
    overflow: hidden;
    border: 0
}

.video-slide .owl-nav button,
.customer-slide .owl-nav button {
    position: absolute;
    top: calc(50% - 20px)
}

.video-slide .owl-nav,
.customer -slide .owl-nav {
    margin-top: 5px !important
}

.video-slide .owl-nav button.owl-prev {
    left: -4%
}

.video-slide .owl-nav button.owl-next {
    right: -4%
}

.customer-slide .owl-nav button.owl-prev {
    left: 0%
}

.customer-slide .owl-nav button.owl-next {
    right: 0%
}

.customer-box {
    padding: 20px;
    margin: 0 10px;
    border-radius: 5px;
    min-height: 100%
}

.customer-slide .owl-item .item {
    height: 100%;
    padding: 15px 0
}

.customer-slide .owl-stage {
    display: flex
}

ul.rating-ul {
    list-style: none;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 3px
}

.customer-slide .owl-item .customer-box,
.owl-item.active.center+.active+.active .customer-box {
    opacity: 0.5 !important
}

.customer-slide .owl-item.active .customer-box {
    opacity: 1 !important;
    box-shadow: 0 0 5px 0 #00000030 !important
}

.customer-slide .owl-nav button {
    background: #fff !important
}

.refer-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px
}

.referlab-imgs {
    gap: 20px;
    flex-wrap: wrap
}

.referlab-imgs>div img {
    width: auto
}

.app-icons {
    width: 40px
}

.mobile-img img {
    height: 400px;
    object-fit: contain;
    padding-top: 30px;
    width: 100%;
    position: relative;
    z-index: 1
}

img.award-img {
    height: 280px;
    width: 280px !important;
    object-fit: contain;
    background-color: #eef8f3;
    margin: 0 auto
}

.detect {
    top: calc(50% - 13px)
}

@media (max-width:1200px) {
    .sidespace2,
    .sidespace {
        padding-left: 15px;
        padding-right: 15px
    }
    .video-slide .owl-nav button,
    .customer-slide .owl-nav button {
        position: relative;
        top: unset
    }
    .video-slide .owl-nav button.owl-prev,
    .customer-slide .owl-nav button.owl-prev {
        left: -2%
    }
    .video-slide .owl-nav button.owl-next,
    .customer-slide .owl-nav button.owl-next {
        right: -2%
    }
    .offer-img,
    .package-nav {
        display: none
    }
}

@media (max-width:550px) {
    h1 {
        font-size: 23px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important
    }
    h3,
    .h3 {
        font-size: 16px !important;
        font-weight: 600 !important
    }
    h4,
    .h4 {
        font-size: 14px !important;
        font-weight: 600 !important
    }
    h5,
    .h5 {
        font-size: 14px !important;
        font-weight: 500 !important
    }
    body,
    p {
        font-size: 12px !important
    }
    .mobile-app .row {
        flex-direction: column-reverse
    }
    .mobile-img img {
        padding-top: 30px;
        height: 100%
    }
    .mobile-img::after {
        top: -50px
    }
    .package-slide .owl-nav {
        top: -45px
    }
    .health-slide .owl-nav {
        top: -55px
    }
    .health-box {
        transition: 0.5s all ease-in-out;
        padding: 0;
        margin: 10px 0;
        box-shadow: none !important
    }
    .health-icon {
        width: 70px;
        height: 70px
    }
    .health-box::before {
        content: none
    }
    .main-banner .owl-nav {
        top: unset;
        bottom: 20px
    }
}

.referlab-imgs>div {
    justify-content: center;
    display: flex;
    width: calc(50% - 20px)
}

.mobile-res {
    display: none !important
}

.btn-box.blue-box {
    background: #00984a !important;
    color: #fff !important;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.btn-box.blue-box:hover,
.add-cart.added-cart {
    border: 1px solid #00984a !important;
    background: #006833 !important;
    color: #fff !important
}

@media (max-width:767px) {
    .desk-res {
        display: none !important
    }
    .mobile-res {
        display: block !important
    }
    .main-banner .item {
        margin: 0
    }
}

.main-banner .item img {
    border-radius: 5px;
    min-height: 300px
}

.main-banner .item {
    margin: 10px;
    box-shadow: 0 0 10px 0 #00000030;
    border-radius: 5px;
    overflow: hidden
}

h1 {
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important
}

h3,
.h3 {
    font-size: 18px !important;
    font-weight: 600 !important
}

h4,
.h4 {
    font-size: 16px !important;
    font-weight: 600 !important
}

h5,
.h5 {
    font-size: 16px !important;
    font-weight: 500 !important
}

p,
body,
title,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    color: #000 !important
}

.book-input input {
    min-width: auto
}

.counter h3.orange-txt {
    font-size: 24px !important
}

.video-slide iframe {
    height: 200px !important
}

.desktop-banner.banner-row {
    height: 330px;
    background-size: contain;
    margin: 10px;
    background-position: top center;
    background-repeat: no-repeat
}

.px-5px {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.mx--10px {
    margin-left: -10px;
    margin-right: -10px
}

.bottomsticky {
    background: #31aa4d;
    box-shadow: 0 2px 18px #a3a3a3;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 6px;
    display: none
}

.bottomsticky.bottom-form {
    display: none
}

.talktoexpert {
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 0 solid #fff;
    width: fit-content;
    margin: auto
}

.bottomsticky .midnumberpopup {
    max-width: 500px;
    margin: 0 auto
}

@media (max-width:991px) {
    .bottomsticky {
        display: block
    }
    .bottomsticky .input-group {
        display: block;
        text-align: center
    }
    .bottomsticky .midnumberpopup {
        max-width: 345px;
        margin: 0 auto
    }
    .bottomsticky .input-group-btn {
        margin-top: 10px
    }
    .main-talktoexpert-row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        padding: 0;
        justify-content: center
    }
    .bottomsticky .col-5 {
        font-size: 12px;
        text-align: center;
        color: #fff;
        padding: 0 7px
    }
    .bottomsticky .col-5:first-child {
        border-right: 1px solid #fff
    }
    .bottomsticky a {
        font-size: 15px;
        color: #fff
    }
    .bottomsticky .input-group {
        font-size: 15px
    }
    .homepage-enq-popup .popup-body .paitent-book-form.paitent-form-large {
        border-radius: 0px !important;
        margin: 0;
        display: block !important
    }
    .homepage-enq-popup .popup-body button.close span {
        color: #fff;
        font-weight: 100 !important
    }
    .homepage-enq-popup .popup-body>button {
        font-size: 30px !important;
        opacity: 1
    }
    .homepage-enq-popup .paitent-form-large .book-home-visit {
        height: auto;
        padding: 60px 30px !important;
        padding-bottom: 50px !important
    }
    .homepage-enq-popup .paitent-form-large .book-home-visit h3 {
        color: #ffffff !important
    }
    .homepage-enq-popup .booktest-online1 {
        margin: 0;
        background-color: #00984a;
        color: #fff !important
    }
    .homepage-enq-popup .booktest-online1.book-home-visit h4 {
        color: #fff !important;
        margin-bottom: 20px;
        text-align: left !important;
        font-size: 18px
    }
    .homepage-enq-popup .booktest-online1.book-home-visit p {
        color: #fff;
        margin-bottom: 40px;
        font-size: 11px;
        font-weight: 300
    }
    .homepage-enq-popup .col-sm-12.book-home-visit-col.pl-0 input {
        color: #fff !important
    }
    .homepage-enq-popup .input-newsletter label {
        color: #fff !important
    }
    .homepage-enq-popup .form-group .bar::before {
        background: #ffc107
    }
    .homepage-enq-popup .form-group .bar {
        position: relative;
        border-bottom: .0625rem solid #ebebeb;
        display: block
    }
    .homepage-enq-popup .book-home-visit .book-home-visit-col select {
        background-color: #00984a;
        color: #fff;
        height: 35px;
        width: 100%;
        border: 0;
        color: #989898;
        font-size: 14px;
        margin-bottom: 10px
    }
    .homepage-enq-popup .book-home-visit .book-home-visit-col select {
        background-color: #00984a;
        color: #fff;
        height: 35px;
        border-bottom: .0625rem solid #ebebeb
    }
    .homepage-enq-popup span.i-agree,
    span.i-agree a {
        color: #fff !important
    }
    .homepage-enq-popup button.btn.btn-primary-custom.btn-block.extra-contact-btn-antibody-m {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }
    input#txtSearch {
        text-align: center;
        border-radius: 5px
    }
    .homepage-enq-popup .modal-dialog .modal-content {
        background: #fff0;
        border: none !important
    }
    .homepage-enq-popup .modal-dialog.modal-dialog-centered {
        align-items: center;
        width: 100vw
    }
    .homepage-enq-popup .modal-dialog {
        margin: 20px auto;
        width: 96% !important
    }
    .homepage-enq-popup button.btn.btn-primary-custom.btn-block.extra-contact-btn-antibody {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }
    .homepage-enq-popup .text-danger {
        color: #ffc107 !important
    }
    .homepage-enq-popup .book-home-visit {
        border-radius: 12px !important
    }
    .homepage-enq-popup .form-group input:valid {
        color: #fff
    }
}

.homepage-enq-popup .modal-dialog {
    height: auto;
    display: flex
}

.popular-test h1 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 600
}

div.homepage-enq-popup img.custom_loader.homepage-loader {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(285deg) brightness(105%) contrast(101%)
}

.strikethrough1 {
    position: relative
}

.strikethrough1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid #bf4952;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.info-col .download-info p {
    line-height: 30px
}

.bottomsticky .input-group-btn {
    margin-top: 0
}

.bottomsticky a {
    font-size: 12px;
    color: #fff
}

.bottomsticky button.btn.btn-warning {
    font-size: 12px;
    padding: 6px
}

.bottomsticky svg {
    width: 13px;
    margin-right: 5px
}

.homevisit_call {
    display: flex;
    align-items: center;
    border-left: 1px solid #fff
}

.homevisit_call a {
    display: flex
}

.bottomsticky .homevisit_call .cls-1 {
    stroke-width: 1px
}

.bottomsticky .col-4 {
    font-size: 12px;
    border-right: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 0 7px
}

.bottomsticky .col-4 img {
    height: 13px;
    padding-right: 5px
}

.main-talktoexpert-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0
}

section.bottomsticky .row {
    margin-left: -7px;
    margin-right: -7px
}

.send_link {
    width: auto !important;
    margin-top: 0px !important;
    color: #fff !important;
    padding: 8px 30px
}

@media (max-width:767px) {
    .mod-hide {
        display: none
    }
    button#ymDivBar {
        bottom: 65px
    }
    section.health-risk.space-between.sidespace,
    section.health-condition.sidespace.space-between {
        padding-right: 0
    }
    .i-agree a u {
        color: #efff00 !important;
        font-size: 12px
    }
}

div#InquiryOTPModal {
    z-index: 99999
}

div#form-popup button.close span {
    color: #fff !important
}

.package-nav button.nav-link {
    display: none
}

.package-nav button.nav-link:nth-child(1),
.package-nav button.nav-link:nth-child(2),
.package-nav button.nav-link:nth-child(3),
.package-nav button.nav-link:nth-child(4),
.package-nav button.nav-link:nth-child(5),
.package-nav button.nav-link:nth-child(6) {
    display: block
}

.base-prc-del {
    font-size: 13px;
    text-decoration: line-through;
    margin-bottom: 0;
    margin-left: 20px
}

.owl-carousel {
    white-space: nowrap;
    visibility: hidden
}

.owl-carousel.owl-loaded {
    visibility: visible
}

.owl-carousel .owl-item {
    white-space: normal;
    display: inline-block;
    vertical-align: top
}

.hero-secslider {
    border: 1px solid #000;
    background-color: rgba(204, 204, 204, 0);
    transition: background-color 0.3s ease;
}

.hero-secslider:hover {
    background-color: rgba(204, 204, 204, 0.33);
    transform: scale(1.02);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.tester{
    margin: 0 auto;
}