/*
Template Name: Hospital
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************about****************/
#work{ 
 padding-top:40px;
 padding-bottom:40px;
 }
.work_1{ 
 text-align:center;
 }
.work_3 img{ 
  
 border-radius: 20%;
 position:relative;
 box-shadow: 0 0 4px 5px #e0faf1;
 }
.work_3 img:hover{ 
 box-shadow: 0 0 2px 5px #2d3e50; 
 }
.work_3{ 
 text-align:center;
 }
.work_3 h4{ 
 padding-top:30px;
 padding-bottom:10px;
 }
.work_3 h4 a{ 
 color: #000;
 }
.work_3 p{ 
 color: #8a8888;
 padding: 0px;
 margin: 0px;
 }
.work_4 h3{ 
 background-color:#01d28e; 
 color: #fff;
 width: 50px;
 height: 50px;
 line-height:50px;
 text-align: center;
 border-radius: 50%;
 position: absolute;
 left: 50%;
 margin-left: -20px;
 bottom: 32%;
 z-index: 10;
 }
.work_2{ 
 padding-top:30px;
 }
 
#about_pg{
 padding-top:40px;
 padding-bottom:40px;
 background:#01d28e1f; 
 }
.about_pg_right_il span i{
background:#01d28e; 
color:#fff;
text-align:center;
width:60px;
height:60px;
line-height:60px;
font-size:25px;
border-radius:50%; 
 }
.about_pg_right_i{
margin-top:30px; 
 }
.about_pg_right{
 background:#fff;
 min-height:500px;
 padding:52px 30px;
 }
.about_pg_left img{
 min-height:500px;
 }
.bg_1{
background:#f4f4f4;
 }
/*********************about_end****************/


@media screen and (max-width : 767px){
#work {
 text-align: center;
}
.work_3 p {
 padding-bottom: 10px;
}
.about_pg_right{
 text-align:center;
 }
.about_pg_right_ir{
 margin-top:10px;
 }
.work_3{
margin-bottom:15px; 
 }
.work_4 h3{
display:none; 
 }
}

@media (min-width:768px) and (max-width:991px) {
.work_4 h3 {
display:none;
}
.about_pg_right_il span i{
 width:40px!important;
 height:40px!important;
 line-height:40px!important;
 font-size:18px!important;
 }
.about_pg_right {
    padding: 10px 10px!important;
}
.about_pg_right_i{
margin-top:10px!important; 
 }
 }
@media (min-width:992px) and (max-width:1200px) {
.about_pg_right {
    padding: 37px 12px!important;
}
.work_4 h3 {
display:none;
}
  }
@media (min-width:1201px) and (max-width:1366px) {

 }