﻿*, ::after, ::before {
    box-sizing: border-box;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.w-auto {
    width: auto !important;
}
.position-relative {
    position: relative !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.p-3{ padding:15px;}
.swiper-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
--swiper-btn-size: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.swiper-btn .i-pagination {
	bottom: initial;
	left: initial
}
@media(max-width: 767.98px) {
.swiper-btn {
--swiper-btn-size: 32px
}
}
.swiper-btn .swiper-button-next, .swiper-btn .swiper-button-prev {
	width: var(--swiper-btn-size);
	height: var(--swiper-btn-size);
	background-color: #015ba6;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35%;
	position: static;
	-webkit-transition: all .36s;
	transition: all .36s;
	margin-top: 0;
	outline: none
}
@media(max-width: 767.98px) {
.swiper-btn .swiper-button-next:hover, .swiper-btn .swiper-button-prev:hover {
	background-color: #015ba6
}
}
.swiper-btn .swiper-button-next, .swiper-btn .swiper-button-prev{ color:#fff; font-size:16px;} 
.swiper-btn .swiper-button-next::after, .swiper-btn .swiper-button-prev::after {
	font-family: bootstrap-icons;
	color: #fff;
	font-size: 16px
}
.swiper-btn .swiper-button-prev::after {
	content: ""
}
.swiper-btn .swiper-button-next::after {
	content: ""
}
.i-pagination {
	bottom: 0px;
	z-index: 1;
	text-align: center;
	margin: 5px 0
}
.i-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px !important;
	background-color: #3b373a;
	opacity: 1;
	position: relative
}
.i-pagination .swiper-pagination-bullet-active {
	background-color: #015ba6;
	width: 30px;
	border-radius: 12px
}

.i-products .swiper-slide {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	font-weight: normal;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}
.i-products .swiper-slide .content {
	padding-top: 20px;
	position: relative
}
.i-products .swiper-slide .content:before {
	content: "";
	position: absolute;
	left: 35%;
	top: 0;
	width: 30%;
	height: 1px;
	border-bottom: 3px solid #ccc;
	-webkit-transition: all .3s;
	transition: all .3s
}
.i-products .swiper-slide .content h3 {
	line-height: 1.625rem;
	height: 3.25rem;
	margin-bottom: 0;
	font-weight:400;
}
.i-products .swiper-slide .content .i-sign {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #ccc;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.i-products .swiper-slide:hover .content:before {
	width: 100%;
	left: 0;
	border-color: #015ba6
}
.i-products .swiper-slide:hover .content .i-sign {
	border-color: #015ba6;
	background-color: #015ba6;
	color: #fff
}
