@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.inner-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    background-color: #fff;
}

.purple-line {
    width: 100%;
    height: 3px;
    background-color: #64A70A;
    padding-top: 20px;
}

body {
    background-color: #EBEBEB;
}

header {
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 10px;
    justify-content: space-between;
}

.logo:hover {
    transition: .5s;
    transform: scale(1.05);
}

.header-social img {
    height: 25px;
    width: auto;
    margin-right: 5px;
}

.header-social img:hover {
    transition: .5s;
    transform: scale(1.35);
}

.header-buttons {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.header-buttons p {
    color: #fff;
    margin-bottom: 5px;
    background-color: #64A70A;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.header-buttons a {
    text-decoration: none;
}

.header-buttons p:hover {
    background-color: #64A70A;
    color: #FFB33E;
    transition: .5s;
    transform: scale(1.05);
}

.topnav {
    overflow: hidden;
    padding-left: 50px;
}

.topnav a {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #3D3D3D;
    padding: 8px 10px;
    background-color: #EBEBEB;
    font-size: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.topnav button {
    background-color: #EBEBEB;
    font-size: 15px;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
    color: #3D3D3D;
    padding: 8px 10px;
    background-color: #EBEBEB;
    font-size: 15px;
    margin-right: 5px;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

.topnav a:hover,
.dropdown:hover .dropbtn {}

.link-btn {
    float: right;
    display: block;
    text-align;
    text-decoration: none;
    color: #3D3D3D;
    padding: 8px 10px;
    background-color: #EBEBEB;
    font-size: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.collapsible {
  background-color: #ececec;
  border-left: 4px solid #64A70A!important;
  margin: 0 auto!important;
  cursor: pointer;
  border: none;
  padding: 25px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  transition: .5s;
}

.img-thumbnail {
  float:left!important;
  width: 25%!important;
  animation: tilt1 2s ease-in-out infinite;
}

@keyframes tilt1 {

 0%,
 100% {    transform: rotate(5deg);  }
 50% {    transform: rotate(-5deg);  }

 }
.active, .collapsible:hover {
  color: #FFB33E;
  transition: .7s;

}

.collapsible-content {
  width: 100%;
  padding: 10px 25px 10px 25px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.collapsible-content ul li {
  line-height: 1.8!important;
}

.collapsible i {
    float:right!important;
    font-size: 1.5em;
    transition: .5s;
}

.collapsible:hover i {
  opacity: 0.5;
  transition: 0.7s;
}


  /* The Modal (background) */
  .course_modal {display: none; position: fixed; z-index: 99999; padding-top: 100px; padding-bottom: 90px; left: 0; top: 0;
    width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.6); }

  .course_modal-content { background-color: #fefefe; margin: auto; padding: 20px 30px; border: 0px solid #888; width: 80%; max-width: 700px;}

  /* The Close Button */
  .course_close { color: #999; float: right; font-size: 1em; font-weight: bold; }
  .course_close:hover, .course_close:focus { color: #000; text-decoration: none; cursor: pointer; }
  .course_close i {color: #0C55A5;}

.modal_headshot {width:110px; margin:0px 20px 20px 0px; float: left;}
.modal_hr { display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;}




@media screen and (max-width: 600px) {
    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {
        float: none;
    }
    .topnav.responsive .dropdown-content {
        position: relative;
    }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.banner {
    height: 45vh !important;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.index-content {
    padding-left: 50px;
    padding-top: 160px;
}

.index-content p {
    width: 600px;
    line-height: 1.7;
    font-size: 17px;
    color: #3D3D3D;
    margin-top: 50px;
}

.index-title {
    color: #64A70A;
    font-size: 30px;
    margin-bottom: 50px;
}

.index-headers {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
    background-color: #64A70A;
    width: 700px;
    text-align: center;
    padding: 15px 10px 15px 10px;
    text-transform: capitalize;
}

.results-index-box-title {
    color: #64A70A !important;
    font-size: 30px !important;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

.index-headers:hover {
    background-color: #64A70A;
    color: #fff;
    transition: .5s;
    transform: scale(1.05);
}

.results {
    margin-right: 20px !important;
}

.results img {
    height: 33px;
    width: auto;
    margin-right: 15px;
    padding-top: 10px;
}

.results li {
    list-style: none;
    margin-top: 30px;
    font-size: 23px;
    font-weight: bold;
}

.box-wrapper {
    border-style: solid;
    border-color: #64A70A;
    width: 700px;
    text-align: center;
    padding: 25px 10px 45px 10px;
}

.box-wrapper:hover {
    background-color: ;
    color: #64A70A;
    transition: .5s;
    transform: scale(1.05);
}

.results-section {
    display: flex;
    flex-direction: row;
    padding-right: 10px;
    background:white;
}

.results-image {
    border-style: solid;
    border-color: #64A70A;
    padding: 30px 20px 10px 20px;
    width: 500px;
    margin-left: 20px;
}

.results-image:hover iframe {
    transition: .5s;
    transform: scale(1.05);
}

.working-with {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.working-with img {
    height: 110px;
    width: auto;
    margin-left: 50px;
}

.guides {
    padding-top: 100px;
    padding-bottom: 100px;
}

.guide {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.guide a {
    margin-right: 30px;
}

.guides-title {
    color: #64A70A;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.back-guide {
    background: linear-gradient(rgba(100,167,10, .6), rgba(100,167,10, .6)), url(/images/back-pain.png);
    width: 350px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 60px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
}

.back-guide:hover {
    transition: .5s;
    transform: scale(1.05);
    background: linear-gradient(rgba(100,167,10, .9), rgba(100,167,10, .9)), url(/images/back-pain.png);
    background-size: cover;
}

.knee-guide {
    background: linear-gradient(rgba(100,167,10, .6), rgba(100,167,10, .6)), url(/images/knee-pain.png);
    width: 350px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 60px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
}

.knee-guide:hover {
    transition: .5s;
    transform: scale(1.05);
    background: linear-gradient(rgba(100,167,10 .9), rgba(100,167,10, .9)), url(/images/knee-pain.png);
    background-size: cover;
}

.neck-guide {
    background: linear-gradient(rgba(100,167,10, .6), rgba(100,167,10, .6)), url(/images/neck-pain.png);
    width: 350px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 60px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
}

.neck-guide:hover {
    transition: .5s;
    transform: scale(1.05);
    background: linear-gradient(rgba(100,167,10, .9), rgba(100,167,10, .9)), url(/images/neck-pain.png);
    background-size: cover;
}

.white-line {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    width: 70px;
    height: 2px;
    margin-top: 10px;
}

.light-purple-row {
    display: flex;
    flex-direction: row;
}

.light-purple-text {
    width: 50%;
    background-color: #64A70A;
    color: #fff;
    padding-left: 100px;
    border-left-style: solid;
    border-color: #64A70A;
    border-width: 5px;
}

.light-purple-cta-title {
    font-size: 35px;
    font-weight: bold;
    margin-top: 50px;
    text-transform: capitalize;
}

.light-purple-cta-text {
    margin-top: 40px;
}

.light-purple-image-resultsforlife {
    width: 50%;
    background-image: url(/images/full-team.jpg);
    background-size: cover;
    background-position: top;
    height: 230px;
}

.light-purple-image-freeadvice {
    width: 50%;
    background-image: url(/images/freeadvice.jpg);
    background-size: cover;
    background-position: top;
    height: 230px;
}

.light-purple-row:hover .light-purple-text {
    background-color: #64A70A;
    transition: .5s;
    border-color: #64A70A;
    border-left-style: solid;
    text-decoration: underline;
}

.dark-purple-row {
    display: flex;
    flex-direction: row;
}

.dark-purple-text {
    width: 50%;
    background-color: #64A70A;
    color: #fff;
    padding-left: 100px;
    border-left-style: solid;
    border-color: #64A70A;
    border-width: 5px;
}

.dark-purple-cta-title {
    font-size: 35px;
    font-weight: bold;
    margin-top: 50px;
    text-transform: capitalize;
}

.dark-purple-cta-text {
    margin-top: 40px;
}

.dark-purple-image-book {
    width: 50%;
    background-image: url(/images/knee.jpg);
    background-size: cover;
    background-position: center;
    height: 230px;
}

.dark-purple-row:hover .dark-purple-text {
    background-color: #64A70A;
    transition: .5s;
    border-color: #64A70A;
    border-left-style: solid;
    text-decoration: underline;
}

.cta-link {
    text-decoration: none;
    color: inherit;
}

.services {
    background-color: #64A70A;
    border-left-style: solid;
    border-right-style: solid;
    border-color: #64A70A;
    border-width: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.services-content {
    text-align: center;
    color: #fff;
    padding-top: 30px;
}

.services-title {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.services-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.services-row a {
    text-decoration: none;
    color: inherit;
}

.services-row a:hover {
    transition: .5s;
    transform: scale(1.15);
}

.service-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 70px;
    margin-bottom: 60px;
    color: #fff;
    font-weight: bold;
}

.service-image img {
    height: 110px;
    width: auto;
}

.service-text {
    margin-top: 35px;
}

.white-space {
    height: 100px;
    background-color: #fff;
}

.feedback-title {
    color: #64A70A;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    padding-top: 50px;
}

.owl-carousel {
    background-color: #64A70A;
    padding: 100px 0px 100px 0px;
}

/*.owl-carousel p {
    background-color: #FFFFFF;
    color: black;
    border-color: #64A70A;
    border-width: 5px;
    border-left-style: solid;
    width: 400px;
    text-align: center;
    font-size: 15px;
    line-height: 2;
    padding: 40px 30px 40px 30px;
    font-weight: 400;
}*/

.owl-carousel .google-review {
  color:black;
  width: 90%;
  line-height: 1.7;
}

.owl-carousel .google-review img {
  width: 10%;
}

footer {
    background-color: #303030;
    border-top-style: solid;
    border-color: #64A70A;
    border-width: 4px;
    font-size: 14px;
    padding-bottom: 30px;
}

.footer-nav {
    display: flex;
    flex-direction: row;
}

.footer-nav ul {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    margin-right: 80px;
}

.footer-nav ul a {
    text-decoration: none;
    color: #9E9E9E;
    margin-bottom: 10px;
}

.footer-nav ul a:hover {
    color: #FFB33E;
    transition: .5s;
}

.footer-nav a i {
  margin-right: 5px;
}

footer .inner-container {
    background-color: #303030;
}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    margin-top: 50px;
}

.footer-logos img {
    height: 50px;
    width: auto;
}

.footer-logos p {
    text-align: right;
    width: 300px;
    line-height: 1.5;
    font-weight: bold;
    color: #64A70A;
    margin-bottom: 20px;
}

.footer-bottom {
    background-color: #1C1C1C;
    padding: 20px 0px 20px 0px;
    font-size: 13px;
}

.footer-bottom .inner-container {
    background-color: #1C1C1C;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.bottomfooterlinks {
    display: flex;
}

.bottomfooterlinks a {
    text-decoration: none;
    color: inherit;
    margin-right: 30px;
}

.bottomfooterlinks a:hover {
    text-decoration: underline;
    transition: .5s;
}

.siteby a {
    text-decoration: none;
    color: inherit;
}

.bottomfooterlinks p {
    margin-right: 20px;
}

.content {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}

.main-content {
    width: 70%;
    padding-left: 50px;
}

.main-content-full {
  text-align:center;
  margin: 0px auto 100px auto;
  padding: 40px 20px 150px 20px;
  background:white;
  width: 70%;
  padding-left: 50px;
  padding-left: 50px;
}

.main-content-full p, .main-content-full ul li {
  line-height: 1.5;
}


.main-content-full img {
width: 35%;
float:right;
margin-left: 20px;

}

.main-content-fullscreen {
  text-align:center!important;
  width: 100%;
  background:white;
  padding-left: 50px;
}

.main-content-quarter {
  border: 1px solid #64A70A;
  width: 45%;
  margin: 0px auto 100px auto;
  padding: 40px 50px 40px 50px!important;
  background:white;
}


.main-content i {
    color: #93569F;
}

.main-content p {
    line-height: 1.7;
    font-size: 17px;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.main-content ul {
    padding-left: 50px;
    margin-top: 40px;
    text-decoration: none;
    color: inherit;
    margin-bottom: 40px;
}

.main-content ul li {
    color: #3D3D3D;
    margin-top: 15px;
}

.main-content-full  ul{
  padding-left: 50px;
  margin-top: 40px;
  text-decoration: none;
  color: inherit;
  margin-bottom: 40px;
}

.margin-content-full ul li {
      color: #3D3D3D;
      margin-top: 15px;
      line-height: 1.3!important;

}

.main-content ul li a {
    color: #3D3D3D;
    text-decoration: none;
    font-weight: 400 !important;
}

.main-content ul li a:hover {
    color: #64A70A;
    transition: .5s;
    text-decoration: underline;
}

.main-content a {
    font-weight: bold;
    color: #64A70A;
}

.main-content a:hover {
    text-decoration: none;
    transition: .5s;
    color: #FFB33E;
}

.review-banner {
  background:lightgrey;
  text-align: left;
  padding: 0px 0px 60px 0px;

}

.review-banner p {
  margin: 0px;
}

.banner-box {
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  width: 137%;
}

.banner-box-content i {
  margin-right: 5px;
}

.banner-box-content {
  margin: 15px;
  width: 50%;

}

.banner-box-content  {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 45% bottom 0px ;
}

.banner-box-content img {
  width: 100%;
}

.google-review {
  background: white;
  border-radius: 5px;
  padding: 20px;

}

.flexbox {
  display:flex;
}
.google-review img {
  width: 5%;
  margin:  0px 15px 10px 0px;
}

.google-review i {
  color: #E4B248;
  position: relative;
  margin: 5px 0px 0px 5px;

}

.buttons {
  text-align: center;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}

.buttons p  {
  background: #64A70A;
  color: #fff;
  margin: 5px 10px 5px 0px!important;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  transition: .5s;
}

.buttons a  {
  text-decoration: none;
}

.buttons p:hover {
    background-color: #64A70A;
    color: #FFB33E;
    transition: .7s;
    transform: scale(1.05);
}

.option{
  width: 40%;
  background: #e8e8e8;
  padding: 20px;
  margin: 40px auto;
}

.option img {
  width: 50%;
  margin: 20px auto;
}

.option .buttons {
  display:block;

}

.option i {
  font-size: 10em;
  margin: 75px 0px;
}

.purple-box {
  background: #64A70A;
  padding: 10px 10px 10px 10px;
  width: 98%;
  margin: 10px auto;

}

.purple-box p {
  color:white;
  text-align: left;
  line-height: 1.7;
}

.clinic {
  width: 40%;
  float:left;
  margin-right: 30px;
  margin-bottom: 60px;
}

.text {
  width: 100%;
}

.form {
  display:block;
  margin: 10px auto;
  background:white;
  padding: 15px;
  width: 50%;
}

.form input, .form select {
  width: 100%!important;
}


.form img {
  width: 25%;
  height: 110px;
  margin-top: 70px;
  margin-right: 30px;
}

.page-image {
    height: 250px;
    width: auto;
    margin-bottom: 30px;
    border-left-style: solid;
    border-color: #64A70A;
    border-width: 10px;
}

.team-page-image {
    height: auto;
    width: 200px;
    margin-bottom: 30px;
    border-left-style: solid;
    border-color: #64A70A;
    border-width: 10px;
    float: right;
    margin-left: 20px;
}

.page-title {
    font-size: 30px !important;
    font-weight: bold !important;
    color: #64A70A !important;
    margin-bottom: 20px;
}

.sidebar {
    width: 32%;
    padding-right: 50px;
    margin-left: 10px;
}

.sidebar-button {
    background-color: #64A70A;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 100px;
    font-weight: bold;
    margin-bottom: 50px;
}

.sidebar-booklink {
    text-decoration: none;
    color: inherit;
}

.sidebar-button:hover {
    background-color: #FFB33E;
    transition: .5s;
    transform: scale(1.05);
}

.sidebar-contact {
    background-color: #EBEBEB;
    padding: 20px 10px 20px 20px;
    border-left-style: solid;
    border-color: #64A70A;
    font-size: 15px;
}

.sidebar-contact-title {
    margin-bottom: 20px;
    color: #64A70A;
    font-size: 20px !important;
    font-weight: bold;
}

.sidebar-contact a {
    color: #64A70A;
    font-weight: bold;
}

.sidebar-contact a:hover {
    transition: .5s;
    text-decoration: none;
    color: #FFB33E;
}

.sidebar-contact p {
    margin-bottom: 15px;
}

.sidebar-clinic {
    background-color: #EBEBEB;
    padding: 20px 10px 20px 20px;
    border-left-style: solid;
    border-color: #64A70A;
    font-size: 15px;
    margin: 50px 0px;
}

.sidebar-clinic-title {
    margin-bottom: 20px;
    color: #64A70A;
    font-size: 20px !important;
    font-weight: bold;
}

.sidebar-clinic a {
    color: #64A70A;
    font-weight: bold;
}

.sidebar-clinic a:hover {
    transition: .5s;
    text-decoration: none;
    color: #FFB33E;
}

.sidebar-clinic p {
    margin-bottom: 15px;
}

.sidebar-social {
    margin-top: 50px;
}

.sidebar-social img {
    height: 28px;
    width: auto;
    margin-right: 10px;
}

.sidebar-social img:hover {
    transition: .5s;
    transform: scale(1.35);
}

/*** Table Styles **/

.table-fill {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    margin-bottom: 50px;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

th {
    color: #fff;
    background: #64A70A;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 20px;
    padding: 24px;
    text-align: left;
    vertical-align: middle;
}

th:first-child {
    border-top-left-radius: 3px;
}

th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}

tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #666B85;
    font-size: 15px;
}

tr:first-child {
    border-top: none;
}

tr:last-child {
    border-bottom: none;
}

tr:nth-child(odd) td {
    background: #EBEBEB;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

td {
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    border-right: 1px solid #C1C3D1;
}

td:last-child {
    border-right: 0px;
}

th.text-left {
    text-align: left;
}

th.text-center {
    text-align: center;
}

th.text-right {
    text-align: right;
}

td.text-left {
    text-align: left;
}

td.text-center {
    text-align: center;
}

td.text-right {
    text-align: right;
}

.clinic-map {
    float: right;
    height: 500px;
    width: auto;
}

.clinic-line {
    width: 100%;
    height: 2px;
    background-color: #EBEBEB;
    margin-top: 30px;
    margin-bottom: 50px;
}

.clinic-booking-button {
    background-color: #004990;
    width: 200px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
}

.clinic-booking-button:hover {
    background-color: #FFB33E;
    transition: .5s;
    transform: scale(1.05);
}

.clinic-timetable-button {
    background-color: #c60b46;
    width: 200px;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 50px !important;
}

.clinic-timetable-button:hover {
    background-color: #FFB33E;
    transition: .5s;
    transform: scale(1.05);
}

.clinic-booking {
    text-decoration: none;
    color: inherit;
}

.clinic-timetable {
    text-decoration: none;
    color: inherit;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    background-color: #EBEBEB;
}

#myBtn:hover {
    background-color: #fff;
    transition: .5s;
}

.top {
    height: 50px;
    width: auto;
}

.contact-form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.guide-form {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

label {
    color: #64A70A;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    padding-left: 5px;
}

input {
    background-color: #EDEDED;
    border: none;
    width: 60%;
    height: 45px;
    margin-right: 50px;
    margin-bottom: 30px;
    padding-left: 5px;
}

select {
    background-color: #EDEDED;
    border: none;
    width: 235px;
    height: 40px;
    margin-right: 50px;
    margin-bottom: 30px;
    padding-left: 5px;
}

textarea {
    background-color: #EDEDED;
    border: none;
    width: 60%;
    height: 200px;
    margin-bottom: 30px;
    padding-left: 5px;
}

.submitbutton {
    background-color: #64A70A;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 17px;
    border: none;
}

.submitbutton:hover {
    background-color: #FFB33E;
    transition: .5s;
    transform: scale(1.03);
}

.send-image {
    height: 12px;
    width: auto;
    margin-left: 3px;
}

.blog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-post {
    background-color: #F5F5F5;
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 25px;
    width: 400px;
    margin-right: 40px;
}

.blog-post-title {
    color: #64A70A !important;
    font-weight: bold;
    font-size: 22px !important;
}

.blog-post-date {
    color: #64A70A !important;
    font-style: italic;
    font-size: 15px !important;
}

.blog-post-image {
    margin-bottom: 20px;
    width: 100%;
}

.blog-post-description {
    font-size: 15px !important;
}

.blog-post-read-more {
    border-style: solid;
    border-color: #64A70A;
    width: 150px;
    font-size: 15px !important;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.blog-post:hover .blog-post-read-more {
    transition: .5s;
    transform: scale(1.14);
    background-color: #64A70A;
    border: :none;
    color: #fff;
    text-decoration: underline;
}

.blog-post:hover {
    transition: .5s;
    transform: scale(1.03);
}

.blog a {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
}

.red {
    color: red !important;
    font-weight: bold !important;
}

.wellbeing-banner {
    margin-bottom: 30px;
    width: 100%;
}

.content-tick {
    height: 15px;
    margin-right: 25px;
}

.wellbeing-circle-image {
    float: right;
}

.wellbeing-circle-image:hover {
    transition: .5s;
    transform: scale(1.05);
}

.wellbeing-circle-image-bottom {
    float: left;
    margin-top: 20px;
    margin-right: 50px;
}

.wellbeing-circle-image-bottom:hover {
    transition: .5s;
    transform: scale(1.05);
}

.wellbeing-clinics {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wellbeing-clinics p {
    background-color: #64A70A;
    color: #fff;
    width: 200px;
    font-weight: bold;
    padding: 10px;
    font-size: 17px;
    text-align: center;
    margin-right: 124px;
}

.wellbeing-clinics p:hover {
    transition: .5s;
    transform: scale(1.05);
    background-color: #FFB33E;
}

.free-advice-book {
    background-color: #64A70A;
    color: #fff !important;
    width: 150px;
    text-align: center;
    transition: .5s;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.free-advice-book:hover {
    background-color: #FEB23F !important;
    color: #64A70A !important;
    transform: scale(1.05);
    text-decoration: underline;
}

.advise-link {
    color: inherit !important;
    text-decoration: none;
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 110vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none;
}

.modal .close {
    height: 40px;
    width: 40px;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.modal .close img {
    height: 20px;
    width: 20px;
}

.modal {
    background-color: white;
    padding: 30px;
    max-width: 85%;
    width: 100%;
    position: relative;
    z-index: 11;
    border-style: solid;
    border-color: #A05598;
    border-width: 5px;
    display: flex;
    flex-direction: column;
    transition: .5s;
}

.modal p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-top: 5px !important;
}

.modal:hover {
    transform: scale(1.05);
}

.modal-open {
    display: flex;
}

.modal-container h1 {
    color: #A05598;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}

.logo-pop-up {
    width: 35%;
    max-width: 250px !important;
    margin: 0 auto;
    margin-bottom: 20px !important;
}

.modal-container a {
    text-decoration: underline;
    color: inherit;
}

.modal-container a:hover {
    text-decoration: none;
}

.pop-up-text {
    line-height: 1.7;
    font-size: 17px;
    color: #3D3D3D;
    margin-top: 25px !important;
}

.mySlides {
    display: none;
}

/* Media Queries */

@media screen and (max-width: 1000px) {
    header {
        flex-direction: column;
    }
    .logo {
        width: 100%;
        margin-bottom: 20px;
    }
    .dropdown {
        background: none;
    }
    .topnav.responsive .dropdown .dropbtn {
        background: none;
    }
    .topnav {
        padding-left: 5px;
        border-bottom-style: solid;
        border-color: #64A70A;
    }
    .topnav a {
        background: none;
    }
    .topnav a:hover {
        background-color: #64A70A;
        color: #fff;
        transition: .5s;
    }
    .banner {
        padding-top: 20px;
        width: 100%;
    }
    .index-content p {
        width: 100%;
        padding-right: 25px;
    }
    .results-section {
        flex-direction: column;
        padding-right: 0px;
    }
    .results-image img {
        width: 90%;
        margin-top: 30px;
        height: auto;
    }
    .results {
        padding-left: 0px;
    }
    .guide {
        flex-direction: column;
    }
    .guide a {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .feedback-title {
        width: 100%;
        padding-left: 10px;
    }
    .services {
        padding-left: 5px;
        padding-right: 5px;
    }
    .services-row {
        width: 100%;
        padding-left: 50px;
    }
    .footer-links {
        flex-direction: column;
        padding-left: 40px;
    }
    .footer-logos {
        margin-top: 30px;
    }
    .bottomfooterlinks {
        flex-direction: column;
        padding-left: 40px;
    }
    .bottomfooterlinks p {
        margin-bottom: 10px;
    }
    .light-purple-row {
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }
    .light-purple-text {
        width: 100%;
        padding-bottom: 50px;
        padding-left: 40px;
    }
    .light-purple-image-resultsforlife {
        width: 100%;
    }
    .dark-purple-row {
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }
    .dark-purple-image-book {
        width: 100%;
    }
    .dark-purple-text {
        width: 100%;
        padding-bottom: 50px;
        padding-left: 40px;
    }
    .light-purple-image-freeadvice {
        width: 100%;
    }
    .content {
        flex-direction: column;
        width: 100%;
    }
    .main-content {
        width: 90%;
    }
    .sidebar {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-image {
        height: auto;
        width: 100%;
    }
    input {
        width: 100%;
    }
    textarea {
        width: 100%;
    }
    .blog {
        flex-direction: column;
    }
    .blog-post {
        width: 100%;
    }
    .box-wrapper {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 800px) {
    .banner {
        height: 20vh !important;
    }
    .results-image {
        width: 96%;
        margin-left: 0px !important;
    }
    .index-content {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    header {
        flex-direction: column;
    }
    .logo {
        width: 100%;
        margin-bottom: 20px;
    }
    .dropdown {
        background: none;
    }
    .topnav.responsive .dropdown .dropbtn {
        background: none;
    }
    .topnav {
        padding-left: 5px;
        border-bottom-style: solid;
        border-color: #64A70A;
    }
    .topnav a {
        background: none;
    }
    .topnav a:hover {
        background-color: #64A70A;
        color: #fff;
        transition: .5s;
    }
    .banner {
        padding-top: 20px;
        width: 100%;
        height: 20vh !important;
    }
    .index-content p {
        width: 100%;
        padding-right: 25px;
    }
    .index-content {
        padding-top: 30px !important;
        padding-left: 0px !important;
        display: flex;
        justify-content: center;
    }
    .results-section {
        flex-direction: column;
        padding-right: 0px;
    }
    .results-image img {
        width: 90%;
        margin-top: 30px;
        height: auto;
    }
    .results {
        padding-left: 0px;
    }
    .guide {
        flex-direction: column;
    }
    .guide a {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .feedback-title {
        width: 100%;
        padding-left: 10px;
    }
    .services {
        padding-left: 5px;
        padding-right: 5px;
        border-width: 25px;
    }
    .services-row {
        width: 100%;
        padding-left: 50px;
    }
    .footer-links {
        flex-direction: column;
        padding-left: 40px;
    }
    .footer-logos {
        margin-top: 30px;
    }
    .bottomfooterlinks {
        flex-direction: column;
        padding-left: 40px;
    }
    .bottomfooterlinks p {
        margin-bottom: 10px;
    }
    .light-purple-row {
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }
    .light-purple-text {
        width: 100%;
        padding-bottom: 50px;
        padding-left: 40px;
    }
    .light-purple-image-resultsforlife {
        width: 100%;
    }
    .dark-purple-row {
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }
    .dark-purple-image-book {
        width: 100%;
    }
    .dark-purple-text {
        width: 100%;
        padding-bottom: 50px;
        padding-left: 40px;
    }
    .light-purple-image-freeadvice {
        width: 100%;
    }
    .content {
        flex-direction: column;
        width: 100%;
    }
    .main-content {
        width: 90%;
    }
    .sidebar {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-image {
        height: auto;
        width: 100%;
    }
    input {
        width: 100%;
    }
    textarea {
        width: 100%;
    }
    .blog {
        flex-direction: column;
    }
    .blog-post {
        width: 100%;
    }
    .clinic-map {
        float: none;
        width: 100%;
        height: auto;
    }
    .index-headers {
        width: 300px;
    }
    .box-wrapper {
        width: 300px;
        margin-bottom: 30px;
    }
    .results-image {
        width: 300px;
        margin-left: 0px;
    }
    .results-image iframe {
        width: 100%;
    }
    .footer-logos img {
        height: 40px;
    }
}

@media screen and (min-width: 500px) {
    .topnav button {
        background: none;
    }
    .dropdown-content {
        background-color: #EBEBEB;
    }
}

.fit-button {
    background-color: #64A70A;
    color: #fff !important;
    width: 350px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    transition: .5s;
}

.fit-button:hover {
    background-color: #FFB33E;
    color: #fff;
}

.fit-link {
    text-decoration: none;
    color: inherit;
}

.columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.columns ul {
    padding-left: 0px !important;
}

.columns ul li {
    margin-top: 0px !important;
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}

.price .header {
    background-color: #1A181C;
    color: white;
    font-size: 25px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
    background-color: #EBEBEB;
    font-size: 20px;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

.list-2cols {
    display: flex;
    flex-direction: row;
}

.list-2cols ul {
    margin-top: 0px !important;
}

.booking-button {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 5px;
    width: 1050px;
}

.booking-button p {
    color: #fff;
    margin-bottom: 5px;
    background-color: #64A70A;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.booking-button a {
    text-decoration: none;
}

.booking-button p:hover {
    background-color: #64A70A;
    color: #FFB33E;
    transition: .5s;
    transform: scale(1.05);
}

.booking-button-2 {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 5px;
    width: 1050px;
}

.booking-button-2 p {
    color: #fff;
    margin-bottom: 5px;
    background-color: #64A70A;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-weight: bold;
}

.booking-button-2 a {
    text-decoration: none;
}

.booking-button-2 p:hover {
    background-color: #64A70A;
    color: #FFB33E;
    transition: .5s;
    transform: scale(1.05);
}

#send-button {
    cursor: pointer;
    opacity: 1 !important
}

#send-button.disabled {
    pointer-events: none;
    opacity: .5 !important
}


@media screen and (max-width: 39em) {
  .flexbox {
 display:block!important;
}

.banner-box {
  display:block;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.banner-box-content {
  width: 98%;
}

.main-content-full {
  width: 95%;
  padding: 40px 10px;
  text-align: left;

}


.main-content-full p {
  line-height: 1.7!important;
}

.main-content-full img {
  float:none;
  width: 70%;
  margin: 20px;
}

.option {
  width: 90%;
}


.main-content-quarter {
  width: 90%!important;
  margin: 0px auto 100px auto;
  padding: 40px 50px 40px 50px!important;
  background:white;
}

.purple-box {
  padding:10px;

}

.main-content iframe {
 width: 100%;
 height: 230px;
}
.clinic {
 width: 100%!important;
}

.form {
 width: 100%!important;
}


.working-with img {
   height: 50px!important;
   width: auto;
   margin-left: 10px!important;
}
.footer-nav {
  display:flex;
  flex-direction: column;
}
}
