.services-container .carousel .item {
    position: relative;
}

.services-container .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #c48abc;
}

.services-container .carousel .backdrop {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 500;
    padding-top: 15px;
    position: absolute;
    padding-bottom: 50px;
    background-color: rgba(32, 42, 92, .5);
}

.services-container .carousel .backdrop p {
    color: #FFFFFF;
    font-size: 40px;
    text-align: center;
}

.services-container .owl-theme .owl-nav.disabled + .owl-dots {
    width: 100%;
    bottom: 10px;
    z-index: 5000;
    position: absolute;
}

.services-container .services-box-1 .container .row img {
    max-height: 146px;
}

.services-container .services-box-1 h3 {
    margin: 20px 0;
    color: #202a5c;
    font-size: 24px;
    font-weight: 400;
    font-family: "Open Sans Light", serif;
}

.services-container .services-box-1 h1.text-center {
    margin: 40px 0;
    color: #202a5c;
    font-size: 40px;
    font-family: "Segoe UI Semilight", serif;;
}

.services-container .services-box-2 {
    background: #eceffa;
}

.services-container .services-box-2 ul h3 {
    color: #202a5c;
    font-size: 35px;
    font-weight: bolder;
    font-family: "Segoe UI Bold", serif;
}

.services-container .services-box-2 ul li {
    margin: 40px 0;
}

.services-container .services-box-2 ul li div {
    color: #202a5c;
    font-size: 25px;
    font-family: "Segoe UI Semilight", serif;
}

.services-container h1.therapy {
    color: #202a5c;
    font-size: 40px;
    margin-top: 50px;
    font-family: "Segoe UI Semilight", serif;
}

.services-container .btn-elise {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .services-container .carousel .backdrop p {
        font-size: 25px;
    }

    .services-container .carousel .backdrop {
        padding-bottom: 30px;
    }

    .services-container .services-box-1 h1.text-center {
        font-size: 35px;
    }

    .services-container .services-box-1 h3 {
        font-size: 20px;
    }

    .services-container .btn-elise {
        padding-top: 12px;
        padding-bottom: 11px;
    }

    .services-container h1.therapy {
        margin-top: 30px;
        font-size: 35px;
    }

    .services-container .services-box-2 ul h3 {
        font-size: 30px;
    }

    .services-container .services-box-2 ul li div {
        font-size: 20px;
    }
}

@media (max-width: 550px) {
    .services-container .services-box-1 h1.text-center {
        font-size: 30px;
    }

    .services-container .carousel .backdrop {
        display: none;
    }

    .services-container h1.therapy {
        font-size: 30px;
    }

    .services-container .services-box-2 ul h3 {
        font-size: 20px;
    }

    .services-container .services-box-2 ul li div {
        font-size: 18px;
    }

    .services-container .services-box-2 ul li div p {
        margin-bottom: 2px;
    }

    .services-container .btn-elise{
        margin-top: 0;
        margin-bottom: 25px;
    }
}