:root {
    --color-green: #2d842e;
}


.bg-primary {
    background-color: var(--color-primary) !important;
}

.bg-green {
    background-color: var(--color-green) !important;
}

.bg-green h2,
.bg-green p {
    color: #fff;
}

.header-navigation {
    border-top: 1px solid #ccd6d9;
}

.slide-container {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
}



.slide .slide-text p {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
}

.page-banner h1 {
    position: absolute;
    z-index: 999;
    top: 40%;
    color: #fff;
    background-color: #00000042;
    padding: 10px 30px;
}

.home-services .card {
    border: 0;
}

.btn-primary {
    position: relative;
}

.btn-primary:after {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 11px;
}

.section-2101 {
    background-color: #00313f;
    padding: 100px 0;
}

.blog {
    background-color: #f9f9f9;
    padding: 100px 0;
}

.blog h2 {
    margin-bottom: 35px;
}

.latest-blog h3 a {
    color: #00313f;
    font-size: 20px;
    font-weight: bold;
}

.latest-blog h3 {
    line-height: 25px;
    margin-bottom: 17px;
}

.latest-blog a.btn {
    background-color: transparent;
    padding: 0;
    font-size: 20px;
    margin: 0;
}

.latest-blog a.btn:hover {
    background-color: transparent;
}

.testimonials {
    padding: 100px 0;
}

.last-banner {
    background-image: url(../img/banner2.jpg);
    padding: 80px 0;
    color: #fff;
}

.last-banner h2 {
    color: #fff;
    margin-bottom: 20px;
}

.footer-main {
    margin-top: 0px;

}

.footer-main .title {
    color: #00313f;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-2085 {
    background-color: #2d842e;
    padding: 100px 0;
}

.section-2085 .btn-2085,
.section-2097 .btn-2085 {
    background-color: #2d842e;
    color: #fff;
}

.section-2085 .btn-2085:hover {
    background-color: #FFFFFF;
    border-color: #fefcbf;
    color: #000;
}

.section-2085 .btn-primary:hover {
    background-color: #fefcbf;
    border-color: #fefcbf;
    color: #000;
}

.section-2085 .card:hover {
    background-color: #fefcbf;
    color: #000;
}

.section-2085 .card:hover>.card-body h5 {
    background-color: #fefcbf;
    color: #000;
}

.section-2097 {
    background-color: #fffff0;
}

.section-2097 h2 {
    color: #000000;
}

.section-2097 h4 {
    color: #0F2544;
}

.section-2097 .step {
    position: relative;
}

.section-2097 .step:after {
    content: '';
    position: absolute;
    display: block;
    top: 60px;
    bottom: 1px;
    left: 28px;
    height: 100%;
    width: 5px;
    background-color: #2d842e;
}

.section-2097 .step:last-child:after {
    display: none
}

.section-2097 .circle {
    background: #2d842e;
    min-width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #FFF;
    border-radius: 100%;
    font-size: 25px;
}

.section-2133 h2 {
    color: #F29E25;
}

.section-2133 .container-fluid {
    padding: 0;
}

.section-2133 .row {
    margin: 0;
}

.section-2133 {
    padding: 0 !important;
}

.section-2133 row {
    padding: 0 !important;
}

.section-2133 .card.box-1 {
    background-color: darkgreen;
    /*background-image: url('https://www.beulahhealthcare.co.uk/layouts/frontend/beulah-healthcare/assets/img/bg.jpg');*/
    background-size: cover;
}

.section-2133 .fa-plus {
    background-color: #F29E25;
    width: 60px;
    text-align: center;
    height: 60px;
    color: #FFF;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 15px;
    font-size: 25px;
}

.section-2133 .btn-primary {
    background-color: #F29E25;
}

.section-2046 {
    background-image: url("https://flickmedia.org.uk/client/beulah-healthcareobk-limited/uploads/cms/content/images/cta-bg.jpg");
    background-size: 100% 100%;
}

.section-2046 a {
    color: #FFF;
}

.slide .slide-text h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 85px;
    display: inline-block;
    background-color: #0000001c;
    padding: 30px;
}

.btn {
    padding: 12px 30px;
    font-size: 20px;
}

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

    .slide .slide-text h1 {
        color: #ffffff;
        font-size: 35px;
        line-height: normal;
        display: inline-block;
        background-color: #0000001c;
        padding: 30px;
    }


}



@media screen and (max-width:991px) {
    .slide-container {
        position: initial;
        width: 100%;
        transform: translate(0%);
        background-color: #388830;
        padding: 30px 15px;
    }

    .slide .slide-text h1 {
        color: #ffffff;
        font-size: 40px;
        text-align: center;
        background-color: transparent;
    }
}

@media screen and (max-width:575px) {
    .slide .slide-text h1 {
        font-size: 30px;
        padding: 0;
    }
}