/*Collections Section*/
.collections--wrapper {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.collections--wrapper .collections--item {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.collections--wrapper .collections--item:after {
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.collections--wrapper .collections-item-content-wrapper {
    padding: 1rem 2rem;
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: center;
    z-index: 2;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.collections--wrapper .collections-item-content-wrapper h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 70%;
}

/*Healthcare Products CSS */
/*.ps-section--healthcare-products {*/
/*    width: 80%;*/
/*    margin: auto;*/
/*}*/
.ps-section--healthcare-products .products--title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.ps-section--healthcare-products .products--title a {
    position: absolute;
    right: 0;
    color: #2AA14A;
}

.ps-section--healthcare-products .products--title h4 {
    color: #2AA14A;
    font-size: 28px;
    margin: 0;
    line-height: 40px;
}

.ps-section--healthcare-products .products--wrapper {
    margin: auto;
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.ps-section--healthcare-products .products--wrapper .products--item {
    width: 31%;
}

.ps-section--healthcare-products .products--wrapper .products--item .products-item--media {
    background: #efefef;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}

.ps-section--healthcare-products .products-item-content-wrapper {
    text-align: center;
    margin-top: 2px;
    background: #efefef;
    padding: 15px 10px;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 5px 5px;
}

.ps-section--healthcare-products .products-item-content-wrapper h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.ps-section--healthcare-products .products-item-content-wrapper p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: tomato;
}

.banner.patient--rider .banner--content-wrapper {
    overflow: hidden;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.banner.patient--rider .banner--content-box.box--top {
    position: absolute;
    top: 12%;
    gap: 0 !important;
}

.banner.patient--rider .banner--content-box.box-bottom {
    position: absolute;
    bottom: 20%;
    width: 100% !important;
    gap: 0 !important;
}

.banner.patient--rider .banner--content-wrapper .banner--content-box h4 {
    font-size: 32px;
    margin-bottom: 5px;
    line-height: 26px;
    font-weight: 500;
}

.banner.patient--rider .banner--content-wrapper .banner--content-box h1 {
    font-size: 38px;
    line-height: 45px;
}

.banner.patient--rider .banner--content-wrapper .banner--content-box p {
    font-size: 26px;
    color: #2AA14A;
    font-weight: 400;
    text-align: center;
    line-height: 33px;
}

/*Women Corner CSS Start*/
/*.banner.banner--women-corner {*/
/*    height: 80rem;*/
/*}*/
.banner.banner--women-corner .banner--content-wrapper .banner--content-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.banner.banner--women-corner .banner--content-wrapper .banner--content-box h1 {
    font-size: 70px;
    font-weight: 100;
    letter-spacing: 10px;
    line-height: 60px;
}

.banner.banner--women-corner .banner--content-wrapper .banner--content-box h4 {
    margin: 0;
    font-weight: 100;
    line-height: 50px;
    font-size: 50px;
    letter-spacing: 20px;
}

/* Fitness Class CSS Start */
/*.banner.fitness-class {*/
/*    height: 85rem !important;*/
/*}*/
.banner.fitness-class .banner--content-box.box--top {
    position: absolute;
    top: 8%;
    gap: 0 !important;
    width: 32%;
}

.banner.fitness-class .banner--content-box.box-bottom {
    position: absolute;
    bottom: 10%;
    width: 85% !important;
    gap: 0 !important;
}

.banner.fitness-class .banner--content-wrapper .banner--content-box p {
    text-align: center;
}

.banner.fitness-class .banner--content-box h3 {
    font-weight: 400;
    font-size: 28px;
}

.banner.fitness-class .banner--content-box p {
    font-weight: 700;
    font-size: 23px;
    margin: 0;
}

.banner.fitness-class .banner--content-box h2 {
    font-size: 32px;
    line-height: 45px;
    color: #2AA14A;
}

/*Lab Test Section CSS*/
.lab-test-content h3 {
    text-align: left !important;
}

.lab-test-content p {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 22px !important;
    width: 45% !important;
    margin-top: 15px;
}

.lab-test-items {
    position: absolute;
    bottom: 25px;
    right: 10%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.lab-test-items div {
    position: relative;
}

.lab-test-items img {
    width: 160px;
    height: 160px;
}

.lab-test-items p {
    position: absolute;
    bottom: 12px;
    width: 100% !important;
    font-size: 20px !important;
    line-height: 25px !important;
}

/* Doctor Consultations Section CSS */
.banner--content-box.align-items--right.doctor--consultations-content {
    width: 100% !important;
    height: 70% !important;
    justify-content: end !important;
}

/* Sheba One Banner Section CSS */
.banner--content-box.align-items--center.sheba-one--banner-content {
    width: 50%;
}

.banner--content-box.align-items--center.sheba-one--banner-content h5 {
    text-align: center;
    margin-top: 60px;
    font-size: 22px;
    line-height: 30px;
}

.products--items-wrapper {
    padding: 0 12rem;
}

.products--items-wrapper .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.products--items-wrapper .owl-carousel .owl-nav .owl-prev {
    margin-left: -10% !important;
}

.products--items-wrapper .owl-carousel .owl-nav .owl-next {
    margin-right: -10% !important;
}

.products--items-wrapper .owl-stage {
    height: 310px;
    padding-top: 30px;
}

.products--items-wrapper .owl-item.active.center {
    transform: scale(1.2);
    z-index: 2;
}

.ps-section--collections .collections--wrapper{
    display: flex;
}

@media only screen and (max-width: 1300px) {
    .lab-test-content p {
        font-size: 13px !important;
        line-height: 18px !important;
    }
}

@media (max-width:1200px) {
    .collections--wrapper .collections-item-content-wrapper h4 {
        font-size: 14px;
        line-height: 17px;
        width: 90%;
    }

    .ps-section--collections.collections.page-width {
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
    }

    .banner.banner--women-corner .banner--content-wrapper .banner--content-box h1 {
        font-size: 50px;
        letter-spacing: 8px;
        line-height: 45px;
    }

    .banner.banner--women-corner .banner--content-wrapper .banner--content-box h4 {
        line-height: 35px;
        font-size: 35px;
        letter-spacing: 12px;
    }

    .banner.fitness-class .banner--content-box h2 {
        font-size: 25px;
    }

    .banner.fitness-class .banner--content-wrapper .banner--content-box p {
        font-size: 19px;
    }

    .banner.fitness-class .banner--content-box h3 {
        font-size: 22px;
    }

    .lab-test-content p {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .lab-test-items p {
        font-size: 16px !important;
        bottom: 4px;
    }

    .lab-test-items img {
        width: 130px;
        height: 130px;
    }

    .products--items-wrapper .owl-stage {
        height: 195px;
    }
}

@media (max-width:1024px) {

    /*.banner.patient--rider .banner--content-box.box--top {*/
    /*    position: relative;*/
    /*    top: auto;*/
    /*}*/

    /*.banner.patient--rider .banner--content-box.box-bottom {*/
    /*    position: relative;*/
    /*    bottom: auto;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*}*/

    .products--items-wrapper {
        padding: 0 7rem;
    }
}

@media (max-width:992px) {

    .collections--wrapper .collections-item-content-wrapper h4 {
        font-size: 11px;
        line-height: 13px;
        width: 100%;
    }

    .lab-test-content p {
        font-size: 8px !important;
        line-height: 11px !important;
    }

    .lab-test-items img {
        width: 80px;
        height: 80px;
    }

    .lab-test-items p {
        font-size: 9px !important;
        margin-bottom: 0;
        line-height: 1;
    }

    .banner.fitness-class .banner--content-box.box--top {
        width: 45%;
    }

    .banner.fitness-class .banner--content-box h3 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 0;
    }

    .banner.fitness-class .banner--content-wrapper .banner--content-box p {
        font-size: 15px;
        line-height: 18px;
    }

    .banner.fitness-class .banner--content-box h2 {
        font-size: 17px;
        line-height: 1;
    }

    /*.banner.patient--rider .banner--content-wrapper .banner--content-box p {*/
    /*    font-size: 10px;*/
    /*    line-height: 16px;*/
    /*}*/

    /*.banner.patient--rider .banner--content-wrapper .banner--content-box h4 {*/
    /*    font-size: 14px;*/
    /*    line-height: 14px;*/
    /*}*/

    /*.banner.patient--rider .banner--content-wrapper .banner--content-box h1 {*/
    /*    font-size: 16px;*/
    /*    line-height: 20px;*/
    /*}*/

    .banner .banner--content-wrapper {
        padding: 2rem 4rem;
        gap: 1rem;
    }

    /*.banner.patient--rider .banner--content-box.box--top {*/
    /*    width: 100%;*/
    /*}*/

    .banner--content-box.align-items--center.sheba-one--banner-content h5 {
        /*margin-top: 125px;*/
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width:768px) {

    .ps-section--collections .collections--wrapper{
        display: grid;
    }

    .ps-section--collections .collections--wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        overflow-x: auto;
    }

    .collections--wrapper .collections-item-content-wrapper {
        padding: 20px;
    }

    .collections--wrapper .collections--item {
        /*max-width: 33%;*/
    }

    .collections--wrapper .collections--item:nth-child(5) {
        display: none;
    }

    .collections--wrapper .collections-item-content-wrapper h4 {
        font-size: 8px;
        line-height: 10px;
    }

    .banner .banner--content-wrapper .banner--content-box p {
        font-size: 12px;
        line-height: 15px;
        margin: 0;
        /*text-align: center !important;*/
        /*width: auto !important;*/
    }

    .banner.fitness-class .banner--content-box.box--top,
    .banner.fitness-class .banner--content-box.box-bottom{
        width: 30% !important;
    }

    .banner.fitness-class .banner--content-box.box-bottom {
        right: 5%;
    }
    .banner.fitness-class .banner--content-box.box-bottom > * {
        width: 100% !important;
        text-align: center;
    }

    .banner.fitness-class .banner--content-box h3 {
        font-size: 12px;
    }

    .banner.fitness-class .banner--content-wrapper .banner--content-box p {
        font-size: 10px;
        line-height: 14px;
    }

    .banner.fitness-class .banner--content-box h2 {
        font-size: 14px;
    }

    .banner .banner--content-wrapper .banner--content-box .banner--content-actions {
        margin-top: 0;
    }

    #ps-section-sheba-health .banner .banner--content-wrapper .banner--content-box .banner--content-actions img,
    #ps-section-fitness .banner .banner--content-wrapper .banner--content-box .banner--content-actions img{
        width: 50px;
    }

    .banner .banner--content-wrapper .banner--content-box .banner--content-actions a{
        line-height: 13px;
    }

    .banner.patient--rider .banner--content-wrapper .banner--content-box p {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }

    .banner.patient--rider .banner--content-wrapper .banner--content-box h4 {
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
    }

    .banner.patient--rider .banner--content-wrapper .banner--content-box h1 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }

    .banner .banner--content-wrapper .banner--content-box .banner--content-actions img {
        width: 60px;
    }

    .banner.banner--women-corner .banner--content-wrapper .banner--content-box h1 {
        font-size: 35px;
        line-height: 28px;
        margin: 0;
    }

    .banner.banner--women-corner .banner--content-wrapper .banner--content-box h4 {
        line-height: 20px;
        font-size: 20px;
    }

    .lab-test-items p {
        font-size: 13px !important;
    }

    #ps-section-sheba-health .banner .banner--content-wrapper {
        align-items: center;
        gap: 5rem;
    }

    .lab-test-content p {
        line-height: 10px !important;
        font-size: 6px !important;
    }

    .ps-section--healthcare-products .products--title a {
        background-color: #0D6526;
        color: #FFFFFF;
        font-size: 5px;
        padding: 4px 8px;
        line-height: 1;
    }

    .ps-section--healthcare-products .products--wrapper {
        width: 100%;
        gap: 5px;
        margin-bottom: 10px;
    }

    .ps-section--healthcare-products .products--wrapper .products--item {
        width: 32%;
    }

    .ps-section--healthcare-products .products-item-content-wrapper h4 {
        font-size: 7px;
        line-height: 12px;
    }

    .ps-section--healthcare-products .products-item-content-wrapper p {
        font-size: 10px;
    }

    .ps-section--healthcare-products .products-item-content-wrapper {
        padding: 8px 7px;
        min-height: 95px;
    }

    .lab-test-items img {
        width: 50px;
        height: 50px;
    }

    .lab-test-items p {
        font-size: 7px !important;
        line-height: 7px !important;
    }

    .products--items-wrapper {
        padding: 0 5rem;
    }

    .products--items-wrapper .owl-stage {
        height: 120px;
    }

    .banner--content-box.align-items--center.sheba-one--banner-content {
        width: 60%;
    }

    .ps-section--healthcare-products .products--title {
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .ps-section--healthcare-products .products--title h4 {
        font-size: 10px;
        margin: 0;
        line-height: 14px;
    }
}

@media (max-width:576px) {
    .collections--wrapper .collections-item-content-wrapper {
        padding: 10px;
    }

    .collections--wrapper .collections-item-content-wrapper h4 {
        font-size: 8px;
        width: 70%;
        line-height: 120%;
    }

    #ps-section-sheba-health .banner .banner--content-wrapper {
        gap: 2rem;
    }

    .banner.fitness-class .banner--content-wrapper .banner--content-box p {
        width: 100% !important;
        text-align: center !important;
    }

    .banner.fitness-class .banner--content-box h3 {
        font-size: 6px;
        font-weight: 300;
    }

    .banner.fitness-class .banner--content-wrapper .banner--content-box p {
        font-size: 7px;
        line-height: 10px;
        font-weight: 300;
    }

    .banner.fitness-class .banner--content-box h2 {
        font-size: 7px;
        font-weight: 500;
    }

    #ps-section-sheba-health .banner .banner--content-wrapper .banner--content-box .banner--content-actions img,
    #ps-section-fitness .banner .banner--content-wrapper .banner--content-box .banner--content-actions img {
        width: 31px;
    }

    #ps-section-sheba-health .banner .banner--content-wrapper .banner--content-box .banner--content-actions a {
        line-height: 7px;
    }

    /*.fitness-class .banner--media,*/
    /*.fitness-class .banner--media img,*/
    /*.sheba-health-app .banner--media,*/
    /*.sheba-health-app .banner--media img {*/
    /*    height: 157px;*/
    /*}*/

    .banner.patient--rider .banner--content-wrapper .banner--content-box p {
        font-size: 11px;
        line-height: 15px;
    }

    .banner.patient--rider .banner--content-wrapper .banner--content-box h4 {
        font-size: 11px;
    }

    .banner.patient--rider .banner--content-wrapper .banner--content-box h1 {
        font-size: 13px;
        line-height: 16px;
        font-weight: 600;
        /*margin-bottom: 5px;*/
    }

    .banner .banner--content-wrapper .banner--content-box .banner--content-actions img {
        width: 39px;
    }

    .banner.fitness-class .banner--content-box.box--top {
        top: 5%;
    }

    .lab-test-items p {
        font-size: 6px !important;
    }

    .lab-test-content p {
        line-height: 6px !important;
        font-size: 4px !important;
    }

    .banner--content-box.align-items--right.doctor--consultations-content {
        height: 100% !important;
    }

    .banner .banner--content-wrapper {
        padding: 2rem 1rem;
    }

    .products--items-wrapper {
        padding: 0 0rem;
    }

    .products--items-wrapper .owl-stage {
        height: 195px;
    }

    .banner .banner--content-wrapper .banner--content-box p ,
    .banner--content-box.align-items--center.sheba-one--banner-content h5 {
        font-size: 7px;
        line-height: 7px;
        margin-bottom: 0;
    }

    .banner .banner--content-wrapper .banner--content-box .banner--content-items div {
        width: 48%;
    }

    .banner.banner--women-corner .banner--content-wrapper .banner--content-box h1 {
        font-size: 26px;
        line-height: 22px;
    }

    .banner.banner--women-corner .banner--content-wrapper .banner--content-box h4 {
        line-height: 14px;
        font-size: 10px;
    }

    .banner .banner--content-wrapper .banner--content-box .banner--content-items {
        row-gap: 5px;
    }

    .banner .banner--content-wrapper .banner--content-box .banner--content-items div {
        gap: 5px;
    }

    .banner .banner--content-wrapper .banner--content-box .banner--content-items img {
        height: 12px;
    }

    .banner .banner--content-wrapper .banner--content-box .banner--content-items div span:last-child {
        font-size: 3px;
        line-height: 3px;
    }

    .banner .banner--content-wrapper .banner--content-box .banner--content-items div span:first-child{
        height: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner .banner--content-wrapper .banner--content-box .banner--content-actions {
        margin-top: 0px;
    }

    .products--items-wrapper .owl-carousel .owl-nav .owl-next {
        display: none;
    }
}