/*Write your custom css in this file.*/

/*BANNER CSS START*/
.carousel-item{
    height: 230px;
}
.carousel-item img{
    height: 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1.7rem;
}

.carousel-control-next {
    position: absolute;
    margin-top:2%;
    bottom: unset;
    right: 5%;
    z-index: 5;
    background-color: #6690f4;
    border: 1px solid #fcfcfc;
    color: white;
    width: 10%;
    border-radius: 5px;
    opacity: 0.9;
}
@media only screen and (max-width: 768px){
    .carousel-control-next {
        position: absolute;
        margin-top:2%;
        font-size: 10px;
        bottom: unset;
        right: 5%;
        z-index: 5;
        background-color: #6690f4;
        border: 1px solid #fcfcfc;
        color: white;
        width: 18%;
        opacity: 0.9;
    }
    .carousel-item{
        height: auto;
    }
}
/*BANNER CSS END*/