.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0 !important;
}


.swiper-button-next, .swiper-button-prev {
    color: #253237 !important; 
    transform: scale(0.8);
}

.swiper-pagination-bullet-active{
    background: #4FB68D !important;
}

.b-checkbox.checkbox input[type=checkbox]+.check {
    border: 2px solid #42919E;
}
.b-checkbox:hover.checkbox input[type=checkbox]+.check {
    border: 2px solid #42919E !important;
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check{
	background-color: #42919E;
	border-color: #42919E;
	box-shadow: none !important;
}

.switch input[type=checkbox]:checked+.check{
	background: #42919e !important;
}
