body {
    background: url(../images/nursing-care-plans/bg-waves-blue-clean.webp) top center no-repeat;
    background-size: 2000px auto;
    margin-top: 0;
}
.header_centered_1 h1 {
    color: #24292E;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.6px;
    margin-bottom: 24px;
    font-weight: 800;
}
.header_centered_1 {
    margin-top: 88px;
    margin-bottom: 40px;
    position: relative;
}
.header_centered_1__cta {
    margin-top: 24px;
    text-align: center;
}

.font-size--medium2 {
    font-size: 18px !important;
    line-height: 28px;
}
.hero_box_cta {
    border: 3px solid #0074A5;
    /* position: relative;
    top: -40px;
    right: -40px; */
    border-radius: 16px;
    color: #0074A5;
    background: rgba(255, 255, 255, 0) !important;
    backdrop-filter: blur(8px);
}
.hero_box_cta--inline {
    margin-top: 32px;
    padding: 32px;
    display: table;
}
.hero_box_cta__heading {
    font-size: 24px;
    letter-spacing: -0.32px;
    font-weight: bold;
    margin-bottom: 16px;
}
.hero-video .flowplayer{
    border-radius: 12px !important;
    overflow: hidden;
}
.hero-video .flowplayer .fp-ratio{
    padding-top: 185.25% !important;
}
.reviews_badges {
    display: flex;
    justify-content: center;
    background: #E8F9F3;
    padding: 24px;
    border-radius: 8px;
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    position: relative;
}
.reviews_badges__cont {
    text-align: left;
    border-right: 1px solid #CCE4DB;
    padding-right: 40px;
    margin-right: 40px;
}
.reviews_badges a {
    text-decoration: none;
    color: #191919;
}
.reviews_badges__cont__badge {
    height: 40px;
    margin-top: 4px;
}
.reviews_badges__cont:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.reviews_badges__cont--standalone_logo img {
    height: 56px;
}
.btn:hover {
    transform: scale(1.02, 1.02);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1400px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .hero_box_cta{
        padding: 30px 40px;
    }
    .btn-lg-extra{
        padding: 0 40px;
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    .hero-video .flowplayer .fp-ratio {
        padding-top: 177.25% !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .hero_box_cta {
        /* padding: 15px 20px; */
    }
    .hero_box_cta a.btn.btn-lg-extra {
        font-size: 16px;
    }
    
}
@media screen and (max-width: 991px){
    body {
        background-size: 980px auto;
        background-position: top 40px center;
    }
    .hero_box_cta__heading {
        font-size: 20px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header_centered_1 {
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .hero_box_cta {
        position: inherit;
        top: auto;
        right: auto;
        padding: 16px;
        text-align: center;
    }
    .reviews_badges {
        padding: 16px;
        display: inherit;
        margin-top: 32px;
    }
    .reviews_badges__cont {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        text-align: center;
        margin-bottom: 16px;
    }
    .reviews_badges__cont__badge {
        height: 32px;
    }
    .reviews_badges__cont--standalone_logo img {
        height: 40px;
    }
    .hero-video .flowplayer{
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px){
    .hero-video .flowplayer{
        max-width: 210px !important;
    }
    .hero-video .flowplayer .fp-ratio {
        padding-top: 178.25% !important;
    }
    .hero_box_cta.hero_box_cta--inline {
        margin-left: auto;
        margin-right: auto;
    }
    .font-size--medium2 {
        font-size: 16px !important;
        line-height: 22px;
    }
    .header_centered_1 h1{
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -0.8px;
        margin-bottom: 24px;
    }
}