

.banifitBox{
	float: left;
	width: 100%;
	text-align: center;

}

.banifitBox h2{
	width: 80px ;
	height: 80px;
	background-color: #6a4dd9;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	/*border:3px solid #1bcec5;*/



}



.marginTop{
	margin-top: 45%;
}

.specialityBox .img-40{
	width: 40px !important;
	height:40px;
	border-radius: 50%;
	margin: 20px auto;
}

.specialityBoxSlider .owl-next{
	font-size: 25px !important;
	outline: none !important;
	border:none !important;
	background-color: #6a4dd9 !important;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin-top: 20px;
}

.specialityBoxSlider .owl-prev{
	font-size: 25px !important;
	outline: none !important;
	border:none !important;
	background-color: #6a4dd9 !important;
	margin-right: 20px !important;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin-top: 20px;

}

.specialityBoxSlider .owl-prev span, .specialityBoxSlider .owl-next span{
	color: #fff;

}
.specialityBoxSlider .owl-nav{
	text-align: right;
}

.newAddsection{
	width: 100%;
	float: left;
	background-image: url('../images/bg2.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 80px;

}

.aervicesBox{
	text-align: center;
	background-color: #ffffff54;
	padding: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-bottom: 80px;
	color: #fff;
	min-height: 280px;
	transition: 500ms;
}

.aervicesBox span{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	margin-top: -60px;
	margin-bottom: 20px;
	transition: 500ms;
}
.aervicesBox span img{
	width: 40px;
	margin-top:7px;
}

.aervicesBox h3{
	text-transform: uppercase;
}

.aervicesBox:hover{
	background-color: #00000091;
	transition: 500ms;
}

.aervicesBox:hover span{
	margin-left: 80%;
	transition: 500ms;
}

.underLineHeading{
	margin-top: 80px;
	
}