.home-page {
    width: 100%;
    font-family: "Poppins";
}

.home-page .main-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

/* banner-section css start */
.main-content .banner-section {
    width: 100%;
    height: 100%;
    background-image: url('../img/index/banner-img.png');
    background-size: cover;
    position: relative;
}

.main-content .banner-section .content-part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    height: 80vh;
    margin-bottom: 2rem;
}

.main-content .banner-section .left-content {
    display: flex;
    flex: 1;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
}

.main-content .banner-section .left-content .light-text {
    letter-spacing: 0px;
    color: #006574;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

.main-content .banner-section .left-content .heading-text {
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    margin-top: 5px;
}

.main-content .banner-section .left-content .separater {
    display: inline;
    width: 15%;
    border: 2.5px solid #006574;
    border-radius: 10px;
    margin: 10px 0 25px 0;
}

.main-content .banner-section .left-content .info-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}

.main-content .banner-section .left-content .info {
    display: flex;
    align-items: baseline;
    background-color: #E3913A;
    padding: 15px 10px;
    border-radius: 5px;
    justify-content: space-between;
}

.main-content .banner-section .left-content .info p {
    text-align: left;
    font: normal normal 400 13px/20px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    white-space: nowrap;
    margin: 0;
    margin-left: 10px;
}

.main-content .banner-section .left-content .info .input-div {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.main-content .banner-section .left-content .info input {
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
    width: 50%;
    font: normal normal 400 13px/20px Poppins;
    letter-spacing: 0px;
}

.main-content .banner-section .left-content .info button {
    background-color: #99C555;
    border-radius: 10px;
    border: none;
    padding: 5px 10px;
    text-align: center;
    font: normal normal 400 13px/20px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.main-content .banner-section .left-content .info input:focus-visible {
    border: none;
    outline: none;
}

.main-content .banner-section .right-content {
    display: flex;
    flex: 1;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-content .banner-section .right-content .dr-img {
    width: 450px;
    height: 450px;
    border-radius: 4px;
    z-index: 1;
}

.main-content .banner-section .right-content .green {
    height: 250px;
    width: 150px;
    background-color: #99C555;
    position: absolute;
    right: 75px;
    border-radius: 10px;
    z-index: 0;
}

.main-content .banner-section .right-content .dr-exp {
    background-color: white;
    box-shadow: 0px 10px 80px #2929291A;
    position: absolute;
    bottom: -13%;
    left: 20%;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
    width: 55%;
    padding: 1.5rem;
}

.main-content .banner-section .right-content .dr-exp h5 {
    font-size: 38px;
    font-weight: 600;
    color: #99C555;
}

.main-content .banner-section .right-content .dr-exp .separaters {
    display: inline;
    width: 25%;
    border-radius: 10px;
    border: 1.5px solid #E3913A;
    margin-bottom: 0.3rem;
}

.main-content .banner-section .right-content .dr-exp p {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.main-content .banner-section .right-content .heart {
    position: absolute;
    top: 10%;
    left: 13%;
    z-index: 2;
}

/* banner-section css end */

/* how-it-work section css start */
.home-page .main-content .how-it-work {
    width: 100%;
    background-color: white;
    padding-top: 2.5rem;
    padding-bottom: 5rem;
}

.how-it-work .section-top {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    margin-top: -4.5rem;
    position: relative;
    z-index: 2;
}

.how-it-work .section-top>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 30%;
}

.how-it-work .section-top>div>h6 {
    text-align: left;
    font: normal normal 500 30px/37px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.how-it-work .section-top>div>h6::after {
    content: '';
    display: flex;
    width: 25%;
    border: 2px solid white;
    margin-top: 10px;
    border-radius: 10px;
}

.how-it-work .section-top>div>p {
    text-align: left;
    font: normal normal 300 16px/28px Poppins;
    letter-spacing: 0px;
    color: #F5F5F5;
}

.how-it-work .section-top>div>button {
    margin-top: auto;
    cursor: pointer;
    text-align: center;
    display: inline-flex;
    font: normal normal 400 16px/22px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 8px 15px;
    border: none;
    background: none;
    z-index: 5;
    border-radius: 4px;
}

.how-it-work .section-top .image-div {
    background-image: url('../img/index/img-2.png');
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.how-it-work .section-top .work-div {
    background-color: #008EA3;
    padding: 1rem;
}

.how-it-work .section-top>.work-div>h6::after {
    border-color: #99C555;
}

.how-it-work .section-top .training-div {
    background-color: #99C555;
    padding: 1rem;
}

.how-it-work .section-top>.training-div>h6::after {
    border-color: #008EA3;
    width: 20%;
}

.how-it-work .section-top>.training-div>button {
    background-color: #008EA3;
}

.how-it-work .section-top>.training-div>button:hover {
    opacity: 0.9;
}

.how-it-work .section-top>.work-div>button {
    background-color: #99C555;
}

.how-it-work .section-top>.work-div>button:hover {
    opacity: 0.9;
}

.how-it-work .content-part {
    display: flex;
    padding-top: 2rem;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 2.5rem;
}

.how-it-work .content-part .left-part {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.how-it-work .content-part .left-part img {
    width: 500px;
}

.how-it-work .content-part .right-part {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 2.5rem;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.27);
    border-radius: 10px;
}

.how-it-work .content-part .right-part .heading-light {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 400;
    color: #008EA3;
}

.how-it-work .content-part .right-part .card-heading {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
}

.how-it-work .content-part .right-part .card-heading::after {
    content: '';
    display: flex;
    width: 15%;
    border: 2px solid #E3913A;
    border-radius: 10px;
    margin: 15px 0;
}

.how-it-work .content-part .right-part .desc {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
}

.how-it-work .content-part .right-part .icon-with-text {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.how-it-work .content-part .right-part .icon-with-text img {
    width: 30px;
}

.how-it-work .content-part .right-part button {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    color: white;
    background-color: #E3913A;
    border: none;
    border-radius: 4px;
    z-index: 5;
    margin-top: 15px;
    margin-bottom: 30px;
}

.how-it-work .content-part .right-part button:hover {
    opacity: 0.9;
}

/* how-it-work section css end */

/* price section css start */
.price {
    background-image: url('../img/index/intro-cancer-picture.png');
    background-size: cover;
}

.price .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #008EA3CC;
    width: 100%;
}

.price h2 {
    font-size: 40px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 600;
    padding: 75px 0 27px 0;
}

.price .img .form {
    padding: 0 0 75px 0;
}

.price .img .form input {
    width: 193px;
    height: 58px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 25px;
    margin-right: 42px;
    padding: 5px 10px;
}

.price .img .form .btn {
    background-color: #E3913A;
    padding: 15px 49px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 5px;
}

/* price section css end */

/* fingertips section css start */
.home-page .main-content .fingertips {
    width: 100%;
    padding: 4.5rem 0; /*Padding above and below?*/
    margin-bottom: 2.5rem;
}

.fingertips .fingertips-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

.fingertips .fingertips-content .heading-part {
    display: flex;
    flex-direction: column;
    width: 55%;
    align-items: center;
}

.fingertips .fingertips-content .heading-part .light-text {
    text-align: center;
    font: normal normal 400 20px/26px Poppins;
    letter-spacing: 0px;
    color: #008EA3;
}

.fingertips .fingertips-content .heading-part .heading-text {
    text-align: center;
    font: normal normal 600 40px/46px Poppins;
    letter-spacing: 0px;
    color: #292929;
}

.fingertips .fingertips-content .heading-part::after {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    border: 2.5px solid #E3913A;
    border-radius: 10px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.fingertips-content .carousel-parent {
    display: flex;
    flex: 1;
    margin-top: 1.5rem;
}

.fingertips-content .carousel-parent .card {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 10px;
    height: 480px;
    /* box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 27%) */
}

.fingertips-content .carousel-parent .card .card-top {
    background-image: url('../img/index/card-top-back.png');
    background-size: cover;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-weight: 400;
    color: white;
}

.fingertips-content .carousel-parent .card .card-bottom {
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.fingertips-content .carousel-parent .card .card-bottom p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.fingertips-content .carousel-parent .card .card-bottom button {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    color: white;
    background-color: #E3913A;
    border: none;
    border-radius: 4px;
    z-index: 5;
    margin-top: auto;
}

.fingertips-content .carousel-parent .card .card-bottom button:hover {
    opacity: 0.9;
}

.owl-carousel {
    position: relative;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #E3913A;
    font-size: 25px;
}

.owl-theme .owl-nav [class*=owl-].disabled {
    background-color: white;
    color: #292929;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 0.9;
    background-color: #E3913A;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

.owl-carousel .owl-prev {
    left: -70px;
}

.owl-carousel .owl-next {
    right: -70px;
}

.owl-theme .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #E3913A;
}

.owl-nav button {
    background: rgba(255, 255, 255, 0.38) !important;
}

/* fingertips section css end */


/* responsive Css start */
@media screen and (max-width: 1399px) {
    .main-content .banner-section .right-content .green {
        right: 38px;
    }

    .main-content .banner-section .right-content .heart {
        left: 7%;
    }

    .main-content .banner-section .right-content .dr-exp {
        left: 16%;
    }
}

@media screen and (max-width: 1199px) {
    .main-content .banner-section .right-content .green {
        right: 0;
    }

    .main-content .banner-section .right-content .heart {
        left: 0;
    }

    .main-content .banner-section .right-content .dr-exp {
        left: 13%;
    }

    .main-content .banner-section .left-content .info p {
        white-space: unset;
    }

    .owl-carousel .owl-next {
        right: -60px;
    }

    .owl-carousel .owl-prev {
        left: -60px;
    }

}

@media screen and (max-width: 990px) {
    .main-content .banner-section .content-part {
        flex-wrap: wrap;
    }

    .main-content .banner-section {
        padding-top: 2.5rem;
        padding-bottom: 5rem;
    }

    .main-content .banner-section .right-content .heart {
        left: 15%;
    }

    .main-content .banner-section .right-content .green {
        right: 15%;
    }

    .main-content .banner-section .right-content .dr-exp {
        left: 22%;
    }

    .how-it-work .section-top .image-div img {
        height: 100%;
    }

    .how-it-work .content-part {
        flex-wrap: wrap;
    }

    .how-it-work .content-part .left-part {
        margin-bottom: 1.5rem;
    }

    .how-it-work .content-part .right-part {
        flex: none;
        width: 80%;
        margin: auto 0;
    }

    .how-it-work .section-top {
        justify-content: center;
    }

    .price-section .price-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .price-section .price-banner .price-banner-btn button {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .how-it-work .section-top .image-div {
        display: none;
    }

    .how-it-work .section-top>div {
        width: 45%;
    }

    .main-content .banner-section .right-content .dr-img {
        width: 300px;
        height: 300px;
    }

    .main-content .banner-section .right-content .heart {
        left: 18%;
    }

    .main-content .banner-section .right-content .green {
        right: 18%;
    }

    .main-content .banner-section .content-part {
        height: unset;
    }

    .main-content .banner-section .right-content .dr-exp {
        padding: 1rem;
        width: 50%;
        left: 26%;
        bottom: -23%;
    }
    .price h2 {
        font-size: 35px;
    }
    .price .img .form .btn {
        font-size: 16px;
    }
    .price .img .form input {
        width: 150px;
    }
    .main-content  h1, .main-content  h2, .main-content  h3{
        font-size: 30px !important;
    }
}

@media screen and (max-width: 500px){
    .how-it-work .content-part .left-part img{
        width: 300px;
    }
    .price .img .form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .price h2 {
        text-align: center;
    }
    .price .img .form .btn {
        margin-top: 25px;
    }
    .price .img .form input {
        width: 80%;
        margin: 0;
    }
    .main-content .banner-section .left-content > p {
        font-size: 14px;
    }
    .main-content p {
        font-size: 14px;
    }
    .main-content .banner-section .right-content .heart{
        display: none;
    }

    .price-section .price-banner .price-banner-text h3{
        font-size: 30px;
    }
    .fingertips .fingertips-content .heading-part{
        width: 90%;
    }
    .main-content .banner-section .left-content .info{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    .main-content .banner-section .left-content .info .input-div{
        justify-content: center;
    }
    .how-it-work .content-part .right-part{
        width: 95%;
        padding: 1.5rem;
    }
    .how-it-work .section-top{
        flex-wrap: wrap;
    }
    .how-it-work .section-top>div{
        width: 90%;
    }
}

@media screen and (max-width: 400px) {
    .main-content .banner-section .right-content .dr-exp{
        width: 70%;
        left: 15%;
    }
}