.galleryhome {
	padding: 3em 0;
	background-color: #11a2d3;
}
.galleryhome h2{
	text-align: center!important;
	color: #fff;
}
.innergallery{
	display: flex;
	flex-wrap: wrap;
	flex-flow: left;
	align-items: top;
	column-gap: 10px;

}
.galbox{

	width: 24%;
	overflow: hidden;
	margin-top: 35px;
	border-radius: 10px;
}
.galbox img{
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;

}
.galbox img:hover{
	transform: scale(1.2);
}
.zoom {
	animation: myAnim 5s linear 0s infinite alternate forwards;
}
@keyframes myAnim {
    0% {
       transform: scale(1.0);
    }
    100% {
       transform: scale(1.1);
    }
}
.gallerypg{
	padding: 60px 0;
}
.galleryin img{
	transition: 0.5s ease;
}
.galleryin img:hover{
	-webkit-box-shadow: 2px 1px 10px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 1px 10px 2px rgba(0,0,0,0.2);
box-shadow: 2px 1px 10px 2px rgba(0,0,0,0.2);
}
.about-content img{
	float: left;
	width: 320px;
	margin: 0 25px 25px 0;
	padding: 5px;
	background-color: #cccccc85;
}
.about-content h4{
	font-size: 18px;
	line-height: 26px;
	color: #666;
	font-weight: 500;
}
.about-area .about-content h3{
	font-size: 32px;
}
.about-area .about-content h4 {
	font-size: 16px;
}
.about-content h4 span{
	color: #000;
	font-weight: 600;
}
.mt-30{
	margin-top: 30px;
}
.green{
	background-color: #cccccc30;
}
.greenlight{
	background-color: #cccccc30;
}
.pinklight{
	background-color: #cccccc30;
}
.orange{
	background-color: #cccccc30;
}
.yellow{
	background-color: #cccccc30;
}
.bluelight{
	background-color: #cccccc30;
}
.bluegreen{
	background-color: #cccccc30;
}
.masonry { /* Masonry container */
 /* column-count: 3;
  column-gap: 1em;*/
}
.masonry .item .single-review-item{
	padding: 60px;	
}
.masonry .item .single-review-item:hover{
	box-shadow: 0 5px 5px #00000025;
}
.item { /* Masonry bricks or child elements */
  background-color: #fff;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}
.sertitle{
	text-align: center;
	margin-top: 0;
	padding: 0;
	margin-bottom: 30px;
}
.sertitle h1{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
}
.sercnt {
	margin: 0!important;
}
.sercnt p:last-child{
	margin-bottom: 0;
}
.sercnt a{
    background-color:#203b8a !important;
    font-size: 18px !important;
    color: #fff !important;
    font-weight: normal;
    padding: 8px 18px; 
    margin-top: 15px;
     transition: 0.5s;
     border: 1px solid #203b8a;
}
.sercnt a:hover{
    background: #fff !important;
    color: #ee1072 !important;
   
}
.sercnt ul{
    margin: 0   
}
.sercnt ul li{
	line-height: 28px;
	margin: 0;
	padding: 0;
    padding-bottom: 10px;
	margin-left: -12px;
	list-style: disc!important;
	color: #000;
    font-size: 16px;
    text-align: left;
        font-family: poppins, sans-serif;
}
.sercnt ul li:last-child{
    padding-bottom: 0
}
.sercnt h2{
	margin-top: 20px;
    padding-bottom: 10px;
}
.hospitaladd{
	margin-top: 15px;
	background-color: #fff;
	border: 1px solid #66666660;
    padding: 30px;
    /* border-top: 5px solid #c0c5f3 !important; */
    box-shadow: 0 0 5px 5px #00000015;
    border-radius: 3px;
}
.hospitaladd h1{
	font-size: 22px;
}

.hospitaladd p b{
	color: #11a2d3;
}
.hospitaladd p i{
	color: #11a2d3;
}
.hp{
	float: left;
}
.add_rev{
	text-align: center;
	margin: 0 0 40px 0;
}
.add_rev a button{
	width: 250px;
	height: 45px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.rd{
	margin: 10px 0 0 0;
}
.rd a button{
	width: 180px;
	height: 40px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	text-transform: uppercase;
	   transition: 0.5s;
	   -webkit-transition: 0.5s;
}
.rd a button:hover{
	background: #ee1072 !important;
	color: #fff;
}
.about-area .contact-form form{
	border: 1px solid #00000012;
	padding: 20px 15px;
	background-color: #eeeeee;
}
.about-area .contact-form h2{
	margin: 0;
	padding-bottom: 20px;
}
.nice-select{
    line-height: 20px;
    color: #666
}
.contact-form form ul{
    height: 150px!important; 
    width: 100%;
    overflow-y: scroll!important; 
}
.masonry .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 45px;
    height: 45px;
    background: #11a2d3;
    color:  #fff;
}
.masonry .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: -8%;
    right: 3%;
}
.masonry .owl-carousel .owl-nav button.owl-next span{
    font-size: 38px;
    line-height: 25px;
}
.masonry .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: -8%;
    right: 8%;
}
.masonry .owl-carousel .owl-nav button.owl-prev span{
    font-size: 38px;
    line-height: 25px;
}
.gallerypg h2{
    font-size: 20px;
    padding-bottom : 20px;
    padding-top: 1em;
    line-height : 1.5;
    font-weight : 500;
}
















