.banner {
    background: url("https://mamily.in/new_web_assets/images/employers-banner.jpg")
        no-repeat center center;
    background-size: cover;
    position: relative;
}
.banner:before {
    content: "";
    position: absolute; 
    width: 100%;
    height: 100%;
    top: 0;
}
.client-word .owl-carousel .owl-nav {
    color: transparent;
}
.client-word .owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.client-word .owl-carousel .owl-dots .owl-dot span {
    background: #f88785;
    display: inline-block;
    height: 20px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 50%;
}
.client-word .owl-carousel .owl-dots .owl-dot.active span {
    background: #f88785;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.new-era .drive {
    font-weight: 700;
    background: #1d2150;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
@media (max-width: 576px) {
    .banner {
        background: url("http://mamily.in/new_web_assets/images/employers-mobile-banner.jpg")
            no-repeat center center ;
        background-size: cover;
        position: relative;
        background: #0000007a;
    }
}
/* for Clinical Advisors  section css */
.advisors .owl-slider .owl-nav {
    display: block !important;
}

.advisors .owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.advisors .owl-slider .owl-nav button.owl-prev {
    left: 0;
}

.advisors .owl-slider .owl-nav button.owl-next {
    right: 0;
}

.advisors .owl-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.advisors .owl-slider span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.advisors .owl-slider .owl-nav button:focus {
    outline: none;
}

.advisors .owl-slider .item .card-body {
    height: 140px;
}
