@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700;800&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


:root {
    --main-green: #3CB64A;
    --main-dark: #000;
    --m-text-dark: #404040;
    --m-text-second: #7A7A7A;
    --m-button-bg: #0F4E71;
    --m-button-bg-white: #fff;
    --m-heading: #54595F;

}

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

h1,
h2,
h5,
h4,
h3 {
    font-family: 'Encode Sans', sans-serif !important;
}

p {
    font-family: 'Roboto', sans-serif !important;

}

li {
    list-style: none;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: 'Roboto';
}

a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    line-height: 0;
    font-weight: 300;
    color: #fff;
}

.navbars a {
    color: var(--main-dark);
}

.fpg__container {
    position: relative;
    width: 100%;
    max-width: 81.25rem;
    padding-right: 1.5rem;
    padding: 0px 4%;
    /* padding-left: 1.5rem; */
    margin: auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 4%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    background: transparent;

}

#navTrigger {
    display: none;
}

#home {
    display: none;
}

#myHeader.sticky {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    background-color: var(--m-button-bg-white);
}

#myHeader.sticky .navbar ul li a,
span .fa-home,
#myHeader.sticky .nav__icon {
    color: var(--main-dark);
}

#myHeader.sticky span .fa-home {

    position: absolute;
    left: 17%;
    /* margin-right: 0%; */
    top: 35px;
}

header .logo {
    width: 25%;
    position: relative;
    margin-left: 70%;
}


header .navbar ul li,
header .navbars ul li {
    position: relative;

}

header .navbar ul li a,
header .navbars ul li a {
    padding: 1.25rem;
    display: block;
    min-width: 7.5rem;
}


header .navbar ul,
header .navbars ul {
    display: flex;
}

/* header .navbar .nav__first li a {
    color: #fff !important;
} */

header .navbar ul li a:hover,
header .navbars ul li a:hover {
    border-bottom: 2px solid var(--m-button-bg);
    /* color: var(--m-button-bg); */
}

header .navbar ul li ul,
header .navbars ul li ul,
.span .fa-home {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    min-width: 16.875rem;
    background-color: var(--m-button-bg-white);
}

header .navbar ul li ul a,
header .navbars ul li ul a {
    color: var(--main-dark);
    font-weight: 400;
}

header .navbar ul li ul li,
header .navbars ul li ul li {
    width: 100%;
}


header .navbar ul li ul li ul,
header .navbars ul li ul li ul {
    left: 14.375rem;
    top: 0;
}

header .navbar ul li:hover>ul,
header .navbars ul li:hover>ul {
    display: initial;
}

header .navbar ul button,
header .navbars ul button {
    background-color: var(--main-green);
    width: 9.375rem;
    border-top-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    outline: 0;
    border: 0;
    margin-right: 2.813rem;
}

header .navbar ul button a,
header .navbars ul button a {
    color: var(--m-button-bg-white);
}

.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
}

.mySlide {
    display: none;
}

.mySlide img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    background-position: top center;
}


.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30rem;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(6, 68, 103, 1) 0%, rgba(0, 13, 20, 1) 78%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.9;
    color: var(--m-button-bg-white);
}

.sample__overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30rem;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(6, 68, 103, 1) 0%, rgba(0, 13, 20, 1) 78%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.5;
    color: var(--m-button-bg-white);
}

.top__text {
    padding: 8.2rem 4%;
}

.top__text p {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 25px;
}

.top__text span,
.top__text h1 span {
    color: var(--main-green);
}

.top__text h1 {
    line-height: 5rem;
    font-size: 3.438rem;
    font-weight: 500;
}

.top__text small {
    width: 48.375rem;
    font-family: 'Robot0', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    position: absolute;
    line-height: 1.688rem;
    margin-top: 0.563rem;

}

.top__button {
    position: relative;
    top: 5.313rem;
    display: flex;
    gap: 1.563rem;
}

.top__button button {
    padding: 12px 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--m-button-bg);
    background-color: var(--m-button-bg-white);
    outline: 0;
    border: 0;
    border-top-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    width: 9.375rem;
    position: relative;
}

.top__button a {
    color: var(--m-button-bg);
}

.top__button button:hover {
    color: var(--m-button-bg-white);
    background-color: var(--m-button-bg);
    border: 1px solid var(--m-button-bg);
}

.top__button a:hover {
    color: var(--m-button-bg-white);
}



/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -1.375rem;
    padding: 0.5rem;
    color: white;
    font-weight: bold;
    font-size: 0.625rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background: #0f4e71;
}

/* Caption text */




/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--m-button-bg-white);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    display: none;
}

.civis__three__box {
    position: relative;
    width: 100%;
    z-index: 500;
    top: 60%;
}

.civis__box {
    color: var(--main-dark);
    background-color: var(--m-button-bg-white);
    padding: 1.8rem 1.25rem;
    text-align: center;
    border-radius: 1.2rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 20px 0px;
    transition: background 0.3s ease 0s, border 0s ease 0s, border-radius 0s ease 0s, box-shadow 0s ease 0s;
}




.civis__box:hover h2 {
    color: var(--m-button-bg);
}

.civis__box:hover .box__middle img:nth-child(1) {
    display: none;
}

.civis__box:hover .box__middle img:nth-child(2) {
    display: initial;
}

.civis__box p {
    font-size: 0.875rem;
    font-weight: 400;
}

.civis__three__parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.563rem;
}

.civis__box h2 {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2rem;
    color: var(--main-dark);
}

.video__parent,
.mobile__parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.563rem;
    width: 100%;
}

.video__section {
    margin-top: 9.5%;
}

.video__right {
    width: 55%;
}

.video__right img {
    width: auto;
    min-width: 43.75rem;
    border-radius: 1.25rem;
    object-fit: cover;
    height: 21.875rem;
}

.mobile__left img {
    width: 100%;
    /* max-width: 32rem; */
    object-fit: cover
}

.video__content {
    position: relative;
    top: 4rem;
}

.mobile__content {
    position: relative;
    top: 6rem;
}

.video__content h2 {
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 2rem;
    color: var(--m-heading);
    margin-bottom: 1.1rem;
}

.video__content h1 {
    color: #fff;
    width: 32.5rem;
    font-size: 2.3rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
}

.video__content h3 {
    color: #fff;
    margin-bottom: 1.5rem;
}

.video__content ul li {
    color: #fff;
    list-style: circle;
    padding: 8px 10px;
    /* list-style: none; */
    font-size: 20px;
    font-weight: 400;
}

.mobile__content h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    color: var(--m-button-bg);
    margin-bottom: 1.1rem;
}

.mobile__content h4 {
    margin-bottom: 0.938rem;
    font-size: 1.34rem;
}

.video__content p {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--m-text-second);
    margin-bottom: 1.1rem;

}

.video__content select {
    width: 100%;
    padding: 0.5rem 0.625rem;
    outline: 0;
    border: 1px solid #69727d;
    border-radius: 0.313rem;
    color: var(--m-text-second);
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
}

.video__content button {
    width: 100%;
    margin: 0.625rem auto;
    padding: 0.625rem 0;
    border-top-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    background: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    color: var(--m-button-bg-white);
    outline: 0;
    border: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(15, 78, 113, 1) 100%, rgba(4, 45, 67, 1) 100%);
}

.civis__center__section {
    margin: 5% auto;
    width: 100%;
    background-image: url(../assets/img/portrait-woman-working-as-medical-assistant-wearing-face-mask-uniform-while-sitting-healthcare-clinic-nurse-desk-with-laptop-files-looking-camera-hospital-room.jpg);
    height: 34rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.civis__overlay {
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(6, 68, 103, 1) 0%, rgba(0, 13, 20, 1) 78%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.9;
    height: 34rem;
    position: absolute;
}

.civis__center {
    color: #fff;
    top: 6.5rem;
    /* top: 9.375rem; */
    position: absolute;
}

.civis__center h1 {
    width: 32.5rem;
    font-size: 2.3rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
}

.civis__center h3 {
    margin-bottom: 1.5rem;
}

.civis__center p {
    font-size: 1.2rem;
    width: 850px;
    margin-top: 0.938rem;
    ;
    text-align: justify;
    margin-bottom: 1rem;
}

.mobile__content p {
    margin-top: 0.938rem;
    text-align: justify;
    line-height: 1.5rem;
    font-size: 1.2rem;
}

.sec__btn {
    display: block;
    position: relative;
    top: 2.25rem;
}

.civis__feature__box {
    width: 100%;
    position: relative;
    min-width: 600px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px, rgba(0, 0, 0, 0.05) 0px 2px 2px;
    border-radius: 0.5rem;
    overflow: hidden;
}

.civis__feature__box img {
    width: 100%;
}

.civis__feature__parent {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.swiper-controls {
    position: absolute;
    width: calc(100% + 5rem);
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    /* width: fit-content; */
    justify-content: space-between;
}

.civis__feature__section {
    /* position: relative; */
    margin-bottom: 5rem;
}

.swiper-controls button {
    background-color: white;
    /* No background color */
    border: 2px solid #4183C4;
    /* Border with same color as card */
    color: #4183C4;
    /* Arrow color matching card */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    margin: 0 10px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.swiper-controls button:hover {
    color: #2e6ba3;
    /* Darker arrow on hover */
    border-color: #2e6ba3;
    /* Darker border on hover */
}

.swiper-controls button i {
    pointer-events: none;
    /* Make sure the icon doesn't interfere with button clicks */
}


.civis__box__details {
    padding: 15px;
}

.civis__box__details h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 2.5rem;
    color: var(--m-button-bg);
}

.civis__box__details p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--main-dark);
}

.ankle {
    padding-top: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ankle .fa-arrow-right {
    color: var(--m-button-bg);
}

.ankle a {
    color: var(--main-dark);
    font-size: 14px;
    font-weight: 400;
}


.swiper-pagination {
    display: none;
}

/* 
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: green !important;
}

.swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
    position: relative !important;
    border-radius: 0 !important;
} */




/* .testimonial__items img{
    width: 100%;
}

.testimonial__items {
    width: 100%;
    position: relative;
    min-width: 400px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px, rgba(0, 0, 0, 0.05) 0px 2px 2px;
    border-radius: 0.5rem;
    overflow: hidden;
}

.testimonial__item .info {
    display: flex;
    align-items: center;
}



.testimonial__item .name {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}

.testimonial__items .name{
    font-size: 20px;
    color: #0F4E71;
    font-weight: 300;
}

.testimonial__item .job {
    font-size: 18px;
    font-weight: 300;
}

.testimonial__item p {
    margin-top: 20px;
    color: #454545;
}

.testimonial__items p{
    margin-top: 20px;
    line-height: 1.5;
}

.testimonial__content {
    margin-top: 35px;
}

.swiper-pagination {
    position: relative;
    display: block;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: green !important;
}

.swiper-pagination-bullet{

    width: 10px !important;
    height: 10px !important;
    position: relative !important;
    border-radius: 0 !important;
}

.small__dot{
    margin-top: 35px;
    position: relative;
}

.small__dot a{
    color: #000;
}



.swiper-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
} */


.top__button img {
    width: 100%;
    max-width: 8rem;
}

.top__button img:nth-child(2) {
    margin-left: 1.5rem;
}

.civis__testimonial {
    margin: 5% auto;
    width: 100%;
    height: 30rem;
    background: linear-gradient(90deg, rgba(6, 68, 103, 1) 0%, rgba(0, 13, 20, 1) 78%, rgba(0, 0, 0, 1) 100%);
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.info {
    display: flex;
    /* align-items: center; */
    width: 100%;
    gap: 20px;
}

.swiper-slide {
    background-color: var(--m-button-bg-white);
    min-width: 35rem;
    bottom: 0;
    height: fit-content;
    /* padding: 45px 20px 0 20px;s */
}

.swiper-slider {
    background-color: var(--m-button-bg-white);
    min-width: 35rem;
    bottom: 0;
    height: 250px;
    padding: 45px 20px 0 20px;
}

.testimonial__wrapper {
    align-items: flex-start;
}

.middle__content {
    text-align: center;
    margin: auto;
    padding: 3.5rem 0;
    color: var(--m-button-bg-white);
}

.middle__content h1 {
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 600;

}

.middle__content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.box__middle {
    display: flex;
    padding: 0 35px;
    align-items: center;
    gap: 25px;
}

.box__middle img {
    width: 10%;
}

.box__middle img:nth-child(2) {
    display: none;

}


.civis__interest {
    display: flex;
    border: 1px solid var(--m-button-bg);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.civis__interested {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.civis__interest__content {
    line-height: 1.5rem;
    padding: 20px 0;
}

.civis__interest__content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    padding: 1.3rem 0;
}

.civis__interest__content h4 {
    font-size: 1.7rem;
    font-weight: 500;
    padding: .3rem 0;
}

.civis__interest__content p {
    padding: .2rem 0;
}

.civis__interest__content button {
    background-color: var(--m-button-bg);
    width: 35%;
    padding: 15px 20px;
    border-top-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    outline: 0;
    margin: 25px auto;
    color: var(--m-button-bg-white);
    font-size: 1.2rem;
    border: 0;
}

.about__features {
    display: flex;
    align-items: center;
    margin: 5% auto;
    width: 100%;
    gap: 2px;
}

.about__container {
    height: 10rem;
    width: 50%;
    background-image: url(../assets/img/building-lake.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.about__container:nth-child(2) {
    background-image: url(../assets/img/group-african-medical-students-posed-outdoor.jpg);
}

.about__container:nth-child(3) {
    background-image: url(../assets/img/cheerful-ethnic-doctor-with-arms-crossed.jpg);
}

.about__features__box {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 4rem auto;
}

.about__overlay {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(6, 68, 103, 1) 0%, rgba(0, 13, 20, 1) 78%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.9;
    color: var(--m-button-bg-white);
    height: 10rem;
    position: absolute;
    width: 33.2%;
}

.about__features__box h2 {
    font-weight: 500;
    font-size: 1.5rem;
}

.about__features__box p {
    display: none;
    transition: 0.3s;
    font-size: 14px;
    padding-top: 20px;
}

/* .about__features__box p a{
    line-height: 1px;
} */


.about__features__box:hover p {
    display: initial;
}


.footer__parent {
    position: relative;
    display: flex;
    /* align-items: center; */
    width: 100%;
    justify-content: space-between;
}

.footer__menu {
    display: flex;
    align-items: right;
    gap: 55px;
    margin-bottom: 9%;
}

.footer__parent img {
    width: 25%;
}

.menu ul {
    display: grid;
    align-items: end;
    line-height: 1.5;

}

.footer__parent__right,
.footer__parent__left {
    width: 50%;
}

.footer__parent__right {
    /* align-items: end; */
    display: flex;
    justify-content: flex-end;
}

.app__image img {
    display: block;
    padding: 3px 0;
    width: 45%;
}

.app__image {
    padding: 10px 0;
}

.menu h4 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}

.menu ul li {
    padding: 5px 0;
}

.menu ul li a {
    color: #000;
    font-family: 'poppins', sans-serif !important;
    font-weight: 300;
}

/* .menu ul li span {
    background-color: #3CB64A;
    padding: 3px 3px;
    font-weight: 400;
    font-size: 10px;
    left: 0px;
    position: relative;
    color: #000;
    border-radius: 5px;
} */

.footer__content {
    display: block;
    margin: auto;
    align-items: center;
}

.footer__content p {
    font-size: 14px;
    font-weight: 300;
    padding: 8px 0;
}

.footer__section {
    margin-top: 7%;
}

.footer__parent__left {
    position: relative;
    top: -60px;
}

.social__icons {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.social__icons i {
    border: 1px solid var(--m-button-bg);
    border-radius: 100%;
    padding: 5px;
    color: var(--m-button-bg);
    font-size: 1.2rem;
}

.fourthMenu {
    display: block;
    position: relative;
    top: -50px;
}

.top__text img {
    position: absolute;
    bottom: 0;
    width: auto;
    max-width: 40%;
    right: 0;
    height: 25rem;
}

.emr__parent {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 45px;
    margin: 5% auto;
}

.emr__box__detail {
    width: 100%;
}

/* .emr__box__detail_2{
    width: 50%;
    align-items: end;
} */


.emr__boxed__detail h2 {
    padding-bottom: 25px;
    line-height: 1.5;
}

.emr__boxed {
    padding: 0 25px;

}

.emr__boxed__benefit h2 {
    line-height: 1.5;
}

.emr__boxed__detail p {
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 30px;
}

.emr__boxed__detail img {
    /* width: auto; */
    width: 43rem;
    height: auto;
    max-height: 30rem;
    border: 10px solid white;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}


.emr__boxed__detail ul li {
    list-style: circle;
    padding: 8px 10px;
    /* list-style: none; */
    font-size: 0.875rem;
    font-weight: 400;
    font-family: 'Roboto'
}


.learn_more {
    padding-bottom: 30px;
}

.civis__feature__parent {
    padding-bottom: 30px;
}

.civis__commitment {
    margin: 5% auto;
    width: 100%;
    height: 15rem;
    background: linear-gradient(90deg, rgba(6, 68, 103, 1) 0%, rgba(0, 13, 20, 1) 78%, rgba(0, 0, 0, 1) 100%);
}

.civis__commitment h1 {
    padding-bottom: 30px;
}

/* li a .fa-home{
    /* color: white !important; */
/* font-size: 20px; */
/* min-width: 0; */
/* padding: 0; */
/* position: absolute; */
/* left: 17%; */
/* margin-right: 0%; */
/* top: 35px; */


#home-icon {
    font-size: 20px;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 11px;
    right: 3px;

}

/* #home-icon.active{
    color: black;
} */
/* .scrolled-icon{
    color:#000;
} */

.features {
    width: 100%;
}

.features img {
    width: 100%;
}

.Card__slider {
    display: block;
    width: 100%;
    background-color: #fff;
    transition: 0.5s ease-in;

}

.Card__slider:hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    background-color: #f3f3f3;
}

.Card__slider img {
    width: 100%;
}

.about__center {
    color: #fff;
    top: 6.5rem;
    /* top: 9.375rem; */
    /* position: absolute; */
}

.about__center h1 {
    width: 32.5rem;
    font-size: 2.3rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
}

.about__center h3 {
    margin-bottom: 1.5rem;
}

.about__center p {
    font-size: 1.2rem;
    width: 500px;
    margin-top: 0.938rem;
    ;
    text-align: justify;
    margin-bottom: 1rem;
}

.about__center .fa-eye {
    font-size: 50px;
    /* position: absolute; */
    /* text-align: center; */
    /* margin-right: 0%; */
    /* top: 35px;; */
    /* display: flex;
    justify-content: center; */

}

.about__center .fa-bullseye {
    font-size: 50px;
}

.about__center__section {
    margin: 5% auto;
    width: 100%;
    background-image: url(../assets/img/portrait-woman-working-as-medical-assistant-wearing-face-mask-uniform-while-sitting-healthcare-clinic-nurse-desk-with-laptop-files-looking-camera-hospital-room.jpg);
    height: 30rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mission__overlay {
    width: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(6, 68, 103, 1) 0%, rgba(0, 13, 20, 1) 78%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.9;
    height: 30rem;
    position: absolute;
}

#mission__box {
    gap: 150px;
}

.about__parent {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 45px;
    margin: 5% auto;
}

.about__box__detail {
    width: 50%;
}

.about__info__detail__1 {
    width: 70%;
}

.about__info__detail__2 {
    width: 30%;
}

/* .emr__box__detail_2{
      width: 50%;
      align-items: end;
  } */


.about__boxed__detail h2 {
    padding-bottom: 25px;
    line-height: 1.5;
}

.about__boxed__benefit h2 {
    line-height: 1.5;
}

.about__boxed__detail p {
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 10px;

}

.about__boxed__detail img {
    width: 20rem;
    max-width: 43rem;
    border: 10px solid white;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.rex h2 {
    padding-bottom: 0;
}

.strategic__boxed__detail img {
    width: 35rem;
    max-width: 43rem;
    border: 10px solid white;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.strategic__boxed__detail p {
    padding-bottom: 10px;
}

.about__info__detail img {
    width: auto;
    max-width: 40rem;
    border: 10px solid white;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    height: 10rem;
}


.about__boxed__detail ul li {
    list-style: circle;
    padding: 8px 10px;
    /* list-style: none; */
    font-size: 0.875rem;
    font-weight: 400;
    font-family: 'Roboto'
}

.message__parent {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 45px;
    margin: 10% auto;
}

.pharmacy__img {
    width: 100%;
    object-fit: cover;
}

.chart {
    /* width: auto; */
    width: 100%;
    position: relative;
    max-width: 450px;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-left: 50px;
}

/* width: 43rem;
    height: 30rem;
    object-fit: cover;
    border: none; */

.civis__center__detail ul li {
    color: #fff;
    list-style: circle;
    padding: 8px 10px;
    /* list-style: none; */
    font-size: 20px;
    font-weight: 400;
    /* font-family: 'Roboto' */
}

.civis__parent {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 50px;
    margin: 5% auto;
}

.nav__icon {
    color: #fff;
    display: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.sidebar {
    display: none;
}

.privacy__parent {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 45px;
    margin: 5% auto;
}

.privacy__detail {
    width: 100%;
}

.privacy__detail h2 {
    padding-bottom: 25px;
    line-height: 1.5;
}

.privacy__detail p {
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 30px;
}

.privacy__detail ol {
    padding-left: 15px;
}

.privacy__detail ol li {
    list-style: lower-roman;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 20px;
    padding-left: 20px;
    /* text-indent: -10px; */
}

.privacy__detail p a {
    text-decoration: underline;
    font-family: 'Roboto', sans-serif !important;
    color: #000;
}

.terms__parent {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 45px;
    margin: 5% auto;
}

.terms__detail {
    width: 100%;
}

.terms__detail h2 {
    padding-bottom: 25px;
    line-height: 1.5;
}

.terms__detail p {
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 30px;
}

.terms__detail ol,
ul {
    padding-left: 15px;
}

.terms__detail ol li {
    list-style: lower-alpha;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 20px;
    padding-left: 20px;
    text-indent: -10px;
}

.terms__detail ul li {
    font-size: 1rem;
    list-style: disc;
    line-height: 1.5;
    text-align: justify;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 0;

}

.terms__detail p a {
    text-decoration: underline;
    font-family: 'Roboto', sans-serif !important;
    color: #000;
}

.chapter {
    color: #0F4E71;
    padding-bottom: 0 !important;
}

.sub {
    color: #08283B;
    padding-top: 0 !important;
}

.terms__detail h5 {
    font-size: 1.25rem;
    font-weight: 500;
    padding-bottom: 10px;
    /* color: red; */
}

.help__center h2 {
    padding-bottom: 0;
}

.terms__detail ul li a {
    text-decoration: underline;
    font-family: 'Roboto', sans-serif !important;
    color: #0F4E71;
}

.terms__detail ul li:last-child {
    padding-bottom: 20px;
    /* Add bottom padding to the last <li> */
}


/* sidebar */

/* .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--m-button-bg-white);
    z-index: 1000;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
}

.sidebar i.fa-times {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    cursor: pointer;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
}

.sidebar ul li {
    padding: 8px;
    text-align: left;
}

.sidebar ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: var(--main-dark);
} */

/* #menu-icon {
    display: none;
} */