/* Add custom CSS styles below */ 
/* Brand color for all primary buttons */
.s-button-primary,
.s-button-primary:hover,
.s-button-primary:focus,
.s-button-primary:active {
    background: #0d4152 !important;
    background-color: #0d4152 !important;
    border-color: #0d4152 !important;
    color: #ffffff !important;
}

/* Make sure the text and icons stay white */
.s-button-primary *,
.s-button-primary svg {
    color: #ffffff !important;
    fill: #ffffff !important;


  /* Mobile Banner */
@media (max-width:768px){

.s-slider-container .swiper-slide{
    height:220px !important;
}

.s-slider-container .swiper-slide img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    border-radius:12px;
}

}