@charset "UTF-8";
/* CSS Document */

	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:white;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}


#topbar{
    width: 100%;
    height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    background: #FF00B4
}

#hometitle{
width: 100%;
height: 50px;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 0px;
text-align: center;
font-size: x-large;
font-weight: normal;
color: #FF00B4;
background: #F2F2F2

}

#slogan{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 0px;
    font-size: 25px;
    font-weight: normal;
    color: #666666;
    background: white;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}


#homebody2 {
   
    width: 100%;
    height: auto;
    min-width: 1000px;
	display: flex;
}

#homebody3 {

    width: 100%;
    height: auto;
    min-width: 1000px;
	display: flex;
}

#menulogo{
margin: 15px;
}

#menu{
    width: 100%;
    height: 100px;
    padding-left: 0px;
    padding-top: 15px;
	display: flex;
}

#menuname{

	margin:auto;
}

#servicebox{

	margin:auto;
	padding: 10px;
}

#patientsaying{

    width: 100%;
    padding: 50px;
    min-width: 1000px;
	display: flex;

}

#newsinfo{

    width: 100%;
    padding: 50px;
    min-width: 1000px;
	display: flex;

}

#otherservicesbox{
	
	margin:auto;
	padding: 10px;
}


#homefooter{
    width: 100%;
    padding: 50px;
	display: flex;
	
}

#footer{
    width: 100%;
    height: 250px;
    background-color: #474747;
	display: flex;
	
}
#footera{
    margin:auto;
    padding-top: 14px;
    padding-right: 15px;
}
#footerb{
    color: #FFFFFF;
    font-size: large;
    margin:auto;
    padding-left: 15px;
    padding-right: 15px;
}

#footer2{
    background-color: #000000;
    width: 100%;
    height: 75px;
    text-align: center;
    color: #7E7E7E;
    font-size: small;
    padding-top: 54px;
}




@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
* {
  box-sizing: border-box;
}
body, figure { 
  margin: 0;
  font-family: Istok Web, sans-serif;
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute; bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
  font-size: 2rem; padding: .6rem; 
}




.btn {
  color: #000000;
  cursor: pointer;
  font-size:16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px; 
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; 
  
}
 $red = color "red";
.btn-3 {
  background: lighten($red, 3%);  
  border: 1px solid darken($red, 4%);
  box-shadow: 0px 2px 0 darken($red, 5%), 2px 4px 6px darken($red, 2%);
  font-weight: 900;
  letter-spacing: 1px;
  transition: all 150ms linear;
}

.btn-3:hover {
  /// background: darken($red, 1.5%);
  border: 1px solid rgba(#000, .05);
  box-shadow: 1px 1px 2px rgba(#fff, .2);
  color: lighten($red, 18%); 
  text-decoration: none;
  text-shadow: -1px -1px 0 darken($red, 9.5%);
  transition: all 250ms linear;
}

#facbox{
width: 50%;
font-style: normal;
font-size: 20px;
background-color:burlywood;
padding: 10%;
color: white;
}

#facdescription{
display: flex;
}

#endermeras{
  display: flex;
    margin: auto;
    padding: 5%;
    
}

#endermerastexto{
    width: 50%;
    margin: auto;
    
}

#enfermeratitle{
    font:bolder;
    padding: 30px;
    
    
}

#service{
    margin: auto;
    width: 80%;
}

#servicetitle{
    padding-top: 80px;
    font-size: 25px;    
    
}

#servicepagebox{
display: flex;


}

#servicepagebox{
display: flex;
padding: 30px;

}

#servicepagetext{
    padding-left: 40px;
    text-align: justify;
}

#locationpage{
    display: flex;
    margin: auto;
}

#locationbox{
    margin: auto;
    
}

#locationtitle{
    font-size: 30px;
    padding: 20px;
}

#locationaddres{
    padding: 30px;
}

#insurancetitle{
    padding: 100px;
    font-size: 30px;
    font-style: normal;
    
    
}
#insurancebox{
   
   
display: flex;

}

#insuranceform{
margin: auto;
 padding: 20px;

}
