






.bg-cover{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-contain{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



.swiper-pagination-bullet-active{
    background-color: rgb(62, 171, 0);
}
.xa-textbox{
    max-height: 10em;
}
.d-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 70%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}






