
body {
  line-height: 24px;
  font-size: 14px;
  color: #80d6a3;
  font-weight: 400;
  
  font-family: 'Poppins', sans-serif;
 
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}


h4 {
  font-size: 16px;
}
p {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6,p {
  font-family: 'Poppins', sans-serif;
 
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
}
/* ==================
 *
 *  Global Class 
 *
 *===================*/
.btn {
  font-size: 15px;
  text-transform: uppercase;

  font-weight: 300;
  padding: 12px 25px;
  border-radius: 0;
}
.nav > li > a:hover,
.nav > li > a:sfocus {
  background: transparent;
}
.title {
  text-align: center;
  margin-top:20px;
}
.title h2 {
  color: #333;
  font-size: 25px;
  margin-top: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}



.title h2:hover {
  color: red;
  font-size: 25px;
  margin-top: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.title h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #80d6a3;
    position: absolute;
    top: 12px;
    left: -60px;
}
.title h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #80d6a3;
    position: absolute;
    top: 12px;
    right: -60px;
}
.title-1 {
  margin-top: -30px;
  text-align: center;


}
 
.title-1 h2 {
  color: #333;
  font-size: 25px;
  margin-top: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative
}



.title-1 h2:hover {
  color: red;
  font-size: 25px;
  margin-top: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}


.title-1 h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #80d6a3;
    position: absolute;
    top: 12px;
    left: -60px;
}
.title-1 h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #80d6a3;
    position: absolute;
    top: 12px;
    right: -60px;
}




.title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #817C7C;
}
#mixed-items .mix {
  display: none;
}
.navbar-brand img{
  margin-top: -15px;
  float: left;
  padding:0px;


}

.navbar-nav {
   float: left;
   margin: 0px;
}

.navbar-nav > li > a{
border-bottom-left-radius: 8px;
 
   border-top-right-radius: 8px;

   color: #fbfbfb;
   font-size: 20px;
   padding: 10px;

 
   margin-top: 15px;

}
.name{
   float:left;
   padding:0px 0px 20px 20px;
}
.name h2{
 font-family: 'Poppins', sans-serif;
  color: #fff;


}
.name span{
  color: #fff;
   font-family: 'Poppins', sans-serif;
   padding-bottom: 3px;
}

.img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 5px solid #fff;
 box-shadow: 6px 6px 6px #666;
  }



.navbar-nav {
    float: left;
    margin: 0px;
}

.navbar-nav > li > a{
  color: #fff;
  font-size: 16px;
  padding: 10px;
  margin-top: 15px;

}

/* animation keyfrem */
@-webkit-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-moz-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@-o-keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
@keyframes wiggle {
  from {
    top: 10px;
  }
  to {
    top: 20px;
  }
}
/* ==================
 
 *  section Class 
 *
 *===================*/
/* header style */
header {
  padding: 10px 5px;
  background: rgba(32,152,209,1);
}
header .navbar {
  height: auto;
  margin-top: 10px;
  height: 50px;
}

.navbar-header{
margin-top:10px;

}

.navbar-toggle {
  border-color: #333;
  transition: 0.3s;
}
.navbar-toggle .icon-bar {
  background: #333;
  transition: 0.3s;
}
.navbar-toggle:hover {
  border-color: #80d6a3;
}
.navbar-toggle:hover .icon-bar {
  background: #80d6a3;
}

.menu a {
  color: #333;
  transition: 0.3s;
  position: relative;
  font-size: 16px;
}
.menu a:before {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 12px;
  width: 0;
  height: 1px;
  background: #80d6a3;
  transition: 0.3s;
}

.menu a:hover {
  background: transparent;
  color: #80d6a3;
}




<!----------------------slider...............................!>


/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 700px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 25px;
}

.carousel-control.right span {
	padding: 25px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 20px;
}



.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
   position: absolute;
   top: 20%;
   left: 1.8%;
   right: auto;
   width: 96.66666666666666%;
   color: #fff;
}

.header-text h2 {

   margin-top: 100px;
   font-size: 40px;
font-family:'Poppins', sans-serif;


}



.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
/********************************/
/*          sade nav    */



/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
      
}
@media screen and (max-width: 640px){
      
}

.about-bg {
  margin-top:3px; 
   height: 650px;
   width: 100%;
   overflow: hidden;
   position: relative;
   padding: 0;
     background-color: #222;
   opacity: 0.9;
}

.about-bg> .about-bgimg {
   position: absolute;
   height: 650px;
   width: 100%;
   -moz-transition: all 5s;
   -webkit-transition: all 5s;
   transition: all 5s;
   -moz-transform: scale(1,1);
   -webkit-transform: scale(1,1);
   transform: scale(1,1);
     background-image:url(../images/p1.jpg);
     
   -moz-background-size: cover;
   -webkit-background-size: cover;
   background-size: cover;
   z-index: -1;
 
}

.text-wrapper img{
   border: 5px solid #fff;
   display: block;
   max-width: 100%;
   height: auto;
   box-shadow: 6px 6px 6px #666;

}

.text-wrapper h3 {


  margin-top:30px;
  text-align:center;
  font-family: 'Poppins', sans-serif;
   color: #000;
   
}
.text-wrapper span{
   margin-top:30px;
  text-align:center;
  font-family: 'Poppins', sans-serif;
   color: red;

}
.text-wrapper p{

 margin-top: 30px;
color:#000;
font-family:'Poppins', sans-serif;
font-size:16px;
font-weight: 600px;
text-align: left;
line-height: 30px;
}
.designation{
 margin-top: 20px;
 text-align: justify;
 
}
.designation h4{
 font-family:'Poppins', sans-serif;
 font-size: 22px;
 color:#000;
 letter-spacing: 2px;
 word-spacing: 2px;

}
.designation h6{
 font-family:'Poppins', sans-serif;
 color: #1a1a1a;
 font-size: 12px;
 margin-left: 30px;
 padding-left: 30px;



}
.designation h5{
 font-family:'Poppins', sans-serif;
 color: #585858;
 font-size: 16px;
 
}.address h3{
 color: orange;
 font-family: 'Poppins', sans-serif;
}

.About-us h3{
  color: orange;
  font-family: 'Poppins', sans-serif;';
}
.social-network h3{
  color: orange;
  font-family: 'Poppins', sans-serif;

}
.terms h3 a{
  color: orange;
  font-family: 'Poppins', sans-serif;}
  
















<!-------------------------end slider---------------------------------!>

#portfolio {
  float: left;
  padding: 100px 0;
}
#portfolio .block .recent-work-mixMenu {
  margin-top:20px;
  padding-bottom: 40px;
  text-align: center;
}
#portfolio .block .recent-work-mixMenu ul li {
  display: inline-block;
  padding: 0;
}
#portfolio .block .recent-work-mixMenu ul li button {
  background: none;
  border: 0;
  font-size: 15px;
  color: #474747;
  margin: 0 20px;
  transition: 0.2s;
  text-transform: uppercase;
}
#portfolio .block .recent-work-mixMenu ul li button:hover {
  color: #80d6a3;
}
#portfolio .block .recent-work-mixMenu ul li button:focus {
  outline: 0;
}
#portfolio .block .recent-work-mixMenu ul li .active {
  color: #80d6a3;
}
#portfolio .block .recent-work-pic ul li {
  margin-bottom: 30px;
  position: relative;
}
#portfolio .block .recent-work-pic ul li:hover .overlay {
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li:hover .overlay i {
  top: 40%;
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li:hover .overlay h3 {
  bottom: 50%;
  opacity: 1;
}
#portfolio .block .recent-work-pic ul li .overlay {
  position: absolute;
  top: 23px;
  left: 38px;
  bottom: 23px;
  right: 38px;
  background: rgba(128, 214, 163, 0.85);
  transition: 0.3s;
  text-align: center;
  opacity: 0;
}
#portfolio .block .recent-work-pic ul li .overlay h3,
#portfolio .block .recent-work-pic ul li .overlay i {
  color: #fff;
  
}
#portfolio .block .recent-work-pic ul li .overlay h3 {
  bottom: 30%;
  left: 50%;
  opacity: 0;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  transition-delay: 0.1s;
  transform: translateX(-50%);
}
#portfolio .block .recent-work-pic ul li .overlay i {
  top: 30%;
  opacity: 0;
  left: 50%;
  font-size: 50px;
  transition: 0.3s;
  transition-delay: 0s;
  position: absolute;
  transform: translate(-50%, 50%);
}
#portfolio .block .recent-work-pic ul li .overlay .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-responsive{

}





.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.our-team:before,
.our-team:after{
    content: "";
    width: 130px;
    height: 150px;
    background: #00bed3;
    position: absolute;
    z-index: -1;
}
.our-team:before{
    bottom: -20px;
    left: 0;
}
.our-team:after{
    top: -20px;
    right: 0;
}
.our-team .pic{
    margin: 10px;
    position: relative;
    border: 3px solid #00bed3;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic{
    border-color: #33343e;
}
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 0;
    background: #33343e;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{
    height: 100%;
    opacity: 0.85;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    position: absolute;
    top: -50%;
    left: 0;
    transition: all 0.5s ease 0.2s;
}
.our-team:hover .team-content{
    top: 38%;
}
.our-team .title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0 0 5px 0;
}
.our-team .post{
    font-size: 14px;
    color: #fff;
   
    margin: 20px 0 0 0;
    text-transform: capitalize;
}
.our-team .social{
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
}
.our-team .social li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    margin: 0 7px;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    background: #fff;
    color: #00bed3;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


#team {
  padding: 10px 0 10px;
}


<!---------------------------------------------------------------------------------!>
#pricing-table {
 width:100%;
 padding: 50px;
}

#pricing-table .title h4{
  color:#000;
}
label {
    color: #fff;
  }


#pricing-table .title h2,
#pricing-table .title p 
#pricing-table .title input{
  color: #000;
}

#pricing-table .title h2:before, #pricing-table .title h2:after {
  background: #fff;
}
#pricing-table .block {
  color: #fff;
}
#pricing-table .block ul {
  border: 1px solid #fff;
  padding: 35px 0;
}
#pricing-table .block ul li {
  padding: 10px 0;
}




#pricing-table .block ul li:first-child h4 {
  color: #000;
  padding-bottom: 29px;
  font-size: 20px;
}




#contact-form {
  padding: 30px 0;
  background:#f9f9f9;
}

#contact-form form input,
#contact-form form textarea {
  padding: 24px 20px 0;
  border-color: #80d6a3;
  border-radius: 5px;
  font-size: 14px;
  color: #97a0af;
  box-shadow: none;
}

#contact-form form input {
  margin-bottom: 15px;
  padding: 24px 27px;
}
#contact-form form textarea {
  margin-bottom: 28px;
  min-height: 172px;
  resize: none;
}
#contact-form form button {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 17px 43px;
  background: #80d6a3;
  border-radius: 40px;
  font-weight: 600;
  border-color: transparent;
  transition: 0.3s;
}
#contact-form form button:hover {
  background: none;
  color: #80d6a3;
  border-color: #80d6a3;
}

/** Google Map**/
/* line 125, ../../scss/_contact.scss */
.map #googleMap {
  min-height: 345px;
  -webkit-filter: gray;
  filter: gray;
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);

}



/* ================ Home end ========================= */
/* =====================
   contact page style
   ===================== */
#global-header {
  background: url(../img/contact-slider-img.jpg);
  background-size: cover;
  background-position: center;
  padding: 150px 0 90px;
  text-align: center;
  position: relative;
}
#global-header:before {
  position: absolute;
  z-index: 99;
  background: rgba(60, 59, 72, 0.69);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 1;
}
#global-header .block {
  position: relative;
  z-index: 10;
  color: #fff;
}
#global-header .block h1 {
  font-size: 50px;
  margin-top: 20px;
}
#global-header .block p {
  font-size: 15px;
  padding-top: 10px;
  font-family: 'Lora', serif;
}

/* ================ Contact end ========================= */
/* =====================
   Service page style
   ===================== */
.affix{
  top:100px;
}


/* =====================
   Blog Post
   ===================== */

#blog {
 padding:20px 0;
 background:#007399
}


#blog-post .block {
 background: #fff;
 margin:0 5px;
 text-align: center;


}

#blog-post  .content {
 padding:30px 25px;
 text-align: center;
}
#blog-post .content h3 {
 text-transform: capitalize;
 position: relative;
 margin: 20px 0 10px;
 padding: 10px 0;
}
#blog-post .content h3 a {
 color: #333;
}
#blog-post .content h3 a:hover {
color: red;
}
#blog-post .content h3::before {
   content: '';
   position: absolute;
   left: 45%;
   top: -6px;
   width: 30px;
   height: 2px;
   background-color: #80d6a3;
   -webkit-transition: .3s all;
   -o-transition: .3s all;
   transition: .3s all;
}
#blog-post .content small {
 color: #999;
}
#blog-post .content p {
 margin-top: 10px;
 color: #000;
}
#blog-post .content .btn-read {
 border:2px solid #80d6a3;
 color: #000;
 padding:10px 20px;
 font-size: 13px;
 margin-top: 15px;
 border-radius: 25px;
} h3 {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    color: #fff;
}
<!-----------------------------------------------------------------------------------!>
body{
  /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));

  /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, #1a82f7, #2F2727);

  /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, #1a82f7, #2F2727);

  /* IE 10 */
    background: -ms-radial-gradient(circle, #1a82f7, #2F2727);
    height:600px;
}

.centered-form{
  margin-top: 60px;
}

.centered-form .panel{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

label.label-floatlabel {
    font-weight: bold;
    color: #46b8da;
    font-size: 11px;
}

.Check-up{
  margin-top: 20px;
  padding: 30px;
  box-shadow: 15px;
}

.agile_main_top_grid{
  border:5px solid #ccc;
  color: #000;
  
  
}
.agile_main_top_grid h2{
  border: 2px solid #ccc;
  margin-top: 70px;
  text-align: center;
    color: #fff;
    font-size:1.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
    
  margin-bottom: .8em;
}

.health{
  background-color: orange;
  border: 2px solid#ccc;
  height: 100px;

}
.block{

  margin-top: 50px;

}
 .copyright { margin-top: 50px;
  min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.navbar-nav {
   float: left;
   margin: 0px;
}

.navbar-nav > li > a{
border-bottom-left-radius: 8px;
 
   border-top-right-radius: 8px;

   color: #fbfbfb;
   font-size: 16px;
   padding: 10px;

 
   margin-top: 15px;

}
.nav>li>a:focus, .nav>li>a:hover {
text-decoration: none;
background-color:white;
color:black;
border-bottom: 3px solid red;
}


.hvr-underline-from-center {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -moz-osx-font-smoothing: grayscale;
   position: relative;
   overflow: hidden;
}
.hvr-underline-from-center:before {
   content: "";
   position: absolute;
   z-index: -1;
   left: 50%;
   right: 50%;
   bottom: 0;
   background:red;
   height: 4px;
   -webkit-transition-property: left, right;
   transition-property: left, right;
   -webkit-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
   left: 0;
   right: 0;
}



#blog {
 padding:20px 0;
 background:#007399
}
#blog .title-3{
 text-align: center;
  padding-bottom:30px;
  margin-top:30px;
}
#blog .title-3 h2 {
  color: #fff;
  font-size: 25px;
  margin-top: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.title-3 h2:hover {
  color: red;
  font-size: 25px;
  margin-top: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.title-3 h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #80d6a3;
    position: absolute;
    top: 12px;
    left: -60px;
}
.title-3 h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #80d6a3;
    position: absolute;
    top: 12px;
    right: -60px;
}


#blog-post .block {
 background: #fff;
 margin:0 5px;
 text-align: center;
background:#FFF;

}

#blog-post  .content {
 padding:30px 25px;
 text-align: center;
}
#blog-post .content h3 {
 text-transform: capitalize;
 position: relative;
 margin: 20px 0 10px;
 padding: 10px 0;
}
#blog-post .content h3 a {
 color: #333;
}
#blog-post .content h3 a:hover {
color: red;
}
#blog-post .content h3::before {
   content: '';
   position: absolute;
   left: 45%;
   top: -6px;
   width: 30px;
   height: 2px;
   background-color: #80d6a3;
   -webkit-transition: .3s all;
   -o-transition: .3s all;
   transition: .3s all;
}
#blog-post .content small {
 color: #999;
}
#blog-post .content p {
 margin-top: 10px;
 color: #000;
}
#blog-post .content .btn-read {
 border:2px solid #80d6a3;
 color: #000;
 padding:10px 20px;
 font-size: 13px;
 margin-top: 15px;
 border-radius: 25px;
}
.header-text {
   position: absolute;
   top: 20%;
   left: 1.8%;
   right: auto;
   width: 96.66666666666666%;
   color: #fff;
}

.header-text h2 {

   margin-top: 100px;
   font-size: 40px;
font-family:'Poppins', sans-serif;


}
.nav-main {
width:85px;
background:#fff;
position:fixed;
left:0;
   top:0px;
float:left;
box-shadow:0 0 5px #dedede;
    -webkit-transition:left .5s;
   transition:left .5s;
  z-index:999;
  margin-top:102px;
}

.nav-main.nav-main-close {
left:-85px
}
.nav-main li.main {
list-style:none;
width:100%;
height:90px;
border-bottom:1px solid #f4f4f4
}
.nav-main li.main:last-child {
border-bottom:0
}
.nav-main li.main a {
font-size:11px;
color:#555;
text-transform:uppercase;
text-align:center;
display:inline-block;
width:100%;
height:100%;
padding-top:60px
}
.nav-main li.main a:hover {
color:#fff
}

.nav-main li.doctors {
background:url(../images/test.png) center no-repeat
}
.nav-main li.services {
background:url(../images/test2.png) center no-repeat
}
.nav-main li.search {
background:url(../images/lab-locator-main-hv.png) center no-repeat
}



.nav-main li.doctors:hover {
background:url(../images/test.png) center no-repeat #13bdff;
color:#fff;
}
.nav-main li.services:hover {
background:url(../images/test2.png) center no-repeat #13bdff;
color:#fff;
}
.nav-main li.search.active, .nav-main li.search:hover {
background:url(../images/lab-locator-main-hv.png) center no-repeat #13bdff;
color:#fff;
}
.nav-main li.search.active a {
color:#fff;
}

footer {

width: 100;

background-image:url(../images/Footer.jpg);

}
footer p {
font-family:'Poppins', sans-serif;
color: #fff;
}
.footer p a{
color:#fff;
}
.footer i{
color:white;
}
.devided{
 margin-top: 20px;
 line-height: 25px;
}

/* footer social icons */
.social-network a.icoRss:hover {
 background-color: #F56505;
}
.social-network a.icoFacebook:hover {
 background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
 background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
 background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
 background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
 background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
 color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
 color:#44BCDD;
}

.social-circle li a {
 display:inline-block;
 position:relative;
 margin:0 auto 0 auto;
 -moz-border-radius:50%;
 -webkit-border-radius:50%;
 border-radius:50%;
 text-align:center;
 width: 50px;
 height: 50px;
 font-size:20px;
}
.social-circle li i {
 margin:0;
 line-height:50px;
 text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -ms--transform: rotate(360deg);
 transform: rotate(360deg);
 -webkit-transition: all 0.2s;
 -moz-transition: all 0.2s;
 -o-transition: all 0.2s;
 -ms-transition: all 0.2s;
 transition: all 0.2s;
}
.social-circle i {
 color: #fff;
 -webkit-transition: all 0.8s;
 -moz-transition: all 0.8s;
 -o-transition: all 0.8s;
 -ms-transition: all 0.8s;
 transition: all 0.8s;
}

a {
 
background-color: transparent;
}

.form-area{

 margin-bottom: 50px;
 border: 1px solid GREY;
 }










/*--end reset--*/
.application{
  font-family: 'Poppins', sans-serif;
  font-size: 100%;
  background:url(../images/b1.jpg)no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
      min-height: 747px;
  background-attachment:fixed;
}
.bg-agile {
    width: 65%;
    margin: 0 auto;
}


.Medical h1{
  text-align: center;
  color: #fff;

}
/*--appointment--*/
.book-appointment h2 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    font-weight: 500;
    letter-spacing: 4px;
    font-family: 'Poppins', sans-serif;
}
.book-appointment {
    background:rgba(1, 38, 64, 0.68);
    padding: 50px 30px;
    margin-top: 80px;
}
.book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"],textarea {
    width: 85%;
    color: #fff;
    outline: none;
    font-size: 0.9em;
    line-height: 25px;
    padding: 5px 10px;
    border: none;
    border-bottom: 2px solid #0b6fb2;
    -webkit-appearance: none;
    margin: .3em 0em 1em;
    font-family: 'Poppins', sans-serif;
    background: rgba(127, 178, 212, 0.31);
}
textarea {
  resize:none;
  height:25px
}
.book-appointment select.form-control {
    outline: none;
    font-size: 0.9em;
    padding: 7px 10px;
    width: 89.5%;
  margin: 5px 0px 16px;
    border-radius: 0;
   background: rgba(127, 178, 212, 0.31);
    color: #fff;
    border: none;
    border-bottom: 2px solid #0b6fb2;
    font-family: 'Poppins', sans-serif;
}
.book-appointment select.form-control option {
    background:#111;
}
input[type=submit] {
    display: block;
    color: #fff;
    margin: 0 auto;
    margin-top: 2em;
    padding: 9px 30px;
    font-size: 1.04em;
    cursor: pointer;
    border: 2px solid #ff9900;
    outline: none;
    background: #ff9900;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
input[type=submit]:hover {
    background: #023e99;
    border-color: #023e99;
    color: #fefefe;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.arrows-reserve{
      position:relative;
    color:#EFA52C;
    font-size:2em;
}
.arrows-reserve:before{
    content: '';
    position: absolute;
    bottom: 43%;
    left: 35.5%;
    background: #fff;
    width: 11%;
    height: 3px;
}
.arrows-reserve:after{
     content: '';
    position: absolute;
  bottom: 43%;
    right: 35.5%;
    background: #fff;
        width: 11%;
    height: 3px;
}
.left-agileits{
    width: 49%;
    float: left;
}
.right-agileinfo {
    width: 49%;
    float: left;
}
.book-appointment p {
    color: #d6eefe;
    font-size: 17px;
    letter-spacing: .5px;
  text-transform:capitalize;
}
.same {
    padding: 0px 4px;
}
.gaps {
    padding-left: 3em;
}
p.wickedpicker__title {
    font-family: 'Roboto', sans-serif;
    background: #0b6fb2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.wickedpicker__close {
    color: #fefefe;
}
/*--//appointment--*/

/*--copyright--*/
.copy.w3ls {
    margin: 2.2em 0em 0;
    text-align: center;
}
.copy p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.copy p a {
    color: #0b6fb2;
    text-decoration: none;
}
.copy p a:hover {
    color: #fff;
}
/*--//copyright--*/
/*--responsive--*/
@media(max-width:1680px){
  
}
@media(max-width:1440px){
  
}
@media(max-width:1366px){
  .gaps {
    padding-left: 2em;
  }
  .book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"], textarea {
    width: 90%;
  }
  .book-appointment select.form-control {
    
  }
  h1 {
    font-size: 35px;
  }
  .same {
    padding: 0px 2px;
  }
  .book-appointment p {
    font-size: 16px;
  }
  .book-appointment h2 {
    font-size: 22px;
  }
  input[type=submit] {
    margin-top: 1.5em;
    font-size: 1.02em;
  }
  body {
    min-height: 700px;
  }
}
@media(max-width:1280px){
  .bg-agile {
    width: 69%;
  }
}
@media(max-width:1080px){
  .bg-agile {
    width: 77%;
  }
  .gaps {
    padding-left: 1.5em;
  }
}
@media(max-width:1050px){
  h1 {
    font-size: 31px;
    margin: 1.3em 0;
  }
}
@media(max-width:1024px){
  .book-appointment {
    padding: 40px 30px;
  }
  .book-appointment h2 {
    font-size: 21px;
    margin-bottom: 1.3em;
  }
  .book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"], textarea {
    margin: .3em 0em .7em;
  }
  .book-appointment select.form-control {
    margin: 5px 0px 9.5px;
  }
  h1 {
    margin: 1.2em 0;
  }
  body {
    min-height: 638px;
  }
  .copy.w3ls {
    margin: 2em 0em 0;
  }
}
@media(max-width:991px){
  input[type=submit] {
    font-size: 1.01em;
    padding: 7px 20px;
  }
  .book-appointment select.form-control {
    width: 96.5%;
  }
}
@media(max-width:900px){
  .book-appointment h2 {
    font-size: 18px;
    letter-spacing: 3px;
  }
  .book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"], textarea {
    line-height: 21px;
  }
  textarea {
    height: 21px;
  }
  .book-appointment select.form-control {
    padding: 5.4px 10px;
  }
  .book-appointment p {
    font-size: 14px;
  }
  .book-appointment {
    padding: 32px 30px;
  }
  h1 {
    font-size: 29px;
    letter-spacing: 5px;
  }
  .copy p {
    font-size: 14.4px;
  }
  .copy.w3ls {
    margin: 1.6em 0em 0;
  }
  body {
    min-height: 565px;
  }
}
@media(max-width:800px){
  .bg-agile {
    width: 85%;
  }
  .same {
    padding: 0px 0px;
  }
  input[type=submit] {
    font-size: 0.9em;
    padding: 6px 18px;
  }
}
@media(max-width:768px){
  body {
    min-height: 894.5px;
  }
  h1 {
    margin: 4em 0 2em;
  }
  .copy.w3ls {
    margin: 4em 0em 0;
  }
}
@media(max-width:767px){
  h1 {
    margin: 1.2em 0;
  }
  .copy.w3ls {
    margin: 1.7em 0em 0;
  }
  .book-appointment select.form-control {
    padding: 5.4px 10px;
  }
  body {
    min-height: 565.7px;
  }
}
@media(max-width:736px){
  .book-appointment select.form-control {
    width: 98%;
  }
  
}
@media(max-width:667px){
  .gaps {
    padding-left: 1em;
  }
  .book-appointment p {
    font-size: 13px;
  }
  .book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"], textarea {
    margin: .3em 0em .8em;
  }
  .book-appointment select.form-control {
    margin: 5.2px 0px 11px;
  }
  .copy p {
    font-size: 14px;
  }
  h1 {
    margin: 1.4em 0;
    font-size: 26px;
  }
  body {
    min-height: 564.1px;
  }
}
@media(max-width:640px){
  .book-appointment h2 {
    font-size: 16px;
  }
  input[type=submit] {
    margin-top: 1em;
  }
  h1 {
    margin: 1.7em 0 1em;
    font-size: 24px;
    letter-spacing: 4px;
  }
  .copy.w3ls {
    margin: 1.4em 1.5em 0;
  }
  .copy p {
    line-height: 28px;
  }
  body {
    min-height: 559.5px;
  }
}
@media(max-width:600px){
  .bg-agile {
    width: 88%;
  }
  .book-appointment select.form-control {
    width: 99%;
  }
}
@media(max-width:568px){
  .copy p {
    word-spacing: 0px;
  }
  .copy.w3ls {
    margin: 1.2em 1.5em 0;
  }
  h1 {
   `   margin: 1.7em 0 1.1em;
  }
}
@media(max-width:480px){
  .left-agileits-w3layouts {
    width: 100%;
    float: none;
  }
  .right-agileinfo {
    width: 100%;
    float: none;
  }
  .gaps {
    padding-left: 0;
  }
  .book-appointment {
    padding: 35px 40px;
  }
  .book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"], textarea {
    width: 93.5%;
  }
  h1 {
    margin: 1.6em 0 1.1em;
    font-size: 22px;
    letter-spacing: 3px;
    word-spacing: 5px;
  }
  .bg-agile {
    width: 83%;
  }
  .book-appointment h2 {
    font-size: 15px;
    margin-bottom: 1em;
  }
  .copy p {
    line-height: 27px;
    font-size: 13px;
  }
  body {
    min-height: 809.5px;
  }
}
@media(max-width:414px){
  h1 {
    margin: 2em 0 1.1em;
    font-size: 19px;
    letter-spacing: 2px;
    word-spacing: 3px;
  }
  .book-appointment h2 {
    font-size: 14px;
    margin-bottom: 1.5em;
    letter-spacing: 2.5px;
  }
  .book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"], textarea {
    width: 91.5%;
  }
}
@media(max-width:384px){
  h1 {
    margin: 1.5em 1em 1em;
    line-height: 33px;
    font-size: 19px;
    letter-spacing: 3px;
  }
  .book-appointment {
    padding: 35px 32px;
  }
  .book-appointment select.form-control {
    width: 100%;
  }
  .wickedpicker {
    width: 241px;
  }
  input[type=submit] {
    padding: 5px 14px;
  }
  body {
    min-height: 850px;
  }
}
@media(max-width:375px){
  .bg-agile {
    width: 86%;
  }
  .book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"], textarea {
    width: 91.8%;
  }
}
@media(max-width:320px){
  .bg-agile {
    width: 91%;
  }
  .book-appointment h2 {
    letter-spacing: 2px;
  }
  h1 {
    margin: 1.3em 1em .5em;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .book-appointment {
    padding: 35px 25px;
  }
  .book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"], textarea {
    width: 91%;
  }
  
 

/*--responsive--*/