html body{
width: 100%;
height: auto;

}


#main_div{
	position:relative;
	top:0px;
	left: 0px;
	width:100%;
	height:auto;
	background:#999;
	background-size: cover;	
}

#img{
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;

}

#img1{
	z-index: 1;
	}

#img2{
	position: absolute;
	top:0px;
	left: 0px;

}

#smooth-scroll{
	position: absolute;
	z-index: 10000;
	margin-top:450px;
	margin-left: 48%;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform:translateY(0);
  }
	40% {
    transform:translateY(-30px);
  }
	60% {
    transform:translateY(-15px);
  }
}



.bounce {
  animation:bounce 2s infinite;
}

div#vision{
	background: #1a1a1a;
	position: relative;

	width: 100%;
	height: auto;

}

.heading{

	padding-top: 3%;
	margin-right: 0px !important;
}

.row{
	margin-right: 0px !important;
	margin-left: 0px;

}

#heading1{
	font-size: 50px;
	font-family: Oswald;
	letter-spacing: 10px;
	color: #fafafa;
	padding-top: 2%;
}

.content{
	position: relative;
	height: auto;
	width: 100%
}

.content p{

	font-family: "Avenir Next LT Pro Regular";
	font-size:30px !important;
	color:#999;
	padding: 1%;
}

#footer{
	position: relative;
	margin-top:350px;
	width: 100%;
	height: auto;
	background-color: #fafafa;

}

ul.explore{
display: block;
width: 100%;

}

ul.explore li{

	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	font-family:"Avenir Next LT Pro Regular";
	color:#1a1a1a;
	font-weight: bold;
}

ul.explore li a{
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: Raleway;
	font-weight: bold;
	color:#1a1a1a;
}

ul.explore li a:hover{


	color: #999;
}

.query ul{

	width: 100%;
}
#contact-form{
width: 100%;

}

#contact-form li input{
	border:none;
	border-bottom: 1px solid;
	background: none;

}

#contact-form li input:checked{
	border:none;
	border-bottom: 1px solid;

}

#sub-footer{
	position: relative;
	
	width: 100%;
	height: auto;
	background-color: #1a1a1a;
}

#sub-footer p{
		color:#999;	
		padding-top:10px;

}

#sub-footer p a{

	text-decoration: none;
	color:#fafafa;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            font-size: 20px;
}

.head{

cursor: pointer;
}

.close1{

	display: none;
}

.close2{

	display: none;
}

.close3{

	display: none;
}

.close4{

	display: none;
}

.close5{

	display: none;
}

.close6{

	display: none;
}

.close7{

	display: none;
}

.close8{

	display: none;
}

#kidney-content{

	display: none;
	font-size: 15px;
	color:#999;
	padding-top: 20px;
}

#eye-content{

	display: none;
	font-size: 15px;
	color:#999;
	padding-top: 20px;

}

#cancer-content{

	display: none;
	font-size: 15px;
	color:#999;
	padding-top: 20px;
}

#liver-content{

	display: none;
	font-size: 15px;
	color:#999;
	padding-top: 20px;
}

#dental-content{

	display: none;
	font-size: 15px;
	color:#999;
	padding-top: 20px;
}

#diabetes-content{

	display: none;
	font-size: 15px;
	color:#999;
	padding-top: 20px;
}

#severe-content{

	display: none;
	font-size: 15px;
	color:#999;
	padding-top: 20px;
}

#general-content{

	display: none;
	font-size: 15px;
	color:#999;
	padding-top: 20px;
}

.transform {
  -webkit-transition: all 1s ease;  
  -moz-transition: all 1s ease;  
  -o-transition: all 1s ease;  
  -ms-transition: all 1s ease;  
  transition: all 1s ease;
}

.transform-active {
  height: auto;

}


