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

@media screen and (min-width: 0px) and (max-width: 799px) {
 	
#topbar-left {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 1em;
}

#topbar-right {
  float: none;
  width: 100%;
  margin-right: 0;
  font-size: 1.3em;
}

#header {
  width: 100%;
  text-align: center;
  padding-top:1em;
  overflow: auto;
  padding-bottom: 0;
}

#logo {
float: none;
margin-left:0;
margin-bottom: 2em;
}

.logo {
  max-width: 230px;
}



#infobar {
   display: inline-block;
   width: 100%;
   overflow: auto;
   text-align: center;
}

.doctor {
  display: block;
  width: auto;
  padding: 1em;
  vertical-align: top;
}

.map {
  display: block;
  width: auto;
  padding: 1em;
  vertical-align: top;
}


.swiper-slide {
  width: 100% !important;
  padding: 0 !important;
  padding-bottom: 2em !important;
  padding-top: 1em !important;
}

.title {
  text-align: center !important;
  font-size: 2em !important;
  width: 100% !important;
}

.swiper-slide .textholder {
      max-width: 97%;
    }

.swiper-slide .text {
      margin-top:1em;
      max-width: 97%;
      text-align: center;
    }

#footer-left {
  display: inline-block;
  width:100%;
  text-align: center;
  font-size: 1.7em;
  line-height: normal;
  margin-left: 0;
}

#footer-right {
  display: inline-block;
  width: 100%;
  float: none;
  text-align: center;
  margin-right: 0;
}


#menu {
	display: none;
}

#mobilemenu {
	display: block;
}

#content {
  width: 94%;
}

#servicesholder {
  display: inline;
  width: 100%;
  margin-top:2em;
  margin-bottom: 2em;
}

.services {
  flex: none;
  display: block;
  width: 100%;
  margin:0;
  margin-bottom:1em;
}


#contactholder {
  display: inline;
  width: 100%;
  margin-top:2em;
  margin-bottom: 2em;
}

.contact {
  flex: none;
  display: block;
  width: 100%;
  margin:0;
  margin-bottom:1em;
  text-align: center;
}

/* responsive mobile menu credit: https://medium.com/creative-technology-concepts-code/responsive-mobile-dropdown-navigation-using-css-only-7218e4498a99; */

.header {
  position: relative;
  width: 100%;
  z-index: 3;
  margin-top:0;
  padding-top:0;
}
 
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow:hidden;
  background-color: #505e7b;
}
 
.header li a {
  display: block;
  padding: 8px 8px;
  text-decoration: none;
  color:#fff;
  font-size: 2em;
}

  
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .5s ease-out;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: none;
  padding: 28px 40px;
  position: relative;
  user-select: none;
}
 
.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 31px;
}
 
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
 
.header .menu-icon .navicon:before {
  top: 10px;
}
 
.header .menu-icon .navicon:after {
  top: -10px;
}

.header .menu-btn {
  display: none;
}
 
.header .menu-btn:checked ~ .menu {
  max-height: 440px;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
 
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.button {
  max-height: 40px;
  position:relative;
  margin: 0 auto;
  bottom:1em;
  left:0;
  margin-top: 2em; 
}

.btngreen {
	background-color:#2f7a4f;
	border: #fff;
  margin-top:1em;
}

.mobileonly {
  display: block;
}

.mobilefont {
  font-size: 1.6em;
}

.floater {
    float: none;
    margin-left: 0;
    margin-bottom: 2em;
    width: 100%;
  }

  .video {
		position:relative;min-height:250px;max-width:95%;overflow:hidden;margin-bottom:1.677em;
	}

}