.menus-mo-link,
.menus-pc-link {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menus-mo-link {
    display: none;
}

.menus-mo-link::after,
.menus-pc-link::after {
    content: url('../../assets/image/icons/arrow-down.png');
}

.menus-pc-link::after {
    display: none;
}

.nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.menus-pc-link.active .nav-link {
    font-weight: 700;
    color: var(--gableGreen);
}

.menus-pc-docs {
    background-color: var(--gray);
    padding: 50px;
    padding-top: 0;
    height: calc(100vh - 112px);
    position: absolute;
    left: 0;
    top: 112px;
    width: 100%;
    overflow: auto;
    display: none;
}

.menus-pc-info {
    background-color: var(--white);
    width: 100%;
    padding: 50px;
    border-radius: 0px 0px 50px 50px;
}

@media (min-width:1700px) {
    .menus-pc-info .container {
        max-width: 1650px;
    }
}

.condition-wrapper .condition-card:hover .condition-card-text .d-flex picture:last-child {
    opacity: 1;
    transform: translate(10px, -10px);
}

.condition-wrapper.menus-pc-info .condition-card {
    padding: 26px;
}

.condition-wrapper.menus-pc-info .condition-card img.h-70 {
    height: 100px;
}

.condition-wrapper .condition-card .condition-card-text {
    width: 100%;
}

.condition-wrapper.menus-pc-info .condition-card .condition-card-text {
    padding: 0;
}

.condition-wrapper.menus-pc-info .condition-card .condition-card-text h5 {
    font-size: 28px;
    line-height: 38.76px;
    margin-bottom: 17px;
    font-family: var(--articulatCF);
}

.procedures-menus-pc-docs .condition-wrapper.menus-pc-info .condition-card .condition-card-text h5 {
    height: 75px;
    display: flex;
    align-items: flex-end;
}

.procedures-menus-pc-docs .condition-wrapper.menus-pc-info .condition-card .condition-card-text picture {
    flex: 0 0 auto;
    width: 16px;
}

.condition-wrapper.menus-pc-info .condition-card .condition-card-text p {
    font-size: 14.12px;
    line-height: 19.76px;
    font-family: var(--articulatCF);
}

.about-header p {
    max-width: 245px;
}

.h-112 {
    height: 112px;
}

/* navbar-toggler active */
.menu-open,
.menu-close {
    cursor: pointer;
    width: 35px;
}

.navbar-toggler .menu-open {
    display: block;
}

.navbar-toggler .menu-close {
    display: none;
}

.navbar-toggler.active .menu-open {
    display: none;
}

.navbar-toggler.active .menu-close {
    display: block;
}

.navbar-light .navbar-toggler {
    border: none;
    box-shadow: none;
    padding: 0;
}

@media (max-width:1600px) {
    .menus-pc-info h2 {
        font-size: 50px;
    }

    .condition-wrapper.menus-pc-info .condition-card .condition-card-text h5 {
        font-size: 20px;
        line-height: 28.76px
    }

}

@media (max-width:1399.98px) {
    .menus-pc-info h2 {
        font-size: 40px;
    }

    .condition-wrapper.menus-pc-info .condition-card .condition-card-text h5 {
        font-size: 18px;
        line-height: 20px
    }

    .menus-pc-info {
        padding: 25px;
        border-radius: 0px 0px 25px 25px;
    }

    .procedures-menus-pc-docs .condition-wrapper.menus-pc-info .condition-card .condition-card-text h5 {
        height: auto;
    }

    .menus-pc-docs {
        padding: 25px;
        padding-top: 0;
    }

    .condition-wrapper.menus-pc-info .condition-card {
        padding: 15px;
        border-radius: 15px;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 0px;
    }
}

@media (max-width:991.98px) {
    .menus-pc-docs {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        font-weight: 600;
        padding: 1rem .5rem;
    }
    .cusmenuhover, .submenu {
        display: none !important;
    }

    .menus-mo-link {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

    .menus-mo-link:not(.active)::after {
        rotate: -90deg;
    }

    .menus-mo-docs {
        display: none;
        order: 3;
        width: 100%;
    }

    .menus-pc-link {
        display: none;
    }

    .navbar-collapse {
        padding-bottom: 30px;
        height: calc(100vh - 110px);
    }

    .navbar-nav {
        margin-bottom: 25px;
        margin-top: 15px;
    }
}

@media (max-width:767.98px) {
    .h-112 {
        height: 57px;
    }

    .navbar-collapse {
        padding-bottom: 30px;
        height: calc(100vh - 53px);
    }
}

/* condition-hero start */

.condition-hero {
    background-color: var(--gableGreen);
    height: auto;
    overflow: hidden;
    color: var(--white);

    display: flex;
    align-items: center;
    justify-content: center;
}

/* .condition-hero-img {
    transform: translateY(80px);
} */

.condition-hero-text h1 {
    font-size: 92px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 35px;
}

.condition-hero-text p {
    font-family: var(--articulatCF);
    font-size: 42.207px;
    font-style: normal;
    font-weight: 400;
    line-height: 119%;
}

@media (min-width:1700px) {
    .condition-hero {
        height: 871.01px;
    }

    .condition-hero .container {
        max-width: 1600px;
    }

}

@media (min-width:1600px) {
    .condition-hero {
        height: 871.01px;
    }
}

@media (max-width:1600px) {
    .condition-hero-text h1 {
        font-size: 68px;
    }
}

@media (max-width:1399.98px) {
    .condition-hero-img {
        transform: translateY(0px);
    }

    .condition-hero-text h1 {
        font-size: 48px;
    }

    .condition-hero-text p {
        font-size: 20px;
    }

    .condition-hero {
        max-height: unset;
    }
}

@media (max-width:991.98px) {
    .condition-hero {
        text-align: center;
        padding-top: 77px;
        padding-bottom: 58px;
    }

    .condition-hero-img {
        height: 335px;
        margin: auto;
        margin-bottom: 65px;
    }

    .condition-hero-text h1 {
        font-size: 36px;
        margin-bottom: 28px;
    }
}

@media (max-width:767.98px) {
    .condition-hero-text {
        text-align: left;
        max-width: 275px;
        margin: auto;
    }

    .condition-hero {
        border-radius: 20px;
    }
}

/* condition-hero end */
/* condition specific start */


.condition-specific {
    padding-top: 80px;
    padding-bottom: 165px;
}

.condition-specific-link {
    position: sticky;
    top: 140px;
}

.condition-specific-link {
    border-radius: 20px;
    background-color: var(--light-grey);
    padding: 35px 25px 35px 45px;
    max-width: 361.717px;
}

.condition-specific-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.condition-specific-link ul li {
    margin-bottom: 10px;
}

.condition-specific-link ul li a {
    color: var(--gray-1);
    font-family: var(--articulatCF);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: block;
}

.condition-specific-link ul li a:hover,
.condition-specific-link ul li a.active {
    color: var(--gableGreen);
    font-weight: 700;
}

.condition-specific-link ul li.download a {
    display: flex;
    width: 100%;
    padding: 8px 24px;
    border: 1px solid var(--gableGreen);
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    color: var(--gableGreen);
    margin-top: 40px;
}

.condition-specific-link ul li.book-now a:hover,
.condition-specific-link ul li.download a:hover {
    font-weight: 400;
}

.condition-specific-link ul li.book-now a {
    color: var(--white);
    display: flex;
    padding: 8px 24px;
    background-color: var(--gableGreen);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
}

.condition-specific-link ul li a.book-now:hover {
    color: var(--white);
}

.condition-specific-docs {

    padding: 20px;
    padding-bottom: 0;
    color: var(--black);
    font-family: var(--articulatCF);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 44.8px */
}

.condition-specific-docs ul,
.condition-specific-docs p {
    margin-bottom: 20px;
}

.condition-specific-docs ul {

    max-width: 1045px;
}

.condition-specific-docs ul li {
    position: relative;
    padding-left: 35px;
}

.procedures-specific-docs ul li b,
.procedures-specific-docs ul li strong {
    display: block;
}

.condition-specific-docs ul li::before {
    content: '';
    flex: 0 0 auto;
    background-image: url('../../assets/image/icons/list.png');
    width: 25px;
    height: 25px;
    /* margin-top: 10px; */
    position: absolute;
    left: 0;
    top: 8px;
}

.condition-specific-docs.two-list ul li:not(:last-of-type) {
    margin-bottom: 25px;
}

.condition-specific-docs h2 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.procedure-details {
    padding: 48px 25px 62px;
    margin-top: 80px;
    background-color: var(--gableGreen);
    color: var(--white);
    text-align: center;
    border-radius: 20px;
}

.procedure-details h2 {
    color: var(--white);
}

.pd-docs {
    max-width: 835px;
    margin: auto;
}

.procedure-details p {
    margin: 40px 0;
    font-family: var(--articulatCF);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.go-to-details {
    color: var(--gableGreen);
    text-align: center;
    font-family: var(--articulatCF);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    border-radius: 42.143px;
    background: var(--white);
    display: flex;
    width: 505px;
    height: 72px;
    padding: 9px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: auto;
}

.go-to-details:hover {
    color: var(--gableGreen);
}

@media (max-width:1600px) {
    .condition-specific-link {
        padding: 35px 25px;
    }

    .procedure-details p,
    .condition-specific-docs,
    .condition-specific-link ul li a {
        font-size: 18px;
    }

    .condition-specific-docs ul li::before {
        margin: 0;
        top: 0;
    }
}

@media (max-width:1600px) and (min-width:1400px) {
    .condition-specific-docs h2 {
        font-size: 55px;
        line-height: normal;
    }
}

@media (max-width:1500px) {
    .condition-specific-link {
        padding: 35px 15px;
    }

    .condition-specific-docs ul li {
        margin-bottom: 10px;
    }

    .condition-specific-docs ul li::before {
        margin: 0;
        top: 0;
    }

    .procedure-details p,
    .condition-specific-docs,
    .condition-specific-link ul li a {
        font-size: 18px;
    }

    .condition-specific-link ul li a {
        line-height: 1;
    }
}

@media (max-width:991.98px) {

    .condition-specific .col-xl-3 {
        position: sticky;
        top: 112px;
        z-index: 9;
    }

    .condition-specific-link {
        padding: 0;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: auto;
    }

    .condition-specific-link ul {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        overflow: auto;
    }

    .condition-specific-link ul li {
        margin: 0;
    }

    .condition-specific-link ul li a {
        display: block;
        border-radius: 50px;
        font-size: 14px;
    }

    .condition-specific-link ul li a {

        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        padding: 0 10px;
        height: 30px;
        overflow: hidden;
        display: -webkit-box;
        line-height: 30px;
        display: box;
    }

    .condition-specific-link ul li a:hover,
    .condition-specific-link ul li a.active {
        color: var(--white);
        background-color: var(--gableGreen);
        font-weight: 400;
    }

    .condition-specific-link ul li.book-now,
    .condition-specific-link ul li.download {
        display: none;
    }

    .condition-specific-docs .two-list ul:first-of-type {
        margin: 0;
    }

    .go-to-details {
        width: 100%;
        font-size: 21.714px;
        height: 58.357px;
    }
}

@media (max-width:767.98px) {
    .condition-specific .col-xl-3 {
        position: sticky;
        top: 53px;
    }

    .condition-specific {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .condition-specific .container-fluid {
        padding: 0;
    }

    .procedure-details p,
    .condition-specific-docs,
    .condition-specific-link ul li a {
        font-size: 14px;
    }

    .procedure-details {
        padding: 37px 15px;
    }

    .go-to-details {
        padding: 15px;
    }

    .condition-specific-docs {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width:400px) {
    .condition-specific .col-xl-3 {
        padding: 0;
    }

    .condition-specific-link ul li a {
        font-size: 12px;
    }
}

/* condition specific end */


/* referrals header start */
header {
    background-color: var(--white);
}

.referrals-header {
    padding-top: 108px;
    margin-bottom: 160px;
}

.referrals-header h1 {
    color: var(--gableGreen);
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 30px;
}

.referrals-header h1 span {
    font-style: italic;
}

.referrals-header p {
    color: var(--light-black);
    text-align: center;
    font-family: var(--articulatCF);
    font-size: 28px;
    font-weight: 400;
    line-height: 160%;
    max-width: 1112px;
    margin: auto;
    margin-bottom: 60px;
}

.referrals-header .referrals-content img {
    width: 100%;
    height: 411px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 44px;
}

.referrals-header .referrals-content h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    color: var(--gableGreen);
    margin-bottom: 30px;
}

.referrals-header .referrals-content h4 span {
    font-style: italic;
}

.referrals-header .referrals-content p {
    text-align: left;
    color: var(--light-black);
    margin: 0;
    max-width: 540px;
}

.rh-refer-now {
    display: none;
}

@media (max-width:1600px) {
    .referrals-header .referrals-content img {
        height: 350px;
    }
}

@media (max-width:1399.98px) {
    .referrals-header .referrals-content img {
        height: 300px;
        margin-bottom: 30px;
    }

    .referrals-header .referrals-content h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .referrals-header .referrals-content p {
        font-size: 22px;
        line-height: 100%;
    }

    .referrals-header {
        padding-top: 78px;
        margin-bottom: 100px;
    }
}

@media (max-width:991.98px) {
    .referrals-header h1 {
        font-size: 42px;
        line-height: normal;
        margin-bottom: 27px;
    }

    .referrals-header p {
        margin-bottom: 35px;
        font-size: 22px;
    }

    .referrals-header .referrals-content p {
        margin: 0;
        width: 100%;
    }

    .referrals-header {
        padding-top: 44px;
        margin-bottom: 44px;
    }

    .rh-refer-now {
        display: flex;
        height: 58px;
        width: 100%;
        background-color: var(--gableGreen);
        color: var(--white);
        text-align: center;
        font-family: var(--articulatCF);
        font-size: 21.714px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
    }
}

@media (max-width:756px) {
    .referrals-content {
        position: relative;
    }

    .referrals-header h1 {
        text-align: left;
    }

    .referrals-header p {
        text-align: left;
    }

    .referrals-header .referrals-content h4 {
        color: var(--white);
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .referrals-header .referrals-content p {
        font-size: 14px;
        color: var(--white);
        line-height: 18px;
    }

    .referrals-header .referrals-content img {
        margin: 0;
        height: 270px;
        border-radius: 11.497px;
    }

    .referrals-text {
        position: absolute;
        left: 0;
        bottom: 0;
        border-radius: 11.497px;
        padding: 15px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 62.1%);
        min-height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
}

/* referrals header end */
/* referrals form start */
.referrals-form {
    background-color: var(--light-grey);
    padding: 132px 0;
}

.referrals-form-docs h2 {
    text-align: center;
    margin-bottom: 23px;
}

.referrals-form-docs .step-text {
    text-align: center;
    color: var(--black);
    font-family: var(--articulatCF);
    font-size: 20.126px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.3;
    display: block;
    margin-bottom: 16px;
}

.step-back {
    color: var(--gableGreen);
    font-family: var(--articulatCF);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-btn {
    color: var(--white);
    text-align: center;
    font-family: var(--articulatCF);
    font-size: 21.714px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding: 16px 40px;
    background-color: var(--gableGreen);
    border-radius: 50px;
}

.referrals-form-docs form {
    border-radius: 20px;
    background-color: var(--white);
    padding: 80px;
}

.referrals-form-docs h3 {
    color: var(--gableGreen);
    font-family: var(--articulatCF);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.step-form-input label {
    color: var(--black);
    font-family: var(--articulatCF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.step-form-input input {
    border-radius: 12px;
    border: 1px solid var(--vlight-grey);
    background-color: var(--white);
    height: 54px;
    width: 100%;
    display: block;
    max-width: 584px;
    padding: 15px;
    box-shadow: none;
    outline: none;
}

.step-form-input textarea {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid var(--vlight-grey);
    background-color: var(--white);
    box-shadow: none;
    outline: none;
    display: block;
    max-width: 584px;
    width: 100%;
    height: 88.043px;
    resize: none;
}

.patient-date {
    align-items: center;
}

.patient-date input {
    text-align: center;
}

.patient-date span {
    font-size: 20.126px;
    display: none;
}

.patient-date span,
.patient-date input::placeholder {
    opacity: 0.3;
}

.step-form-radio-input {
    border-radius: 12px;
    /* border: 1px solid var(--vlight-grey);
    background-color: var(--white); */
    height: 54px;
    width: 100%;
    color: var(--black);
    font-family: var(--articulatCF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    cursor: pointer;
    position: relative;
}


.step-form-radio-input span {
    position: relative;
    z-index: 1;
}

.step-form-radio-input small::after {
    content: '';
    position: absolute;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    inset: 0;
    border: 1px solid var(--vlight-grey);
    background-color: var(--white);
    z-index: 0;
}

.step-form-radio-input input {
    border: 1px solid var(--vlight-grey);
    background-color: var(--white);
    appearance: none;
    width: 14.234px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    padding: 0;
    height: 14.234px;
}

.step-form-radio-input input:checked {
    border: 1px solid var(--gableGreen);
    background-color: var(--gableGreen);
}

.step-form-radio-input input:checked~small::after {
    border: 1px solid var(--gableGreen);
    background-color: var(--feta);
}

.step-form-input-pa input,
.step-form-input-pa textarea {
    max-width: 100%;
}


@media (min-width:991.98px) {
    .referrals-form-docs h2 {
        font-size: 58px;
        margin-bottom: 54px;
    }

    .referrals-form-docs .step-text {
        display: none;
    }

    .step-button {
        display: none;
    }

    .submit-form {
        width: 100%;
        margin-top: 40px;

    }


}

@media (max-width:991.98px) {
    .referrals-form-docs {
        background-color: var(--white);
        padding: 37px 13px;
        border-radius: 20px;
    }

    .step-form-input textarea,
    .step-form-input input {
        max-width: unset;
    }

    .referrals-form-docs form {
        padding: 0;
        border-radius: 0;
    }

    .form-btn-group {
        margin-top: 40px;
    }

    .step-form-radio-input {
        text-align: center;
    }

    .step-form-radio-input input,
    .step-form {
        display: none;
    }

    .step-form-radio-input span,
    .step-form.active {
        display: block;
        width: 100%;
    }

    .patient-date {
        border: 1px solid var(--vlight-grey);
        background-color: var(--white);
        border-radius: 12px;
    }

    .patient-date input {
        border: none;
        font-size: 20.126px;
        background-color: transparent;
    }

    .patient-date span {
        display: block;
        color: var(--black);
    }
}

/* referrals form end */
@media (min-width:1500px) {
    .education-handout-wrapper .container {
        width: 1450px;
    }
}

.education-handout-wrapper form {
    position: relative;
    margin-top: 45px;
    margin-bottom: 100px;
}

.education-handout-wrapper form input {
    margin-top: 0;
    background-image: url('../../assets/image/icons/search.png');
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: left 15px center;
}

.ehw-img {
    position: relative;
}

.ehw-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.ehw-img-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ehw-img-icon img {
    height: auto;
    width: auto;
}

.ehw-img-icon span {
    cursor: pointer;
}

.ehw-docs h3 {
    font-family: var(--articulatCF);
    font-size: 32px;
    font-weight: 600;
    line-height: 43.52px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.ehw-docs p {
    font-family: var(--articulatCF);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    max-height: 4.4rem;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    display: -webkit-box;
    /* Required for line-clamp to work */
    -webkit-box-orient: vertical;
    /* Set orientation to vertical for line-clamp */
    text-overflow: ellipsis;
    /* Add ellipsis if text overflows */
    white-space: normal;
    /* Allow text to wrap */
    overflow: hidden;/
}

.education-handout-wrapper {
    margin-bottom: 140px;
}

.edw-load-more {
    font-family: var(--articulatCF);
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    background: var(--gableGreen);
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    height: 65.6px;
    width: 100%;
    max-width: 460px;
    border-radius: 50px;
    margin-top: 100px;
}

.small_content {
    font-family: var(--articulatCF);
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 35.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1D1D1D;
    max-width: 1050px;
    margin: auto;
    margin-bottom: 50px;
}

@media (max-width:767.98px) {
    .ehw-docs h3 {
        font-size: 20px;
        margin: 20px 0;
        line-height: normal;
    }

    .education-handout-wrapper form {
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

/* error page start */

.error-page {
    text-align: center;
    padding: 100px 0;
}

.error-page h1 {
    font-size: 145px;
    color: var(--gableGreen);
    font-family: var(--articulatCF);
}

.error-page p {
    font-size: 45px;
    font-weight: 700;
}

.thank_you a,
.error-page a {
    border: none;
    cursor: pointer;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 208.35px;
    height: 48px;
    background-color: var(--gableGreen);
    color: var(--white);
    border-radius: 50px;
    margin-top: 70px;
    font-size: 18px;
    font-weight: 700;
    line-height: 19.2px;
    text-transform: uppercase;
}

/* error page end */
/* thank you start */

.thank_you {
    text-align: center;
    padding: 100px 0;
}

.thank_you h1 {
    font-size: 75px;
    color: var(--gableGreen);
    text-transform: capitalize;
    font-family: var(--articulatCF);
    margin-bottom: 20px;
}

.thank_you p {
    font-size: 35px;
}

/* thank you end */


.ehw-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000a7;
    z-index: 9999;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    scale: 0;
    overflow: auto;
}

.ehw-modal-docs {
    padding: 70px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    position: relative;
}

.ehw-modal.active {
    opacity: 1;
    visibility: visible;
    scale: 1;
}

.ehw-modal-hide {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    z-index: 0;
    padding: 15px;
}

.ehw-modal-hide img {
    cursor: pointer;
}

.ehw-modal-box {
    position: relative;
    z-index: 1;
}

.ehw-modal-box img {
    width: 100%;
    height: 700px;
    object-fit: contain;
    object-position: center;
}

@media (max-width:767.98px) {
    .ehw-modal-box img {
        height: auto;
    }
}

/* Home page animated section css start */
.human-skeleton-container {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.image-container {
    position: relative;
    width: 1053.55px;
    /* height: 714.55px; */
    display: flex;
    z-index: 1;
    pointer-events: none;
    margin-bottom: 30px;
}

#foot-image {
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
    object-fit: contain;
    margin: auto;
    position: relative;
    pointer-events: none;
}

.human-skeleton-modal {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1053.55px;
    /* height: 714.55px; */
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    scale: 0.5;
    z-index: 0;

}

.modal-image-swiper {
    height: 100%;
}

.human-skeleton-modal.active {
    opacity: 1;
    visibility: visible;
    scale: 1;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 30px;
    width: 1053.55px;
    /* height: 714.55px; */
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 30px;
    scale: 0.5;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    scale: 1;
    position: relative;

}

.point {
    position: absolute;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    font-family: var(--articulatCF);
    font-size: 23px;
    font-weight: 400;
    line-height: 29.7px;
    border-bottom: 2.39px dashed rgba(94, 112, 88, 1);
    min-width: 200px;
    height: 42px;
    z-index: 2;
    opacity: 0.5;
    white-space: nowrap;
}

.hover-point:hover,
.point.active {
    opacity: 1;
}

.point-img {
    width: 70px;
    position: absolute;
    width: 100px;
    height: 70px;
    top: 5px;
    text-align: right;

}



.point-img .img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 100%;
}

.hover-point:hover .point-img .img::before,
.point.active .point-img .img::before {
    content: '';
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    inset: -2px;
    width: 80px;
    height: 80px;
    filter: blur(5px);
    scale: 1.3;
    z-index: -1;
}

.point-img::after {
    content: '';
    border-bottom: 2.39px dashed rgba(94, 112, 88, 1);
    display: block;
    position: absolute;
    top: 50%;
    width: calc(100% + 20px);
    right: -20px;
}

.point-1 {
    top: 51%;
    left: 13%;
    z-index: 0;
}

.point-1 .point-img {
    width: 56px;
    transform: translate(33px, 20px) rotate(65deg);
    left: 100%;
    transform-origin: top left;

}

.point-2 {
    bottom: 35%;
    right: 74%;
}

.point-2 .point-img {
    width: 60px;
    transform: translate(25px, 10px) rotate(45deg);
    left: 100%;
    transform-origin: top left;

}

.point-3 {
    bottom: 10%;
    right: 62%;
    z-index: 0;
}

.point-3 .point-img {
    width: 72px;
    transform: translate(-25px, 10px) rotate(316deg);
    left: 100%;
    transform-origin: top left;
}

.point-4 {
    bottom: -2%;
    /* left: 27%; */
    right: 28%;
}

.point-4 .point-img {
    width: 115px;
    transform: translate(-25px, 10px) rotate(316deg);
    left: 100%;
    transform-origin: top left;
}

.point-5 {
    top: 40%;
    left: 60%;
}

.point-5 .point-img {
    width: 102px;
    transform: translate(-33px, 22px) rotate(294deg);
    right: 100%;
    transform-origin: top right;
}

.point-5 .point-img .img {
    left: -77px;
}

.point-5 .point-img::after {
    right: 0;
}

.point-6 {
    top: 56%;
    left: 83%;
}

.point-6 .point-img {
    width: 102px;
    transform: translate(-33px, 22px) rotate(294deg);
    right: 100%;
    transform-origin: top right;
}

.point-6 .point-img .img {
    left: -77px;
}

.point-6 .point-img::after {
    right: 0;
}


.point-7 {
    top: 66%;
    left: 90%;
}


.point-7 .point-img {
    width: 42px;
    transform: translate(-33px, 22px) rotate(294deg);
    right: 100%;
    transform-origin: top right;
}

.point-7 .point-img .img {
    left: -77px;
}

.point-7 .point-img::after {
    right: 0;
}

.controls {
    text-align: center;
    margin-top: 20px;
}


.drag-rotate {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

.drag-rotate a,
.drag-rotate button {
    font-family: var(--articulatCF);
    font-size: 20.06px;
    padding: 10px 20px;
    font-weight: 400;
    line-height: 22.67px;
    background: #8E8E8E;
    background-color: transparent;
    /* border: 0.72px solid #8E8E8E; */
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}

.drag-rotate a.c-set-link,
.drag-rotate button.human-skeleton-modal-show {
    display: none;
}

.hover-point-button.active {
    color: rgba(94, 112, 88, 1);
    border-color: rgba(94, 112, 88, 1);
}



.human-skeleton-modal-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.human-skeleton-section {
    padding-bottom: 50px;
}

.human-skeleton-modal-box img {
    width: 100%;
    height: 100%;
    cursor: grab;
    object-fit: contain;
    object-position: center;
}

.human-skeleton-modal-box #image {

    position: absolute;
}

.human-skeleton-modal-box img:active {
    cursor: grabbing;
    /* While dragging */
}

.human-skeleton-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 25px;
}

.human-skeleton-mo {
    display: none;
}

/*  */

.human-skeleton-container-mo {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.human-skeleton-container-mo .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.image-swiper img {
    width: 100%;
}

.condition-swiper {
    margin-top: 30px;
}

.condition-swiper .swiper-slide {
    width: 190px;
    height: 62px !important;
    border-radius: 8px;
    background: rgba(248, 248, 248, 1);
    padding: 10px;
    font-family: var(--articulatCF);
    font-size: 15.35px;
    font-weight: 600;
    line-height: 17.35px;
    color: rgba(94, 112, 88, 1);
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.condition-swiper .swiper-slide::after {
    content: url('../../assets/image/arrow-up-right.png');
}

.image-swiper-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.image-swiper .swiper-pagination {
    font-family: var(--articulatCF);
    font-size: 15.35px;
    font-weight: 400;
    line-height: 17.35px;
    text-align: center;
    color: rgba(94, 112, 88, 1);
}

.image-swiper .swiper-pagination,
.image-swiper .swiper-button-next,
.image-swiper .swiper-button-prev {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    margin: 0;
}

.image-swiper .swiper-button-next img,
.image-swiper .swiper-button-prev img {
    width: 15px;
}

.image-swiper .swiper-button-next:after,
.image-swiper .swiper-button-prev:after {
    display: none;
}

@media (max-width:1480px) {
    .human-skeleton-container {
        width: 900px;
    }
    .human-skeleton-modal,
    .image-container,
    .overlay {
        width: 750px;
        /* height: 600px; */
        left: 0;
    }
    .image-container{
        padding-bottom: 35px;
    }
    .point.active .point-img .img::before,
    .point-img .img {
        width: 40px;
        height: 40px;
        top: 25%;
    }

    .point-img .img img {
        width: 100%;
        height: 100%;
    }

    .point.active .point-img .img::before {
        inset: 0;
    }

    .point-img::after {
        width: 100%;
        right: 0;
    }

    .point-7 .point-img .img,
    .point-6 .point-img .img,
    .point-5 .point-img .img {
        left: -30px;
    }

    .point-1 {
        top: 47%;
        left: 2%;
    }

    .point-3 {
        bottom: 13%;
        right: 65%;
    }

    .point-4 {
        bottom: 1%;
        right: 30%;
        /* left: 18%; */
    }

    .point-5 {
        top: 38%;
        left: 62%;
    }

    .point-6 {
        top: 52%;
        left: 88%;
    }

    .point-7 {
        top: 65%;
        left: 92%;
    }

    .overlay {
        left: 0;
    }
}

@media (max-width:991.98px) {

    .human-skeleton-modal,
    .human-skeleton-pc {
        display: none;
    }

    .human-skeleton-mo {
        display: block;
    }
}

/* Home page animated section css end */
@media(min-width:1500px) {
    .procedures-menus-pc-docs .condition-wrapper.menus-pc-info .condition-card .condition-card-text h5 {
        align-items: flex-start;
    }
}

/* 17-01-25 start */

.procedures-specific-docs-education h2 {
    padding: 0;
    text-align: left;
    border-bottom: 0;
}

.education-handout-wrapper form {
    margin-bottom: 60px;
}

.education-swiper {
    overflow: visible;
}

.patient-education h3 {
    color: var(--gableGreen);
    font-family: var(--times);
    font-size: 48px;
    font-weight: 400;
    line-height: 55.2px;
}

.patient-education li {
    font-size: 32px;
    font-weight: 400;
    line-height: 43.52px;
    color: rgba(0, 0, 0, 1);
}

.patient-education li:hover {
    color: var(--gableGreen);
    font-weight: 700;
}

.patient-education ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

@media (max-width:992px) {
    .patient-education li {
        font-size: 28px;
        line-height: 1.2;
    }
}

@media (max-width:786px) {
    .patient-education ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 20px;
    }

    .patient-education li {
        font-size: 20px;
        line-height: 1.2;
    }
}

/* 17-01-25 end */
@media(max-width:1550px) {
    .useful-resourse-section .useful-resourse-content p {
        font-size: 22px;
    }

    .useful-resourse-section .useful-resourse-content h4 {
        font-size: 40px;
    }
}

/* 01 - 02 - 24 */
.landing-page-form .referrals-form-docs {
    background-color: var(--white);
    padding: 37px 13px;
    border-radius: 20px;
}

.landing-page-form .step-form-input textarea,
.landing-page-form .step-form-input input {
    max-width: unset;
}

.landing-page-form .referrals-form-docs form {
    padding: 0;
    border-radius: 0;
}

.landing-page-form .form-btn-group {
    margin-top: 40px;
}

.landing-page-form .step-form-radio-input input {
    flex: 0 0 auto;
}

.landing-page-form .step-form {
    display: none;
}

.landing-page-form .step-form-radio-input span,
.landing-page-form .step-form.active {
    display: block;
    width: 100%;
}

.landing-page-form .step-button {
    display: block;
    width: 100%;
}

.patient-info-wrapper .consultations-wrapper {
    max-width: 100%;
}

.landing-page-form h2 {
    color: #5E7058;
    font-family: var(--times);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 45px;
}

.landing-page-form h3 {
    color: #5E7058;
    margin-bottom: 22px;
}

.landing-page-form {
    border-radius: 20px;
    border: 1px solid #A8A8B4;
    background: #FFF;
    padding: 60px 80px;
}

.landing-page-form .submit-form {
    width: auto;
    margin-top: 0px;
}

@media (min-width:1400px) {
    .patient-info-wrapper .col-lg-7 {
        flex: 0 0 auto;
        width: 55.333333%;
    }

    .patient-info-wrapper .col-lg-5 {
        flex: 0 0 auto;
        width: 43.666667%;
    }
}

@media (max-width:1400px) {
    .landing-page-form {
        padding: 37px 13px;
    }

    .landing-page-form .form-btn {
        font-size: 18px;
    }

    .landing-page-form h2 {
        font-size: 35px;
        margin-bottom: 20px;
        text-align: center;
    }
}