#patient-stories-videos {
    padding: 84px 0 71px 0;
}

#patient-stories-videos .ps-videos-1 {
    padding: 0 17.5px;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

#patient-stories-videos .ps-videos-2 {
    padding: 0 17.5px;
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}

#patient-stories-videos .ps-videos-2 .ps-video:nth-child(1),
#patient-stories-videos .ps-videos-1 .ps-video:nth-child(1) {
    margin-right: 11.5px;
}

#patient-stories-videos .ps-videos-2 .ps-video:nth-child(2),
#patient-stories-videos .ps-videos-1 .ps-video:nth-child(2) {
    margin-left: 11.5px;
}

#patient-stories-videos .mobile-image {
    display: none;
}

#patient-stories-videos .video-thumb {
    position: relative;

}

#patient-stories-videos .video-thumb .video-icon {
    position: absolute;
    width: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#patient-stories-videos .ps-video {
    width: 47.6%;
    border: 2px solid #2D2850;
    border-radius: 27px;
}

#patient-stories-videos .ps-video .details-video {
    padding: 18px 13px 6px 20px;
}

#patient-stories-videos h2 {
    font-family: 'gobold-bold';
    font-size: 18px;
    color: #2D2850;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

#patient-stories-videos h2::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(265deg, #F99697 41%, #F15D5E 100%);
    width: 45px;
    height: 4px;
    bottom: -10px;
}

#patient-stories-videos p {
    font-family: 'poppins-regular';
    font-size: 14px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 20px;
}

#patient-stories-videos p.results-text {
    text-align: center;
    font-size: 17px;
    margin-bottom: 0px;
}

@media (max-width: 575px) {
    #patient-stories-videos {
        padding: 41px 0;
    }

    #patient-stories-videos .ps-videos-1,
    #patient-stories-videos .ps-videos-2 {
        padding: 0px;
        flex-direction: column;
        margin-bottom: 0px;
    }

    #patient-stories-videos .ps-video {
        width: 100%;
        margin-bottom: 26px;
    }

    #patient-stories-videos .ps-videos-2 .ps-video:nth-child(1),
    #patient-stories-videos .ps-videos-1 .ps-video:nth-child(1) {
        margin-right: 0px;
    }

    #patient-stories-videos .ps-videos-2 .ps-video:nth-child(2),
    #patient-stories-videos .ps-videos-1 .ps-video:nth-child(2) {
        margin-left: 0px;
    }

    #patient-stories-videos .mobile-image {
        display: block;
    }

    #patient-stories-videos .desktop-image {
        display: none;
    }

    #patient-stories-videos .mobile-image img {
        width: 100%;
    }

    #patient-stories-videos .ps-video .details-video {
        padding: 16px 18px 20px 20px;
    }

    #patient-stories-videos h2 {
        line-height: 23px;
    }

    #patient-stories-videos p {
        margin-bottom: 0px;
    }

    #patient-stories-videos p.results-text {
        text-align: left;
        line-height: 24px;
        margin-top: -8px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    #patient-stories-videos .ps-video {
        border-radius: 19px;
    }
}

@media (min-width: 991px) {
    #patient-stories-videos {
        background-image: linear-gradient(180deg, rgba(216,212,215,0.2) 27%, rgba(216,212,215,0.00) 100%);
    }
    #patient-stories-videos .ps-videos-1 .ps-video:nth-child(1) h2 br{
        display: none;
    }
    #patient-stories-videos .ps-videos-1 .ps-video:nth-child(1) h2 {
        max-width: 300px;
    }
}

#patient-stories-testimonial {
    background-image: linear-gradient(239deg, #433D61 0%, #2C2851 100%);
    padding: 48px 0 56px 0;
    text-align: center;
}

#patient-stories-testimonial .ps-testi-wrapper {
    display: flex;
    padding: 0 19px;
    justify-content: space-between;
}

#patient-stories-testimonial .ps-testi-wrapper .testimonial {
    width: 47.28%;
    padding-left: 10px;
    padding-right: 10px;
}

#patient-stories-testimonial h2 {
    font-family: 'gobold-bold';
    font-size: 24px;
    color: #F5CABB;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#patient-stories-testimonial .testimonial p {
    font-family: 'poppins-semibold';
    font-size: 14px;
    color: #fff;
    position: relative;
}

#patient-stories-testimonial .testimonial p span {
    color: #F15D5E;
}

#patient-stories-testimonial .ps-testi-wrapper.row1 .testimonial:nth-child(1) p::before {
    position: absolute;
    content: '';
    width: 127px;
    height: 1px;
    background-color: #E4EFF4;
    bottom: -53px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#patient-stories-testimonial .ps-testi-wrapper.row1 .testimonial:nth-child(2) {
    padding-bottom: 75px;
}

#patient-stories-testimonial .ps-testi-wrapper.row1 .testimonial:nth-child(2) p::before {
    position: absolute;
    content: '';
    width: 127px;
    height: 1px;
    background-color: #E4EFF4;
    bottom: -78px;
    left: 50%;
    transform: translate(-50%, -50%);
}

#patient-stories-testimonial .ps-testi-wrapper.row2 .testimonial:nth-child(2) {
    padding-top: 72px;
}

#patient-stories-testimonial .top-quote-desktop {
    margin-bottom: 40px;
}

#patient-stories-testimonial .top-quote-mobile,
#patient-stories-testimonial .bottom-quote-mobile {
    display: none;
}

#patient-stories-testimonial p.results-text {
    font-family: 'poppins-medium';
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 22px;
}

@media (max-width: 991px) {

    #patient-stories-testimonial .top-quote-mobile,
    #patient-stories-testimonial .bottom-quote-mobile {
        display: block;
    }

    #patient-stories-testimonial .top-quote-mobile {
        margin-bottom: 36px;
    }

    #patient-stories-testimonial .top-quote-desktop,
    #patient-stories-testimonial .bottom-quote-desktop {
        display: none;
    }

    #patient-stories-testimonial {
        padding: 40px 0;
        background-image: linear-gradient(195deg, #433D61 0%, #2C2851 100%);
    }

    #patient-stories-testimonial .ps-testi-wrapper {
        flex-direction: column;
        padding: 0px;
    }

    #patient-stories-testimonial .ps-testi-wrapper .testimonial {
        width: 362px;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    #patient-stories-testimonial .ps-testi-wrapper.row1 .testimonial:nth-child(2),
    #patient-stories-testimonial .ps-testi-wrapper.row2 .testimonial:nth-child(2) {
        padding: 0px;
    }

    #patient-stories-testimonial p.results-text {
        margin-bottom: 29px;
    }

    #patient-stories-testimonial .testimonial p {
        margin-bottom: 35px !important;
    }

    #patient-stories-testimonial .ps-testi-wrapper.row2 .testimonial:nth-child(1) p::before {
        position: absolute;
        content: '';
        width: 127px;
        height: 1px;
        background-color: #E4EFF4;
        bottom: -31px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #patient-stories-testimonial .ps-testi-wrapper.row1 .testimonial:nth-child(1) p::before,
    #patient-stories-testimonial .ps-testi-wrapper.row1 .testimonial:nth-child(2) p::before {
        bottom: -31px;
    }
    #patient-stories-testimonial .ps-testi-wrapper.row2 .testimonial:nth-child(2) p {
        margin-bottom: 0px !important;
    }

    #patient-stories-testimonial .ps-testi-wrapper.row1 .testimonial:nth-child(2) h2,
    #patient-stories-testimonial .ps-testi-wrapper.row2 .testimonial:nth-child(1) h2,
    #patient-stories-testimonial .ps-testi-wrapper.row2 .testimonial:nth-child(2) h2 {
        margin-top: 44px;
    }
}
@media (max-width: 390px) {
    #patient-stories-testimonial .ps-testi-wrapper .testimonial {
        width: auto !important;
    }
}

.Patient-Stories-Video-Temp.emily .ps-bg-image {
    background-image: url('../images/emily-hero.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.Patient-Stories-Video-Temp.lee .ps-bg-image {
    background-image: url('../images/dr-leo-hero.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.Patient-Stories-Video-Temp .ps-video-wrapper {
    display: flex;
    padding: 62px 0px 53px 0px;
}

.Patient-Stories-Video-Temp.lee .ps-video-wrapper {
    flex-direction: row-reverse;
}

.Patient-Stories-Video-Temp .ps-video {
    width: 61.7%;
    margin-right: -29px;
    position: relative;
    z-index: 1;
    margin-top: 13px;
}

.Patient-Stories-Video-Temp.lee .ps-video {
    margin-left: -29px;
}

.Patient-Stories-Video-Temp .ps-video .video-sec-wrapper {
    position: relative;
}

.Patient-Stories-Video-Temp .ps-video .video-sec-wrapper .video-play-btn {
    position: absolute;
    width: 143px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.Patient-Stories-Video-Temp .ps-video .video-sec-wrapper video {
    border: 5px solid #FFFFFF;
    display: block;
    cursor: pointer;
    width: 100%;
}

.Patient-Stories-Video-Temp .video-details {
    width: 38.3%;
    background: #FFFFFF;
    padding: 56px 18px 20px 56px;
}

.Patient-Stories-Video-Temp.lee .video-details {
    padding: 36px 42px 40px 26px;
}

.Patient-Stories-Video-Temp .video-details h2 {
    font-size: 18px;
    font-family: 'gobold-bold';
    text-transform: uppercase;
    color: #2D2850;
    position: relative;
    line-height: 23px;
    margin-bottom: 16px;
}

.Patient-Stories-Video-Temp .video-details h2::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(257deg, #F99697 0%, #F15D5E 95%);
    height: 4px;
    width: 42px;
    bottom: -6px;
}

.Patient-Stories-Video-Temp .video-details p {
    font-family: 'poppins-regular';
    font-size: 15px;
    line-height: 21px;
    color: #2B2B2B;
    margin-bottom: 10px;
    letter-spacing: 0px;
}
.Patient-Stories-Video-Temp.lee .video-details p {
    margin-right: 10px;
}
.Patient-Stories-Video-Temp .video-details p.indi-res-text {
    font-size: 14px;
}

/* Video Transcription */
.lee-transcript-section .lee-transcript-details,
.emily-transcript-section .emily-transcript-details {
    display: none;
    padding: 11px 6px 33px 20px;
    height: 350px;
    overflow-y: scroll;
    -ms-overflow-style: none;
}
.lee-transcript-section .lee-transcript-details::-webkit-scrollbar,
.emily-transcript-section .emily-transcript-details::-webkit-scrollbar {
    display: none;
}
@-moz-document url-prefix() {
	.lee-transcript-section .lee-transcript-details,
    .emily-transcript-section .emily-transcript-details {
		scrollbar-width: none;
	}
}

.lee-transcript-section .lee-transcript-label,
.emily-transcript-section .emily-transcript-label {
    text-align: right;
}

.lee-transcript-section .lee-transcript-label a.lee-label-text,
.emily-transcript-section .emily-transcript-label a.emily-label-text {
    font-family: 'poppins-semibold';
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    background: #2C2851;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.35);
    border-radius: 0 0 10px 10px;
    color: #fff;
    line-height: 17px;
    width: 143px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1200px) {

    .lee-transcript-section .lee-transcript-label a.lee-label-text:hover,
    .emily-transcript-section .emily-transcript-label a.emily-label-text:hover {
        background: #F15D5E;
    }

    .lee-transcript-section .lee-transcript-label a.lee-label-text:focus-visible,
    .emily-transcript-section .emily-transcript-label a.emily-label-text:focus-visible {
        background-image: linear-gradient(249deg, #F99697 0%, #F15D5E 50%);
        outline: unset !important;
    }

}

.lee-transcript-section .lee-transcript-details p,
.emily-transcript-section .emily-transcript-details p {
    font-family: 'poppins-regular';
    font-size: 15px;
    color: #2b2b2b;
    margin-bottom: 8px;
    line-height: 21px;
}

.lee-transcript-section .lee-transcript-details h3,
.emily-transcript-section .emily-transcript-details h3 {
    color: #2b2b2b;
    font-family: 'poppins-semibold';
    margin-bottom: 8px;
    font-size: 15px
}

.lee-transcript-section .lee-transcript-details .bold-text,
.emily-transcript-section .emily-transcript-details .bold-text {
    font-family: 'poppins-semibold';
}

.lee-transcript-section .lee-transcript-details ul,
.emily-transcript-section .emily-transcript-details ul {
    padding-left: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.lee-transcript-section .lee-transcript-details ul li::marker,
.emily-transcript-section .emily-transcript-details ul li::marker {
    font-size: 0 !important;
}

.lee-transcript-section .lee-transcript-details .list-2,
.emily-transcript-section .emily-transcript-details .list-2 {
    padding-left: 25px;
}

.lee-transcript-section .lee-transcript-details .list-2 ul,
.emily-transcript-section .emily-transcript-details .list-2 ul {
    margin-left: 4px;
}

.lee-transcript-section .lee-transcript-details ul li,
.emily-transcript-section .emily-transcript-details ul li {
    font-family: 'poppins-regular';
    font-size: 15px;
    color: #2b2b2b;
    margin-bottom: 8px;
    line-height: 25px;
}

.lee-transcript-section .lee-transcript-details ul.list-1 li::before,
.emily-transcript-section .emily-transcript-details ul.list-1 li::before {
    content: '';
    background-image: url('../images/black-bullet.svg');
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    color: #2b2b2b;
    display: inline-block;
    font-weight: bold;
    position: relative;
    margin-left: -23px;
    top: 6px;
}

.lee-transcript-section .lee-transcript-details .list-2 ul li::before,
.emily-transcript-section .emily-transcript-details .list-2 ul li::before {
    content: '';
    background-image: url('../images/black-oval-bullet.svg');
    background-repeat: no-repeat;
    color: #2b2b2b;
    font-weight: bold;
    display: inline-block;
    font-size: 10px;
    width: 25px;
    height: 15px;
    position: relative;
    margin-left: -25px;
    top: 8px;
}

.emily-transcript-section .emily-transcript-details .indication-sec,
.emily-transcript-section .emily-transcript-details .imp-safety-sec,
.lee-transcript-section .lee-transcript-details .indication-sec,
.lee-transcript-section .lee-transcript-details .imp-safety-sec {
    margin-top: 14px;
}
.emily-transcript-section .emily-transcript-details .imp-safety-sec .before-text,
.lee-transcript-section .lee-transcript-details .imp-safety-sec .before-text {
    margin: 15px 0 10px 0;
}
.emily-transcript-section .emily-transcript-details .trans-top-m,
.lee-transcript-section .lee-transcript-details .trans-top-m {
    margin-top: 20px;
}


/* .lee-transcript-section a.text-link,
.emily-transcript-section a.text-link {
    white-space: unset;
} */

.emily-transcript-section,
.lee-transcript-section {
    background-color: #fff;
    margin-right: 4.5px;
    position: relative;
    top: -5px;
}

.lee-transcript-section {
    margin-right: 0px;
}

.lee-transcript-section .lee-transcript-label {
    margin-right: 5px;
}

#content-block-p8.psv .mom-img {
    width: 431px;
    margin-bottom: 13px;
}
#content-block-p8.psv p {
    margin-bottom: 0px;
    padding-right: 0px;
}


.Patient-Stories-Video-Temp .ps-mobile-ts {
    display: none;
}
.Patient-Stories-Video-Temp .ps-desktop-ts .emily-transcript-section {
    top: 0px;
    margin-right: 0px;
    background-color: #e4eff4;
}

.Patient-Stories-Video-Temp.lee .ps-desktop-ts .lee-transcript-section {
    background-color: #e4eff4;
    margin-right: -10px;
}

@media (max-width: 991px) {
    #content-block-p8.psv p {
        padding-right: 0px;
    }
    #content-block-p8.psv .block-wrapper {
        padding-bottom: 40px;
    }
    .Patient-Stories-Video-Temp.emily .ps-bg-image,
    .Patient-Stories-Video-Temp.lee .ps-bg-image {
        background: none;
    }

    .Patient-Stories-Video-Temp .ps-video-wrapper {
        flex-direction: column;
        padding: 0px;
    }

    .Patient-Stories-Video-Temp .ps-video {
        width: 100%;
        margin-right: 0px;
        margin-top: 0px;
    }

    .Patient-Stories-Video-Temp .ps-video .video-sec-wrapper video {
        border: 0px;
    }

    .Patient-Stories-Video-Temp.emily .video-details {
        width: 100%;
        background: rgba(199, 78, 82, 0.10);
        padding: 21px 36px 34px 36px;
    }
    .Patient-Stories-Video-Temp.lee .video-details {
        width: 100%;
        background: rgba(228, 239, 244, 0.50);
        padding: 21px 36px 21px 36px;
    }
    .Patient-Stories-Video-Temp.lee .video-details p {
        margin-right: 0px;
    }

    .Patient-Stories-Video-Temp .ps-video img {
        border: none;
    }

    .Patient-Stories-Video-Temp.lee .ps-video-wrapper {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .Patient-Stories-Video-Temp.lee .ps-video {
        margin-left: 0px;
    }

    .Patient-Stories-Video-Temp .ps-video .video-sec-wrapper .video-play-btn {
        width: 90px;
    }

    .emily-transcript-section,
    .lee-transcript-section {
        top: 0px;
        margin-right: 0px;
        background-color: unset;
    }
    .emily-transcript-section .emily-transcript-details .imp-safety-sec .before-text,
    .lee-transcript-section .lee-transcript-details .imp-safety-sec .before-text {
        margin: 14px 0 16px 0;
    }
    .emily-transcript-section .emily-transcript-details .trans-top-m,
    .lee-transcript-section .lee-transcript-details .trans-top-m {
        margin-top: 0px;
    }

    .emily-transcript-section .emily-transcript-label {
        background: rgba(199, 78, 82, 0.10);
        margin-top: -1px;
    }
    .emily-transcript-section .emily-transcript-label.no-bg,
    .lee-transcript-section .lee-transcript-label.no-bg {
        background: #fff;
        margin-bottom: 22px;
    }
    .Patient-Stories-Video-Temp .video-details.mobile.m-down {
        margin-top: 20px;
    }
    .lee-transcript-section .lee-transcript-label {
        margin-right: 0px;
        background: rgba(228, 239, 244, 0.50);
    }

    .Patient-Stories-Video-Temp .ps-mobile-ts {
        display: block;
    }
    .Patient-Stories-Video-Temp .video-details.mobile {
        display: block !important;
    }
    .Patient-Stories-Video-Temp .ps-desktop-ts,
    .Patient-Stories-Video-Temp .video-details.desktop {
        display: none;
    }

    .lee-transcript-section .lee-transcript-details, 
    .emily-transcript-section .emily-transcript-details {
        height: 580px;
    }
    #real-stories-video-emily {
        padding-bottom: 22px;
    }
    #patient-stories-videos {
        padding-top: 25px !important;
    }
}

@media (max-width: 575px) {
    #content-block-p8.psv .mom-img {
        width: auto;
    }

    .Patient-Stories-Video-Temp .ps-mobile-ts .mCSB_scrollTools {
        width: 12px !important;
    }
    .Patient-Stories-Video-Temp .ps-mobile-ts .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
        height: 12px !important;
    }
    .Patient-Stories-Video-Temp .ps-mobile-ts .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 12px !important;
        height: 12px !important;
    }

    .Patient-Stories-Video-Temp .ps-mobile-ts {
        background: #e4eff4;
    }
    .Patient-Stories-Video-Temp .ps-mobile-ts .container {
        padding-right: 10px !important;
    }
    .lee-transcript-section .lee-transcript-details, 
    .emily-transcript-section .emily-transcript-details {
        padding: 25px 0 30px 0;
    }
    
}

@media (min-width: 576px) and (max-width: 991px) {
    .lee-transcript-section .lee-transcript-details, 
    .emily-transcript-section .emily-transcript-details {
        background: #e4eff4;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .Patient-Stories-Video-Temp.emily .ps-video {
        margin-top: 32px;
    }
    .Patient-Stories-Video-Temp.lee .ps-video {
        margin-top: 20px;
    }

    .Patient-Stories-Video-Temp .ps-desktop-ts .emily-transcript-section {
        top: -67px;
        margin-right: 29px;
        margin-left: 0px;
    }
    #real-stories-video-dr-lee.m-up {
        margin-top: -25px;
    }

    .Patient-Stories-Video-Temp.lee .ps-desktop-ts .lee-transcript-section {
        margin-right: -29px;
        margin-left: 58px;
        top: -54px;
    }
    #patient-stories-videos.m-up {
        margin-top: -20px;
    }
}

@media (min-width: 1200px) {
    .Patient-Stories-Video-Temp .container {
        max-width: 980px !important
    }
    .Patient-Stories-Video-Temp .ps-desktop-ts .emily-transcript-section {
        top: -53px;
    }
    #real-stories-video-dr-lee.m-up {
        margin-top: -15px;
    }

    .Patient-Stories-Video-Temp.lee .ps-desktop-ts .lee-transcript-section {
        top: -54px;
    }
    #patient-stories-videos.m-up {
        margin-top: -16px;
    }

    #content-block-p8.psv .block-wrapper {
        padding-right: 12px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .Patient-Stories-Video-Temp.emily .ps-video-wrapper {
        position: relative;
        left: 50px;
    }
    .Patient-Stories-Video-Temp.lee .ps-video-wrapper {
        position: relative;
        left: -13px;
    } 

    .Patient-Stories-Video-Temp .ps-desktop-ts .emily-transcript-section {
        margin-right: -21px;
        margin-left: 32px;
    }
    .Patient-Stories-Video-Temp.lee .ps-desktop-ts .lee-transcript-section {
        margin-right: -30px;
        margin-left: 44px;
    }
}
@media (min-width: 1400px) {
    .Patient-Stories-Video-Temp.emily .ps-video-wrapper {
        position: relative;
        left: 23px;
    }
    .Patient-Stories-Video-Temp.lee .ps-video-wrapper {
        position: relative;
        left: -35px;
    }

    .Patient-Stories-Video-Temp .ps-desktop-ts .emily-transcript-section {
        margin-right: 6px;
        margin-left: 6px;
    }
    .Patient-Stories-Video-Temp.lee .ps-desktop-ts .lee-transcript-section {
        margin-right: -10px;
        margin-left: 23px;
    }
}
@media (min-width: 1900px) {
    .Patient-Stories-Video-Temp {
        width: 1440px;
        margin: 0 auto;
    }
    
}



#patient-stories-video-banner {
    position: relative;
    margin-top: -1px;
}
#patient-stories-video-banner .banner-bg-image {
    width: 39.5%;
    position: absolute;
}
#patient-stories-video-banner .banner-bg-video {
    text-align: right;
}
#patient-stories-video-banner .banner-bg-video video {
    width: 62.5%;
    height: 100%;
    margin-top: 1px;
}
#patient-stories-video-banner .banner-bg-image img {
    width: 100%;
}
#patient-stories-video-banner .banner-bg-image img.m-img,
#patient-stories-video-banner .mob-h-video,
#patient-stories-video-banner .ipad-h-video {
    display: none;
}

#patient-stories-video-banner .ps-v-b-title {
    position: absolute;
    width: 100%;
    top: 37%;
    transform: translate(0,-37%);
}
#patient-stories-video-banner .ps-v-b-title .e-title {
    width: 45.5%;
    visibility: hidden;
}
#patient-stories-video-banner .ps-v-b-title .b-title {
    width: 52.5%;
}
#patient-stories-video-banner .ps-v-b-title .b-title h1 {
    font-family: 'gobold-bold';
    color: #2D2850;
    font-size: 40px;
    margin: 0;
    text-transform: uppercase;
    line-height: 47px;
    width: 165px;
}

#patient-stories-video-banner .ply-ctr-wrap {
    position: absolute;
    width: 100%;
    bottom: 40px;
    z-index: 2;
    text-align: right;
}
#patient-stories-video-banner .ply-ctr a.tab-play-video, 
#patient-stories-video-banner .ply-ctr a.tab-play-video:active, 
#patient-stories-video-banner .ply-ctr a.tab-play-video:hover, 
#patient-stories-video-banner .ply-ctr a.tab-play-video:visited {
    color: #fff;
    text-decoration: none;
    outline: unset !important;
}
#patient-stories-video-banner .ply-ctr a.tab-play-video {
    cursor: pointer;
    display: inline-block;
    opacity: 0.85;
    background-image: linear-gradient(252deg, #332F5D 0%, #564F76 100%);
    border-radius: 9px;
    padding: 5px 11px 5px 9px;
}
#patient-stories-video-banner .ply-ctr a.tab-play-video i {
    display: none;
}
#patient-stories-video-banner .ply-ctr .icon-active {
    display: block !important;
}
#patient-stories-video-banner .ply-ctr a.tab-play-video i.fa::before {
    font-size: 14px;
}
#patient-stories-video-banner .ply-ctr a.tab-play-video span {
    font-family: 'poppins-semibold';
    font-size: 14px;
    color: #fff;
    padding-left: 2px;
    letter-spacing: 1.03px;
}

@media (max-width: 575px) {
    #patient-stories-video-banner .ps-v-b-title {
        width: 100%;
        top: 46%;
        transform: translate(0,-46%);
    }
    #patient-stories-video-banner .ps-v-b-title .e-title {
        display: none;
    }
    #patient-stories-video-banner .ps-v-b-title .b-title {
        width: 100%;
        padding-left: 20px;
    }
    #patient-stories-video-banner .ps-v-b-title .b-title h1 {
        font-size: 24px;
        line-height: 31px;
        margin-top: -20px;
        width: 150px;
        /* display: none; */
    }

    #patient-stories-video-banner .banner-bg-image img.m-img,
    #patient-stories-video-banner .mob-h-video {
        display: block;
    }
    #patient-stories-video-banner .banner-bg-image img.d-img,
    #patient-stories-video-banner .desk-h-video {
        display: none;
    }
    #patient-stories-video-banner {
        height: 177px;
    }
    #patient-stories-video-banner .banner-bg-image {
        width: 37.5%;
    }
    #patient-stories-video-banner .banner-bg-image img {
        width: auto;
    }
    #patient-stories-video-banner .video-wrap .mob-h-video {
        height: 177px;
    }

    #patient-stories-video-banner .banner-bg-video video {
        width: 65.5%;
        border-top: 1px solid #fff;
        margin-top: 0px;
    }
    #patient-stories-video-banner .video-wrap video {
        object-fit: cover;
    }

    #patient-stories-video-banner .ply-ctr-wrap {
        bottom: 22px;
    }


}

/* @media (min-width: 400px) and (max-width: 575px) {
    #patient-stories-video-banner {
        height: 180px;
    }
    #patient-stories-video-banner .banner-bg-image {
        width: 42%;
    }
    #patient-stories-video-banner .banner-bg-image img {
        width: 100%;
    }
    #patient-stories-video-banner .video-wrap .mob-h-video {
        height: 184px;
    }
} */
@media (min-width: 576px) and (max-width: 991px) {
    #patient-stories-video-banner .ps-v-b-title .b-title h1 {
        font-size: 24px;
        line-height: 30px;
        width: 100px;
        margin-top: -16px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    #patient-stories-video-banner .desk-h-video {
        display: none;
    }

    #patient-stories-video-banner .ipad-h-video {
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #patient-stories-video-banner .ps-v-b-title .b-title h1 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (min-width: 1200px) {
    #patient-stories-video-banner .ply-ctr a.tab-play-video:hover {
      background: #F15D5E !important;
    }
    #patient-stories-video-banner .ply-ctr a.tab-play-video:focus-visible {
      background: linear-gradient(249deg, #F99697 0%, #F15D5E 50%) !important;
    }
}


@media (min-width: 1200px) and (max-width: 1399px) {
   
}

/* body.page-node-396 #Inner-Banner-Section {
    display: none;
} */
#patient-stories-video-banner {
    display: none;
}