.circle {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    transition: 0.2s;
    margin: 0 auto;
}

.circle img {
    bottom: auto !important;
    position: relative !important;
}
.style5 img{
    width: 70px;
    height: 102px;
    height: auto;
}
.circle:hover,
.style3:hover {
    cursor: pointer;
    filter: brightness(0.7);
}

.style3 .circle:hover{
    filter: brightness(0.9);
    background-color:
}
.circle:hover p {
    font-weight: bold;
}
.style5 i {
    font-size: 55px;
    color: white;
}
.circle i, {
    font-size: 55px;
    color: white;
    margin: 20px 0px 35px 0px;
}
.style3 h4,.cricle h4{
	margin-top: 25px;
	font-size: 1.2rem !important;
}
.style3 i {
    font-size: 45px;
    color: white;
    margin-top: 15px;
}


.circle p {
    text-align: center;
}

.style4 .swiper-slide img {
	object-fit: contain;
	position: relative;
	bottom:auto;
}

.swiper-slide p:hover {
    color: #600039;
}

.swiper-container2 .swiper-slide {
    border-right: 1px solid #dfdfdf;
    padding: 0 5px;
}

.swiper-container2 .swiper-slide:last-child {
    border-right: none;
}

.number {
    width: 60px;
    height: 60px;
    position: absolute;
    text-align: center;
    padding-top: 10px;
    color: #003087;
    font-weight: bold;
    background-color: white;
    font-size: 22px;
    top: 22px;
    border-radius: 50%;
    border: 4px solid #1e73be;
}

.swiper-container3,
.swiper-container2 {
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 92%;
}

.swiper-container4 {
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
