html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; box-sizing: border-box;}
blockquote, q {quotes: none;}
b, strong {font-weight:700;}


body {
  background: #efede9;
}

.clear {
  clear:both;
  
}



.header {
  background: #fefffc;
  padding: 30px 0px;
  overflow: hidden;
}
.container {
  width:80%;
  margin: 0 auto;
  overflow-x: hidden;
}

.top {
  float: left;
margin: 0px 30px;

}
.last {
  float: right;
    margin: 50px 0px 0px 0px;

}

.flexbox-right {
  display: flex;
  width: 32%;
  float: right;
}

.top .badge-header  {
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-left: 40px;
  margin-top: 20px;
}

.logo {
  background: 0;
  width: 25%;
  padding: 0;
}

.logo img {
  width: 100%;
}

.logo:hover {
  cursor:pointer;
}

.jump:hover, .jump-img:hover, .jump-content:hover {
  cursor:pointer;
}

.flexbox {
  display: flex;
}

.flexbox2 {
    display: flex;

}

p {
  font-size: 1em;
  font-family: "Public Sans", sans-serif;
  letter-spacing: 0.2dvh;

}

h1 {
    font-family: "Public Sans", sans-serif;

}

h2 {
    font-family: "Public Sans", sans-serif;


}
h3 {
    font-family: "Public Sans", sans-serif;
  text-transform: uppercase;
    letter-spacing: 0.3dvh;



}
.contact {
  padding: 0px 0px 0px 0px ; 
  margin: 0px 0px 0px 0px!important;
  justify-content: flex-end;
}


.contact i {
  color:#CA7156;
  font-size: 2em;
  transition: .5s;
}

.contact p {
  text-align: right!important;
  color: #545454;
  margin-left: 20px;
  margin-top:4px;
  transition: .5s;
}

.contact:hover i {
  color:#fec059;
  transform:rotateY(180deg);
  transition: .7s ease-in-out;
}

.contact:hover p {
  opacity: 0.5;
  transition: .7s;
}

.navigation {
  padding: 20px 0px;
  background: #138986;
}

.topnav {
  overflow: hidden;
}



.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center!important;
  padding: 14px;
  text-decoration: none;
  font-size: 1em;
  font-family: "Public Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2dvh;
  transition: .5s;
}

.topnav a:hover {
  background: #44bfbd;
  color: #FEC059;
  transition: .7s;
}

.topnav a.active {
  background: #44bfbd;
  color: #FEC059;
  transition: .7s;
}

.topnav .icon {
  display: none;
}


.right {
  width:100%;
  margin: 0px 0px 20px 0px;
  float: right!important;
}

.left {
margin: 0px 0px 20px 0px;
float:left;

}

@font-face {
  font-family:  cursive;
  font-family: 'Mistrully';
  src: url('/font/Mistrully.ttf') format('truetype');
}

.banner {
  background-image:  linear-gradient( rgba(84, 84, 84, 0.24), rgba(84, 84, 84, 0.24)), url(/images/home-banner.png) ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0px;
}

.banner-content{
  padding:4px;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.banner-content h1{
  color:white;
  font-size: 10em;
  text-align:center;
  font-family: 'Mistrully', sans-serif;

}

.clinic-img{ 
  width: 30%;
}

.banner-box {
  padding:20px;
  width:33.3%;
  margin-top: 80px;
  margin-bottom: -150px;
}

.banner-box h3 {
  font-family: "Public Sans", sans-serif;
  text-transform: uppercase;
  color:white;
  font-size: 1.5em;
  font-weight: bold;
  text-align:center;
  letter-spacing: 0.5dvh;
}

.main  a .button {
  width: fit-content;
  padding: 10px 30px;
  margin: 0 auto;
  border-radius: 20px;
  transition: .5s;
  
}

.main .button p {
  color:white;
  font-size: 1.2em;
  text-align:center;
  line-height: 1.3;
  transition: .5s;

}

.main .button:hover {
  background: #dd811a;
  transition: .7s;
}

.yellow {
  background: #FEC059;
}

.blue {
  background: #138986;
}

.dark-grey {
  background: #545454;
}

.light-blue {
  background: #44bfbd;
}

.orange {
  background:#dd811a;
}

p.orange-text  {
  color:#dd811a
}

table, tr, td, th {
  border: 2px solid #FEC059;
  padding: 10px;
  font-family: "Public Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3dvh;
}

.line {
  background: #242424;
  padding: 10px;
  width:100%;
}

.home-heading {
  background: #efede9;
  padding: 50px;
}

.home-heading h1 {
  font-size: 4em;
  color: #97dfde;
  -webkit-text-stroke: 3px #44bfbd;
  filter: drop-shadow(4px 5px 0.5px #97dfde);
  text-transform: uppercase;
  letter-spacing: 1dvh;
  text-align:center;
}

.home-text {
  padding: 60px 0px;
    line-height: 2;


}

.home-text h2 {
  color: #545454;
  font-size: 3em;
  font-weight: 1000;
  margin: 0px auto 40px;
  text-align: center!important;
  letter-spacing: 0.5dvh;
  width: 70%;
}

.home-text p {
  color:#fff;
  font-size: 2.5em;
  font-weight: 700;
  margin: 0px auto 50px auto;
  text-align: center!important;
  letter-spacing: 0.4dvh;
  width: 90%;
}

.main {
  padding: 50px 0px;
}

.main-form {
  padding: 50px 0px 100px 0px;
  color:white;
}

.main-form h3{
  font-size: 1.3em;
  margin-bottom: 30px;
}

.contact-form label  {
    font-family: "Public Sans", sans-serif;
  text-transform: uppercase;
    letter-spacing: 0.3dvh;
}

.contact-form input {
  margin: 10px 0px;
  padding: 10px;
  width: 50%;
  background: #44bfbd;
  border: none;
  color:white;
}

.contact-form textarea {
  margin: 10px 0px;
  padding: 20px;
  width: 100%;
  background: #44bfbd;
  border: none;
  color:white;
}


.contact-form .submitbutton {
  background:#44bfbd;
  border:none;
  font-size: 1em;
  color:white;
  padding: 15px 30px;
  border-radius: 20px;
  float:right;
  margin-bottom: 30px;
}

.contact-form .submitbutton:hover {
  opacity: 0.7;
  background:#44bfbd;
  transition: .7s;
  
}


.main .blue-header  {
  font-size: 3em;
  color: #97dfde;
  -webkit-text-stroke: 1.5px #138986;
  filter: drop-shadow(3px 4px 0.5px #70c4c2);
  text-transform: uppercase;
  letter-spacing: 1dvh;
  margin-bottom: 20px;
}


.main.blue h3 {
  color:#FEC059!important;
  margin: 30px 0px 10px 0px!important;
}

.main.orange h3 {
  color:#138986!important;
  margin: 30px 0px 10px 0px!important;

}

.main.light-blue h3 {
  color:#FEC059!important;
  margin: 30px 0px 10px 0px!important;
}

.main.dark-grey h3 {
  color:#44bfbd!important;
  margin: 30px 0px 10px 0px!important;

}

.main .footer-right {
  width: 100%;
}

.main .orange-header  {
  
color: #eebc85;
  -webkit-text-stroke: 1.5px #dd811a;
  filter: drop-shadow(3px 4px 0.5px #eebc85);
  text-transform: uppercase;
  letter-spacing: 1dvh;
  margin-bottom: 20px;
  font-size: 3em;
}

.main .grey-header  {
  color: #aaaaaa;
  -webkit-text-stroke: 2px #545454;
  filter: drop-shadow(3px 4px 0.5px #aaaaaa);
  text-transform: uppercase;
  letter-spacing: 1dvh;
  margin-bottom: 20px;
  font-size: 4em;
  margin: 0 auto;
  text-align: center;
}

.main .orange-dark-header {
  color: #eebc85; 
  -webkit-text-stroke: 1.5px #dd811a;
  filter: drop-shadow(3px 4px 0.5px #eebc85);
  text-transform: uppercase;
  letter-spacing: 1dvh;
  margin-bottom: 20px;
  font-size: 3em;
}
.main .yellow-header  {
  color: #ffdfac;
  -webkit-text-stroke: 1.5px #fec059;
  filter: drop-shadow(3px 4px 0.5px #ffdfac);
  text-transform: uppercase;
  letter-spacing: 1dvh;
  margin-bottom: 20px;
  font-size: 3em;
}

.main p {
  margin: 20px 0px;
  line-height: 1.4;
  font-weight: bold;
  color: #545454;
}

.main-img {
  width: 425px;
  height: 425px;
  border-radius: 250px;
  background-image:  url('/images/osteopathy-img.jpg');
  background-size: cover!important;
  background-position: center;
  border: 6px solid #FEC059;
  margin: 0px 30px 30px 30px;  
}

.main.blue p, .main.orange p, .main.dark-grey p {
  color:white!important;
}





.main.orange ul li {
  margin: 20px 0px;
  line-height: 1.4;
  font-weight: bold;
  color: white;
  font-size: 1em;
  font-family: "Public Sans", sans-serif;
  letter-spacing: 0.2dvh;
}

.main ul li {
  margin: 20px 0px;
  line-height: 1.4;
  font-weight: bold;
  color: 545454;
  font-size: 1em;
  font-family: "Public Sans", sans-serif;
  letter-spacing: 0.2dvh;
}

.main-banner {
  background-image: url('/images/ultrasound.jpg');
  background-size: cover;
  padding: 150px;
  background-position: center;
}

.main i {
  color: #FEC059;
  font-size: 2.5em;
  margin-right: 20px;
}

.main h3 {
  margin-top: 5px;
  color: #138986;
  font-weight: bold;
  font-size: 1.5em;
}

.team h2 {
  font-size: 2.5em;
  font-family: 'Mistrully';
  color:#dd811a;
}

.team p b {
  color:#545454;
  font-weight: bold;
}

.team p {
  font-weight: normal;
}

.orange-line {
  background: #fec059;
  padding: 1px;
  margin: 30px 0px 30px 0px;
  width:100%;  
}

.jump {
  width: 33.3%;
}

.jump-header {
  padding: 30px;
  opacity: 0.7;
  margin: 0 auto;
  width: 60%;
}

.jump-header h2 {
  text-align: center;
  font-weight: bold;
  color:white;
  letter-spacing: 0.6dvh;
  font-size: 1.4em;


}

.jump-img {
 background-image:  url(/images/idd-therapy.jpg) ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0px;
}

.jump-content{
  padding: 50px 0px;
  color:white;
  line-height: 1.8;
}

.badges {
  background: #efede9;
  padding: 100px 0px;
}

.badges img {
  width: 15%;
  margin: 0 auto;
}


  /* 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;
    min-height: 750px;
  }

  /* The Close Button */
  .course_close { 
    color: #999; 
    float: right; 
    font-size: 1em; 
    font-weight: bold; 
    transition: .5s;
    font-family: ;
    font-family: "Public Sans", sans-serif;
    letter-spacing: 0.5dvh;
  }

  .course_close:hover, .course_close:focus { 
    color: #000; 
    text-decoration: none; 
    cursor: pointer; 
    transition:.7s;
  }

  .course_close i {
    color: #fec059;
  }

.modal_hr { display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.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 {
    background-color: white;
    padding: 30px;
    max-width: 85%;
    width: 100%;
    position: relative;
    z-index: 11;
    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 {
    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;
}



.footer {
  background: #138986;
  padding: 30px 0px;
}

.footer-left {
  width: 47%;
  justify-content:flex-start;

}

.footer-left img {
  width: 80%;
  margin-bottom: 30px;
}

.footer-left i {
  color:white;
  font-size: 3em;
  margin: 20px 30px 0px 0px;
  transition: .5s;
}

.footer-left .fa.fa-instagram {
  font-size:4em!important;
}

.footer-left .fa.fa-youtube {
  font-size:4.6em!important;
  margin-top: 15px;

}

.footer-left a {
  text-decoration: none!important;

}

.footer-left i:hover {
  color:#dd811a;
  transition: .7s;
}

.footer-left a .button {
  padding: 20px;
  margin-left: 30px;
  margin-top: 10px;
  border-radius: 20px;
  transition: .5s;
  
}

.footer-left .button p {
  color:white;
  font-size: 1em;
  text-decoration: none;
  width: 80%;
  line-height: 1.3;
  transition: .5s;

}

.footer-left .button i {
  font-size: 2.5em;
  margin: 5px 15px 0px 0px!important;
  transition: .5s;
}

.footer-left .button:hover {
  background: #FEC059;
  transition: .7s;
}

.footer-left .button:hover p, .footer-left .button:hover i {
  color: #138986;
  transition: .7s;
}





.footer-right {
  width: 47%;
  justify-content: flex-end;
  margin-left: 3%;
}

.footer-right h3 {
  font-size: 1.5em;
  color:white;
  font-weight: 600;
  margin-bottom: 50px;
}

.footer-right a {
  text-decoration: none;
}

 .footer-right .contact {
  justify-content: flex-start!important;
  margin: 40px 0px 40px 0px!important;
}

.footer-right .contact p {
  color:white;
  font-size: 1em;
}

.footer-right .contact i {
  color:#fec059;
}

.footer-bottom {
  padding: 30px 0px;
}

.footer-bottom p, .footer-bottom a {
  color:white;
  font-size: 1em;
  text-decoration: none!important;
  transition: .5s;
}

.footer-bottom .physio123 {
  float: right!important;
}

.footer-bottom .physio123 a {
  color:#138986;
  transition: .5s;
}

.footer-bottom a:hover, .footer-bottom p:hover {
  color:#44bfbd;
  transition: .7s;
}

@media only screen and (max-width: 109em){
 


  .flexbox-right {
    width: 35%;

  }


  .top .badge-header  {
  margin-left: 50px;
}
}

@media only screen and (max-width: 93em){
 


  .flexbox-right {
    width: 40%;

  }

  .top .badge-header  {
  width: 120px;
  height: 120px;
  margin-left: 40px;
  margin-top: 30px;

}
}


@media only screen and (max-width: 89em){
  .container {
    width: 85%;
  }

 
  

  .logo {
    width: 30%;
  }



 

.home-text h2 {
  font-size: 3em;
  width: 90%;
}

.home-text p {
  color:#fff;
  font-size: 2em;
}

.home-heading h1 {
  font-size: 3em;
  -webkit-text-stroke: 2px #44bfbd;
}

.main-img {
  width: 250px;
  height: 250px;
  border-radius: 250px;
  background-image:  url('/images/osteopathy-img.jpg');
  background-size: cover!important;
  background-position: center;
  border: 6px solid #FEC059;
  margin: 0px 30px 30px 30px;  
}


.badges img {
  width: 20%;
}


.footer-left img {
  width: 70%;
}

.footer-left i {
  font-size: 2em;
}
.footer-left .fa.fa-instagram {
  font-size: 2.5em!important;
}
.footer-left .fa.fa-youtube {
  font-size: 3em!important;
}


.footer-left a .button {
  padding: 15px;
  margin-left: 0px;
  margin-top: 5px;
  
}

.footer-left .button p {
  color:white;
  font-size: 1.2em;
  text-decoration: none;
  width: 80%;
  line-height: 1.3;
  transition: .5s;

}

.footer-left .button i {
  font-size: 1.5em;
  margin: 5px 0px 0px 5px;
} 

.footer-left .button p {
  font-size: 1em;
}

.footer-bottom p, .footer-bottom a {
  font-size: 0.9em;
    letter-spacing: 0dvh;

}

}



@media screen and (max-width: 59em) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 59em) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


@media screen and (max-width: 59em) {

  body {
    width:100%;
  }
  .container {
  width: 96%;
}

.flexbox-right {
  display: block;
  width: 100%;
  float: none;
}

.top {
  float: none;
margin: 0px 30px;
}  

p {
  width: 90%;
}


.flexbox {
    display: block!important;
    flex-direction: column;
}

.banner-box {
  width: 100%;
  flex-direction: column;
}

  
.header .logo {
  width: 100%!important;
  padding: 0;
}

.header .logo img {
  width: 80%!important;
}


.top img.badge-header  {
  float:left;
  width: 25%!important;
  height: auto!important;
  display: block;
  margin: 30px auto!important;

}

.right {
  width:100%;
  margin: 0px 0px 0px 0px;
  float: left;
}


.left {
  width: 100%;
  margin: 0px; 
  float:none;
}

.last {
  float: none!important;
    margin: 0px 0px 0px 0px;
}



 
a .contact {
  padding: 0px 0px 0px 0px ; 
  margin: 0px 10px 0px 0px!important;
  justify-content: flex-start;
  width: 100%;
  text-decoration: none!important;
}

.top.last img {
  width: 20%;
  margin-left: 20px;
  margin-top: 0px;
}

.top .contact p {
  text-align:left!important;
  margin-bottom: 10px;
}

.banner {
  padding: 100px 0px 0px 0px;
}

.banner-content h1{
  font-size: 5em;
}


.banner-box {
  padding:20px;
  width:100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.banner-box h3 {
  font-family: "Public Sans", sans-serif;
    letter-spacing: 0.5dvh;
  text-transform: uppercase;
  color:white;
  font-size: 1.5em;
  font-weight: bold;
  text-align:center;
}
.main img {
  width: 70%;
}

.home-heading h1 {
    font-size: 2em;
}

.home-text h2 {
  font-size: 1em;
}

.home-text p {
  font-size: 1em;
  width: 90%;
}

.jump {
  width: 100%;
}

.jump-header {
  padding: 20px;
  width: 60%;
}
.main-img {
  width: 250px!important;
  height: 250px!important;
  border-radius: 1000px!important;
  background-image:  url('/images/osteopathy-img.jpg');
  background-size: cover!important;
  background-position: center;
  border: 6px solid #FEC059;
  margin: 20px auto;  
}

.main .blue-header  {
  font-size: 2em;
  -webkit-text-stroke: 1px #138986;
  filter: drop-shadow(2px 4px 0.5px #70c4c2);
  letter-spacing: 1dvh;
  margin-bottom: 20px;
}

.main .yellow-header  {
  font-size: 2em;
  -webkit-text-stroke: 1px #fec059;
  filter: drop-shadow(2px 4px 0.5px #ffdfac);
  letter-spacing: 1dvh;
  margin-bottom: 20px;
}

.main .grey-header  {
  font-size: 2em;
  -webkit-text-stroke: 1px #545454;
  filter: drop-shadow(2px 4px 0.5px #aaaaaa);
  letter-spacing: 1dvh;
  margin-bottom: 20px;
}

.main .orange-dark-header  {
  font-size: 2em;
  -webkit-text-stroke: 1px #dd811a;
  filter: drop-shadow(2px 4px 0.5px #eebc85 );
  letter-spacing: 1dvh;
  margin-bottom: 20px;
}

.main .orange-header  {
  font-size: 2em;
  -webkit-text-stroke: 1px #dd811a;
  filter: drop-shadow(2px 4px 0.5px #eebc85 );
  letter-spacing: 1dvh;
  margin-bottom: 20px;
}

.main h3 {
  font-size: 1em;
}

.clinic-img {
  width: 100%;
}

.badges {
  padding: 50px 0px;
}

.badges img {
  width: 30%;
  margin: 0 auto;
}

.contact-form input {
  width: 100%;
} 



.footer-left {
  width: 100%;

}

.footer-left  p {
  text-align: left!important;
}

.footer-left img {
  width: 80%;
  margin-bottom: 0px;
}

.footer-left i {
  font-size: 2em;
  margin: 20px 20px;
}

.footer-left .fa.fa-instagram {
  font-size:2.5em!important;
}

.footer-left .fa.fa-youtube {
  font-size:2.5em!important;
}

.footer-left a .button {
  margin: 10px 0px 30px 0px; 
  width: fit-content;
  
}

.footer-left .button p {
  font-size: 1em;
  width: fit-content;

}

.footer-left .button i {
  font-size: 1em;
  margin: 0px 0px 0px 15px;
  transition: .5s;
}

.footer-right {
  width: 100%;
  justify-content: flex-end;
  margin-left: 0%;
}

.footer-bottom {
  padding-bottom: 60px;
}

.footer-bottom p, .footer-bottom a {
  margin: 10px 0px;
  width: 100%;
}

}

@media only screen and (max-width: 39em) {
  .top {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .nuttersons {
    float: none;
    width: 100%;
    padding: 5px 5px;
    margin-bottom: 10px;
  }
  .right {
    float: none;
    width: 100%;
  }
  .fourth {
    width: 100%;
  }

  .flower {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .cat {
    width: 100%;
    float: none;
  }

  .andrea {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .sana {
    width: 100%;
    float: none;
  }
}
