html, body, div, span, object, iframe, a, 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 {
  margin-top: -20px;

}


p {
  font-family: 'Lato', sans-serif;
  font-size: 1em;

}

.clear {
  clear:both;
}


.header {
  background: #254479!important;
  z-index: 999999999999999;
  padding: 20px 0px 0px 0px;

}
.container {
  width:80%;
  margin: 0 auto;

}
.flexbox {
  display:flex;
}

.flexbox2 {
  display: flex;
}

.column {
  display:block;
  margin-right: 0;
  width: 55%;
}



.book {
  background:#71C03C;
  color:white;
  transition: .5s;
  text-decoration: none!important;
  font-family: 'Lato', sans-serif;

  border-radius: 5px;
}


.book i {
  margin-right: 10px;
  font-size: 1.3em;
}

.book:hover {
  background: #0E439C;
}

.last {
  float: right;
  margin-right: 0;
}


.logo-container {
  display:inline-block;
  width: 30%;
  margin-bottom: 15px;

}

.logo-container img {
  width:100%;
  margin-bottom: 0px;
  margin-top:0px;
}

.navigation {
  width: 100%;
  padding-top: 30px;
  margin: 0px;
}

.topnav {
  float: right;
  padding: 0px;
}

.topnav a {
  display: inline-block;
  color:white;
  text-align: center;
  padding: 13px;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  transition: .5s;
  border-radius: 5px;
}

.topnav a:hover {
background: #00A2E4;
color:white;
transition: .7s;
}

.topnav a:first-child {
margin-right: 5px;
}

.topnav a.active {
  background-color: #00A2E4;
  color: white;
}

.topnav .icon {
  display: none;
}




.home-banner {
  padding: 0px 0px 30px 0px;
  margin-top: 0px;
  margin-bottom: 50px;
  overflow-x: clip;
  height:607px;
}

.home-banner img {
  float:right;
  width: 60%;
  margin: 0px -190px 0px 0px;
  z-index: 10!important;

}

.home-banner a {
  color:white;
  transition: .5s;
}

.home-banner a:hover {
  color:#2E557F;
  transition: .7s;
}

.banner {
  background: #1D3E75;
  padding:50px 0px 50px 0px;
}

.banner h1 {
  color:white;
  font-family:'Foco Bold';
  margin: 0px 0px 0px 0px;
}

 h1 {
  font-family:'Open Sans', sans-serif;
  font-size: 2.9em;
  width: 35%;
  line-height: 1.5;
  color:#FFFFFF;


}

h2 {
  font-family:'Open Sans', sans-serif;
  font-size: 2.4em;
  font-weight: 100;
}

h3 {
  font-family:'Foco Bold';
  font-size: 1.7em;
  color:#2E557F;
  margin-bottom: 10px;
}

h5 {
  font-family:'Foco Bold'!important;
  font-size: 1em;
  color:#222;
  font-weight: 700;
  margin-bottom: 10px;
}




.green {
  background: #71C03C;
}

.text-green {
  color: #71C03C!important;
}

.dark-blue {
  background: #2E557F;
}

.blue {
  background: #00A2E4;
}

.text-blue {
  color: #00A2E4!important;

}

.home-banner p{
  color: white;
  width: 40%;
  margin: 20px 0px;
  line-height: 1.7;
  font-size: 1.2em;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
}

.home-banner h1 {
  font-size:4em;
  line-height: 1.3em;
  width:40%;
  font-style: italic!important;

}

.home-info {
  background:#F2F2F2;
  padding: 50px 0px 130px;
  text-align:center!important;
  margin: -90px 0px 90px 0px ;
  text-align:center;
}

.home-info h2 {
  width: 37%;
  margin: 10px auto;

}

.home-info p {
  width: 38%;
  line-height: 1.7;
  margin: 10px auto;
}

.home-info .flexbox img {
  width: 30%;
  margin-top: 70px;
}



 em {
  font-style: italic;
  font-size: 1.2em;
  color: #999;
}



.back-to-top a {
  margin: 20px 200px 20px 0px;
  float:right;
  color: rgba(110, 108, 123, 0.9);
  font-family:'Lato';
}


.jumps {
  background: #CEE8F3;
  padding:60px 0px;
  text-align: center;
}

.jumps h2 {
  color:#41658B;
  margin: 50px 0px;
}

.jumps a {
  margin: 10px 0px;
  width: 24.1%;
  text-decoration: none;
  transition: .5s;
  background: #00A2E4;
}

.jumps a img {
  width:100%;
  transition: 0.7s;
}

.jumps a:hover img {
  opacity:0.7;
  transition: 0.7s;
}

.jumps-content {
  padding: 20px;
  text-align:left;
  color: white!important;
}



.jumps-content h3 {
  color:white;
  text-decoration: underline;
  font-size: 1.4em;
}

.jumps a:hover {
  background: lightgray;
  transition: .7s;
}

.main {
  background: white;
  width:78%!important;
  margin-right: 30px;
}

.main img {
  width:80%;
  margin: 20px 0px;

}

.main-body {
  background: white;
}

.main h2 {
  color: #00A2E4;
  margin: 20px 0px;
  font-family: 'Foco Bold'
}

.main p {
  color: rgba(110, 108, 123, 0.9);
  line-height: 1.7;
}


.main ul li {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  line-height:2.5;
  margin: 0px 0px 0px 0px;
  color: rgba(110, 108, 123, 0.9);

}

.main ul {
  list-style: none;
}

.main ul li::before {
  content: url('/images/tick-green.png');
  margin-left: -40px;
  display:inline-block;
  margin-right: 20px;

}

.what-we-treat ul li {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  line-height:2.5;
  margin: 0px 0px 5px 0px;
}

.what-we-treat ul {
  list-style: none;
}

.what-we-treat ul li::before {
  content: url('/images/tick.png');
  margin-left: -40px;
  display:inline-block;
  margin-right: 20px;

}


.main a {
color: rgba(151,194,108, 0.9);
transition: .5s;
}

.main a:hover {
  color:#2E557F;
  transition: .7s;
}


.flexbox .book-content {
  width: 95%;
  margin: 10px ;
  border-radius: 20px;
  border: 1px solid #D5D5D5;
  transition: .5s ease-in-out all;
  background: #f4f4f4;

}

.book-content:hover {
  box-shadow:0px 0px 30px 5px #9F9F9F;
    transition: 0.7s;
    overflow: hidden;
    opacity: 0.8;
}


.flexbox .blog-content {
  width: 525px;
  margin: 10px ;
  border-radius: 20px;
  border: 1px solid #D5D5D5;
  transition: .5s ease-in-out all;
  background: #f4f4f4;
  flex-direction:


}




.call-to-action {
  border-left: 10px solid #00A2E4;
}

.call-to-action p {
  margin-left:20px;
  line-height: 1.7;
}

.call-to-action a {
  color:#71C03C;
  transition: .5s;
}

.call-to-action a:hover {
  color:#2E557F;
  transition: .7s;
}

 .registered img {
  margin-top: 40px!important;
  margin-bottom: 40px!important;
  width: 30%;
}

.ndis {
  width: 13%!important;
  margin-left: 30px!important;
}

.sidebar {
  width:40%;
  float:right;
}

.sidebar img {
  width:100%;
}

.what-we-treat {
  width:100%;
  padding: 60px 20px;
  background:#E6EBE1;
}

.what-we-treat a {
  color:#41658B;
  font-weight: bold;
}

.button {
  font-family: 'Lato', sans-serif;
  padding: 15px;
  width: fit-content;
  margin-right: 30px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top:10px;
}

.button:hover {
  opacity: 0.5;
  transition: 0.7s;
}

.button i {
  font-size: 1.5em;
  margin-right:10px;
}

.text-white {
  color:white;
}

.book-nugget {
background: linear-gradient(rgba(25,171,231, 0.54), rgba(25,171,231, 0.54)), url('/images/book-nugget.png');
padding:50px ;
color:white;
background-size: cover;
background-repeat: no-repeat;
}

.book-nugget h2 {
  color:white;
  font-family:'Foco Bold';
  font-size: 3em;

}

.book-nugget p {
  margin-top: 30px;
}

.book-nugget .book {
  padding: 10px 20px;
  float:right;
  margin-top: -50px;
}


.our-locations {
  background:#0E439C;
  padding: 80px 0px;
  text-align: center;
}

.our-locations a {
  color:#19ABE7;
  margin-left:10px;
  transition: .5s;
}

.our-locations a:hover {
  color:#71C03C;
  transition: .7s;
}

.footer {
  background: #CEE8F3;
  padding: 30px 0px;
}

.footer-left {
  width: 47%;

}


.contact-footer {
  text-decoration: none;
  transition: .5s;
}

.contact-footer i {
  color: white;
  background: rgba(0,162,228, 0.9);
  padding: 10px;
  border-radius: 50px;
}

.contact-footer p {
  color:#0E439C;
  margin: 10px 0px 0px 10px;
  transition: .5s;
}


.contact-footer:hover p {
  color:#71C03C;
  transition: .7s;
}

.contact-footer:hover i {
  background: #71C03C;
  transition: .7s;
}

.contact-footer:hover .phone a {
  color: #71C03C!important;
  transition:  .7s;
}
.social-circle {
  background: white;
  padding: 10px;
  border-radius: 50px;
  margin: 10px 10px;
  transition: 0.5s;
}

.social-circle:hover {
  opacity: 0.7;
  transition: 0.7s;
}


.box {
  padding: 20px;
  background: rgba(103,154,208, 0.2);
  margin: 20px 0px;
}

.box span {
  color:#97C26C;
  font-size: 1.5em;
}

.box em {
  font-style: normal;
  color: #2E557F;
  font-weight: 600;
  font-size: 1em;
}


.footer-left img {
  width: 70%;
  margin-bottom: 20px;
}

.footer-right {
  width: 30%;
  padding: 80px 0px 40px 0px;
  margin-right: 0!important;
  float:right;
}

.footer-right a {
  color:rgba(14,67,156, 0.48)!important;

}

.footer-right a:hover {
  color: rgba(103,154,208, 0.9)!important;
  transition: .7s;

}

.footer-right ul li {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  line-height:2.5;
  margin: 0px 0px 5px 0px;


}

.footer-right ul {
  list-style: none;
}

.footer-right ul li::before {
  content: url('/images/tick-green.png');
  margin-left: -40px;
  display:inline-block;
  margin-right: 20px;


}


.footer hr {
 border: 1px solid rgba(255,255,255,0.29);
 opacity: 0.29;
 background:rgba(255,255,255,0.29);
}


.footer-bottom-left {
  float: left;
  margin: 0px 0px;
  font-family: 'Lato', sans-serif;
}

.footer-bottom-left a {
  color: #0E439C;
  text-decoration: none;
  display:inline-block;
  transition: .5s;
}

.footer-bottom-left a:hover {
  color:rgba(103,154,208, 0.9);
  transition: .7s;
}

.physio123 {
  color: rgba(135 , 157, 177, 0.9);
  text-align: right;
  font-family: 'Lato', sans-serif;
}

.physio123 a {
  color:rgba(25,171,231, 0.9);
  text-decoration: underline;
  transition:.5s;
}

.physio123 a:hover {
  color:#0E439C;
  transition: .7s;
}


@media screen and (max-width: 119em){


  .navigation {
    margin: -15px 0px 0px 0px;
    width: 110%;
  }



  .logo-container {
    margin: 0px 0 10px 0;
  }


  .home-banner h1 {
    width: 55%;

  }

}

@media screen and (max-width: 105em){

.navigation {
  width: fit-content;
  margin: 0px 0px 0px -95px;
}

.topnav a {
  padding: 12px 10px;
  margin: 0px;
}


}



@media screen and (max-width: 95em) {
  .container {
    width: 86%;
  }

  .header {
    padding: 30px 0px;
  }

  .logo-container {
    width: 30%;
  }

  .logo-container img {
    width: 100%;
  }

  .navigation {
    width: fit-content;
    float:right;
  }

  .home-banner h1 {
    width: 50%;
    font-size:2.9em;
    line-height: 1.3em;
  }





}

@media screen and (max-width: 80em) {

  .container {
    width: 94%;
  }
  .navigation {
    margin: 0px 0px 0px -240px!important;
  }

  .logo-container {
    margin:0px 0px 0px 0px;
  }

  .logo-container img {
    margin-top: 0px;
    width:100%;
  }

  .home-banner h1 {
    font-size:2.3em;
  }


}

@media screen and (max-width: 79em) {

  .navigation {
    margin: -25px 0px 0px 0px;
  }

  .contact {
    margin: -20px 2% 0px 10px!important;
    font-size: 0.8em;

  }

  .book {
    font-size: 0.8em;
  }

  .column {
    width: 67%;
  }
  .logo-container {
    margin:0px 0px 15px 0px;
  }

  .logo-container img {
    width:50%;
  }

  .topnav a {
    font-size: 0.8em;
  }

  .home-banner {
    height:450px;
  }

  .home-banner img {
    width: 71%;
    margin: 0px -190px 0px 0px;

  }

}


@media screen and (max-width: 59em) {






  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }


  .contact-form {
    max-height: 710px;
  }

  .column {
    width:100%;
  }

  .navigation {
    padding-top: 0px;
    padding-bottom: 40px;
  }

}

@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;
  }

  .display-none{
    display: none;
  }
}

@media only screen and (max-width: 59em){
.container {
  width: 96%
}

.flexbox {
  display: block;
  float:none;
}



.contact {
  width: 25%;
  margin: -225px 0px 0px 10px!important;
}

.contact:first-child{
  margin-left: 0px!important;
}

.contact i {
  font-size: 1.7em;
}

.book {
  width:100%;
  font-size: 0.8em;
  margin-bottom: 20px!important;
}

.button i {
  font-size: 1.7em;
}


.logo-container {
  float: none;
  width: 100%;
  padding: 5px 5px;
  margin: 10px 0px 10px 0px;
}

.logo-container img {
  width:100%;
  max-width: 400px;
}

.navigation {
  background: #254479!important;
  float: none;
  width: 100%!important;
  margin: 0px!important;

}


.topnav {
  width:100%;
  margin:0;


}

.topnav a {
  margin:10px 0 0 0;
  background:#254479;

}

.topnav a:first-child, .topnav a:last-child {
  margin-bottom: 10px;
  border-radius: 5px;
}

.home-banner {
  background: linear-gradient(rgba(14,67,156, 0.2), rgba(14,67,156, 0.2)), url('/images/banner-home.png')!important;
  background-size:cover!important;
  background-position: center!important;
}

.home-banner p {
  width:100%;
  font-size: 1.2em;

}

.home-banner h1 {
  font-size: 1.9em;
  width:100%;
}


.banner {
  padding: 30px 0px 50px 0px;

}


.home-info h2, .home-info p {
  width: 100%;

}


.home-info .flexbox img {
  width: 100%;
  margin-top: 70px;
}

.registered img {
  margin-top: 40px!important;
  margin-bottom: 40px!important;
  width: 50%;
}

.ndis {
  width:20%!important;
  margin-left: 30px!important;
}

.banner  {
  width:100%!important;
}


.jumps {
  margin: 0px 0px 20px 0px;
  width: 100%;
}

.jumps-content {
  background:#19ABE7;
  margin-bottom: 30px;

}
.main-body {
  width:100%;
}
.main {
  width: 100%!important;
  margin-bottom: 50px;
}




.button {
  width: fit-content;
  font-size: 0.8em;
}

.sidebar {
  float:none;
  width:100%;
  margin-bottom: 30px;
}
.what-we-treat {
  float: none;
  width: 100%;
}

.book-nugget {
  padding:90px 0px 60px 0px ;
}

.book-nugget h2 {
  color:white;
  font-size: 2.1em;
  margin-bottom: 10px;
}

.book-nugget p {
  width:100%;
  line-height: 1.6;
  margin-bottom: 25px;
}

.book-nugget .book {
  margin-top: 20px!important;
  width: fit-content;
  float:none;
}


.footer {
  margin-bottom: 0px;
}


.footer-left {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}

.footer-right {
  width: 100%;
  float: none;
}

.footer-bottom-left {
  float: none;
  margin-bottom: 30px;
}

.footer-bottom-left a {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  width:100%;
}


.physio123 {
  text-align: left;
}

}

@media only screen and (max-width: 39em) {


  .container {
    width: 90%;
  }
  .home-banner p {
    width:100%;
  }

  .mobile-hide {
    display: none;
  }

  .book i {
    font-size: 1.7em;
    margin: 0 9px;
  }

  .banner {
    margin-top: 0px;
  }

  .banner h1 {
    width: 100%;
  }
}


@font-face {
font-family: 'Foco';
font-style: normal;
font-weight: normal;
src: local('Foco'), url('/fonts/FOCO.woff') format('woff');
}


@font-face {
font-family: 'Foco Bold';
font-style: normal;
font-weight: normal;
src: local('Foco Bold'), url('/fonts/FOCOBOLD.woff') format('woff');
}
