.myhealth360-2023 {
    max-width: 1920px;
    margin: auto;
}

.myhealth360-2023 a {
    color: #00556F !important;
}

.myhealth360-2023 a:hover {
    color: #003444 !important;
}

.accordion-b2 {
    width: 100%;
    border-left: 1px #00000038 solid;
    border-right: 1px #00000038 solid;
    border-top: 1px #00000038 solid;
    margin-bottom: 1rem;

}


.accordion-b2-item {

    background-color: rgb(245, 245, 245);

    border-bottom: 1px #00000038 solid;
}



.accordion-b2 .acc-header {

    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 900 !important;
    cursor: pointer;

    color: #4db748;

}

.accordion-b2 .acc-header:hover {
    color: #358330 !important;
}

.accordion-b2 .description :last-of-type {
    margin-bottom: 0;
}



.accordion-b2 .description {
    display: none;
    background-color: white;

    padding: 1.5rem;

    border-top: 1px transparent solid;


}

.accordion-b2 .show-default {
    display: block;

}

.accordion-b2 .show {
    border-top: 1px #00000038 solid;

}

.banner-top {
    background-image: url('/ResourcePackages/Gleneagles/assets/dist/images/myhealth360/banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-top .google-play-cta {
    position: absolute;
    height: 9%;
    width: 14.5%;
    top: 83%;
    border-radius: 20px;
    left: 14.5%
}

.banner-top .app-store-cta {
    position: absolute;
    height: 9%;
    width: 12%;
    top: 79%;
    left: 28%;
}

h1 {
    color: #283B5C !important;
    font-weight: bold !important;
}

h2 {
    color: #00556F !important;
    font-weight: bold !important;
}

.myhealth360-2023{
    color: #00556F !important;
}



@media screen and (min-width: 768px) {


    .feature-items {
        padding-top: 1.5rem;
    }

    .phone-img {
        width: 75% !important;
    }



}


@media screen and (min-width:992px) {
    .register-steps {
        background-image: linear-gradient(to top, rgba(122, 190, 154, 0.5) 0%, rgba(82, 184, 232, 0.5) 80%, white 80%);

    }
}


@media screen and (max-width: 769px) {

    .feature-items-desc {
        display: flex !important;
        align-items: center !important;
    }

    .feature-items .row {
        justify-content: center;
    }

    .phone-img {
        width: 85% !important;
    }



}

@media screen and (max-width:993px) {
    .register-steps {
        background-image: linear-gradient(to top, rgba(122, 190, 154, 0.5) 0%, rgba(82, 184, 232, 0.5) 100%);

    }
}

.register-steps .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}



/* .feature-items{
    display:flex;
    justify-content: center;
} */

@media screen and (min-width:991px) {
    .features p {
        text-align: center !important;
    }
}

@media screen and (min-width:991px) {
    .steps-txt {
        top: 20%;
        position: relative;
        max-height: 80%;
    }

}

@media screen and (max-width:991px) and (min-width:767px) {
    .register-steps {
        padding-top: 3rem;
    }

    .steps-txt h2 {
        width: 90%;
    }
}

.steps-icon {
    height: 40px;
    margin-right: 1rem;
}

.qr-img {
    border: 1rem solid #283B5C;
    border-radius: 25px;
}

.faq {
    background-color: #A77BCA;
}

.faq h1,
.faq div,
.faq p {
    color: white !important;
}

/*new tabs*/

.tabs-b {
    width: 100%;
    border: 1px solid black;
    background-color: white;
}

.tabs-b .tab-buttons {
    display: flex;
    justify-content: space-between;
}

.tabs-b .tab-buttons>.tab-button {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;

    border-right: 1px solid black;
    border-bottom: 1px solid black;
    cursor: pointer;

    color: black !important;
    flex: 1;

}

.tabs-b .tab-buttons .tab-button.active {
    color: white !important;
    background-color: black !important;
    transition: all 0.15s ease-in;

}

.tabs-b .tab-buttons .tab-button:last-of-type {
    border-right: none !important;

}

/* .tabs-b .tab-descriptions {
        border-top: 1px solid black;
    } */

.tabs-b .tab-descriptions>.tab-desc {
    display: none;
}

.tabs-b .tab-descriptions>.tab-desc.show {
    display: block;

}



/*new tabs end*/



.tabs-b .tab-buttons>.tab-button {
    font-weight: bold;
    color: #859fb2 !important;
    border-right: 1px solid #859fb2 !important;
    border-bottom: 1px solid transparent !important;


}

.tabs-b .tab-buttons .tab-button.active {
    color: white !important;
    background-color: #859fb2 !important;
    transition: all 0.15s ease-in;


}

.faq-tabs .tabs-b {
    border-radius: 15px;
    border: 1px transparent solid;
    background-color: white;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.faq-tabs .tabs-b .tab-buttons .tab-button:hover {
    color: #224c58;
    background-color: #859fb2ac;
    transition: all 0.15s ease-in;
}

.faq-tabs .tabs-b .tab-buttons .tab-button:first-child {
    border-top-left-radius: 15px;
}

.faq-tabs .tabs-b .tab-buttons .tab-button:last-child {
    border-top-right-radius: 15px;
}

.faq-tabs .tabs-b .tab-desc {
    color: black !important;
    padding: 0;
    background-color: #859fb2;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;


}

.faq-tabs .tabs-b .tab-descriptions {
    border-top: 1px solid white;
}



.faq-tabs .accordion-b2 {
    border-color: white;
    margin-bottom: 0;
}

.faq-tabs .accordion-b2 .acc-header {
    background-color: #859fb2 !important;
    font-weight: bold !important;

}



.faq-tabs .acc-header::after {
    content: "<i class=" arrow down"></i>";

}

.faq-tabs .accordion-b2 .acc-header:hover {
    color: white !important;
    background-color: #859fb2f3 !important;
    transition: background-color 0.15s ease-in;
}

.faq-tabs .accordion-b2-item {
    border-color: white;
}

.faq-tabs .accordion-b2 .description {
    color: #939598 !important;
}

.faq-tabs .accordion-b2 .description p {
    color: #939598 !important;
}

.faq-tabs .accordion-b2 strong {
    color: rgba(0, 0, 0, 0.5) !important;
}

.faq-tabs .accordion-b2 a {
    color: rgba(0, 0, 0, 0.5) !important;
    font-weight: bold !important;
}

/* rex added here */
.features-new {
    margin-bottom: 70px;
}

.features-new .content-row {
    position: relative;
}

.features-new .middle-phone {
    scale: 1.6;
    margin-top: 20%;
}

.features-new .section-left-features,
.features-new .section-right-features {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.features-new .section-left-features .items-desc,
.features-new .section-right-features .items-desc {
    display: flex;
    margin-bottom: 35px;
}

.features-new .section-left-features .items-desc:last-child,
.features-new .section-right-features .items-desc:last-child {
    margin-bottom: 0px;
}

.features-new .section-left-features .items-desc {
    flex-direction: row-reverse;
    justify-content: right;
}

.features-new .section-right-features .items-desc {
    flex-direction: row;
    justify-content: left;
}

.features-new .section-left-features .items-desc img,
.features-new .section-right-features .items-desc img {
    height: 105px;
    width: auto;
}

.features-new .section-left-features .items-desc img {
    margin-left: 15px;
}

.features-new .section-right-features .items-desc img {
    margin-right: 15px;
}

.features-new .section-left-features .items-desc p {
    align-self: center;
    text-align: right;
}

.features-new .section-right-features .items-desc p {
    align-self: center;
    text-align: left;
}

.features-new .section-left-features .items-desc:nth-child(1) {
    margin-right: -15%;
}
.features-new .section-left-features .items-desc:nth-child(3) {
    margin-right: -10%;
}
.features-new .section-left-features .items-desc:nth-child(4) {
    margin-right: -25%;
}

.features-new .section-right-features .items-desc:nth-child(1) {
    margin-left: -30%;
}
.features-new .section-right-features .items-desc:nth-child(3) {
    margin-left: -15%;
}

@media screen and (max-width: 1199.98px) {
    .features-new .middle-phone {
        margin-top: 33%;
    }
}

@media screen and (max-width: 991.98px) {
    .features-new {
        margin-bottom: 0px !important;
    }    

    /* .features-new .content-row::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url('/ResourcePackages/Gleneagles/assets/dist/images/myhealth360/phone-with-dot.webp');
        background-size: cover;
        background-position: center;
        opacity: 0.2;
    }     */

    .features-new .middle-phone {
        display: none;
    }

    .features-new .section-left-features {
        margin-bottom: 15px;
    }

    .features-new .section-left-features .items-desc,
    .features-new .section-right-features .items-desc {
        margin-bottom: 15px;
        padding: 0px 15px;
    }

    .features-new .section-left-features .items-desc {
        flex-direction: row;
        justify-content: left;
        margin-right: 0px !important;
    }

    .features-new .section-right-features .items-desc {
        margin-left: 0px !important;
    }

    .features-new .section-left-features .items-desc img {
        margin-left: 0px;
        margin-right: 15px;
    }

    .features-new .section-left-features .items-desc p {
        text-align: left;
    }

    .features-new .section-left-features .items-desc p br, 
    .features-new .section-right-features .items-desc p br {
        display: none;
    }

    .features-new .middle-phone {
        scale: 1.1;
        margin-top: 0%;
    }
}

@media screen and (max-width: 767.98px) {
    .banner-top .google-play-cta {
        height: 6.5%;
        width: 62.5%;
        top: 40.5%;
        left: 18.5%;
        border-radius: 30px;
    }

    /* .banner-top .app-store-cta {
        height: 6%;
        width: 42.5%;
        top: 92%;
        left: 53%;
    } */

    .features-new .section-left-features .items-desc img, 
    .features-new .section-right-features .items-desc img {
        height: 70px;
    }
}

@media screen and (max-width: 576.98px) {
    .tabs-b .tab-buttons>.tab-button {
        /* display: grid; */
        /* flex-grow: unset;
        flex-basis: unset; */
        padding: 5px;
        font-size: 12px;
    }

    .faq-tabs .accordion-b2 .header {
        font-size: 13px;
        padding: 15px;
    }

    .accordion-b2 .description,
    .faq-tabs .accordion-b2 .description p {
        font-size: 12px;
    }

    .myhealth360-2023 .accordion-b2 .description {
        padding: 10px;
    }

    .myhealth360-2023.faq {
        padding: 0px 15px;
    }
}