body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

* {
    margin: 0px;
    padding: 0px;
}

.logo-section img {
    width: 95%;
}

.search-section {
    display: flex;
    justify-content: flex-end;
}

.calls-section {
    display: flex;
}

.logins-section {
    margin-right: 20px;
    margin-top: 12px;
    margin-left: 10px;
}

button.btn.btn-primary.login-button {
    background: none;
    border: none;
    color: black;
    font-weight: 500;
    padding: 0px;
    padding-right: 5px;
}

button.btn.btn-primary.signup-button {
    background: none;
    border: none;
    color: black;
    font-weight: 500;
    padding: 0px;
    padding-right: 20px;
    padding-left: 5px;
}

.logins-section img {
    margin-right: 10px;
    margin-left: 10px;
}

.calls-section img {
    background: #0da487;
    width: 45px !important;
    height: 45px;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

.call-us {
    margin-top: 8px;
}

    .call-us a {
        font-weight: 500;
        color: black;
        text-decoration: none;
    }

.calls-section {
    display: flex;
    margin-right: 25px;
    margin-left: 25px;
}


.search-bar {
    margin-top: 14px;
    width: 45%;
}

button.btn.btn-outline-success.search-button img {
    width: 20px;
}

button.btn.btn-outline-success.search-button {
    /* padding: 0px; */
    border: none;
    background: white;
    border-radius: 0px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-right: 0px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

input.form-control.me-2.search-input {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
}

.navbar-ul {
    display: flex;
    justify-content: space-around;
}

    .navbar-ul a.nav-link {
        padding: 0px;
        color: white;
        font-weight: 400;
        font-size: 14px;
    }

.navbar-menu {
    background: #0da487 !important;
    margin-top: 4px;
    border-top-left-radius: 0px;
}

.banner-section {
    background-image: url(../images/Banner.jpg);
    background-size: 100% 100%;
}

.banner-section-two {
    background-image: url(../images/Banner-1.jpg);
    background-size: 100% 100%;
}

.banner-section-three {
    background-image: url(../images/Banner-2.jpg);
    background-size: 100% 100%;
}

.banner-img-section h1 {
    font-weight: 600;
    font-size: 60px;
}

.banner-img-section p {
    width: 20% !important;
}

.banner-img-section {
    padding: 50px;
    margin-left: 100px;
}

    .banner-img-section p {
        width: 25% !important;
        color: black;
        font-weight: 500;
        font-size: 18px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

button.btn.btn-primary.book-now {
    background: #0da487;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.card.card-rating {
    margin-top: 40px;
    margin-bottom: 100px;
    width: 200px;
    border-radius: 14px;
}

    .card.card-rating span {
        text-align: center;
        margin: auto;
        display: block;
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 1px;
    }

.rating-stars-icons {
    display: block;
    margin: auto;
    text-align: center;
    fill: #0da487;
}

.card-rating h5 {
    text-align: center;
    font-weight: normal;
    margin-top: 8px;
}

.card-rating .card-body {
    border-bottom: 16px solid #0da487;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.banner-img-section h1 span {
    color: #0da487;
}

section.book-a-test {
    background: #0da487;
    padding: 70px;
    position: relative;
    top: -1px;
}

    section.book-a-test h2 {
        text-align: center;
        color: white;
        margin-bottom: 25px;
    }

.card.book-test-services img {
    width: 80px;
    /* border-radius: 50%; */
}

.card.book-test-services {
    background: white;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border: 5px solid #0da487;
    outline: 1px solid white;
    margin-top: 10px;
}

    .card.book-test-services .card-body {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 42px;
    }

h5.services-icon-text {
    text-align: center;
    color: white;
    margin-top: 10px;
    font-weight: normal;
}

.top-packages h2 {
    text-align: center;
}

section.top-packages {
    padding: 50px;
}

.top-packages h2 {
    text-align: center;
    padding: 20px;
    color: #0da487;
}

.card.google-rating-card {
    margin-top: 20px;
}

.google-review-card {
    display: flex;
}

.google-rating span {
    font-size: 40px;
    margin-right: 20px;
    font-weight: bold;
}

.card.google-rating-card {
    margin-top: 20px;
    background: none;
    width: 270px;
    border: 1px solid #019175;
    border-radius: 12px;
}

.google-rating-text svg {
    fill: #0da487;
}

.google-rating-text h5 {
    font-size: 17px;
    text-align: center;
    margin-top: 6px;
}

img.heading-icon {
    position: relative;
    top: -25px;
    left: 28px;
}

.card.top-packages-cards {
    border-radius: 0px;
    margin-bottom: 50px;
    box-shadow: 0px 1px 2px 2px #c5c5c5;
}

    .card.top-packages-cards img {
        border-radius: 0px;
        padding: 12px;
    }

.card-price-details {
    background: #1c7967;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.price-dv span {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.cart-icon svg {
    fill: white;
    margin-right: 10px;
}

.percentages a {
    margin-bottom: 0px;
    border-radius: 0px;
    float: right;
    background: none;
    color: #0da487;
    border: 1px solid #d5d5d5;
}

.card.top-packages-cards h4.card-title {
    color: #0da487;
}

.categories-section {
    background-image: url(../images/Categories.jpg);
    background-size: cover;
    padding: 100px;
    padding-bottom: 0px;
}

.container.categories-card-section {
    background: white;
}

.container-fluid.categories-card-section {
    background: #ffffffb0;
    border-radius: 30px;
    padding-top: 50px;
    position: relative;
    top: 200px;
    border: 1px solid #e1e1e1;
    padding-bottom: 50px;
}

.card.book-test-services.categories {
    background: #0da487;
    border: none;
    /* padding: 32px !important; */
}

    .card.book-test-services.categories img {
        width: 60px;
    }

h5.services-icon-text.categories {
    color: #0da185;
}

section.top-investigations {
    background: #e9fcf8;
    padding-bottom: 100px;
}

    section.top-investigations .top-packages {
        padding-top: 240px;
    }

.card.top-investigations h4 {
    color: #0da487;
    text-align: center;
    font-size: 20px;
}

.card.top-investigations p {
    text-align: center;
}

.card.top-investigations h5 {
    padding: 20px;
    text-align: center;
    color: #0da487;
    font-size: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cart-top-investigation {
    background: #0da487;
    fill: white;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    padding: 10px;
    height: 50px;
    margin: auto;
}

.card.top-investigations .card-body {
    padding-bottom: 0px;
}

.card.top-investigations {
    margin-bottom: 50px;
    border: none;
}

section.health-document {
    padding: 50px;
}

    section.health-document h4 {
        color: #0da487;
        font-size: 24px;
    }

    section.health-document h1 {
        font-weight: 800;
    }

    section.health-document h3 {
        padding-bottom: 10px;
    }

.btn.btn-primary.read-more-btn {
    background: #0da487;
    border: none;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.blog-section {
    background: #e9fcf8;
    padding: 50px;
}

.card.card-blog h4.card-title {
    color: #0da487;
}

.card.card-blog p.card-text {
    color: #939393;
}

.card.card-blog .card-body {
    background: #e9fcf8 !important;
}

.card.card-blog {
    border: none;
}

section.sample-connections-work {
    padding: 50px;
    background-image: url(../images/doctor-banner.png);
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
}

    section.sample-connections-work h1 {
        color: white;
        text-align: center;
        padding-bottom: 90px;
    }

.container-fluid.sample-connects-work-steps .img-seps {
    width: 100%;
}

.card-steps-icons {
    background: #35b39b;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 2px solid white;
}

    .card-steps-icons img {
        width: 40px;
    }

.card-steps-full p {
    color: white;
    text-align: center;
    font-size: 16px;
    margin-top: 4px;
    /* margin-bottom: 0px; */
}

.col-lg-2.card-position-steps {
    position: relative;
}

.card-steps-full {
    position: absolute;
    top: -44px;
    width: 100%;
}

footer.footer-section {
    background: #1b5a4f;
    padding: 40px;
    padding-top: 50px;
    padding-bottom: 0px;
}

ul.list-group.footer-ul-li li {
    background: none;
    color: white;
    fill: white;
    border: none;
}

ul.list-group.footer-ul-li li {
    background: none;
    color: #83b3aa;
    fill: white;
    border: none;
    /* padding-left: 0px; */
    padding: 12px;
    padding-left: 0px;
    display: flex;
}

footer.footer-section h3 {
    color: white;
    font-size: 20px;
}

footer.footer-section li.list-group-item svg {
    margin-right: 10px;
    position: relative;
    top: -5px;
}

form.footer-enquire-form .form-control {
    background: none;
    border: none;
    border-bottom: 2px solid #136c5d;
    border-radius: 0px;
}

    form.footer-enquire-form .form-control::placeholder {
        color: white;
    }

button.btn.btn-primary.enq-submits {
    background: #0f866f;
    border: none;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.book-a-test-slider button.owl-next {
    background: #ffffff6b !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: right;
    line-height: 29px !important;
    color: white !important;
}

    .book-a-test-slider button.owl-next span {
        font-size: 32px;
    }

.book-a-test-slider button.owl-prev {
    background: #ffffff6b !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    line-height: 29px !important;
    color: white !important;
}

    .book-a-test-slider button.owl-prev span {
        font-size: 32px;
    }

.book-a-test-slider .owl-nav {
    position: absolute;
    top: 60px;
    width: 100%;
}

.social-media-icons i {
    color: white;
    /* padding: 10px; */
    border: 1px solid #0f866f;
    margin: 3px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    /* display: flex; */
    text-align: center;
    line-height: 40px;
    background: #0f866f;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
    font-weight: bold;
}

.card.card-dashboard h5.card-title {
    text-align: center;
    padding: 0px;
    position: relative;
    top: -15px;
}

img.avatar-img-dashboard {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin: auto;
    display: block;
    position: relative;
    top: -25px;
    object-fit: cover;
}

.card.card-dashboard {
    border-radius: 0px;
    border: none;
}

.list-group.card-tablist-dashboard a.list-group-item.list-group-item-action {
    background: #0da487;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #f1f1f1;
    color: white;
    padding: 12px;
    font-weight: 300;
}

    .list-group.card-tablist-dashboard a.list-group-item.list-group-item-action.active {
        background: #047761 !important;
    }

.row.table-alignment-tb {
    padding: 12px;
}

    .row.table-alignment-tb table.table td {
        font-size: 14px;
        /* color: red !important; */
        color: #5f5f5f;
    }

.card-body.dsh-crd-b h5 {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px;
}

.card-body.dsh-crd-b p {
    padding: 10px;
    color: #0da487;
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.card.card-dashboard .card-body {
    background: #f3f3f3;
    padding-bottom: 0px;
    padding-top: 0px;
}

.card.crd-profile {
    margin-bottom: 20px;
    border: none;
    border: 1px solid #f3f3f3;
    box-shadow: 1px 1px 2px 1px gainsboro;
}

.card.order-history {
    margin: 14px;
    margin-left: 0px;
    border: 1px solid #0da4875c;
    font-size: 14px;
}

.my-profile-name h4 {
    font-size: 20px;
    padding: 10px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

table.table.tb-profile-cardd td {
    font-size: 14px;
}

button.btn.btn-primary.edit-t {
    margin-left: 30px;
    font-size: 14px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: #0da4875e;
    border: 1px solid #04776145;
    color: #047761;
    font-weight: bold;
}

.card-body.dsh-crd-b.b {
    padding-top: 0px;
}

.card.card-benefits .card-body {
    padding: 0;
    border: none !important;
}

.card.card-benefits {
    border: none !important;
}

button.btn.btn-primary.edit-benefits {
    font-size: 14px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    background: #0da48757;
    border: 1px solid #016a564d;
    color: #1b5a4f;
    font-weight: bold;
}

h3.h3-blog {
    font-size: 44px;
    font-weight: 300;
    width: 50%;
    display: block;
}

.blog-img {
    margin-top: 50px;
}

    .blog-img img {
        width: 100%;
    }

.blog-data {
    margin-top: 35px;
}

    .blog-data h5 {
        margin-bottom: 15px;
    }

    .blog-data p {
        text-align: justify;
    }

button.btn.btn-primary.post-comment {
    width: auto;
    border-radius: 20px;
    padding: 8px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 10px;
    background: #1b5a4f;
    border: none;
}

.form-blog .card {
    border: none;
    background: #f9f9f9;
    border-radius: 0px;
    padding: 12px;
}

.card.card-blog-rev {
    padding: 12px;
    border-radius: 0px;
    border: 1px solid #0da4875e;
    background: #0da4873d;
}

    .card.card-blog-rev h5 {
        color: #1b5a4f;
        width: 70%;
        margin: auto;
        display: block;
        text-align: center;
    }

button.btn.btn-primary.ln {
    background: #1b5a4f;
    border: none;
}

input.form-control.email-blog {
    margin-top: 18px;
    padding: 12px;
    margin-bottom: 18px;
}

button.btn.btn-primary.sub-tdy {
    margin: auto;
    display: block;
    background: #0da487;
    border: none;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.table-content {
    margin-top: 30px;
}

@media only screen and (max-width: 900px) {

    .banner-img-section {
        padding: 20px;
        margin-left: 0px;
        margin-top: 0px;
    }

        .banner-img-section h1 {
            font-weight: 600;
            font-size: 24px;
        }

        .banner-img-section p {
            width: 100% !important;
            margin-top: 20px;
        }

    .google-rating span {
        font-size: 30px;
    }

    .google-rating-text svg {
        fill: #0da487;
        width: 20px;
        height: 20px;
    }

    .google-rating-text h5 {
        font-size: 14px;
    }

    .card.google-rating-card .card-body {
        padding: 8px;
    }

    .card.google-rating-card {
        width: 210px;
    }

    .search-section {
        display: unset;
    }

    .search-bar {
        margin-top: 14px;
        width: 90%;
        margin: auto;
        display: block;
    }

    .logins-section {
        margin-right: 20px;
        margin-top: 12px;
        margin-left: 10px;
        margin-bottom: 19px;
        display: flex;
        justify-content: flex-end;
    }

    .calls-section {
        display: none;
    }

    .search-bar {
        display: none;
    }

    .navbar-ul a.nav-link {
        padding: 0px;
        color: white;
        font-weight: 400;
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px solid #ffffff3d;
    }

    img.heading-icon {
        display: none;
    }

    section.book-a-test {
        background: #0da487;
        padding: 15px;
        position: relative;
        top: -1px;
        padding-top: 50px;
    }

    section.top-packages {
        padding: 20px;
    }

    section.health-document {
        padding: 15px;
        padding-top: 50px;
    }

    section.blog-section {
        background: #e9fcf8;
        padding: 15px;
    }

    .col-lg-2.card-position-steps {
        position: relative;
        margin-bottom: 80px;
    }

    section.top-investigations {
        padding: 15px;
    }

    .categories-section {
        padding: 20px;
    }
}

.card-main {
    padding: 50px;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 4px 8px 0px #283593;
}

.card-0 {
    color: #fff;
    background-color: #536DFE;
    position: relative;
    margin-left: 70px;
    border-radius: 10px;
    min-height: 312px;
}

.carousel-indicators li {
    cursor: pointer;
    border-radius: 50% !important;
    width: 10px;
    height: 10px;
}

.profile {
    color: #000;
    background-color: #FFD54F;
    position: absolute;
    left: -70px;
    top: 17%;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.profile-pic {
    width: 120px;
    height: 120px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
}

.open-quotes {
    margin-left: 130px;
    margin-top: 100px;
}

.content {
    margin-left: 150px;
    margin-right: 80px;
}

.close-quotes {
    margin-bottom: 100px;
    margin-right: 60px
}

@media screen and (max-width: 600px) {
    .card-main {
        padding: 50px 10px;
    }

    .card-0 {
        min-height: 432px;
    }

    .profile {
        top: 24%;
    }

    .profile-pic {
        width: 90px;
        height: 90px;
    }

    .open-quotes {
        margin-left: 100px;
    }

    .content {
        margin-left: 120px;
        margin-right: 50px;
    }

    .close-quotes {
        margin-right: 30px
    }
}

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

    .gtco-testimonials .owl-stage-outer {
        padding: 30px 0;
    }

    .gtco-testimonials .owl-nav {
        display: none;
    }

    .gtco-testimonials .owl-dots {
        text-align: center;
        margin-top: 15px;
    }

        .gtco-testimonials .owl-dots span {
            position: relative;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            display: block;
            background: #1b5a4f4a;
            margin: 0 5px;
        }

        .gtco-testimonials .owl-dots .active {
            box-shadow: none;
        }

            .gtco-testimonials .owl-dots .active span {
                background: #1b5a4f;
                box-shadow: none;
                height: 12px;
                width: 12px;
                margin-bottom: -1px;
            }

    .gtco-testimonials .card {
        background: #fff;
        box-shadow: 0 8px 30px -7px #1b594e4a;
        margin: 20px 20px;
        padding: 0 10px;
        border-radius: 20px;
    }

        .gtco-testimonials .card .card-img-top {
            max-width: 100px;
            border-radius: 50%;
            margin: 15px auto 0;
            box-shadow: 0 8px 20px -4px #95abbb;
            width: 100px;
            height: 100px;
        }

        .gtco-testimonials .card h5 {
            color: #1b5a4f;
            line-height: 1.3;
            font-weight: 300;
        }

            .gtco-testimonials .card h5 span {
                font-size: 16px;
                color: #000000;
            }

        .gtco-testimonials .card p {
            font-size: 16px;
            color: #000000;
            padding-bottom: 15px;
        }

    .gtco-testimonials .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .gtco-testimonials .center {
        opacity: 1;
    }

        .gtco-testimonials .center h5 {
            font-size: 24px;
        }

            .gtco-testimonials .center h5 span {
                font-size: 16px;
            }

        .gtco-testimonials .center .card-img-top {
            max-width: 100%;
            height: 120px;
            width: 120px;
            border: 1px solid #1b5a4f69;
            padding: 5px;
        }

.payment-mode-icons {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

    .payment-mode-icons img {
        background: #ffffff3b;
        width: 84px;
        padding: 5px;
        padding-left: 10px;
        padding-right: 15px;
        height: 42px;
        padding-top: 8px;
        padding-bottom: -1px;
        border: 1px solid #ffffff24;
        margin-bottom: 5px;
        margin-right: 5px;
    }

p.health-p {
    color: white;
    margin-top: 40px;
}

section.partners .top-packages {
    margin-top: 50px;
}

section.partners {
    padding: 30px;
    padding-bottom: 85px;
}

.col-lg-12.clients-images img {
    width: 100%;
    background: #1b5a4f14;
    padding: 22px;
    border: 1px solid #5ad4bb;
    margin-bottom: 25px;
}



@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

section.testimonal {
    padding: 50px;
}

    section.testimonal .top-packages h2 {
        padding-bottom: 0px;
        margin: 0px;
    }

.gtco-testimonials .owl-stage-outer {
    padding: 0px;
}

section.testimonal {
    padding: 50px;
    background: #e9fcf8;
}

.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 9999999999;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.blantershow-chat {
    /* background: #009688; */
    background: #ffffff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

    a.blantershow-chat svg {
        transform: scale(1.2);
        margin: 0 10px 0 0;
    }

.header-chat {
    background: #35b39b;
    color: #fff;
    padding: 20px;
    border: 1px solid #f2f2f2;
    opacity: 0.9;
}

    .header-chat h3 {
        margin: 0 0 10px;
    }

    .header-chat p {
        font-size: 14px;
        line-height: 1.7;
        margin: 0;
    }

.info-avatar {
    position: relative;
}

    .info-avatar img {
        border-radius: 100%;
        width: 50px;
        float: left;
        margin: 0 10px 0 0;
    }

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

    a.informasi:hover {
        background: #f1f1f1;
    }

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}
/* .blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
  } */
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 60px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
    width: 45px !important;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #eee;
    border-radius: 2px;
    line-height: 38px;
    border-radius: 0px !important;
}

a#send-it {
    width: 30px;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #eee;
    border-radius: 10px;
    svg

{
    fill: #a6a6a6;
    height: 24px;
    width: 24px;
}

}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
    & span

{
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: rgb(182, 181, 186);
    }

    15% {
        background-color: rgb(17, 17, 17);
    }

    25% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes hPhMsj {
    15% {
        background-color: rgb(182, 181, 186);
    }

    25% {
        background-color: rgb(17, 17, 17);
    }

    35% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes iUMejp {
    25% {
        background-color: rgb(182, 181, 186);
    }

    35% {
        background-color: rgb(17, 17, 17);
    }

    45% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    &::before

{
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
    &::before

{
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

a.blantershow-chat {
    width: 240px;
}

a.blantershow-chat {
    width: 240px;
}

    a.blantershow-chat img {
        border: 1px solid #e0e0e0;
        border-radius: 50%;
        width: 40px;
    }

p.chat-with-us {
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
    top: 12px;
}

p.chat-with-us {
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
    top: 9px;
    /* text-decoration: none !important; */
}

p.chat-with-us {
    font-weight: bold;
    color: #1b5a4f;
}

a.blantershow-chat {
    text-decoration: none;
}

.social-media-icons-sidebar i {
    background: #1b5a4f;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: white;
}

.social-media-icons-sidebar {
    position: fixed;
    z-index: 999999;
    top: 250px;
    right: 0px;
}

    .social-media-icons-sidebar i {
        display: flex;
        text-align: center;
        justify-content: center;
        margin-bottom: 8px;
        margin-right: 10px;
    }

        .social-media-icons-sidebar i:hover {
            background: #0da487;
            cursor: pointer;
            border: 1px solid white;
        }

button.btn.btn-primary.book-noww {
    width: 100%;
    background: none;
    border: none;
    padding: 0px;
    font-size: 16px;
}

p.price-main {
    margin-left: 18px;
}

span.peice-n {
    font-size: 22px;
    position: relative;
    left: 10px;
}

.dash {
    width: 58px;
    height: 2px;
    background: red;
    position: absolute;
    margin-top: 17px;
}

.price-wrong {
    width: 50px;
    height: 2px;
    background: red;
    position: relative;
    top: 21px;
    left: 0px;
}

.price-details-div {
    padding-left: 20px;
    padding-bottom: 20px;
}

span.small-text {
    padding-right: 10px;
}

span.big-text {
    color: black;
    font-size: 24px;
}

.cart-packages i.fa-solid.fa-cart-shopping {
    position: absolute;
    right: 0px;
    font-size: 24px;
    color: #1c7967;
    margin-right: 15px;
    margin-top: 12px;
}

.countt {
    position: absolute;
    right: 10px;
    margin-top: 5px;
    background: white;
    font-size: 8px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #1c7967;
}

section.login-details {
    background: #0da4871f;
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 100px;
}

h3.login-headings {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.card.login-cards {
    border-radius: 0px;
    background: #ffffff7d;
    border: 1px solid white;
}

    .card.login-cards input.form-control {
        padding: 12px;
        border: 1px solid #ebebeb;
    }

    .card.login-cards h5 {
        margin-bottom: 20px;
    }

.forget-pasword {
    display: flex;
    justify-content: space-between;
}

button.btn.btn-primary.btn-submit-form {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    background: #1b5a4f;
    border: none;
    border-radius: 0px;
}

.card.login-cards .card-body {
    padding: 30px;
    border: 2px solid white;
}

.card.login-cards h4.card-title {
    font-weight: 300;
}

label.form-check-label.forget {
    color: #55a344;
    font-weight: 600;
}

.wel-extra {
    text-align: center;
}

    .wel-extra p {
        margin: 3px;
    }

h3.login-headings {
    text-align: center;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #006451;
    letter-spacing: 1px;
}

section.header-section {
    border-bottom: 1px solid #f0f0f0;
}

h3.about-us-heading {
    font-weight: 300;
    margin-top: 26px;
    margin-bottom: 26px;
}

section.about-us-section {
    background: #ffffff;
    color: #1b5a4f;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 50px;
}

.col-lg-12.about-us-content h5 {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
}

img.work-svg {
    width: 70px;
    margin-bottom: 18px;
    position: absolute;
    top: -35px;
    background: #1b5a4f;
    padding: 12px;
    border-radius: 15px;
}

section.image-cards {
    background: #f8f8f8;
    margin-bottom: 100px;
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

    section.image-cards .card {
        background: #1b5a4f;
        border: 1px solid #ffffff94;
        border-radius: 20px;
        box-shadow: 1px 2px 2px #ffffff66;
    }

    section.image-cards h1 {
        color: white;
        text-align: right;
        font-size: 50px;
        font-weight: bolder;
    }

    section.image-cards h5 {
        color: white;
    }

    section.image-cards p {
        color: white;
    }

.cart-detailss {
    display: flex;
    justify-content: space-between;
}

.card.book-a-test h5 {
    font-size: 14px;
}

.cart-detailss p {
    margin: 0px;
    margin-top: 10px;
}

span.card-fst {
    font-size: 11px;
}

span.card-fst-tw {
    font-size: 14px;
}

.shooping-cardts-icons i.fa-solid.fa-cart-shopping {
    color: #0da487;
    font-size: 16px;
    border: 1px solid #0da487;
    padding: 6px;
    border-radius: 4px;
    position: relative;
    top: 20px;
}

.card.book-a-test {
    margin-bottom: 25px;
}

.filter-card li.list-group-item.w-100 {
    border-radius: 0px !important;
}

.filter-card {
    margin-bottom: 30px;
}

main {
    margin-top: 100px;
}

section.header-section {
    position: sticky;
    top: 0px;
    position: fixed;
    background: white;
    z-index: 99999;
    height: 100px;
}

.view-cart {
    border: 1px solid #ebebeb;
    border-radius: 0px;
    padding: 3px;
}

    .view-cart li.list-group-item.w-100 {
        border-radius: 0px !important;
        font-family: 'Roboto';
        background: #cbcbcb3b;
        color: black;
        border: 1px solid white;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
    }

.card.card-viewcart-shop {
    background: #cbcbcb3b;
    border: none;
    border-radius: 0px;
    margin-bottom: 50px;
}

    .card.card-viewcart-shop h5.card-title {
        border-bottom: 1px solid #0da487;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

.cart-price-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.card.card-viewcart-shop button.btn.btn-primary {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px;
    font-size: 14px;
}

button.btn.btn-primary.checkout {
    background: #1b5a4f;
    border: none;
}

button.btn.btn-primary.addtests {
    background: #e0e0e0;
    color: #1b5a4f;
    border: none;
}

.total-text {
    font-size: 18px;
    font-weight: 600;
}

.total-price {
    font-size: 18px;
    color: #1b5a4f;
    font-weight: bolder;
}

.Price-details-s p {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

input.form-control.me-2.form-search-input {
    padding: 10px;
}

.card.download-report {
    margin-top: 15px;
    margin-bottom: 0px;
    background: #f7f7f7;
    border: none;
    padding: 5px;
    margin-bottom: 15px;
}

.card.download-report {
    border-radius: 0px;
    border: 1px solid #0da48738;
    padding: 10px;
    border-radius: 10px;
}

.row.card-spacing-dw {
    margin-top: 35px;
    margin-bottom: 35px;
}

.refund-pol {
    margin-top: 50px;
    margin-bottom: 50px;
}

.signup-images img {
    width: 70%;
    margin: auto;
    display: block;
}

.modal.fade.upload-pres.show {
    margin-top: 65px;
    z-index: 999999;
}

.upload-text {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

    .upload-text button.btn.btn-primary {
        background: #0da487;
        border: none;
        border-radius: 0px;
        font-size: 14px;
        margin-bottom: 10px;
    }

form.upload-form-m {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    form.upload-form-m .mb-3 {
        width: 45% !important;
    }

button.btn.btn-primary.cancel-l {
    padding: 0px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background: #F44336;
    border: none;
    position: relative;
    right: 10px;
}

button.btn.btn-primary.add-d {
    padding: 0px;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background: #0da487;
    border: none;
    position: relative;
}

.cancel-sub-btns {
    float: right;
    text-align: right;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.card.book-a-test {
    margin-bottom: 25px;
    background: #f3f3f3;
    border: none;
    box-shadow: 1px 2px 2px #d9d9d9;
}

.filter-card li.list-group-item.w-100 {
    background: #f3f3f3;
    border: none;
    border: 0.5px solid #0da48717;
    color: #0da487;
}

@media only screen and (max-width: 900px) {
    section.sample-connections-work {
        display: none;
    }

    .payment-mode-icons {
        display: flex;
        margin-top: 20px;
        margin-bottom: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

        .payment-mode-icons img {
            background: #ffffff;
        }

    section.header-section {
        position: sticky;
        top: 0px;
        position: relative;
        background: white;
        z-index: 99999;
        height: auto;
    }

    main {
        margin-top: 0px !important;
    }

    section.image-cards .card {
        margin-bottom: 70px;
    }

    .list-group-horizontal {
        flex-direction: column;
        border: 1px solid #eeeeee;
    }

    .card.download-report {
        margin-top: 15px;
        margin-bottom: 0px;
        background: #f7f7f7;
        border: none;
        padding: 5px;
        margin-bottom: 15px;
    }

    .forget-pasword {
        display: unset;
        justify-content: space-between;
    }

    .signup-images img {
        width: 90%;
        margin: auto;
        display: block;
        margin-bottom: 50px;
    }

    .card.download-report {
        border-radius: 0px;
        border: 1px solid #0da48738;
        padding: 10px;
        border-radius: 10px;
    }

    h3.h3-blog {
        font-size: 24px;
        font-weight: 300;
        width: 100%;
        display: block;
    }

    .social-media-icons-sidebar {
        display: none;
    }
}
