.carousel-item {
    min-height: 300px;
    position: relative;
}

.p-relative {
    position: relative;
}

.client-name {
    position: absolute;
    bottom: 0px;
    color: #6F5494;
}

.carousel-control-prev-icon {
    background-image: url(../../front/imgs/left.png);
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 70px;
    z-index: 1;
    bottom: 30px;
}

.carousel-control-next-icon {
    background-image: url(../../front/imgs/right.png);
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 30px;
    right: 28px;
}

.slider-content {
    font-size: 22px;
    line-height: 48px;
    color: #333;
}

.carousel-control-prev {
    min-width: 0px;
    max-width: 0px;
    opacity: 0.5;
}

.carousel-control-next {
    min-width: 0px;
    max-width: 0px;
    opacity: 0.5;
}

.carousel-control-next:hover {
    opacity: 1;
}

.carousel-fade .carousel-item {
    display: none;
}

.carousel-fade .carousel-item.active {
    display: block;
}

.custom-radius {
    border-radius: 8px !important;
}




@media screen and (max-width:1536px) {
    .carousel-control-prev-icon {
        right: 70px;
    }
}

@media screen and (max-width:1152px) {
    .carousel-control-prev-icon {
        right: 60px;
    }
}

@media screen and (max-width:1152px) {
    .carousel-control-prev-icon {
        right: 80px;
    }
}

@media screen and (max-width:992px) {
    .carousel-control-prev-icon {
        right: 70px;
    }
}

/* @media screen and (max-width:480px) {
    .carousel-control-prev-icon {
        right: 70px;
    }
} */