/* CSS Document */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
/* CSS Document */

/* CSS Document */

 li{
	list-style-type: none;
	text-decoration: none;
}
.navigation {
  height: 100px;

    background-color: #fff;
	z-index: 1000;

}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	
}
.sticky .brand img{
	height: 70px!important;
}
	

.brand {
  position: absolute;
  float: left;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1215px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 100px;
  background: #ffffff;
  color: #333;
  text-decoration: none;
	font-size: 18px;
	text-decoration: none!important;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #ba122b;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;


}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #ba122b;
  height: 70px;
  width: 70px;
}
.nav-mobile .clearfix {
    overflow: auto;
}
@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }
	.brand img{
		height: 70px!important;
		padding-top: 0px !important;
	}
	.navigation {
  height: 70px;
	padding-top: 0px;	
}

  nav {
    width: 100%;
    padding: 70px 0 15px;
	  
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
	  text-decoration: none;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
	
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
	.brand img{
		height: 100px;
	
	}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
	position: relative;
	z-index: -10;
    padding-top: 25px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 25px;
    text-align: left;
    color: #fff;
    background:linear-gradient(0deg,rgba(0,66,129,0.3),rgba(0,69,125,0.3)), url(../images/a2hcp-treatment-banner-03.jpg);
    background-size: cover;
	background-position: 50% 0px;
}

.intro-contactus {
	position: relative;
	z-index: -10;
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: left;
    color: #f8f8f8;
    background:linear-gradient(0deg,rgba(0,66,129,0.3),rgba(0,69,125,0.3)), url(../images/img-header-contact.jpg) no-repeat center center;
    background-size: cover;
	background-position: 50% 0px;
}
.intro-services {
	position: relative;
	z-index: -10;
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: left;
    color: #f8f8f8;
    background:linear-gradient(0deg,rgba(0,66,129,0.3),rgba(0,69,125,0.3)), url(../images/services.jpg) no-repeat center center;
    background-size: cover;
	background-position: 50% 0px;
}



.intro-message {
    position: relative;
    padding-top: 15%;
    padding-bottom: 15%;
   padding-right: 0;
		text-align: center;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 3px 3px 1px rgba(0,0,0,0.6);
    font-size: 4.5em;
	font-weight: 700;
	color: #fff;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
         padding-top: 10%;
    padding-bottom: 10%;
	padding-right: 28%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }
	.aboutaccess2 h1 {
    font-size: 3em !important;
		text-align: left;
   
}
.aboutaccess2 h2 {
  font-size: 3em !important;
  text-align: left;
 
}
	
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

 .aboutaccess2 {
 
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
	 padding-bottom: 40px;
}
.aboutaccess2 h1{
	font-size: 3.5em;
    font-weight: 700;
	color: #ba122b;
	padding-bottom: 40px;
}
.aboutaccess2 h2{
	font-size: 3.5em;
    font-weight: 700;
	color: #ba122b;
	padding-bottom: 40px;
}
.ourphysicians{
	margin: 0 auto;
  text-align: center;
  padding-top: 60px;
	 padding-bottom: 60px;
}
.ourphysicians h2{
  font-size: 3.5em;
  font-weight: 700;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
  }
.ourphysicians h1{
font-size: 3.5em;
font-weight: 700;
color: #fff;
padding-bottom: 40px;
text-align: center;
}
@media(max-width:767px) {
	.ourphysicians h1{
	font-size: 3em;
    
}
.ourphysicians h2{
	font-size: 3em;
    
}
}

.section-lead {
    margin: 2rem auto 2.5rem;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
	padding: 25px;
}
.service p{
	margin: 2rem auto 2.5rem;
font-size: 16px;
line-height: 1.5;
color: #555555;
}
.service a {
  color: #5b7abb;
  display: block;
}

.service h4 {
  font-weight: 600;
  color: #56ceba;
  font-size: 1.3rem;
  margin: 1rem 0 0.6rem;
}

.services-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.service {
  background: #fff;
  margin: 20px;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e7e7e7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}



.service2 i,
.service2 h4,
.service2 .cta {
  color: #01317e;
}




.service .cta span {
  font-size: 0.6rem;
}

.service > * {
  flex: 1 1 100%;
}

.service .cta {
  align-self: flex-end;
}
	.ourphysicians .btn {
	margin-top: 40px;
	background: #ba122b;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 2.3rem;
	padding: 15px 25px;
	transition: all 0.4s;
}

.ourphysicians  .btn.focus, .btn:focus, .btn:hover {
  background-color: #fff;
			color: #ba122b;
}

 .counter {
    /* The image used */
    background-image:linear-gradient(0deg,rgba(0,66,129,0.3),rgba(0,69,125,0.3)), url("../images/services.jpg");

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax {
    /* The image used */
    background-image:linear-gradient(0deg,rgba(0,66,129,0.3),rgba(0,69,125,0.3)), url("../images/testimonial-2.jpg");

    /* Set a specific height */
    min-height: 475px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
.parallax h1{
	font-size: 3.5em;
font-weight: 700;
color: #fff;

text-align: center;
}
.parallax h5{
	font-weight: 600;
font-size: 2.3rem;
color: #fff;

text-align: center;
}
	
	.counter h2 {
	font-size: 3.5em;
	font-weight: 700;
	color: #fff;
	padding-top: 0;
	text-align: center;
		transition: all 0.4s;
}
	.counter p {
	font-weight: 600;
	font-size: 2.3rem;
	color: #fff;

	text-align: center;
}


	
@media(max-width:767px) {

	
}

@media all and (max-width:900px) {
  .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
	
	.counter h2 {
	
	padding-top: 10%;
	
}
}

.list-unstyled{
	text-align: left;

}

#footer {
    background: #363839 !important;
	padding: 60px 0;
	margin-top: 100px;
}
#footer h5{
	 padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
	text-align: left;
	font-weight: 600;
font-size: 2.3rem;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
	
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}

/* #footer ul.quick-links li.touch:hover{padding:0;margin-left:0;font-weight:0;} */

#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}


@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
