* {
    font-family: "Poppins" !important;
    scroll-behavior: smooth !important;
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

:root {
    --green: #8bc34a;
    --blue: #0c8ce9;
    --dark-white: #f6f6f6;
}

.container-new {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}

.home-body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}

/* body::-webkit-scrollbar {
    width: 12px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: grey;
}

*/

/* header */
.logo-link {
    text-decoration: none;
}

/* .logo-link:hover{

} */
.logo img {
    width: 176px !important;
    object-fit: contain;
}

.navbar {
    /* position: fixed !important; */
    /* top: 0 !important;
    width: 100% !important;
    z-index: 100;*/
    /* height: 80px;
    padding-top:1rem !important; */
    background-color: white !important;
    box-shadow: 0px 5.51246px 11.0249px rgba(0, 0, 0, 0.1);
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 20;
    /* background-color: var(--primary-color); */
    color: #fff !important;
}

.main-cover .main {
    background-color: var(--dark-white);
    border: 0.5px solid var(--blue);
    border-radius: 15px;
    height: 100%;
    position: relative;
    z-index: 5;
}

.navbar-nav {
    text-align: center !important;
    display: flex !important;
    align-self: center !important;
}

/* nav {
    height: 100px !important;
} */

.navbar-nav a {
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 15px 5px;
}

.navbar-nav .nav-item {
    padding: 0px 6px;
}

.nav-link {
    color: #000000 !important;
}

/* .navbar-nav a.active {
    border-bottom:2px solid var(--blue) !important;

  } */
.navbar-nav a.active::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 75%;
    height: 0.16rem;
    background-color: var(--blue);
}

.btn-green {
    border: 1px solid var(--green);
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    color: #000000;
}

.btn-white {
    background-color: white;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
}

.btn-green:hover {
    background-color: var(--green);
    color: white;
}

/* Hero */

.hero {
    margin-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    z-index: 1;
    background-color: white;
}

.hero-image-cover {
    position: relative;
}

.hero-image {
    background-image: url("img/Vector.png");
    width: 1182px;
    height: 664px;
    overflow-x: hidden !important;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 250px;
    top: 33px;
    /* z-index: 1 !important; */
}

.hero-wrapper {
    position: relative;
    z-index: 1;
}

.hero-circle {
    width: 514px;
    height: 514px;
    background-color: #ff9800;
    /* border-radius: 428px 428px 428px 0px; */
    border-radius: 428.132px 425.969px 428.132px 0px;
    position: relative;
}

.about {
    width: 95%;
}

.pregnant img {
    width: 599.39px;
    height: 899.08px;
}

.pregnant {
    /* width: 550.39px; */
    height: 100%;
    position: absolute;
    left: 19%;
}

.hero-text {
    padding-top: 7rem;
}

.hero-text h1 {
    font-family: "Poppins";
    font-size: 37px;
    font-weight: 700;
    line-height: 60px;
    text-align: right;
}

.hero-text p {
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    color: #464646;
}

.hero-bottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.hero-extra-text {
    padding-top: 8rem;
}

.hero-extra-text h6 {
    color: #464646;
    font-weight: 300;
    font-size: 32px;
    font-style: normal;
}

.hero-extra-text p {
    color: var(--blue);
    font-weight: 500;
    font-size: 64px;
}

.hero-bottom span {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.hero-text .line {
    width: 1px;
    height: 35px;
    border: 1px solid grey;
    /* transform: rotate(90deg); */
    /* position: absolute; */

    /* background-color: red;  */
}

.circle1 {
    width: 32%;
    height: 32%;
    background-color: white !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    box-shadow: 0px 5.51246px 11.0249px rgba(0, 0, 0, 0.1);
    left: 50px;
    top: -20px;
    z-index: 1;
    border-radius: 50%;
    overflow-wrap: break-word;
}

.circle2 {
    width: 32%;
    height: 32%;
    background-color: white !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    box-shadow: 0px 5.51246px 11.0249px rgba(0, 0, 0, 0.1);
    left: 50px;
    bottom: -35px;
    z-index: 5;
    border-radius: 50%;
    overflow-wrap: break-word;
}

.circle3 {
    width: 32%;
    height: 32%;
    background-color: white !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    box-shadow: 0px 5.51246px 11.0249px rgba(0, 0, 0, 0.1);
    left: 78%;
    bottom: 68%;
    z-index: 5;
    border-radius: 50%;
    overflow-wrap: break-word;
}

.circle4 {
    width: 32%;
    height: 32%;
    background-color: white !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    box-shadow: 0px 5.51246px 11.0249px rgba(0, 0, 0, 0.1);
    left: 72%;
    bottom: -5%;
    z-index: 5;
    border-radius: 50%;
    overflow-wrap: break-word;
}

@media (max-width: 767px) {
    footer .links ul li {
        padding: 10px 10px !important;
    }

    .sticky {
        position: fixed !important;
        top: 0 !important;
        width: 100%;
        z-index: 20;
        padding-top: 1.3rem !important;
        /* background-color: var(--primary-color); */
        color: #fff !important;
    }

    .hero-image {
        display: none !important;
    }

    .hero-text p {
        font-size: 26px !important;
        line-height: 34px !important;
    }

    .about-image {
        height: 400px;
    }

    .highlights {
        margin-bottom: 20rem !important;
    }

    .hero-image-cover,
    .hero-image {
        display: none;
    }

    /* .download{
    max-width: 50vw !important;
} */
    .hero-circle {
        width: 85vw;
        height: 380px;
        max-width: 400px;
    }

    .hero-text {
        padding-top: 5rem;
    }

    .race {
        height: 75vh !important;
        /* overflow: hidden; */
    }

    .pregnant {
        left: 2%;
        top: -18.5%;
        width: 350px;
        height: 450px;
    }

    .circle1,
    .circle2,
    .circle3,
    .circle4 {
        width: 130px !important;
        height: 130px !important;
        font-size: 12px !important;
    }

    .circle2 {
        left: 4%;
    }

    .circle3,
    .circle4 {
        left: 65% !important;
    }

    .circle1 {
        left: 4%;
    }

    .highlights .bottom img {
        max-width: 350px;
    }

    .pixel {
        max-height: 280px;
    }

    .iphone {
        max-height: 300px;
    }

    .phone-sec-wrapper {
        padding-bottom: 3rem !important;
    }

    .result {
        height: 100vh;
    }

    .experience-text {
        padding-bottom: 10px !important;
    }

    .laptop-cover {
        bottom: -89px !important;
        padding-bottom: 10rem;
    }

    .hero-extra-text p {
        font-size: 43px;
    }

    /* .highlights {
        margin-bottom: 20rem !important;
    } */
}

@media ((min-width: 1000px) and (max-width:1200px)) {
    .oval {
        width: 931px !important;
    }

    .App-wrapper .content {
        padding: 8vw !important;
    }

    .benefits .content .box {
        max-width: 395px !important;
    }

    .highlights .bottom img {
        height: 406px !important;
    }

    .pixel {
        height: 333px !important;
    }

    .blue-rec {
        right: 11px !important;
    }
}

/* Benefits */
.benefits {
    position: relative;
    padding-top: 6rem;
    background-color: var(--dark-white);
    overflow-x: hidden !important;
    /* height: 1000px;
    width: 100%; */
}

.oval {
    width: 1147px;
    height: 477px;
    background-color: var(--green);
    position: absolute;
    top: -24%;
    left: -53%;
    border-radius: 60%;
    /* z-index: -1; */
}

.benefits h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    width: 297px;
}

.benefits .content p {
    font-weight: 400;
    /* font-size: 20px; */
    color: #464646;
}

.benefits .content .num {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: var(--green);
    color: white;
    display: flex;
    margin-top: 3%;
    /* margin-top:3rem; */
    justify-content: center;
}

.benefits .content .box {
    background: #fff;
    box-shadow: 0px 6px 45px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    border-radius: 10px;
    width: 552px;
    /* height: 114px; */
}

.benefits .content .second {
    padding-left: 2.5rem;
}

.benefits .content .third {
    padding-left: 5rem;
}

.benefits .content .fourth {
    padding-left: 2.5rem;
}

.benefits .content .fifth {
    padding-left: 2.6rem;
}

.circle-blue {
    width: 550px;
    height: 5000px;
    position: relative;
}

.race {
    height: 750px;
    padding-top: 10%;
}

.circle-blue-wrapper {
    padding-top: 10rem;
}

@media (max-width: 767px) {
    .oval {
        width: 400px !important;
        height: 222px !important;
        top: -111px !important;
        left: -155px !important;
    }

    .orange-oval {
        top: -97px !important;
        left: -92px !important;
        width: 222px !important;
        height: 222px !important;
    }

    .circle-blue {
        max-width: 350px;
        height: 380px;
    }

    .benefits .content .box {
        max-width: 80vw !important;
    }

    .benefits .content .second,
    .benefits .content .third,
    .benefits .content .fourth {
        padding-left: 0 !important;
    }

    .benefits .content p {
        font-size: 15px !important;
    }

    /* .hero-text h1 {
        font-size: 23px;
        line-height: 42px;
    } */

    .pregnant2 {
        top: -170px;
        right: 1px;
    }

    .circle-blue-wrapper {
        padding-top: 12rem;
    }

    .phone-sec-wrapper {
        padding-bottom: 3rem;
    }

    .highlights .bottom img {
        max-height: 300px;
        /* object-fit: cover; */
    }

    .card-wrapper {
        width: 100% !important;
    }

    .card-wrapper-sm {
        position: static !important;
        margin: 5rem 0.1rem 5rem 0.1rem;
    }

    .navbar-nav a.active::after {
        width: 10% !important;
    }

    .card-wrapper .card {
        max-width: 98% !important;
    }

    .terms-wrapper {
        max-width: 90%;
    }
}

@media (max-width: 400px) {
    /* .benefits .content .box {
        max-width: 200px !important;
    } */

    .benefits .content p {
        font-size: 15px !important;
    }
}

@media (min-width: 397px) {
    .smallest {
        display: none;
    }
}

@media (max-width: 397px) {
    .smallest {
        display: block;
    }

    .bigscreen {
        display: none !important;
    }
}

/* Highlights */
.highlights {
    position: relative;
    margin-bottom: 1rem;
}

.orange-oval {
    width: 477px;
    height: 477px;
    background-color: #ff9800;
    border-radius: 50%;
    position: absolute;
    top: -259px;
    left: -198px;
    z-index: -1;
}

.highlights h4 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    /* width: 90%; */
    padding-bottom: 60px;
}

.experience-text {
    padding-bottom: 13rem;
}

.laptop-cover {
    bottom: 207px;
}

.highlights .content {
    padding-top: 9rem;
    overflow: unset !important;
}

.highlights .content .top {
    text-align: center;
}

.highlights .content .top p {
    color: #464646;
    font-weight: 400;
    font-size: 20px;
    /* width: 700px; */
}

.highlights .bottom h5 {
    font-weight: 600;
    font-size: 36px;
}

.highlights .bottom h3 {
    font-weight: 600;
    font-size: 20px;
}

.highlights .bottom ul,
.highlights .bottom li {
    color: #464646;
}

.highlights .bottom li {
    font-size: 18px;
    font-weight: 500;
}

.highlights .bottom img {
    position: absolute;
    z-index: 8;
    height: 469px;
    overflow: auto !important;
}

/* .blue-rec-cover{
    position: relative;
} */
.blue-rec {
    height: 638px;
    width: 252px;
    background: #2177b4;
    border-radius: 400px;
    transform: rotate(-14deg);
    position: absolute;
    z-index: 1;
    bottom: -207px;
    right: 117px;
}

.pixel {
    position: absolute;
    z-index: 5;
    height: 350px;
}

.pixel-wrapper {
    position: relative;
}

/* Phone sec */
.phone-sec h5 {
    font-weight: 600;
    font-size: 30px;
}

.download {
    border: 1px solid var(--green);
    border-radius: 30px;
    text-decoration: none;
    color: black;
    padding: 10px;
    font-weight: 600;
}

.download:hover {
    background-color: var(--green);
    color: white !important;
}

.phone-sec-wrapper {
    padding-bottom: 13rem;
}

.phone-sec h3 {
    font-weight: 600;
    font-size: 20px;
}

.phone-sec ul,
.phone-sec li {
    color: #464646;
}

.phone-sec li {
    font-size: 18px;
    font-weight: 500;
}

.sec-2 .iphone {
    height: 500px;
}

.dark-white {
    background-color: var(--dark-white);
    border-radius: 20px;
}

.dark-white p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

/* Footer */
footer {
    background-color: var(--blue);
    margin-top: auto;
}

footer h4 {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    color: white;
}

footer h5 {
    font-family: "Barlow" !important;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    color: white;
}

footer .links ul {
    list-style-type: none;
    color: white;
}

footer .links ul li {
    padding: 0px 10px;
    font-size: 13px;
}

footer .links a {
    text-decoration: none;
    color: white;
}

footer .links ul li:hover {
    cursor: pointer;
}

/* Login */
.login-img-wrapper {
    /* height: 1000px; */
    width: 30rem;
    font-family: "Poppins";
}

.login {
    background-image: url("img/pregnant-blur.png");
    width: 800px;
    height: calc(100vh + 400px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: fixed;
}

.login-img-wrapper .img h5 {
    font-weight: 500;
    font-size: 20px;
    color: white;
}

.login-img-wrapper .bottom-text h2 {
    font-family: "Playfair Display" !important;
    font-weight: 900;
    font-size: 36px;
    color: #2177b4;
}

.login-img-wrapper .bottom-text {
    padding-top: 8rem;
}

.login-img-wrapper .bottom-text p {
    width: 130px;
    height: 128px;
    font-weight: 100;
    font-size: 20px;
    line-height: 32px;
    color: white;
}

.card-cover {
    position: relative;
}

.card-wrapper {
    position: relative;
    padding-top: 5rem !important;
    margin: 0 auto !important;
    width: 700px;
}

.card-wrapper .card {
    /* position: absolute; */
    border-radius: 20px !important;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1) !important;
}

.card-wrapper .card .heading {
    font-weight: 400;
    font-size: 20px;
}

.text-red {
    color: red;
}

.auth select {
    background-color: var(--dark-white) !important;
    border-radius: 10px !important;
    height: 60px;
    border: none !important;
    cursor: pointer !important;
}

.auth input[type="text"] {
    background-color: var(--dark-white) !important;
    border-radius: 10px !important;
    height: 60px;
    border: none !important;
}

.check-green {
    color: var(--green) !important;
}

.login-btn {
    background-color: var(--green);
    color: white !important;
    border-radius: 50px;
    text-align: center;
    border: none;
    /* width: 80%; */
    text-decoration: none;
    padding: 15px 60px;
}

.disabled {
    filter: brightness(90%);
    pointer-events: none !important;
}

.disabled:hover {
    cursor: not-allowed;
}

.bottom-text-sm h2 {
    font-family: "Playfair Display" !important;
    font-weight: 900;
    font-size: 36px;
    color: #2177b4;
}

.bottom-text-sm p {
    font-weight: 100;
    font-size: 18px;
    line-height: 32px;
    color: #464646;
}

/* terms and condition */
.terms .top {
    /* width: 365px; */
    /* height: 84px; */
    color: #000000;
    font-weight: 700;
    font-size: 18px;
}

.terms p {
    /* max-width: 500px !important; */
    /* height: 84px; */
    padding: 0 1rem;
    color: gray;
    /* font-weight: 600; */
    font-size: 16px !important;
}

.agree-heading {
    font-weight: 550;
    font-size: 20px;
    color: #000000;
}

.terms ol {
    color: gray !important;
    padding: 0px 20px;
}

.terms-wrapper {
    width: 100%;
    overflow-y: auto;
    max-height: 300px !important;
    text-align: justify;
}

.terms-wrapper::-webkit-scrollbar {
    width: 5px;
}

.terms-wrapper::-webkit-scrollbar-track {
    background: var(--dark-white);
    border-radius: 50px;
}

.terms-wrapper::-webkit-scrollbar-thumb {
    background: #ff9800;
    border-radius: 50px;
}

.terms-footer {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background-color: var(--dark-white) !important;
    padding: 15px 20px;
}

.terms-btn-green {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid var(--green);
    /* width: 200px; */
    color: var(--green);
    text-decoration: none;
    padding: 10px 30px;
    text-align: center;
    cursor: pointer;
}

.terms-btn-bg-green {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid var(--green);
    background-color: var(--green);
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    text-align: center;
    cursor: pointer;
}

/* Home */
.App-wrapper {
    /* position: fixed; */
    height: 100%;
    width: fit-content;
    background-color: var(--blue);
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1);
}

.App-wrapper .content {
    padding: 8.4rem;
}

.user_id {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #ff9800;
    padding: 10px;
    text-align: center;
}

.App-wrapper .app {
    width: fit-content;
    padding: 12rem;
    height: 400px !important;
    background-color: white;
    border-radius: 428px 428px 428px 0px;
    position: relative;
    /* margin-top: 1rem; */
}

.App-wrapper .heading {
    font-family: "Playfair Display" !important;
    font-weight: 900;
    font-size: 32px;
    color: #fff;
}

.App-wrapper .website-btn {
    text-decoration: none;
    border: 1px solid #ff9800;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 10px 10px;
    cursor: pointer;
}

.website-chevron {
    color: #ff9800;
}

.app {
    position: relative;
}

.app-img {
    background-image: url("img/pregnant.png");
    width: 800px;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 4% !important;
    top: -25.2% !important;
    z-index: 1 !important;
}

.app .circle1 {
    height: 40%;
    width: 40%;
    background-color: white !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0px 5.51246px 11.0249px rgba(0, 0, 0, 0.1);
    left: -4%;
    top: 2%;
    z-index: 5;
    border-radius: 50%;
    overflow-wrap: break-word;
}

.app p {
    font-size: 13px;
}

.app .circle2 {
    height: 40%;
    width: 40%;
    background-color: white !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0px 5.51246px 11.0249px rgba(0, 0, 0, 0.1);
    left: -4%;
    top: 62%;
    z-index: 5;
    border-radius: 50%;
    overflow-wrap: break-word;
}

.app .circle3 {
    height: 40%;
    width: 40%;
    background-color: white !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 20px;
    box-shadow: 0px 5.51246px 11.0249px rgba(0, 0, 0, 0.1);
    left: 78%;
    top: -2%;
    z-index: 5;
    border-radius: 50%;
    overflow-wrap: break-word;
}

.app .circle4 {
    height: 40%;
    width: 40%;
    background-color: white !important;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 20px;
    box-shadow: 0px 5.51246px 11.0249px rgba(0, 0, 0, 0.1);
    left: 68%;
    top: 67%;
    z-index: 5;
    border-radius: 50%;
    overflow-wrap: break-word;
}

.main-cover .top {
    background-color: var(--blue);
    height: 300px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /* position: relative;
    z-index: 0; */
}

.bell-badge {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: var(--green);
    color: white;
    text-align: center;
    left: 10px;
    top: -3px;
    border-radius: 50%;
    font-size: 14px;
}

.test h6 {
    color: #464646;
    font-size: 16px;
    font-weight: 200;
}

#Slide {
    position: relative;
    top: -119px;
    border-radius: 20px !important;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: -119px;
}

/* .myslides{
    animation: mymove 5s infinite;
} */
.selected {
    animation: slide-in 0.2s backwards;
    -webkit-animation: slide-in 0.2s backwards;
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateX(200%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes mymove {
    0% {
        top: 0px;
        background: red;
        width: 100px;
    }

    100% {
        top: 200px;
        background: yellow;
        width: 300px;
    }
}

.border-blue {
    /* border: 4px solid red !important; */
    border: 0.5px solid var(--blue) !important;
}

.test .next-btn {
    border-radius: 5px;
    background-color: var(--green);
    color: white;
    padding: 10px 18px;
    text-decoration: none;
    border: none;
}

.test .prev-btn {
    border-radius: 5px;
    background-color: var(--dark-white);
    color: var(--green);
    padding: 13px 18px;
    text-decoration: none;
    border: none;
}

#test-load {
    display: none;
    padding-bottom: 4rem;
}

.input-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--blue);
    opacity: 0.4;
}

.myslides select {
    background-color: var(--dark-white) !important;
    border-radius: 10px !important;
    height: 50px;
    border: none !important;
    cursor: pointer !important;
    color: #9e9e9e !important;
}

.myslides .label {
    background-color: #0c8ce9;
    opacity: 0.6;
    border-radius: 5px;
    color: white;
    width: 70px;
    padding: 5px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#test_result {
    display: none;
}

.test-result .indicator {
    height: 15px;
    width: 15px;
    background-color: var(--dark-white);
    border-radius: 50%;
    display: inline-block;
}

.indicator.active {
    background-color: var(--blue);
}

#select_result {
    background-color: var(--dark-white) !important;
    border-radius: 10px !important;
    border: none !important;
    cursor: pointer !important;
}

/* .main-cover .bottom {
    background-color: var(--dark-white);
    height: 100%;
    padding-top: 11rem !important;
    border: 0.5px solid var(--blue);



} */

.main-cover .bottom h6 {
    color: #000000;
    font-weight: 500;
    font-size: 17px;
}

.main-cover .bottom p {
    color: #464646;
    font-size: 12px;
    font-weight: 500;
}

.tests {
    height: 50vh;
    overflow-y: scroll;
    margin-bottom: 1rem;
}

.tests::-webkit-scrollbar {
    width: 5px;
    /* margin: 20rem; */
}

.tests::-webkit-scrollbar-track {
    background: var(--dark-white);
    border-radius: 50px;
    /* margin: 20rem; */
}

.tests::-webkit-scrollbar-thumb {
    background: #ff9800;
    border-radius: 50px;
    margin: 20rem;
}

.tests .card {
    border-radius: 20px !important;
    /* box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1) !important; */
}

.tests .card h6 {
    color: #464646;
    font-size: 15px;
    font-weight: 500;
}

.tests .card h5 {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

/* test  */

.result_top {
    background-color: var(--blue);
    height: 15%;
    border-radius: 10px;
}


.result_circle {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 5px 0px;
    /* background-color: #fff; */
    display: flex;
    justify-content: center;
}

.result {
    height: 700px;
    background-color: var(--dark-white);
    border-radius: 10px;
}

.view-btn:hover {
    color: var(--blue) !important;
}

.test-history {
    height: 400px !important;
    overflow-x: scroll;
}

.test-history::-webkit-scrollbar {
    width: 5px;
}

.test-history::-webkit-scrollbar-track {
    background: var(--dark-white);
    border-radius: 50px;
}

.test-history::-webkit-scrollbar-thumb {
    background: #ff9800;
    border-radius: 50px;
}

.test-history .card {
    border-radius: 20px !important;
    /* box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1) !important; */
}

.test-history .card h6 {
    color: #464646;
    font-size: 15px;
    font-weight: 500;
}

.test-history .card h5 {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.test_result {
    height: auto;
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 10px;
}

.test_result p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

.more_details_btn {
    background-color: var(--green);
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    color: black !important;
    padding: 10px 10px;
    text-align: center;
}

.result_circle_amber {
    height: 78px;
    width: 78px;
    background-color: #ffbf00;
    border-radius: 50%;
}

.result_circle_red {
    height: 78px;
    width: 78px;
    background-color: red;
    border-radius: 50%;
}

.result_circle_green {
    height: 78px;
    width: 78px;
    background-color: green;
    border-radius: 50%;
}

.home_btn {
    border: 1px solid var(--green);
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    color: black !important;
    padding: 10px 10px;
    text-align: center;
}

/* test report */

.test_report {
    /* height: 100px; */
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 10px;
}

.test_report p {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.test_table h6 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.table_heading {
    background-color: #e7e7e7 !important;
    /* color:#000 !important; */
}

.border_dark {
    border: 0.1em solid black !important;
}

.test_report .tbody {
    background-color: #fff !important;
}

.colors-circle h6 {
    font-size: 11px !important;
    color: white !important;
}

.small-green {
    height: 2.1rem;
    width: 2.1rem;
    padding: 10px 8px;
    background-color: #ffbf00;
    display: flex !important;
    justify-content: center !important;
    color: white;
    border-radius: 50%;
    font-size: 12px;
}

.small-amber {
    background-color: #ffa700;
    height: 2.1rem;
    width: 2.1rem;
    padding: 10px 8px;
    display: flex !important;
    justify-content: center !important;
    color: white;
    border-radius: 50%;
    font-size: 12px;
}

.small-green {
    background-color: green;
    height: 2.1rem;
    width: 2.1rem;
    padding: 10px 8px;
    display: flex !important;
    justify-content: center !important;
    color: white;
    border-radius: 50%;
    font-size: 12px;
}

.small-red {
    background-color: red;
    height: 2.1rem;
    width: 2.1rem;
    padding: 10px 8px;
    display: flex !important;
    justify-content: center !important;
    color: white;
    border-radius: 50%;
    font-size: 12px;
}

/* about */
.about-banner {
    background-image: url("img/pregnant-blur.png");
    width: 100%;
    height: 264px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about_heading {
    /* font-size: 35px; */
    color: black;
    padding: 2rem 0rem;
}

/* Responsive */
@media ((min-width: 768px) and (max-width:995px)) {
    .hero-image {
        display: none !important;
    }

    .hero-image-cover {
        display: none;
    }

    .navbar-nav a.active::after {
        width: 10% !important;
    }

    /*
    .card-wrapper-sm {
        position: static !important;
        margin: 5rem 0.1rem 5rem 0.1rem;

    } */
    .circle1,
    .circle2,
    .circle3,
    .circle4 {
        width: 38% !important;
        height: 38% !important;
    }

    /* .pregnant {
        width: 550.39px !important;
        height: 752.08px !important;
        top: -13.5% !important;
        left: 12% !important;

    } */

    .oval {
        width: 400px !important;
        height: 222px !important;
        top: -111px !important;
        left: -155px !important;
    }

    .hero-circle {
        width: 80vw;
        max-width: 520px;
        height: 500px;
    }

    .orange-oval {
        top: -97px !important;
        left: -92px !important;
        width: 222px !important;
        height: 222px !important;
    }

    .main-cover {
        width: 100% !important;
    }

    .pixel {
        max-height: 303px !important;
    }

    .race {
        /* height: 0vh !important; */
        width: 60vw;
        object-fit: fill;
    }

    .card-wrapper {
        position: static !important;
        -webkit-position: static !important;
        padding-top: 2rem;
    }

    .card-wrapper .card {
        height: 100% !important;
    }

    .highlights {
        margin-bottom: 4rem !important;
    }

    .highlights .bottom img {
        height: 350px !important;
    }

    .laptop-cover {
        /* padding-top: 10px !important; */
        bottom: 43px;
    }

    .phone-sec-wrapper {
        padding-bottom: 10rem !important;
    }

    .experience-text {
        padding-bottom: 5rem !important;
    }

    .hero-extra-text p {
        font-size: 43px;
    }

    /* .highlights {
        margin-bottom: 20rem !important;
    } */
    .start {
        margin: 9rem 2rem 1rem 2rem !important;
    }
}

/* Admin */
.admin-header {
    height: 100px !important;
    background-color: var(--blue) !important;
    padding-bottom: 10px;
}

.datas .card {
    max-height: 15em;
    overflow-y: auto;
}

.admin-header h5 {
    font-family: "Playfair Display" !important;
    font-size: 34px;
    font-weight: 500px;
}

.admin-header .card {
    border: none;
    border-radius: 10px;
}

.admin-header .card .h6 {
    font-weight: 500;
    font-size: 17px;
}

.admin-header .card span {
    font-weight: 100;
    font-size: 14px;
}

.admin-main {
    background-color: var(--dark-white);
    /* height: 100vh; */
}

.admin-main .card {
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: none;
}

.Analytics .card {
    border: 0.5px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px;
}

.Analytics .card .content h6 {
    font-weight: 100;
}

.Analytics .card .content a {
    text-decoration: none;
    color: #000;
}

.Analytics .card .content p {
    font-size: 15px;
}

.manage button {
    text-decoration: none;
    border: none;
    color: #000;
    background-color: transparent;
}

.manage-btn.active {
    border-bottom: 3px solid #ff9800;
}

.newer-btn {
    background-color: var(--green);
    color: black;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    padding: 10px 15px;
}

.newer-btn:hover {
    color: white !important;
}

.profile h6 {
    color: #464646;
    font-family: "Lato" !important;
    font-weight: 500;
    font-size: 15px;
}

.profile-head h6 {
    color: #606060 !important;
    font: 500;
    font-size: 15px;
}

.admin-profile-content {
    /* width: 200px !important; */
    overflow-x: scroll !important;
}

.admin-tabs {
    display: none;
}

/* terms edit */
.termsedit.card {
    border: 0.5px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 20px !important;
}

.terms-cover {
    background-color: #f6f6f6;
    border-radius: 20px;
    padding: 15px;
    height: 450px;
    overflow-x: hidden;
}

.terms-cover .content::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 50px;
}

.admin-btn-green {
    background-color: var(--green);
    text-decoration: none;
    padding: 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}

.admin-btn-green:hover {
    color: white !important;
    filter: opacity(0.9);
    cursor: pointer;
}

.admin_links {
    background-color: var(--blue) !important;
    position: relative;
    z-index: 10;
}

.admin_links a {
    text-decoration: none;
    padding: 10px 10px;
    color: white !important;
}

.admin_links a:hover {
    color: red !important;
}

@media ((min-width: 1300px) and (max-width:2800px)) {
    .card-wrapper .card {
        width: 40rem;
    }

    .terms-wrapper {
        /* width: 40vw; */
        height: 100% !important;
    }

    /* .terms-wrapper::-webkit-scrollbar {
        display: none;
    } */

    /* .card-wrapper {
        left: 30% !important;

    } */

    .hero-image-cover,
    .hero-image {
        display: none;
    }
}

/* @media ((min-width:991px) and (max-width:1199px)) {

    .hero-image-cover,
    .hero-image {
        display: none;
    }

    .hero-circle {
        width: 65vw;
        height: 65vw;
    }

} */

@media ((min-width: 1200px) and (max-width:1290px)) {
    .hero-image-cover,
    .hero-image {
        display: block;
    }

    .App-wrapper .content {
        padding: 7rem !important;
    }
}

/* @media((min-width:1700px) and (max-width:2990px)) {
    * {
        font-size: 23px !important;
    }

    .angle {
        padding-top: 11px !important;
    }

    .hero-circle .circle4,
    .hero-circle .circle1,
    .hero-circle .circle2,
    .hero-circle .circle3 {
        width: 16vw !important;
        height: 16vw !important;
    }

    p,
    li {
        font-size: 30px !important;
    }

    .hero-extra-text p {
        font-size: 64px !important;
    }

    a {
        font-size: 25px !important;
    }

    .benefits h4 {
        font-size: 42px;
    }

    .benefits .content .box {
        width: 752px;
    }

    .hero-text h3 {
        font-size: 45px;
    }

    .hero-text p {
        font-size: 34px !important;
        line-height: normal !important;
    }

    .navbar-nav a {
        font-size: 20px !important;
    }

    .logo {
        font-size: 37px !important;
    }

    .race {
        width: 750px;
    }

    .benefits .content .num {
        height: 40px;
        width: 40px;
        margin-top: 1%;
        padding: 10px;
    }

    .hero-extra-text h6 {
        font-size: 45px;
    }

    .hero-text {
        padding-top: 20rem;
    }

    .blue-rec {
        bottom: -246px !important;
        right: 50% !important;
    }

    .highlights .bottom img {
        height: 519px !important;
        left: 130px !important;
    }

    .pixel {
        height: 453px !important;
        left: -48px !important;
    }

    .app p {
        font-size: 25px !important;
    }

    .App-wrapper .app {
        height: 70vh !important;
        max-height: 700px !important;
    }

    .app .circle1,
    .app .circle2,
    .app .circle3,
    .app .circle4 {
        height: 45%;
        width: 45%;
    }

    .app-img {
        height: 800px !important;
        top: -14% !important;
        left: 6% !important;
    }

    .result_main {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
} */
