/*DOCTORSHOVER*/
.hovereffect h3{
  
  font-style: oblique;
  font-weight: bold;

}
.hovereffect br{
  
  font-style: oblique;

}


.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 20%;
  left: 0%;
  bottom: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;*/
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color:rgba(50, 188, 212,0.2);
  background:rgba(50, 188, 212,0.2);

}

.hovereffect img {
  
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin:10px; border:0px; max-height:600px; width:auto;


}

.hovereffect:hover img {
 /* filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
  */
  background:rgba(50, 188, 212,0.2);

}

@media only screen and (max-width : 768px) {
  .hovereffect img {
  
  padding: 0;
  margin:0px; 


}
}
/*--------------ENDHOVER--------------------*/
.doctor-block{
    height: auto;
    left:100px;
}

.back-same{
    background: url("../images/intro_image.jpg") no-repeat center center;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.row-style{
  margin-top: 10px;
}

.details_div{
  background-color: rgba(50, 188, 212,0.2);
  color: black;
}

.stella_details_div{
  margin-left:40%; 
   
 
}

@media only screen and (max-width : 1199px) {

}
/*Small devices (landscape phones, less than 768px)*/
@media only screen and (max-width : 768px) {
.stella{
  margin-left:0; 
  margin-top:8%;
  min-height: 0px;

}
.eve{
  margin-left:40%; 
  margin-top:8%;
  min-height: 0px;

}



}
/*Medium devices tablets, less than 992px*/
@media only screen and (max-width : 992px) {


}



