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: white;
  margin-top: -20px;
  font-family: 'Segoe UI', sans-serif;

}

.clear {
  clear:both;
}

.media  {
  background:#2E7EC5;
  width: 100%;
  padding: 10px;
}

.header {
  background: #032448;
  padding: 20px 0px;
  display: flex;
}
.container {
  width:85%;
  margin: 0 auto;
}

 .logo {
  background: #2E7EC5;
  border-radius: 40px;
  width: 30%;
 float: left;
 padding: 10px;
}

h2 {
  color:#2E7EC5;
  font-family: 'Century Gothic', sans-serif ;
  font-weight: bold;
  font-size: 2em;
  margin: 20px 0px;
}

.logo img {
  width: 100%;
}

.contact {
  width:50%;
  float: right;
}

.flexbox {
  display: flex;
  justify-content: space-between;
}

.flexbox2 {
  display: flex;
  justify-content: space-between;
}

.contact .contact-details {
  flex-direction: row;
  float:right;
}

.phone p {
  margin-right: 20px;
  color:white;
  font-family: 'Segoe UI', sans-serif;
  font-size: 1.6em;
  transition: .5s;

}

.email p {
  margin-right: 20px;
  color:white;
  font-family: 'Segoe UI', sans-serif;
  font-size: 1.2em;
  text-decoration: underline;
  transition: .5s;


}

 .contact-details i {
  color:white;
  font-size: 1.4em;
  background:#2E7EC5;
  border-radius: 20px;
  padding: 10px;
  margin-top: -5px;
  transition: .5s;

}

.contact-details:hover i {
  color:#2E7EC5;
  background:white;
  transition: .7s;
  transform: scale(1.2);
}

.contact-details:hover p {
  color:#2E7EC5;
  transition: .7s;
}



.navigation {
  background: #043264;
  padding: 20px 0px;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1em;
  font-family: 'Segoe UI', sans-serif;
  transition: .5s;

}

.book-button {
  background: #2E7EC5;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: -10px;
  transition: .5s;
  text-decoration: none;

}

.book-button:hover {
  background: #517194;
  transition: .7s;
  color:white;
}


.topnav a:hover {
  text-decoration: underline;
  color: #2E7EC5;
  transition: .7s;
}

.topnav a:last-child {
  background: none;
}

.topnav a.active {
  text-decoration: underline;
  color: #2E7EC5;
}


.topnav .icon {
  display: none;
}


.home-banner {
  background: linear-gradient( rgba(46,126,197, 0.75), rgba(46,126,197, 0.75)), url('/images/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px 200px 0px;
}

.home-banner h1 {
  font-family: 'Open sans', sans-serif;
  color:white;
  text-transform: uppercase ;
  font-weight: bold;
  font-size: 2.5em;
  width: 50%;
}

.home-banner p {
  margin: 20px 0px;
  color:white;
  font-family: 'Open sans', sans-serif;
  font-size:1em;
  width: 55%;

}

.main h1 {
  color:#2E7EC5;
  font-family: 'Century Gothic', sans-serif ;
  font-weight: bold;
  font-size: 3em;
  margin: 20px 0px;

}
.main {
  background: white;
  padding: 10px 0px 80px 0px;
}
.jumps-home {
  margin-top: -100px;
}

.jumps-main {
  margin-top: 100px;
}
.jumps a {
  text-decoration: none;
  width: 100%;
}

.jump-box {
  flex-direction: row;
  transition: 0.5s;
  overflow: hidden!important;
}


.jump-box img {
  width:100%;
  transition: .5s;
  overflow: hidden!important;

}

.jump-content {
  padding: 20px;
  font-family: 'Segoe UI', sans-serif;
  min-height: 310px!important;
  transition: .5s;
  color:white!important;

}

.jump-content p {
  color:white!important;
}


.jump-content h3 {
  font-weight: bold;
  font-size: 1.2em;
}

.jump-content p {
  margin: 10px 0px!important;

}

.jump-content i {
  margin-left: 15px;
  transition: 0.5s;
}


.jump-box:hover .jump-content {
  background: #517194;
  transition: .5s;

}


.jump-box:hover i {
  margin-left:30px;
  transition: 0.7s;
}

.da-blue {
  background: #032448;
}

.de-blue {
  background: #043264;
}

.blue {
  background: #0A4585;
}

.main p {
  color:#666666;
  margin: 10px 0px;
  line-height: 1.7;
}

.main ul li {
  color:#666666;
  line-height: 1.7;


}

.main ul li::marker {
  color:#2E7EC5;
}

.main a {
  color:#2E7EC5;
  text-decoration: none;
  transition: .5s;
}

.main a:hover {
  color:#032448;
  transition: .7s;
}

.img-right {
  float:right;
  width: 25%;
  margin-left: 60px;
}

.img-left {
  float:left;
  width: 25%;
  margin-right: 40px;
}

.registered {
  width: 30%;
  margin: 20px;
}

.top {
  text-decoration: underline!important;
  font-weight: bold;
  margin: 60px 0px!important;
}

.registered img {
  width: 20%;
}

.map-block {
  background:white;
  padding: 30px 0px;
  flex-direction: row;
  margin-bottom: 100px;

}

.map-content {
  padding: 10px 20px 30px 20px ;
  background:#2E7EC5;
  width: 30%;
  flex-direction: row;
  float:left;
  min-height: 500px;


}

.map-content h2, .map-content p {
  color:white;
}

.map-content span {
  opacity: 0.67;
  font-style: italic;
}


.map-content i {
  margin-left: 15px;
  transition: 0.5s;
}

.map-content:hover i {
  margin-left: 30px;
  transition: .7s;
}

.map-block a:hover  {
  color:#517194!important;
  transition: .7s;
}

.map-iframe {
  width: 70%;
  float:right;
}



.book-block{
  background: linear-gradient( rgba(222,240,248, 0.78), rgba(222,240,248, 0.78)), url('/images/book-block.png');
  background-size: cover;
  background-repeat:no-repeat;
  padding: 40px 0px 100px 0px;
}

.book-block h2 {
  font-family: 'Open sans', sans-serif;
}

.book-block-button {
  background: #032448;
  padding: 15px 40px;
  float:right;
  color:white;
  font-weight: bold;
  border-radius: 25px;
  margin-top: -60px;
  transition:.5s;
}

.book-block-button:hover {
  background:#2E7EC5;
  transition:.7s;

}


.footer {
  background: #043264;
  padding: 30px 0px;
  display:flex;
}

.footer-left {
  width: 47%;
  padding: 30px 0px;
}



.footer-left .logo {
  width:70%;
  margin-bottom: 50px;
}
.footer-left .contact-details  {
  float:left!important;
  text-decoration: none;
}

.footer-left .contact-details p {
  text-align:left!important;
  margin-left: 0;

}

.footer-left a {
  text-decoration: none;
}

.footer-left i {
  margin-right: 20px!important;
}

.footer-left .address {
  margin-top: 20px!important;
  color:white;
}

.footer-left .address i {
  padding:  10px 11px;
  border-radius: 50px;
  height: 40px;
  width: 40px;
}


.footer-left .contact-details:hover i {
  color:#517194!important;
  background:white;
  transition: .7s;
  transform: scale(1.2);
}

.footer-left .contact-details:hover p {
  color:#517194!important;
  transition: .7s;
}

.footer-right {
  width: 45%;
  padding: 10px;
}

.footer-right ul li {
  list-style-type: none;
  line-height: 2.5;
  font-size: 1.2em;
}

.footer-right ul li a {
  color:white!important;
  text-decoration:underline;
  transition: .5s;
}

ul.left {
  float:left;
}

ul.right {
  float:right;
}

.footer-right a:hover {
  color:#517194!important;
  transition: .7s;
}

.footer-bottom {
  padding: 20px 0px;
  background:#032448;
  color:white;
}

.footer-bottom .physio123  {
  color:white;
  float:right;
  margin-top: -20px;
}

.footer-bottom .physio123 a:hover {
  color:#517194!important;
  transition: .7s;
}
@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 a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 59em){
.container {
  width: 96%
}
.header {

  display: block;
}

.logo {

  width: 90%;
 float: none;
 margin: 0px auto 30px auto;
}


.contact {
  width:100%;
  float: right;
  margin: 0 auto;
}

.home-banner h1 {
  font-size: 2.5em;
  width: 100%;
}

.home-banner p {
  width: 100%;
}

.flexbox2{
  display:block;
}

.jumps {
  margin-top: 0px;
}

.jump-box {
  margin: 60px 0px!important;
}

h2 {
  font-size: 2.3em;
}

.img-left {
  float:none;
  width: 90%;
  margin-right: none!important;
}

.img-right {
  float:none;
  width: 90%;
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.registered {
  width: 90%;
}

.map-block {
  display: block;
}

.map-content, .map-iframe {
  float:none;
  width: 100%;
}

.map-content {
  min-height: 200px;
}

.book-block {
  padding: 40px 30px ;
}

.book-block-button {
  margin: 40px 0px 0px 0px;
  float:none;
  width: fit-content;
}

.footer {
  display:block;
  float:none;
}

.footer-left, .footer-right {
  width: 100%;
}

.footer-left .logo {
  width: 90%;
  margin-bottom: -90px!important;
}

.footer-right {
  margin: 80px 0px;
}

.footer-right .right, .footer-right .left {
  width: 100%;
  float: none;
}

}

@media only screen and (max-width: 39em) {

}
