@font-face {
    font-family: jun;
    src: url('../css/Fonts/jun/Jun_Regular.otf');
}

body{
    /* background-color: #91a683 */
    background: linear-gradient(to bottom, #91a683, #91a683);
    width: 100%;
    font-family: jun;
    padding-top: 10%;
}

.HeroBanner{
    position: fixed;
    top: 0;
    z-index: 1030;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4eee4;
    padding-top: 0%;
    margin-bottom: 0px!important;
    width: 100%;
}

.HeroBanner img{
    height: 200px;
}

.BannerLinks{
    display: flex;
    padding: 0%;
    font-size: large;
    align-items: flex-start;
    height: 100%;
    padding-right: 2%;
    gap: 25px;
}

.BannerLinks a{
    display: flex;
    padding: 10px;
    color: #ad795b;
    text-decoration: none;
    font-size: 30px;
}

.nav-link {
    color: #ad795b;
    text-decoration: none;
    padding: 8px;
}

.nav-link:hover {
    color: #d58a60;
}

.active-link {
    color: black;
    font-weight: bold;
    border-bottom: 2px solid black;
}

.HeroBanner2{
    display: flex;
    justify-content: right;
    /* background-color: #92a884; */
}

.HeroBanner2 img{
    height: auto;
    mask-image: linear-gradient(to left, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    mask-mode: alpha;
    height: 700px;
}

.HeroBanner2-content h1{
    font-size: 42px;
    /* text-align: center; */
}

.HeroBanner2-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100px;
    font-size: 30px;
    text-align: left;
    justify-content: start;
    padding-top: 3%;
    padding-left: 3%;
}

.HeroBanner2-content-2nd{
    padding-left: 10%;
}

.HeroBanner2-content p {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    font-size: 30px;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}

.HeroBanner2-content img{
    height: 4%;
}

.HeroBanner2-content .btn{
    /* background-color: #92a884; */
    color: #f4eee4 !important;
    outline-style: solid;
    outline-width: 5px;
    border-radius: 50px;
    margin-top: 3%;
    padding: 2%;
    font-size: 30px;
    text-align: center;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.btn a{
    color: #f4eee4 !important;
    text-decoration: none;
}

.HeroBanner2-content .btn:hover{
    transform: scale(1.1);
}

body{
    margin: 0px !important;
}

.Mid-Page-div{
    text-align: center;
    background-color: #f4eee4;
    padding-top: 10px;
    padding-bottom:  10px;
    font-size: 20px;
}

.Mid-Page-div-disc{
    text-align: center;
    background-color: #d58a60;
    padding-top: 2px;
    padding-bottom:  2px;
    font-size: 10px;
}

.Mid-Page-div h1{
    margin-top: 0px;
    margin-bottom: 0px;
}

.Mid-Page-div-imp{
    text-align: center;
    /* background-color: #92a884; */
    padding-top: 10px;
    padding-bottom:  10px;
    font-size: 24px;
}

.Mid-Page-div-impTwo{
    /* background-color: #91a683; */
    text-align: center;
    align-items: center;
    width: 100%;
    /* padding-bottom: 60px; */
}

.Mid-Page-div-imp2 h1{
    text-align: center;
}

.Mid-Page-Steps{
    display: flex;
    /* background-color: #92a884; */
    height: 800px;
    align-items: center;
    justify-content: center;
}

.Mid-Page-Steps-Container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    /* padding: 3%; */
}

.Mid-Page-Step{
    padding: 25px;
    background-color: #f4eee4;
    height: 300px;
    width: 500px;
    text-align: center;
    border-radius: 5%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.Mid-Page-Step-pic{
    border-radius: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background-color: #f4eee4;
    height: 300px;
    width: 500px;
    overflow: hidden;
}

.Mid-Page-Step p{
    font-size: 25px;
}

.Mid-Page-Step h3{
    margin: 5%;
    font-size: 30px;
}

.Mid-Page-Step img{
    display: none;
}

.Mid-Page-Step-pic .stepPicOne{
    flex-shrink: 0;
    width: 120%;
    height: 150%;
}

.Mid-Page-Step-pic .stepPicTwo{
    flex-shrink: 0;
    width: 111%;
    height: 123%;
    padding-left: 0px;
}

.Mid-Page-Step-pic .stepPicThree{
    flex-shrink: 0;
    padding-top: 40px;
    width: 150%;
    height: 130%;
}

.Primary-Text-Color{
    color: #1F1D1B;
    /* #1F1D1B */
}

.Content-Bg{
    margin-top: 0px !important;
    /* background-color: #91a683; */
}

.Content-Bg-FAQ{
    margin-top: 0px !important;
    /* background-color: #91a683; */
}

.faq-table-body{
    display: flex;
    flex-direction: column;
}

.faq-table-cost li{
    margin-left: 2%;
}

.faq-table-body details[open] summary{
    font-weight: bold;
}

.faq-table-body details p {
    padding-left: 2%;
}

details{
    padding: 1%;
    margin: 1%;
    background-color: #f4ede3;
    color: black;
    border-radius: 5px;
    border: 1px solid #f4ede3;
    font-size: 26px;
}

details:hover{
    transform: scale(1.01);
    transition: transform 0.3s ease-in-out; /* added this line */
}

.Content{
    padding: 4%;
}

.faq-table{
    padding: 4%;
    padding-top: 5px;
    color:#F9F9F3;
}

.faq-table-header h2{
    font-size: 42px;
    color: black;
}

.center-content{

}

.btn-important{
    background-color: #92a884;
    color: #f4eee4 !important;
    border-color: #92a884;
    border-radius: 50px;
    text-align: center;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.TeamTable{
    margin: 3%;
}

.TeamTable h1{
    margin: 0;
}

.TeamRow{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.5;
    gap: 5%;
}

.TeamMember{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 360px;
    height: 520px;
    background-color: #333333;
    color: #fff;
    margin: 0%;
    border-radius: 5%;
    text-align: center;
}

.TeamMember p{
    padding-top: 10px;
    font-size: 25px;
}

.TeamMember img{
    padding-top: 7%;
    width: 85%;
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Fit image to cover the entire element */
    border-radius: 100%; /* Make the image circular */
}

.text-center{
    text-align: center;
}

.Contact-Container{
    display: flex;
    justify-content: space-evenly;
    height: 25rem;
    background-color: #f4eee4; 
}

.Contact-Logo-socials{
    display: flex;
    flex-direction: column;
    padding: 2%;
    border-radius: 5px;
    margin: 1%;
    width: 550px;
}

.Contact-Logo-socials-Container{
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    padding-left: 25%;
    padding-right: 10%;
    justify-content: space-evenly;
}

.Contact-Logo-socials img{
    height: auto;
    width: 100%;
}

.Contact-Logo-socials .social-icon{
    height: 42px;
    width: 42px;
}

.Contact-Info{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* background-color: #f4eee4; */
    padding: 3%;
    border-radius: 5px;
    margin: 1%;
    width: 550px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 23px;
}

.CWP-Card{
    background-color: #f4eee4;
    text-align: center;
    border-radius: 5%;
}

.CWP-Content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 23%;
    padding-right: 23%;;
}

.CWP-Card-Content{
    display: flex;
    background-color: #f4eee4;
    border-radius: 5%;
    gap: 10%;
    font-size: 24px;
    justify-content: space-evenly;
    text-align: start;
    align-items: center;
    width: 500px;
    height: 400px;
}

.CWP-Card-Content-Container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 350px;
}

.CWP-Card-Content-Item{
    display: flex;
}

.green-arrow{
    color: #92a884;
    padding-right: 10px;
}

.CWP-Footer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f4eee4;
    margin-top: 3%;
    width: 54%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5% / 70%;
}

.Contact-Mobile-Socials{
    display: none;
}

iframe{
    margin: 0%;
    padding: 0%;
}

/* Responsive stytles for Ipad horizontal*/
@media only screen and (max-width: 810px) {
    .HeroBanner {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .HeroBanner img {
        height: 100%;
        width: 100%;
    }

    .BannerLinks {
        background-color: #d58a60;
        display: flex;
        justify-content: space-evenly;
        text-align: center;
        align-items: center;
        width: 100%;
        padding-right: 0px;
        height: 34px;
    }

    .BannerLinks a {
        width: auto;
        font-size: 24px;
        white-space: nowrap;
        padding: 0%;
        text-align: center;
        justify-content: center;
    }

    .active-link{
        color: #f4eee4 !important;
        border-bottom: 2px solid #f4eee4;
    }

    .btn-important
    {
        background-color: #92a88400;
        color: #92a884 !important;
        border-color: #92a88400;
        border-radius: 0px;
        text-align: center;
    }

    .HeroBanner2{
        display: flex;
        justify-content: center;
        background-color: #92a884;
    }

    .HeroBanner2 img{
        display: none;
    }
    
    .HeroBanner2-content{
        height: 100%;
        padding: 3%;
        background-image: url("/Images/In Use/telehealth pic.avif");
        background-position: right 50% top 0%;
        background-repeat: no-repeat; 
        background-size: cover; 
        padding-right: 50%;
    }

    .HeroBanner2-content h1{
        font-size: 30px;
        /* color: #92a884; */
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
    }
    
    .HeroBanner2-content p {
        display: flex;
        flex-direction: column;
        font-size: 24px;
    }

    .HeroBanner2-content-2nd{
        display: flex;
        padding-left: 0%;
        text-align: center !important;
    }
    
    .HeroBanner2-content .btn{
        background-color: #f4eee4;
        color: black !important;
        border-color: #6d6a66;
        border-radius: 50%;
        font-size: 12px;
        margin-top: 10px;
        height: 30px;
        width: 90px;
        transition: transform 0.3s ease;
        text-decoration: none;
        display: none;
    }

    details{
    padding: 1%;
    margin: 1%;
    background-color: #f4ede3;
    color: black;
    border-radius: 5px;
    border: 1px solid #f4ede3;
    font-size: medium;
    }
    
    .HeroBanner2-content .btn:hover{
        transform: scale(1.1);
    }

    .TeamTable {
        background-color: #91a683;
    }

    .TeamTable h1 {
        margin: 0;
    }

    .TeamRow {
        flex-direction: rom;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #91a683;
        color: #fff;
        font-size: .8rem;
    }

    .TeamMember {
        height: 420px;
        width: 240px;
    }

    .TeamMember p{
        font-size: 24px;
    }

    .TeamMember img {
        padding-top: 3%;
        width: 80%;
        height: auto; /* Maintain aspect ratio */
        object-fit: cover; /* Fit image to cover the entire element */
        border-radius: 50%; /* Make the image circular */
    }

    .Mid-Page-div{
        font-size: 20px;
    }

    .Mid-Page-Steps{
        padding: 5%;
        height: 100%;
    }

    .Mid-Page-Steps-Container{
        display: flex;
        flex-direction: row;
    }

    .Mid-Page-Step-pic{
        display: none;
    }

    .Mid-Page-Step{
        justify-content: center;
        height: 250px;
        width: 550px;
        border-radius: 10% / 20%;
    }

    .Mid-Page-Step h3{
        margin: 0%;
        font-size: 30px;
        margin-bottom: 5%;
    }

    .Mid-Page-Step p{
        margin: 0%;
        font-size: 24px;
    }

.faq-table{
    padding: 4%;
    padding-top: 5px;
    color:#F9F9F3;
}

.faq-table-header h2{
    font-size: 42px;
}

.faq-table-body{
    display: flex;
    flex-direction: column;
}

.faq-table-cost li{
    margin-left: 2%;
}

.faq-table-body details summary {
    font-size: 24px;
}

.faq-table-body details[open] summary{
    font-weight: bold;
}

.faq-table-body details p {
    padding-left: 4%;
}

    .Contact-Logo-socials{
        display: none;
    }

    .Contact-Info{
        display: none;
    }

    .Contact-Container{
        height: 100%;
        width: 100%;
    }

    .Contact-Mobile-Socials{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        height: 100px;
        width: 100%;
        gap: 10%;
    }

    .Contact-Mobile-Socials .social-icon{
        height: 48px;
        width: 48px;
    }

    /* CWP Page */
.CWP-Card{
    background-color: #f4eee4;
    text-align: center;
    border-radius: 5%;
    margin-bottom: 5%;
}

.CWP-Card h1{
    font-size: 34px;
    margin: 1%;
}

.CWP-Content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.CWP-Card-Content{
    display: flex;
    /* flex-direction: row; */
    background-color: #f4eee4;
    border-radius: 5%;
    gap: 5%;
    font-size: 24px;
    justify-content: space-evenly;
    text-align: start;
    align-items: center;
    width: 550px;
    height: 350px;
}

.CWP-Card-Content-Container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 200px;
}

.CWP-Card-Content-Item{
    display: flex;
    margin-bottom: 3%;
}

.green-arrow{
    color: #92a884;
    padding-right: 10px;
}

.CWP-Footer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f4eee4;
    margin-top: 3%;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10% / 20%;
}

}

/* Responsive stytles for Ipad vertical*/
@media only screen and (max-width: 1680px) {
    .HeroBanner {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .HeroBanner img {
        height: 100%;
        width: 100%;
    }

    .BannerLinks {
        background-color: #d58a60;
        display: flex;
        justify-content: space-evenly;
        text-align: center;
        align-items: center;
        width: 100%;
        padding-right: 0px;
        height: 40px;
    }

    .BannerLinks a {
        width: auto;
        font-size: 24px;
        white-space: nowrap;
        padding: 0%;
        text-align: center;
        justify-content: center;
        color: #f4eee4 !important;
    }

    .active-link{
        color: #f4eee4 !important;
        border-bottom: 2px solid #f4eee4;
    }

    .btn-important
    {
        background-color: #92a88400;
        color: #92a884 !important;
        border-color: #92a88400;
        border-radius: 0px;
        text-align: center;
    }

    .HeroBanner2{
        display: flex;
        justify-content: center;
        background-color: #92a884;
    }

    .HeroBanner2 img{
        display: none;
    }
    
    .HeroBanner2-content{
        height: 100%;
        padding: 3%;
        background-image: url("/Images/In Use/telehealth pic.avif");
        background-position: right 60% top 0%;
        background-repeat: no-repeat; 
        background-size: cover; 
        padding-right: 50%;
    }

    .HeroBanner2-content h1{
        font-size: 30px;
        /* color: #92a884; */
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
    }
    
    .HeroBanner2-content p {
        display: flex;
        flex-direction: column;
        font-size: 24px;
    }

    .HeroBanner2-content-2nd{
        display: flex;
        padding-left: 0%;
        text-align: center !important;
    }
    
    .HeroBanner2-content .btn{
        display: flex;
        background-color: #92a884;
        color: black !important;
        outline-style: solid;
        outline-width: 5px;
        border-radius: 50px;
        margin-left: auto;
        margin-right: auto;
        font-size: 24px;
        transition: transform 0.3s ease;
        height: 60px;
        width: 180px;
        text-decoration: none;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .btn a{
        color: black !important;
        margin-top: auto;
        margin-bottom: auto;
    }

    details{
    padding: 1%;
    margin: 1%;
    background-color: #f4ede3;
    color: black;
    border-radius: 5px;
    border: 1px solid #f4ede3;
    font-size: medium;
    }
    
    .HeroBanner2-content .btn:hover{
        transform: scale(1.1);
    }

    .TeamTable {
        background-color: #91a683;
    }

    .TeamTable h1 {
        margin: 0;
    }

    .TeamRow {
        flex-direction: rom;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #91a683;
        color: #fff;
        font-size: .8rem;
    }

    .TeamMember {
        height: 420px;
        width: 240px;
    }

    .TeamMember p{
        font-size: 24px;
    }

    .TeamMember img {
        padding-top: 3%;
        width: 80%;
        height: auto; /* Maintain aspect ratio */
        object-fit: cover; /* Fit image to cover the entire element */
        border-radius: 50%; /* Make the image circular */
    }

    .Mid-Page-div{
        font-size: 20px;
    }

    .Mid-Page-Steps{
        padding: 5%;
        height: 100%;
    }

    .Mid-Page-Steps-Container{
        display: flex;
        flex-direction: row;
    }

    .Mid-Page-Step-pic{
        display: none;
    }

    /* for mobile */
    .Mid-Page-Step img{
        width: 53%;
        height: 100%;
        object-fit: cover;
        border-radius: 100%;
    }

    .Mid-Page-Step{
        padding: 10%;
        justify-content: center;
        height: 500px;
        width: 600px;
        border-radius: 25% / 25%;
    }

    .Mid-Page-Step img{
    display: flex;
    }

    .Mid-Page-Step h3{
        padding-top: 5%;
        margin: 0%;
        font-size: 30px;
        margin-bottom: 5%;
    }

    .Mid-Page-Step p{
        margin: 0%;
        font-size: 24px;
    }

.faq-table{
    padding: 4%;
    padding-top: 5px;
    color:#F9F9F3;
}

.faq-table-header h2{
    font-size: 42px;
}

.faq-table-body{
    display: flex;
    flex-direction: column;
}

.faq-table-cost li{
    margin-left: 2%;
}

.faq-table-body details summary {
    font-size: 24px;
}

.faq-table-body details[open] summary{
    font-weight: bold;
}

.faq-table-body details p {
    padding-left: 4%;
}

    .Contact-Logo-socials{
        display: none;
    }

    .Contact-Info{
        display: none;
    }

    .Contact-Container{
        height: 100%;
        width: 100%;
    }

    .Contact-Mobile-Socials{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        height: 100px;
        width: 100%;
        gap: 10%;
    }

    .Contact-Mobile-Socials .social-icon{
        height: 48px;
        width: 48px;
    }

    /* CWP Page */
.CWP-Card{
    background-color: #f4eee4;
    text-align: center;
    border-radius: 5%;
    margin-bottom: 5%;
}

.CWP-Card h1{
    font-size: 34px;
    margin: 1%;
}

.CWP-Content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.CWP-Card-Content{
    display: flex;
    /* flex-direction: row; */
    background-color: #f4eee4;
    border-radius: 5%;
    gap: 5%;
    font-size: 24px;
    justify-content: space-evenly;
    text-align: start;
    align-items: center;
    width: 550px;
    height: 350px;
}

.CWP-Card-Content-Container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 200px;
}

.CWP-Card-Content-Item{
    display: flex;
    margin-bottom: 3%;
}

.green-arrow{
    color: #92a884;
    padding-right: 10px;
}

.CWP-Footer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f4eee4;
    margin-top: 3%;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10% / 20%;
}

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .HeroBanner {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .HeroBanner img {
        height: 100%;
        width: 100%;
    }

    .BannerLinks {
        display: flex;
        text-align: center;
        align-items: center;
        width: 100%;
        height: 28px;
    }

    .BannerLinks a {
        width: auto;
        font-size: 70%;
        white-space: nowrap;
        padding: 0%;
        text-align: center;
        justify-content: center;
    }

    .btn-important
    {
        display: none !important;
        background-color: #92a88400;
        color: #92a884 !important;
        border-color: #92a88400;
        border-radius: 0px;
        text-align: center;
    }

    .HeroBanner2{
        display: flex;
        justify-content: center;
        background-color: #92a884;
    }

    .HeroBanner2 img{
        display: none;
    }
    
    .HeroBanner2-content{
        height: 100%;
        padding: 3%;
        background-image: url("/Images/In Use/telehealth pic.avif");
        background-position: right 44% top 0%;
        background-repeat: no-repeat; 
        background-size: cover; 
        padding-right: 50%;
    }
    

    .HeroBanner2-content h1{
        font-size: 20px;
        margin-bottom: 5%;
        margin-top: 0;
        text-align: center;
    }
    
    .HeroBanner2-content p {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        margin-bottom: 5%;
    }

    .HeroBanner2-content-2nd{
        display: flex;
        padding-left: 0%;
        text-align: start !important;
    }
    
    .HeroBanner2-content .btn{
        display: flex;
        background-color: #92a884;
        color: black !important;
        border-radius: 75px;
        font-size: 18px;
        height: 50px;
        width: 150px;
        text-decoration: none;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-left: 50%;
        outline-style: solid;
        outline-width: 3px;
        padding: 5%;
    }

    .btn a{
        color: black !important;
        margin-top: auto;
        margin-bottom: auto;
        font-weight: bold;
    }

    details{
    padding: 1%;
    margin: 1%;
    background-color: #f4ede3;
    color: black;
    border-radius: 5px;
    border: 1px solid #f4ede3;
    font-size: medium;
    }
    
    .HeroBanner2-content .btn:hover{
        transform: scale(1.1);
    }

    .TeamTable {
        background-color: #91a683;
    }

    .TeamTable h1 {
        margin: 0;
    }

    .TeamRow {
        flex-direction: rom;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #91a683;
        color: #fff;
        font-size: .8rem;
    }

    .TeamMember {
        height: 220px;
        width: 140px;
    }

    .TeamMember p{
        font-size: 14px;
    }

    .TeamMember img {
        padding-top: 3%;
        width: 80%;
        height: auto; /* Maintain aspect ratio */
        object-fit: cover; /* Fit image to cover the entire element */
        border-radius: 50%; /* Make the image circular */
    }

    .Mid-Page-div{
        font-size: 10px;
    }

    .Mid-Page-Steps{
        padding: 5%;
        height: 100%;
    }

    .Mid-Page-Steps-Container{
        display: flex;
        flex-direction: row;
    }

    .Mid-Page-Step-pic{
        display: none;
    }

    .Mid-Page-Step{
        justify-content: center;
        height: 250px;
        width: 250px;
        border-radius: 20% / 20%;
        padding: 5%;
    }

        /* for mobile */
    .Mid-Page-Step img{
        height: 50%;
        object-fit: cover;
        border-radius: 100%;
    }

    .Mid-Page-Step h3{
        margin: 0%;
        font-size: 16px;
        margin-bottom: 5%;
    }

    .Mid-Page-Step p{
        margin: 0%;
        font-size: 14px;
    }

    .faq-table-header h2{
    font-size: 24px;
    }

    .faq-table-body details summary {
    font-size: 14px;
    }

    .Mid-Page-div-imp{
    text-align: center;
    padding-top: 10px;
    padding-bottom:  10px;
    font-size: 14px;
    }

    .CWP-Footer{
        font-size: 14px;
    }

    .Mid-Page-div-impTwo{
        font-size: 14px;
    }

    .Contact-Logo-socials{
        display: none;
    }

    .Contact-Info{
        display: none;
    }

    .Contact-Container{
        height: 100%;
    }

    .Contact-Mobile-Socials{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
        height: 100px;
        width: 100%;
        gap: 10%;
    }

    .Contact-Mobile-Socials .social-icon{
        height: 48px;
        width: 48px;
    }

    /* CWP Page */
.CWP-Card{
    background-color: #f4eee4;
    text-align: center;
    border-radius: 5%;
    margin-bottom: 5%;
}

.CWP-Card h1{
    margin: 1%;
}

.CWP-Content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.CWP-Card-Content{
    display: flex;
    /* flex-direction: row; */
    background-color: #f4eee4;
    border-radius: 5%;
    gap: 3%;
    font-size: 16px;
    justify-content: space-evenly;
    text-align: start;
    align-items: center;
    width: 350px;
    height: 250px;
}

.CWP-Card-Content-Container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 200px;
}

.CWP-Card-Content-Item{
    display: flex;
}

.green-arrow{
    color: #92a884;
    padding-right: 10px;
}

.CWP-Footer{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f4eee4;
    margin-top: 3%;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10% / 20%;
}

}