.case-study p{

padding-left:20px;
}

.study{
padding-top:20px;
}

.testimonial{
padding-bottom: 20px !important;
}

.treatment{
padding-left:20px;
padding-bottom: 20px !important;
}



.treat{
padding-left:20px;
}

.et_post_meta_wrapper img{

height:300px;
}

#left-area img{

height:300px;
margin-top: 43px;
}

.et_pb_post .entry-featured-image-url{
border-top: 1px solid #e2e2e2;
}

#left-area h2{

color:#d8251b;
font-size:20px;
}

#post-1194 .et_pb_post .entry-featured-image-url{
border-top:none;
}


.uline{
    height: 1px;
    display: inline-block;
    border-top: 3px solid #da2618;
    width: 100%;
    max-width: 10%;
}

.frame {
	text-align: center;
	position: relative;
	cursor: pointer;
	perspective: 500px;
}
.frame img {
	width: 300px;
	height: 300px;
}
.frame .details {
	width: 70%;
	height: 80%;
	padding: 5% 8%;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(90deg);
	transform-origin: 50%;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0;
	transition: all 0.4s ease-in;
}
.frame:hover .details {
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 1;
}

.treatment-title h3{
 text-align:center;
  margin-bottom:15px;

}

.parallax{
  /* The image used */
  background-image: url("https://neomedhospitals.com/wp-content/uploads/2018/06/home-hero-1.jpg");

  /* Set a specific height */
  height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.parallax-content h3{
  
  color:#ffffff;
}

.parallax-content p{
  
  color:#ffffff;
}