.content-slide .slide-image {
    display: flex;
    justify-content: center;
    padding: 30px;
}
.owl-carousel .owl-item .content-slide img {
    display: inline-block;
    width: auto;
}
.content-slide .elementor-slide-heading,
.content-slide .elementor-slide-description {
    padding-left: 30px;
    padding-right: 30px;
}
.footer-content-slide {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #F0FAF5;
    padding: 30px;
}
.footer-content-slide .footer-text {
    flex-grow: 1;
    font-weight: 600;
}
.footer-content-slide .read-more {
    border-radius: 60px;
    background: #D55756;
    padding: 14px 40px;
    color: #fff;
}
.footer-content-slide .read-more:hover {
    background: #CC3333;
}

.content-owlcarousel .owl-next,
.content-owlcarousel .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    background: #fff !important;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 28px;
    outline: none;
}
.content-owlcarousel .owl-prev {
    left: 60px;
}
.content-owlcarousel .owl-next {
    right: 60px;
}
.content-owlcarousel .owl-prev svg {
    transform: rotate(-90deg);
}
.content-owlcarousel .owl-next svg {
    transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
    .content-owlcarousel .owl-prev {
        left: -10px;
    }
    .content-owlcarousel .owl-next {
        right: -10px;
    }
    .content-owlcarousel .owl-next,
    .content-owlcarousel .owl-prev {
        width: 40px;
        height: 40px;
    }
    .footer-content-slide {
        flex-direction: column;
    }
    .footer-content-slide .footer-text {
        margin-bottom: 20px;
    }
    .footer-content-slide .read-more {
        padding: 10px 30px;
    }
}

/* New */
.content-carousel {
    display: block;
    position: relative;
    z-index: 3;
    max-width: 1170px;
    margin: 0 auto;
}
.content-carousel .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 15;
    min-height: 700px;
}
.content-carousel .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 550px;
    overflow: visible;
}
.content-carousel .swiper-slide .slide-image {
    -ms-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
    display: block;
    height: 550px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1) translateY(200px);
    -ms-transform: scale(1) translateY(200px);
    transform: scale(1) translateY(200px);
}
.content-carousel .swiper-slide._ready .slide-image {
    -webkit-transform: scale(1.2) translateY(200px);
    -ms-transform: scale(1.2) translateY(200px);
    transform: scale(1.2) translateY(200px);
}
.content-carousel .swiper-slide .slide-image a {
    display: inline-block;
}
.content-carousel .swiper-slide-duplicate-next .slide-image,
.content-carousel .swiper-slide-duplicate-prev .slide-image,
.content-carousel .swiper-slide-next .slide-image,
.content-carousel .swiper-slide-prev .slide-image {
    -webkit-transform: scale(1) translateY(90px);
    -ms-transform: scale(1) translateY(90px);
    transform: scale(1) translateY(90px);
}
.content-carousel .swiper-slide-active .slide-image,
.content-carousel .swiper-slide-duplicate-active .slide-image {
    display: block;
    -webkit-transform: scale(1.8) translateY(-20px);
    -ms-transform: scale(1.8) translateY(-20px);
    transform: scale(1.8) translateY(-20px);
}

.content-carousel .swiper-slide-prev .slide-image img {
    margin-left: -40px;
}
.content-carousel .swiper-slide-next .slide-image img {
    margin-left: 40px;
}

.content-carousel-body {
    max-width: 540px;
    margin: 0 auto;
    margin-top: -300px;
    position: relative;
    z-index: 99;
}
.content-carousel-nav .swiper-button {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    top: 40px;
}
.content-carousel-nav .swiper-button:after {
    font-size: 1rem;
    color: rgba(237, 103, 6, 1);
}
.content-carousel-nav .swiper-button:hover {
    background: rgba(237, 103, 6, 1);
}
.content-carousel-nav .swiper-button:hover:after {
    color: #fff;
}
.content-carousel-heading {
    max-width: 400px;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    .content-carousel .swiper-slide-active .slide-image,
    .content-carousel .swiper-slide-duplicate-active .slide-image {
        -webkit-transform: scale(1.3) translateY(-20px);
        -ms-transform: scale(1.3) translateY(-20px);
        transform: scale(1.3) translateY(-20px);
    }
    .content-carousel .swiper-slide-prev .slide-image img,
    .content-carousel .swiper-slide-next .slide-image img {
        margin-left: 0;
    }
}
@media only screen and (max-width: 480px) {
    .content-carousel-body {
        margin-top: -400px;
    }
    .content-carousel-heading {
        max-width: 320px;
    }
}
@media only screen and (max-width: 415px) {
    .content-carousel-body {
        margin-top: -435px;
    }
    .content-carousel-heading {
        max-width: 270px;
    }
}