.container-content h1,
.container-content h2,
.container-content h3,
.container-content h4,
.container-content h5,
.container-content h6 {
    margin: 0px;
    padding: 0px;
}

.container-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.display-about-facility-component {
    display: flex;
    padding: 30px 0;
}

.shop-plans {
    padding: 0px 0;
}

.shop-plans-heading,
.shop-plans-heading-plans-accepted {
    margin-bottom: 12px !important;
    margin-top: 0 !important;
    display: flex;
}

.shop-plans-heading img,
.shop-plans-heading-plans-accepted img {
    height: 40px;
    width: 40px;
    margin-bottom: -8px;
    margin-right: 12px;
    object-fit: cover;
}

.plans-accepted-heading {
    margin-bottom: 36px !important;
    margin-top: 0 !important;
    display: flex;
}

.plans-accepted-heading img {
    height: 40px;
    width: 40px;
    margin-bottom: -8px;
    margin-right: 12px;
    object-fit: cover;
}

.shop-plan-buttons a.cta-button {
    min-height: 48px;
    font-size: 16px;
    padding: 12px;
    margin-right: 16px;
    margin-top: 24px !important;
    color: #0074AD;
    background-color: #f2f8fb;
    font-weight: 350;
    line-height: 24px;
    min-width: 124px;
    margin-bottom: 0;
    white-space: normal;
    height: auto;
    border-radius: 50px;
}

.display-button {
    display: flex;
    flex-wrap: wrap;
}

.display-button-without-image {
    display: flex;
    flex-wrap: wrap;
}

.display-choose-plan-button {
    display: flex;
    flex-wrap: wrap;
}

.shop-plans-content {
    grid-template-columns: repeat(12, 1fr);
}

.inner-container1 {
    flex: 1;
}

.inner-container2 {
    width: 100%;
}

.inner-container {

    border-left: 1px solid var(--slate, #8F949D);
    margin-left: 36px;
}

.block-width {

    margin-top: 0 !important;
    display: flex;
}

.health-plans {
    display: flex;
}

.health-plans ul li {
    font-family: 'Gotham 3r';
    font-size: 18px;
    line-height: 24px;
    font-weight: 325px !important;
    color: #0D1C3D;
    margin-bottom: 12px;
}

.health-plans-list span {
    font-family: 'Gotham 3r';
    font-size: 18px;
    line-height: 24px;
    font-weight: 325px !important;
    color: #0D1C3D;
    margin-bottom: 0 !important;
}

.health-plans-list {
    margin-bottom: 12px !important;
    margin-top: 0 !important;
    display: flex;
}

.health-plans-list img {
    height: 24px;
    width: 24px;
    margin-right: 12px;
    margin-bottom: -6px;
    object-fit: cover;
}

.health-plans ul li img {
    margin-right: 12px;
    margin-bottom: -6px;
}

.health-plans ul {
    list-style-type: none;
    padding: 0 !important;
}

.health-plan-even {
    width: 47%;
    margin-right: 12px !important;
}

.health-plan-odd {
    margin-left: 16px;
    width: 50%
}

.about-facility-text p,
ul {
    margin: 0 !important;

}

.heading-image img {
    width: 100%;
    height: auto;
    margin-right: 48px;
}

.shop-plans-content .heading-image {
    margin-right: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.choose-plan {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-facility-text ul {
    padding: 0 0 0 25px !important;
}

.vertical-line {
    border-left: 1px solid var(--slate, #8F949D);
    color: var(--slate, #8F949D);
    ;
    min-height: 170px;
    margin: 0 36px;
}

.margin-l-36 {
    margin-left: 36px;
}

.horizontal-line {
    display: none;
}


@media screen and (max-width: 1024px) {



    .shop-plans-heading img,
    .shop-plans-heading-plans-accepted img {
        height: 40px;
        width: 40px;
        margin-bottom: -8px;
        margin-right: 12px;
        margin-top: -3px;
        object-fit: cover;
    }
}



@media (min-width: 767px) and (max-width: 1151px) {

    .shop-plans-heading img,
    .shop-plans-heading-plans-accepted img {
        margin-right: 10px !important;
    }

    .health-plans ul li img {
        margin-right: 10px;
    }

    .margin-l-36 {
        margin-left: 30px;
    }
    .shop-plans-heading img {
        margin-top: 0px !important;
    }

    .shop-plans-heading-plans-accepted img {
        margin-top: -7px !important;
    }

    .display-button {
        display: block;
    }

    .shop-plans-heading-plans-accepted {
        margin-bottom: 10px !important;
    }

    .shop-plans-heading {
        margin-right: 30px;
        margin-bottom: 10px !important;
    }

    .plans-accepted-heading {
        margin-bottom: 30px !important;
        margin-top: -7px !important;
    }

    .shop-plan-buttons a.cta-button {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .display-about-facility-component {
        display: flex;
        flex-direction: column;
        padding: 25px 0 !important;
    }

    .plans-accepted-heading img {
        margin-right: 10px;
    }

    .shop-plans {
        padding: 0px 0 !important;
    }

    .shop-plans-heading h3,
    .shop-plans-heading-plans-accepted h3 {
        padding-top: 0 !important;
    }

    h3 {
        padding-top: 7px;
    }

    .health-plans ul {
        list-style-type: none;
        margin: 0 !important;
        padding: 0 !important;
        display: block;
        column-count: 1;
    }

    .shop-plans-content .heading-image {
        justify-content: start ;
        margin-right: 40px;
    }

    .choose-plan {
        margin-top: 0 !important;
    }

    .health-plans {
        display: block;
    }

    .health-plans-list span {
        font-family: 'Gotham 3r';
        font-size: 16px;
        line-height: 24px;
        font-weight: 325px !important;
        color: #0D1C3D;
        margin-bottom: 0px !important;
    }

    .health-plans-list {
        margin-bottom: 10px !important
    }

    .health-plan-even {
        width: 100%;
    }

    .health-plan-odd {
        margin-left: 0px;
        width: 100%;
    }

    .shop-plans-plans-accepted {
        margin-top: -7px;
    }

    .inner-container {
        flex: 1;
        margin-left: 30px;
    }

    .inner-container1 {
        flex: 1;
    }

    .vertical-line {
        border-left: 1px solid var(--slate, #8F949D);
        color: var(--slate, #8F949D);
        ;
        min-height: 170px;
        margin: 0 30px;
    }

}

@media (max-width: 767px) {


    .display-button {
        display: block;
    }

    .display-button-without-image {
        display: block;
    }

    .display-choose-plan-button {
        display: block;
    }

    .shop-plans-content {
        display: block !important;
    }

    .inner-container1 {
        padding: 0 !important;
        width: 100% !important;
    }

    .inner-container2 {
        padding: 0 !important;
        width: 100% !important;
    }

    .inner-container {
        padding: 0 !important;
        border-left: 0px;
        margin-left: 0px;
    }

    .margin-l-36 {
        margin-left: 0px;
    }

    .vertical-line {
        display: none !important;
    }

    .horizontal-line {
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .horizontal-line hr {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .shop-plans-heading,
    .shop-plans-heading-plans-accepted {
        margin-bottom: 8px !important;
    }

    .shop-plans-heading img,
    .shop-plans-heading-plans-accepted img {
        margin-top: 0px !important;
        margin-right: 8px;
    }

    .plans-accepted-heading img {
        margin-right: 8px;
    }

    .health-plans ul li img {
        margin-right: 8px;
    }

    .shop-plan-buttons a.cta-button {
        font-size: 14px;
        margin-bottom: 0px !important;
        min-height: 36px !important;
        margin-top: 16px !important;
    }

    .shop-plans-heading span h3,
    .shop-plans-heading-plans-accepted span h3 {
        padding-top: 0px;
    }

    .plans-accepted-heading {
        margin-bottom: 16px !important;
    }

    .plans-accepted-heading span h3 {
        padding-top: 7px;
    }

    .display-about-facility-component {
        display: flex;
        flex-direction: column;
        padding: 20px 0 !important;
    }

    .heading-image {
        margin-bottom: 32px;

    }

    .choose-plan {
        margin-top: 0 !important;
    }

    .shop-plans {
        padding: 0px 0 !important;
    }

    .health-plans-list {
        margin-bottom: 0px !important;
        padding-top: 8px !important;
    }

    .health-plans {
        display: block;
    }

    .health-plans ul {
        list-style-type: none;
        margin: 0 !important;
        padding: 0 !important;
        display: block;
        column-count: 1;
    }

    .health-plans-list span {
        font-family: 'Gotham 3r';
        font-size: 16px;
        line-height: 24px;
        font-weight: 325px !important;
        color: #0D1C3D;
        margin-bottom: 0px !important;
    }

    .health-plan-even {
        width: 100%;
    }

    .health-plan-odd {
        margin-left: 0px;
        width: 100%;
    }


    .vertical-line {
        border-left: 0;
        border-bottom: 1px solid var(--slate, #8F949D);
        color: var(--slate, #8F949D);
        ;
    }

    .heading-image img {

        margin-right: 0 !important;
    }



    .shop-plans {
        padding-top: 0px !important;
    }

    .health-plans ul li {
        margin-bottom: 0px !important;
    }

}

/* @media (min-width: 767px) {
    
} */