.sbi-apollo-gallery-carousel{
    background-color: #F5F5F5;
}
.sbi-apollo-gallery-carousel .gallery-slider-cont{
    position: relative;
}
.sbi-apollo-gallery-carousel .gallery-slider-cont .play-stop-cta-cont button{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.sbi-apollo-gallery-carousel .gallery-slider-cont .play-stop-cta-cont button svg{
    width: 30px;
    fill: #0360AB;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.sbi-apollo-gallery-carousel .gallery-slider-cont .play-stop-cta-cont button:hover{
    background-color: #025FAC;
}
.sbi-apollo-gallery-carousel .gallery-slider-cont .play-stop-cta-cont button:hover svg{
    fill: #fff;
}
.sbi-apollo-gallery-carousel .sbi-apollo-gallery-carousel-cta {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background-color: #F1F8FE;
    border: 1px solid #025FAC;
    color: #025FAC;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.sbi-apollo-gallery-carousel .sbi-apollo-gallery-carousel-cta.sbi-apollo-gallery-carousel-cta--prev {
    right: auto;
    left: 20px;
}

.sbi-apollo-gallery-carousel .sbi-apollo-gallery-carousel-cta.sbi-apollo-gallery-carousel-cta--next {
    right: 20px;
    left: auto;
}

.sbi-apollo-gallery-carousel .sbi-apollo-gallery-carousel-cta:hover {
    background-color: #025FAC;
    color: #fff;
}