.no-paddding{
	padding:0;
}

.featured-img{
    background-image:  url('https://saayamitech.com.np/safal/wp-content/uploads/2022/02/safalhealthhome.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
}
.service-section{
    background-color: #fdfdfd;
    border: 1px solid #eee;
    margin-top: -220px;
   
    border-radius: 5px;
}

.service-title{
    padding: 80px;
}

.service-title p{
    margin: 20px 0;
}

.btn-service{
    background-color: #bf0031;
    color: #fff;
    margin: 18px 0px;
    
    border-radius: 25px;
    font-size: 14px;
    padding: 10px 20px;
   
} 

/* service card  */
.service-box{
    margin-top: 80px;
}
.service-card{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.service-card img{
    width: 100%;
  
}


/* service overlay */

.servicecard-body{
    position: absolute;
    bottom: 0px;
    width: 100%;
  
}
.service-overlay{
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(0, 0, 0));
    position: relative;
    bottom: 0;
    color: #fff;
   
}
.service-text{
    padding:0px 30px;
}
.service-text h1{
   font-size: 30px;
}

.service-text p{
    font-size: 15px;
}
.service-items{
	border:1px solid #eee;
}
.service-icon
{
 border: 2px solid #eee;
 padding:25px;
}

.service-icon img{
	width:85px;
}

.service-icon:hover{
	border:2px solid #163d7f;
		
}
.servicetitle{
	font-size:16px;
}

.service-link{
	color:#000;
}

.serviceitem-title{
	padding:40px 80px;
	background:#60BB45;
	
}
/* service card end */
.safal-team{
    margin-top: 60px;
}

.appointment-box{
    background: #16469C;
    padding: 15px 0;
    color: #fff;   

}

.appointment-box .btns{
    margin-top: 10px;
}