
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

.text-gray {
    color: #777777;
}

.text-green {
    color: green !important;
}

.pt-20 {
    padding-top: 20px;
}

.text-theme {
    color: #37517e;
}

textarea {
    resize: none;
}

a {
    color: #47b2e4;
    text-decoration: none;
}

    a:hover {
        /* color: #73c5eb; */
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Jost",Sofia,sans-serif;
}

.text-grey {
    color: #3d3e3f;
}

/* Home Hero Section  */

/* Responsiveness Home Hero Section*/
/* Home Hero Section */
.home-hero-section {
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Horizontally center the content */
    height: 75vh;
    /* background-image: url(/Images/home-hero\ image.jpg); */
    /* background-image: url(/Images/home-hero.jpg); */
    /* background-image: url(/Images/home-hero2.jpg); */
    background-image: url(/Images/home-hero3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; /* To position the overlay */
}

    .home-hero-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.704); /* Black overlay with 50% transparency */
        z-index: 1; /* Position it behind content */
    }

    .home-hero-section > * {
        position: relative;
        z-index: 2; /* Ensure content appears above the overlay */
    }



.home-hero-section-div {
    text-align: center; /* Center the text */
    max-width: 80%; /* Adjust based on your design */
}

.hero-title {
    font-size: 3rem; /* Large font size for title */
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

.hero-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    width: 100%; /* Limit the width of the description */
    margin: 0 auto; /* Center the text */
}

.hero-desc-div {
    display: flex;
    justify-content: center;
}

/* Ityped Styles */
.ityped-container {
    display: inline-block;
    width: 100px; /* Adjust width to fit the longest word */
    text-align: left;
}

.ityped {
    color: #ff9800;
}

.hero-button-div {
    padding-top: 35px;
}
/* Responsive Adjustments */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 2.5rem; /* Reduce font size for medium screens */
    }

    .hero-description {
        font-size: 1.1rem; /* Slightly smaller text for medium screens */
        width: 80%; /* Slightly wider description */
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 2rem; /* Smaller font size for tablets */
    }

    .hero-description {
        font-size: 1rem; /* Smaller font size for tablets */
        width: 90%; /* Further widen description */
    }

    .home-hero-section {
        height: 60vh; /* Decrease the height of the section on smaller screens */
    }

    .ityped-container {
        width: 80px; /* Reduce the width for smaller screens */
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.75rem; /* Reduce font size even more for smaller screens */
    }

    .hero-description {
        font-size: 0.95rem; /* Smaller description text */
        width: 90%; /* Take up more space */
    }

    .home-hero-section {
        height: 50vh; /* Further decrease section height */
    }

    .ityped-container {
        width: 70px; /* Adjust it further */
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.5rem; /* Further reduce font size for very small screens */
    }

    .hero-description {
        font-size: 0.9rem; /* Even smaller description text */
        width: 95%; /* Take almost full width */
    }

    .home-hero-section {
        height: 45vh; /* Decrease section height */
    }

    .ityped-container {
        width: 60px; /* Adjust width even further */
    }
}

/* Responsiveness Home Hero Section*/


/* Home About Section  */
.home-about-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
}

.home-about-heading {
    font-size: 35px;
    font-weight: 700;
    color: #37517e;
}

.home-about-description {
    padding-top: 30px;
    font-size: 20px;
    /* font-weight: 700; */
    color: #37517e;
}


.whoweare {
    writing-mode: vertical-rl; /* Makes the text vertical */
    transform: rotate(180deg);
    text-align: center; /* Centers the text vertically */
    font-size: 25px; /* Adjust size as needed */
    /* color: #4aba6a; */
    color: green;
    word-spacing: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .whoweare {
        writing-mode: horizontal-tb;
        transform: matrix(1, 0, 0, 1, 0, 0);
        text-align: center;
        font-size: 25px;
        /* color: #4aba6a; */
        color: green;
        word-spacing: 10px;
        letter-spacing: 5px;
        text-transform: uppercase;
        padding-top: 30px;
        position: relative;
    }
}

.bg-green {
    background-color: #4aba6a !important;
}

.who-we-are-img {
    max-height: 450px;
}




.basic-h1 {
    color: #25426c;
    font-weight: 700;
}

.basic-heading {
    color: #25426c;
    font-size: 24px;
    font-weight: 600;
}
/* Original Styles */
.getEnrollled-parent-div {
    background-color: #f5f5f5;
    margin-top: 50px;
}

.getEnrollled-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

/* Media Queries for Responsiveness */

/* Tablet or Medium Screens (max-width: 1024px) */
@media (max-width: 1024px) {
    .getEnrollled-div {
        flex-direction: column; /* Stack the content vertically */
        align-items: center; /* Center align the content */
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .getEnrollled-parent-div {
        margin-top: 30px; /* Reduced margin for smaller screens */
    }

    .getEnrollled-div h1 {
        text-align: center; /* Center align the header text */
        font-size: 24px; /* Adjust font size for better readability */
        margin-bottom: 15px; /* Space between header and button */
    }
}

/* Small Screens (max-width: 768px) */
@media (max-width: 768px) {
    .getEnrollled-div {
        flex-direction: column; /* Stack the content vertically */
        align-items: center; /* Center align the content */
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .getEnrollled-parent-div {
        margin-top: 20px; /* Reduced margin for smaller screens */
    }

    .getEnrollled-div h1 {
        text-align: center; /* Center align the header text */
        font-size: 22px; /* Adjust font size for better readability */
        margin-bottom: 10px; /* Space between header and button */
    }
}

/* Extra Small Screens (max-width: 480px) */
@media (max-width: 480px) {
    .getEnrollled-div {
        flex-direction: column; /* Stack the content vertically */
        align-items: center; /* Center align the content */
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .getEnrollled-parent-div {
        margin-top: 15px; /* Reduced margin for smaller screens */
    }

    .getEnrollled-div h1 {
        text-align: center; /* Center align the header text */
        font-size: 18px; /* Adjust font size for smaller screens */
        margin-bottom: 8px; /* Space between header and button */
    }
}

/* Responsiveness */

/* Home About Section End */
/* Deliver Results for patients and providers Section */
.deliver-results-section {
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .border-right {
        border-right: 2px solid #b9b9b9;
    }
}

.fas.fa-check-circle {
    color: green; /* Customize the color */
    font-size: 20px; /* Customize the size */
    margin-right: 10px; /* Add spacing between the icon and the text */
}

.list-style-type-none {
    list-style-type: none;
}

.deliver-results-ul li {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .deliver-results-section .row {
        flex-direction: column; /* Stack columns vertically */
    }

    .border-right {
        border-right: none; /* Remove border on smaller screens */
        border-bottom: 2px solid #b9b9b9; /* Add bottom border for separation */
        padding-bottom: 30px; /* Add padding below content for separation */
        margin-bottom: 30px; /* Add margin below for spacing */
    }

    .deliver-results-ul li {
        font-size: 16px; /* Reduce font size for smaller screens */
        line-height: 1.5; /* Adjust line height for better readability */
    }

    .basic-h1 {
        font-size: 24px; /* Adjust heading size */
        text-align: center; /* Ensure headings are centered */
    }


    .text-green {
        margin-bottom: 15px; /* Add spacing below headings */
    }

    .deliver-results-section {
        padding-top: 30px; /* Adjust padding for smaller screens */
        padding-bottom: 30px;
    }
}

/* Deliver Results for patients and providers Section End */
/* Price Information Section */
.price-information-section {
    /* background-image: url(/Images/Price\ Information\ Image.jpg); */
    background-image: url(/Images/price-info-img.jpg);
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Parallax effect retained */

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .price-information-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% transparency */
        z-index: 1; /* Position it behind content */
    }

    .price-information-section > * {
        position: relative;
        z-index: 2; /* Ensure content appears above the overlay */
    }

.price-information-h1 {
    color: #c9c9c9;
    font-weight: 100;
    font-size: 70px;
    text-align: center; /* Center-align text */
    margin-bottom: 20px; /* Add spacing below heading */
}

.price-information-p {
    color: #c9c9c9 !important;
    font-size: 24px;
    line-height: 1.5; /* Improve readability */
    text-align: center;
    margin: 0 15px; /* Add horizontal padding for smaller screens */
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .price-information-section {
        height: 60vh; /* Reduce height for smaller screens */
        /* Parallax effect retained */
        padding: 20px; /* Add padding for content */
    }

    .price-information-h1 {
        font-size: 40px; /* Reduce font size */
        margin-bottom: 15px; /* Adjust spacing */
    }

    .price-information-p {
        font-size: 18px; /* Reduce font size for better fit */
        margin: 0 10px; /* Reduce horizontal padding */
    }
}

@media (max-width: 576px) {
    .price-information-section {
        height: 50vh; /* Further reduce height for very small screens */
    }

    .price-information-h1 {
        font-size: 28px; /* Further reduce font size */
    }

    .price-information-p {
        font-size: 16px; /* Adjust paragraph font size */
    }
}



/* Price Information Section End */
.about-img-main-div {
    background-image: url(/Images/building.jpg);
    background-size: cover;
    background-position: center;
}

/* Meet Our Clients  Section  */
.meet-clients-section {
    padding: 50px 15px;
    background-color: #37517e;
    /* margin-bottom: 15px; */
}

.client-img-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    padding: 0px, 15px;
}

    .client-img-col img {
        width: 60px; /* Set a uniform width */
        height: 60px; /* Set a uniform height */
        object-fit: contain; /* Ensure images are contained within the box */
        /* background-color: #fff;  */
        border-radius: 8px; /* Optional: Add rounded corners */
        /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  */
        filter: opacity(0.5);
        transition: filter 0.3s ease; /* Smooth transition for hover effect */
    }

        .client-img-col img:hover {
            filter: opacity(1) brightness(1.9); /* Increase brightness and opacity on hover */
            /* transform: scale(1.05);  */
        }


@media (max-width: 992px) {
    .client-img-col {
        flex: 0 0 50%; /* Two columns on medium screens */
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .client-img-col {
        flex: 0 0 100%; /* One column on small screens */
        max-width: 100%;
    }
}

/* Meet Our Clients  Section End */

/* Shedule Call  */
.shedule-call {
    width: 70%;
}

@media (max-width: 992px) {
    .shedule-call {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .shedule-call {
        width: 100%;
    }
}
/* Shedule Call End */


/* We-Help-You  */
.we-help-you-section {
    background-color: #f9f9f9;
}

.help-you-left img {
    /* max-width: 100px; */
    height: auto;
}

.help-you-heading {
    font-size: 22px;
    font-weight: bold;
    color: #25426c;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    color: #555;
}

.border-line-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dotted-line {
    border-left: 2px dotted #25426c;
}

.full-height {
    flex: 1;
}

.circle-top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #25426c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: -20px;
}

.border-line-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures equal spacing between circles and line */
    align-items: center;
}

.dotted-line {
    border-left: 2px dotted #25426c;
    width: 2px;
    height: 100%; /* Full height of the container */
    margin: 0; /* Removes any accidental gaps */
}

.circle-top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #25426c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 1; /* Ensure it appears above the line */
    position: relative; /* Keeps it aligned within the container */
}

.full-height {
    flex: 1; /* Makes the line fill the space between circles */
}

/* Responsive Adjustments for Small Screens */
@media (max-width: 992px) {
    .border-line-container {
        display: none; /* Hide the entire container for the border and numbers */
    }

    .dotted-line {
        display: none; /* Remove the dotted line */
    }

    .circle-top {
        display: none; /* Hide the circle numbers */
    }

    .we-help-text-div {
        padding-top: 50px;
    }
}


/* We-Help-You End */

/* Meet Our Clients  Section  */
/* Meet Our Clients  Section End */
/* Meet Our Clients  Section  */
/* Meet Our Clients  Section End */


/*Loader */

@media (min-width: 992px) {
    #loading {
        top: 80% !important;
        left: 45% !important;

    }
}
@media (max-width: 992px) {
    #loading {
        top:135% !important; 
        left:25% !important; 
    }
}
@media (max-width: 360px) {
    #loading {
        top:130% !important; 
        left:35% !important; 
    }
}