/* 
================================================
	    Fonts - Popins
	================================================
*/
/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;1,300&family=Poppins:wght@500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;300;400;500;600;700;800&display=swap');

/*
	================================================
        Common CSS
	================================================
*/
* {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Spartan', sans-serif;
}

a {
    color: #8f8f8f;
}

.form-control {
    border: 1px solid #eee;
    font-size: 14px;
    height: 40px;
    border-radius: 0;
}

.font-weight-bold {
    font-weight: 800 !important;
}

p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: 500;
}

.logo {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 800;
}

.logo a {
    color: #303030;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    margin-bottom: 0;
    line-height: 36px;
    color: #000;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
}

a:hover {
    color: #ef6e38;
    text-decoration: none;
}


/* button-css */
.btn-primary {
    color: #fff;
    background-color: #2c7b7f;
    border-color: #2c7b7f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0 rgb(10 10 10 / 5%);
}

.btn-primary:hover {
    color: #fff;
    background-color: #2e8b90;
    border-color: #2e8b90;
}

.btn-secondary {
    color: #fff;
    background-color: #ef6e38;
    border-color: #ef6e38;
    padding: 10px 20px;
    font-weight: 600;
    box-shadow: 0px 5px 10px 0 rgb(10 10 10 / 5%);
}


.btn-secondary:hover {
    color: #111111;
    background-color: #FFD66C;
    border-color: #FFD66C;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #111111;
    background-color: #FFD66C;
    border-color: #FFD66C;
}

/************ Header-css ************/


.logo {
    width: 150px;
}

/* navigation-css-start */
.navbar {
    padding: 20px 0px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0;
    margin-left: 40px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-item.active a {
    font-weight: 700;
}

.login-btn {
    margin-left: 40px !important;
}

/* Intro-section-start */
.intro-sec {
    position: relative;
    background-position: center;
    padding: 80px 80px 160px 80px;
    display: flex;
    align-items: flex-end;
}

#content1 {
    background-size: cover;
    background-repeat: no-repeat;
}

#content2 {
    background-size: cover;
    background-repeat: no-repeat;
}

#content3 {
    background-size: cover;
    background-repeat: no-repeat;
}

.parallax-content {
    background-attachment: fixed;
}

.intro-two {
    padding: 300px 0px 100px 0px;
    position: relative;
    background-position: center;
}

.join-us {
    padding: 300px 0px 100px 0px;
    position: relative;
    background-position: center;
}

.join-heading {
    z-index: 999;
    position: relative;
    text-align: center;
}

.join-heading h1 {
    color: #fff;
    font-weight: 800;
    font-size: 42px;
    line-height: 60px;
}

.intro-sec h1 {
    color: #fff;
    font-weight: 800;
    font-size: 48px;
    line-height: 1.3;
}

.intro-two .intro-heading {
    width: 90%;
    margin: 0 auto;
}

.intro-two .intro-heading h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
}

.intro-heading {
    position: relative;
    color: #ffff;
    z-index: 999;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

/* Partner-section */
.partner{padding:50px 0px 0px 0px}

.partner-logo {
    background-color: #f5f8f8;
    padding: 25px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partner .graph{position:relative;overflow:hidden;}
.partner .growthArrow{position:absolute;top:35px;max-width:600px;width:100%;z-index:-1;}
.partner .inc-Arrow{animation: mymove 1.2s ease-in-out 0s 1 normal none;}
.partnersANDparticipants{border:6px solid #84286d;border-radius:8px;}
.partnersANDparticipants h2 , h4{text-transform:uppercase;}
.partner .partners{font-size:2.5rem;font-weight:700;color:#84286d;}
.partner .participants{font-size:1rem;font-weight:600;color:#84286d;}

#pdf-main-container{margin:auto;}
#pdf-main-container{background-color:#f1f1f1;}
#pdf-main-container #pdf-loader{text-align:center;}
#pdf-main-container canvas{width:100%;height:auto;}
#pdf-main-container #page-count-container div{padding:0 3px;font-weight:600;}
#pdf-main-container .st-next-prev-btn{display:inline-flex;align-items:center;height:36px;padding:0 10px;background-color:#84286d;color:#fff;transition:all .3s ease-out;font-weight:600;margin:0 2px;border:none;}
#pdf-main-container .st-next-prev-btn:hover{background-color:#fff;color:#84286d;}
#pdf-main-container .st-next-btn::after{content:"\e5c8";font-family:Material Symbols Outlined;font-weight:400;margin-left:4px;}
#pdf-main-container .st-prev-btn::before{content:"\e5c4";font-family:Material Symbols Outlined;font-weight:400;margin-right:5px;}
/*PDF Download Button*/
/*.pdf-download-btn{display:inline-flex;align-items:center;}
.pdf-download-btn::before{content:"\e2c4";font-family:var(--font-icon);margin-right:6px;font-size:24px;font-weight:300;}*/


@keyframes mymove {
			
		0% {
			transform:translateX(-45px) translateY(50px);
			opacity:0;
		}
		100% {
			transform:translateX(0) translateY(0);
			opacity:1;
		}
	}
@media (max-width: 992px) {
    .partner .growthArrow{top:25px !important;}
    .partner .partners{font-size:2.2rem;font-weight:700;color:#84286d;}
    .partner .inc-Arrow{animation: mymove 1.2s ease-in-out 0s 1 normal none;}
    @keyframes mymove {
			
		0% {
			transform:translateX(-30px) translateY(30px);
			opacity:0;
		}
		100% {
			transform:translateX(0) translateY(0);
			opacity:1;
		}
	}

}


@media (max-width: 768px) {
    .partner .growthArrow{top:25px !important;}
    .partner .inc-Arrow{animation: mymove 1.2s ease-in-out 0s 1 normal none;}
    @keyframes mymove {
			
		0% {
			transform:translateX(-20px) translateY(20px);
			opacity:0;
		}
		100% {
			transform:translateX(0) translateY(0);
			opacity:1;
		}
	}
}
@media (max-width: 576px) {
    .partner .growthArrow{top:20px !important;}
    .partner .inc-Arrow{animation: mymove 1.2s ease-in-out 0s 1 normal none;}
    .partner .partners{font-size:2rem;font-weight:700;}
    .partner .participants{font-size:1rem;font-weight:600;}
    @keyframes mymove {
			
		0% {
			transform:translateX(-10px) translateY(10px);
			opacity:0;
		}
		100% {
			transform:translateX(0) translateY(0);
			opacity:1;
		}
	}
}


/* Percentage-css */
.percentage-bar {
    background-color: #d9e7e8;
    padding: 20px 0px;
}

.percentage-bar h5 {
    color: #a32567;
    font-size:20px;
    font-weight: 800;
}

.progress {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: none;
    margin: 0;
    box-shadow: none;
    position: relative;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 10px solid #a32567;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-barNew {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: 0;
    color:#2c7b7f;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-left .progress-barNew {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 2px;
    left: 7.5%;
    background-color: #fff;
}

.progress.blue .progress-bar {
    border-color: #2c7b7f;
}

.progress.blue .progress-value {
    color: #a32567;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.blue .progress-left .progress-barNew {
    animation: loadingNew-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
    border-color: #fdba04;
}

.progress.yellow .progress-value {
    color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
    border-color: #ed687c;
}

.progress.pink .progress-value {
    color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
    border-color: #1abc9c;
}

.progress.green .progress-value {
    color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}
@keyframes loadingNew-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(118deg);
        transform: rotate(118deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

#Rank-Wrap h3{font-weight:800;}
#Rank-Wrap .rankCard{background-color:#f8f0f4;}
#Rank-Wrap .rankCard .card-img{width:130px;height:130px;background-color:#a32567;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;/*border:8px solid #a32567;*/}
#Rank-Wrap .rankCard .card-img img{width:80px;height:80px;}
#Rank-Wrap .rankCard h5{font-size:18px;font-weight:700 !important;}
#radicalHealthPortal button{background-color:transparent;border:none;}
#radicalHealthPortal .carousel-control-prev-icon, #radicalHealthPortal .carousel-control-next-icon{background-color:rgba(0,0,0,0.8);}

/* Chart-section-css */
.chart {
    padding: 50px;
}

.chart-div {
    background-color: #f5f8f8;
    padding: 30px;
}

.testimonial {
    margin: 0px;
    text-align: center;
    position: relative;
}

/* Purple-color */
.card .purple {
    border-left: 5px solid #a32567;
    border-right: 5px solid #a32567;
}

.purple .description:before,
.purple .description:after {
    background-color: #a32567 !important;
}

.purple:before,
.purple:after {
    background-color: #a32567 !important;
}

.purple i.fa {
    color: #a32567;
}

/* Orange-color */
.card .orange {
    border-left: 5px solid #ff914d;
    border-right: 5px solid #ff914d;
}

.orange .description:before,
.orange .description:after {
    background-color: #ff914d !important;
}

.orange:before,
.orange:after {
    background-color: #ff914d !important;
}

.orange i.fa {
    color: #ff914d;
}

/* Yellow-color */
.card .yellow {
    border-left: 5px solid #ffd76c;
    border-right: 5px solid #ffd76c;
}

.yellow .description:before,
.yellow .description:after {
    background-color: #ffd76c !important;
}

.yellow:before,
.yellow:after {
    background-color: #ffd76c !important;
}

.yellow i.fa {
    color: #ffd76c;
}

/* end */
.card .green {
    border-left: 5px solid #2c7b7f;
    border-right: 5px solid #2c7b7f;
}

.green i.fa {
    color: #2c7b7f;
}

.testimonial-one:before,
.testimonial-one:after {
    background-color: #2e8b90;
}

.testimonial .description:before,
.testimonial .description:after {
    background-color: #2e8b90;
}

.testimonial .description {
    padding: 30px 20px;
    margin-bottom: 0px;
    font-size: 13px;
    color: #000;
    line-height: 24px;
    position: relative;
    font-weight: 500;
}

.testimonial .description:before,
.testimonial .description:after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonial .description:after {
    top: auto;
    bottom: 0;
}

.testimonial-one:before,
.testimonial-one:after {
    content: "";
    width: 10%;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial-one:after {
    top: auto;
    bottom: 0;
}

.card {
    background-color: #f5f8f8;
    border: none;
    padding: 50px 20px;
    height: 330px;
}

.testimonials .card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-one .left {
    font-size: 30px;
    position: absolute;
    left: 40px;
    top: -10px;
}

.testimonial-one .right {
    font-size: 30px;
    position: absolute;
    right: 40px;
    bottom: -10px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
}



.slick-current {
    opacity: 1;
}


/* main-heading-css */
.main-heading {
    padding: 50px 0px;
}

.main-heading h3 {
    color: #a32567;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
}

.main-heading h5 {
    line-height: 34px;
    margin: 0;
    font-size: 16px;
    text-align: left;
}

.radi_health_portal {
    background-color: #f0f6f6;
    padding: 40px;
}

.radi_health_portal h2 {
    color: #2c7b7f;
    font-weight: 800;
    font-size: 28px;
}

.radi_health_portal h6 {
    font-size: 14px;
    line-height: 1.8;
    color: #292929;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.radi_health_img {
    width: 85px;
}

.radi_health-div {
    display: flex;
    align-items: center;
}

.radi_health-left-img {
    height: 292px;
    object-fit: contain;
}



.guide-div {
    background-color: #fff7f3;
    padding: 40px;
}

.guide-div h2 {
    color: #ff914d;
    font-weight: 800;
    font-size: 28px;
}

.guide-div h5 {
    font-size: 16px;
}

.guide-div h6 {
    font-size: 14px;
    line-height: 1.8;
    color: #292929;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.guide-list li {
    font-size: 14px;
    font-weight: 600;
    color: #303030;
}

.program-div {
    background-color: #f8f0f4;
    padding: 40px;
}

.program-div h2 {
    color: #a32567;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 20px;
}

.program-div h6 {
    font-size: 14px;
    line-height: 1.8;
    color: #292929;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}


.marketing-div {
    background-color: #f0f6f6;
    padding: 40px;
}

.marketing-div h2 {
    color: #2c7b7f;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 20px;
}

.marketing-div h6 {
    font-size: 14px;
    line-height: 1.8;
    color: #292929;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.how-it-work {
    padding-top: 50px;
}

.how-it-work h3 {
    font-size: 26px;
    letter-spacing: 1px;
}

.how-it-work h6 {
    line-height: 30px;
}

.how-it-work-div {
    background-color: #fff7f3;
    padding: 40px;
}

.work-img {
    background-color: #ffd76c;
    padding: 20px;
    border-radius: 100px;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.how-it-work-div h4 {
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
}
.how-it-work-div h6 {
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    color:#a32567;
}
.how-it-work-div p {
    font-size: 16px;
}

.font-16 {
    line-height: 30px;
    font-size: 16px;
}

.feature-card {
    background-color: #f8f0f4;
    padding: 20px 40px 20px 40px;
    margin-bottom: 30px;
}

.feature-card .card-img {
    background-color: #a32567;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border-radius: 100px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* contact-us-section */
.contact-us {
    padding: 50px 0px;
}

.contact-form {
    background-color: #f0f6f6;
    padding: 40px;
    width: 60%;
    margin: 0 auto;
}


#footer{background-color:#000;color:#fff;}
#footer a{color:#fff;}
#footer .ftr-heading {font-size: 1.75rem;display: flex;align-items: center;}
#footer .ftr-heading::before {content: "";width: 20px;height: 1px;background-color:#fff;margin-right: 8px;display: inline-block;}
#footer ul li{list-style:none;display:inline-block;padding-right:10px;}

#footer .ftr-menu li a {height: 34px;line-height: 34px;display: flex;color: #fff;transition: all .5s ease-in-out;}
#footer .ftr-menu li a.active {color:#f07542;margin-left: 8px;}
#footer .ftr-menu li a.active::before {color:#f07542;margin-left: 4px;margin-right: 4px;}
#footer .ftr-menu li a::before {font-family:'Material Symbols Outlined';content: "\e5cc";margin-right: 8px;font-weight: 200;font-size: 1.125rem;transition: all .5s ease-in-out;}
#footer .ftr-menu li a:hover{color:#f07542;margin-left:8px;transition: all .5s ease-in-out;}
#footer .ftr-menu li a:hover::before{color:#f07542;margin-left:4px;margin-right:4px;transition: all .5s ease-in-out;}

footer .social-icons{margin-left:30px;}
#footer .social-icons ul li a img{width:30px;height:30px;}
#footer .footer-text-bottom a{border-bottom:1px solid #fff;}
#footer .footer-text-bottom{background-color:#1d1d1d;}
#footer .footer-text-bottom p{font-size:0.8rem;}