

.mani_slider .content {
    position: relative;
}
.mani_slider .swiper-button-prev.graffic1, 
.mani_slider .swiper-button-next.graffic1 {
    display: inline-block;
    text-align: center;
    margin: 0;
    position: absolute;
    z-index: 10; 
    line-height: 43px;
    opacity: 1;
    transition: all linear 0.5s;
    pointer-events: initial;
    cursor: pointer;
    font-size: 17px;
    box-shadow:none;
}
.mani_slider .swiper-button-next {
    right: 0px;
    left: auto;
    transform: translate3d(0,-50%,0);
    display: flex !important;
    align-items: center;
}
.mani_slider .swiper-button-prev {
    left: 0px;
    right: auto;
    transform: translate3d(0,-50%,0);
    display: flex !important;
    align-items: center;
} 
.mani_slider .swiper-button-next.graffic1::after,
.mani_slider .swiper-button-prev.graffic1::after {
    position: relative;
    font-size: 19px;
} 



.mani_slider {
	position: relative; 
	width: 100%; 
    overflow: hidden;
}
.mani_slider.layout1 .slide.in .slide_content{ 

	position: absolute;
	right: 0;
	width: 100%; 
	bottom: 0;
	top: auto;  
	padding: 20px;
}
.mani_slider .all_content {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
}
.mani_slider.layout3 .slide_content {
    position: absolute;
    right: 50%;
    width: 710px;
    bottom: auto;
    top: 10.25rem;
    padding: 20px;
    color: #fff;
    margin-right: -32.5rem;
}
@media (max-width : 1200px) {
    .mani_slider.layout3 .slide_content {
        margin-right: -28.5rem;
    } 
    .mani_slider.layout3 .slide_content {
        position: absolute;
        padding:10px 20px 40px 20px;
        margin: 0 !important;
        bottom: 0;
        right: 0;
        width: 100%;
        top: auto !important;
    } 
}
 




