/*
Theme Name: Active Rehab
Author: Magik New Media
Author URI: http://www.magiknewmedia.com.au/
Description: Wordpress theme for Active Rehab
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: activerehab
*/

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  color: #464646;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
footer{
  font-family: 'Open Sans', sans-serif;
}
strong{
  font-weight: bold;
}
.unslider{
  position: relative;
}
section h1 {
  font-weight: 600;
  color: #00005f;
  font-size: 48px;
}

@media only screen and (max-width: 992px) {
  section h1 {
    font-size: 32px;
  }
}
.content h1{
  margin-top: 10px;
}
section h2 {
  font-size: 30px;
  font-weight: 600;
  color: #00005f;
}

@media only screen and (max-width: 992px) {
  section h2 {
    font-size: 24px;
  }
}
section .section-content {
  font-weight: 300;
}
section p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

section p a {
  text-decoration: none;
  color: #b30000;
}
section p a:hover {
  text-decoration: underline;
}
section .cta {
  padding: 15px 40px;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  background-color: #b30000;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}

section .cta:hover {
  background-color: #eee;
  color: #00005f;
}

section.image-left .section-image {
  position: absolute;
  bottom: 0;
  right: 102%;
}

@media only screen and (max-width: 1200px) {
  section.image-left .section-image {
    max-height: 100%;
  }
}

section.image-left .container {
  position: relative;
}

section.image-right {
  position: relative;
}

section.image-right .section-image {
  position: absolute;
  bottom: 0;
  left: 102%;
  z-index: 1;
}
.home-page{
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  section.image-right .section-image {
    max-height: 100%;
  }
}

section.image-right .container {
  position: relative;
  z-index: 2;
}

section img {
  max-width: 100%;
  height: auto;
}
.easy-table th, .easy-table td{
  line-height: 1.2em !important;
}
.image-grid {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-grid li {
  width: 15%;
  margin: 0 0.83%;
  margin-bottom: 35px !important;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .image-grid li {
    width: 30%;
    margin: 0 1.5%;
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .image-grid li {
    width: 46%;
    margin: 0 2%;
    margin-bottom: 15px !important;
  }
}

.image-grid li a {
  text-decoration: none;
  display: block;
  color: #00005f;
  transition: all 0.15s ease-in-out;
}

.image-grid li a img {
  display: block;
  width: 100%;
}

.image-grid li a span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.image-grid li a:hover {
  color: #b30000;
}

.image-grid:after {
  content: "";
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.contact-map iframe {
  width: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

section.header-section {
  position: relative;
  background: #fff;
  /* Old Browsers */
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ccd3df), color-stop(100%, #fff));
  /* Chrome, Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE 10+ */
  background: linear-gradient(to bottom, #ccd3df 0%, #fff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd3df', endColorstr='#fff', GradientType=0 );
  /* IE6-9 */
  height: 120px;
}

@media only screen and (max-width: 992px) {
  section.header-section {
    height: auto;
  }
}

section.header-section .logo {
  position: relative;
  display: block;
  height: 120px;
}

section.header-section .logo img {
  max-height: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  section.header-section .logo {
    height: auto;
    text-align: center;
  }
  section.header-section .logo img {
    max-width: 70%;
    margin-right: 30px;
  }
}

section.header-section .logo .nav-toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  font-size: 35px;
  color: #00005f;
}

section.header-section .top-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  section.header-section .top-row {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

section.header-section .top-row .social {
  list-style-type: none;
  padding: 0;
  margin: 0 20px 0 0;
  text-align: right;
}

section.header-section .top-row .social li {
  display: inline-block;
  margin-left: 5px;
}

section.header-section .top-row .social li a {
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  width: 28px;
  font-size: 22px;
  border-radius: 2px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}

section.header-section .top-row .social li a.facebook {
  color: #3b5998;
}

section.header-section .top-row .social li a.facebook:hover {
  background: #3b5998;
  color: #fff;
}

section.header-section .top-row .social li a.linkedin {
  color: #007bb5;
}

section.header-section .top-row .social li a.linkedin:hover {
  background: #007bb5;
  color: #fff;
}

section.header-section .top-row .social li a.youtube {
  color: #bb0000;
}

section.header-section .top-row .social li a.youtube:hover {
  background: #bb0000;
  color: #fff;
}

section.header-section .top-row .social li a.twitter {
  color: #55acee;
}

section.header-section .top-row .social li a.twitter:hover {
  background: #55acee;
  color: #fff;
}

section.header-section .top-row .phone-number {
  font-size: 22px;
  font-weight: 800;
  color: #00005f;
  font-family: 'Open Sans', sans-serif;

}
section.header-section .top-row .phone-number a{
  color: #00005f;
  text-decoration: none;
}

section.header-section .top-row .phone-number i {
  color: #b30000;
}

section.header-section .bottom-row,
.search-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
}

.search-container {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 992px) {
  section.header-section .bottom-row,
  .search-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

section.header-section .bottom-row .contact-cta {
  background: #button-top;
  /* Old Browsers */
  /* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #30307d), color-stop(100%, #010160));
  /* Chrome, Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE 10+ */
  background: linear-gradient(to bottom, #30307d 0%, #010160 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30307d', endColorstr='#010160', GradientType=0 );
  /* IE6-9 */
  color: #fff;
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 35px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 5px;
}

.search-form {
  position: relative;
  margin: 0 20px 0 0;
  min-width: 45%
}

@media only screen and (max-width: 992px) {
  section.header-section .bottom-row .search-form {
    margin: 10px 0;
  }
}

.search-form input[type='text'] {
  padding: 0 60px 0 20px;
  background: transparent;
  border: 1px solid #00005f;
  border-radius: 5px;
  width: 100%;
  height: 37px;
  outline: none;
}

.search-form input[type='submit'] {
  height: 37px;
  width: 37px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  font-family: 'FontAwesome';
  font-size: 18px;
  cursor: pointer;
}

section.menu-section {
  background: #b30000;
}

@media only screen and (max-width: 992px) {
  section.menu-section {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 992px) {
  section.menu-section nav.main-menu {
    display: none;
  }
}

section.menu-section nav.main-menu > ul {
  position: relative;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

@media only screen and (max-width: 992px) {
  section.menu-section nav.main-menu > ul {
    height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
}

section.menu-section nav.main-menu > ul > li {
  position: relative;
}
@media only screen and (max-width: 992px) {
  section.menu-section nav.main-menu > ul > li {
    width: 100%;
  }
}
section.menu-section nav.main-menu > ul > li > a {
  text-align: center;
  background: #b30000;
  line-height: 50px;
  height: 50px;
  display: block;
  padding: 0 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 992px) {
  section.menu-section nav.main-menu > ul > li > a {
    text-align: left;
  }
}

section.menu-section nav.main-menu > ul > li:hover > a,
section.menu-section nav.main-menu > ul > li.current-menu-item > a,
section.menu-section nav.main-menu > ul > li.current-menu-ancestor > a {
  background-color: #00005f;
}

section.menu-section nav.main-menu > ul > li:hover > ul {
  display: block;
}

@media only screen and (max-width: 992px) {
  section.menu-section nav.main-menu > ul > li:hover > ul {
    display: none;
  }
}

section.menu-section nav.main-menu > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  list-style-type: none;
  margin: 0;
  background: rgba(0, 0, 95, 0.8);
  min-width: 120%;
  padding: 15px 20px;
  white-space: nowrap;
}

@media only screen and (max-width: 992px) {
  section.menu-section nav.main-menu > ul > li > ul {
    position: static;
    min-width: auto;
    white-space: normal;
    background: #00005f;
  }
  section.menu-section nav.main-menu > ul > li > ul > li > ul {
    display: none;
  }
}

section.menu-section nav.main-menu > ul > li > ul > li {
  margin-bottom: 10px;
}

section.menu-section nav.main-menu > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

section.menu-section nav.main-menu > ul > li > ul > li > a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}

section.menu-section nav.main-menu > ul > li > ul > li > a:hover {
  color: #a0a9f2;
}

section.menu-section nav.main-menu > ul > li.menu-item-has-children > a:after {
  display: inline-block;
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 14px;
  margin-left: 5px;
}

@media only screen and (max-width: 992px) {
  section.menu-section nav.main-menu > ul > li.menu-item-has-children > a:after {
    display: none;
  }
}
section.menu-section nav.main-menu > ul li.menu-item-has-children {
  position: relative;
}
section.menu-section nav.main-menu > ul > li.menu-item-has-children > span {
  position: absolute;
  z-index: 99;
  color: #fff;
  background: #8a0000;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
}

section.menu-section nav.main-menu > ul > li > ul > li.menu-item-has-children > span {
  position: absolute;
  z-index: 99;
  color: #fff;
  background: #020238;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
}

section.menu-section nav.main-menu > ul > li.mega-menu {
  position: static;
}

@media only screen and (max-width: 992px) {
  section.menu-section nav.main-menu > ul > li.mega-menu {
    position: relative;
  }
}

section.menu-section nav.main-menu > ul > li.mega-menu:hover > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  section.menu-section nav.main-menu > ul > li.mega-menu:hover > ul {
    display: none;
  }
}

section.menu-section nav.main-menu > ul > li.mega-menu > ul {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 30px;
  width: 100%;
  min-width: auto;
}

@media only screen and (max-width: 992px) {
  section.menu-section nav.main-menu > ul > li.mega-menu > ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}

section.menu-section nav.main-menu > ul > li.mega-menu > ul > li {
  width: 100%;
}

section.menu-section nav.main-menu > ul > li.mega-menu > ul > li > a {
  font-size: 24px;
  margin-top: 20px;
  transition: all 0.15s ease-in-out;
}

section.menu-section nav.main-menu > ul > li.mega-menu > ul > li > a:hover {
  color: #a0a9f2;
}

section.menu-section nav.main-menu > ul > li.mega-menu > ul > li > ul {
  margin: 20px 0 0;
  padding: 0 10px 0 0;
  list-style-type: none;
}

section.menu-section nav.main-menu > ul > li.mega-menu > ul > li > ul > li {
  margin-bottom: 10px;
}

section.menu-section nav.main-menu > ul > li.mega-menu > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

section.menu-section nav.main-menu > ul > li.mega-menu > ul > li > ul > li > a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}

section.menu-section nav.main-menu > ul > li.mega-menu > ul > li > ul > li > a:hover {
  color: #a0a9f2;
}

section.title-section {
  min-height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  section.title-section {
    min-height: 200px;
  }
}

section.title-section .page-title {
  position: absolute;
  bottom: 0px;
  min-height: 100px;
  padding: 0 30px;
  background-color: rgba(179, 0, 0, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  section.title-section .page-title {
    min-height: 50px;
  }
}

section.title-section .page-title h1 {
  font-size: 60px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
section.form-page-title .page-title h1{
  font-size: 35px;
}

section.title-section .page-title span {
  font-size: 22px;
  font-weight: 500;
}

section.title-section .page-title:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 50px;
  border-color: transparent transparent transparent rgba(179, 0, 0, 0.8);
  left: 100%;
  bottom: 0;
}

@media only screen and (max-width: 992px) {
  section.title-section .page-title {
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 0 15px;
  }
  section.title-section .page-title h1 {
    font-size: 24px;
  }
}

.appointment-popup {
  background-color: #00005f;
  padding: 30px;
  border-radius: 10px;
}

.appointment-popup h3 {
  margin-top: 0;
}

.appointment-popup .wpcf7-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.appointment-popup .wpcf7-form input {
  outline: none;
  margin-bottom: 10px;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  border: none;
  width: 100%;
}

.appointment-popup .wpcf7-form input[type='submit'] {
  margin: 10px 0;
  background-color: #b30000;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.appointment-popup .wpcf7-form input[type='submit']:hover {
  background-color: maroon;
}

.appointment-popup .wpcf7-form select {
  outline: none;
  margin-bottom: 10px;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  border: none;
  width: 100%;

}

.appointment-popup .wpcf7-form textarea {
  outline: none;
  border-radius: 5px;
  border: none;
  padding: 10px;
  width: 100%;
}

section.services-section {
  background-color: #00005f;
}

section.services-section .service-item {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  padding-bottom: 75%;
  transition: all 0.15s ease-in-out;
}
section.services-section .service-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  background-color: rgba(179, 0, 0, 0.8);
  height: 45px;
  color: #fff;
  padding: 0 20px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.15s ease-in-out;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.services-section .service-item:hover span{
  background-color: rgba(0, 0, 95, 0.8);
}
section.services-section .service-item span:after {
  display: block;
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 30px;
  border-color: transparent transparent transparent rgba(179, 0, 0, 0.8);
  transition: all 0.15s ease-in-out;
}
section.services-section .service-item:hover span:after{
  border-color: transparent transparent transparent rgba(0, 0, 95, 0.8);
}
section.services-section .service-item span.service-map {
  background-color: rgba(0, 0, 95, 0.8);
}

section.services-section .service-item span.service-map:after {
  border-color: transparent transparent transparent rgba(0, 0, 95, 0.8);
}

section.services-section .service-item span a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

section.text-section {
  background-color: #f0f8fd;
}

section.text-section .container {
  padding: 75px 15px;
}
@media only screen and (max-width: 992px) {
  section.text-section .container {
    padding: 25px 15px;
  }
}

section.text-section h1 {
  margin-top: 0;
}

section.text-section .section-cta {
  text-align: right;
  margin-top: 30px;
}

section.start-section {
  background-color: #283fa1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIUlEQVQYV2PUcV76n4EIwAhSeGVvNCMhtaMK8YYQ0cEDAIy3Jh6JEn3jAAAAAElFTkSuQmCC);
}

section.start-section .container {
  background-position: bottom left;
  background-repeat: no-repeat;
}

section.start-section .section-bg {
  padding: 75px 15px;
  margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
  section.start-section .section-bg {
    padding: 25px 15px;
    background-color: rgba(40, 63, 161, 0.7);
  }
}

section.start-section h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 600;
  color: #fff;
}

section.start-section .section-content {
  color: #fff;
}

section.start-section .cta {
  background: transparent;
  border: 2px solid #fff;
}

section.start-section .cta:hover {
  background: #fff;
  color: #283fa1;
}

section.testimonials-section {
  position: relative;
}

section.testimonials-section .container {
  position: relative;
  padding: 75px 15px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 992px) {
  section.testimonials-section .container {
    padding: 25px 15px;
  }
}
section.testimonials-section .unslider{
  overflow: visible;
}
section.testimonials-section .unslider:before {
  display: block;
  content: '';
  background-image: url(img/apostrophe.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  width: 80px;
  position: absolute;
  left: -100px;
  top: 0;
}

@media only screen and (max-width: 992px) {
  section.testimonials-section .unslider:before {
    display: none;
  }
}

section.testimonials-section h1 {
  margin-top: 0;
}

section.testimonials-section .testimonials-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

section.testimonials-section .testimonials-body ul li .testimonial-content {
  font-size: 24px;
  margin-bottom: 30px;
  color: #6b6b6b;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  section.testimonials-section .testimonials-body ul li .testimonial-content {
    font-size: 18px;
  }
}

section.testimonials-section .testimonials-body ul li .testimonial-content:before {
  content: '"';
}

section.testimonials-section .testimonials-body ul li .testimonial-content:after {
  content: '"';
}

section.testimonials-section .testimonials-body ul li .testimonial-author {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #b30000;
}

section.testimonials-section .testimonials-body ul li .testimonial-source {
  font-size: 16px;
  color: #6b6b6b;
  margin-bottom: 60px;
}

section.testimonials-section .unslider-arrow {
  display: none;
}

section.testimonials-section .unslider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
}

section.testimonials-section .unslider-nav ol {
  list-style: none;
  text-align: center;
}

section.testimonials-section .unslider-nav ol li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

section.testimonials-section .unslider-nav ol li.unslider-active {
  background: #b30000;
  cursor: default;
}

section.latest-section {
  background-color: #00005f;
  padding: 75px 0 25px;
}

section.latest-section h1 {
  margin-top: 0;
  color: #fff;
}
section.latest-section .latest-grid{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  section.latest-section .latest-grid{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
section.latest-section .latest-item {
  background-color: #fff;
  text-align: center;
  width: 100%;
  margin: 8px;
  padding-bottom: 50px;
  transition: all 0.15s ease-in-out;
  position: relative;
}

section.latest-section .latest-item a {
  display: block;
  text-decoration: none;
  height: 100%;
}

section.latest-section .latest-item img {
  width: 100%;
}

section.latest-section .latest-item p {
  margin: 10px 0;
  color: #00005f;
  font-weight: bold;
  font-size: 16px;
  padding: 0 10px;
}

section.latest-section .latest-item span {
  color: #b30000;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 10px;
}

section.latest-section .latest-item span:after {
  content: '\f105';
  font-family: 'FontAwesome';
  padding-left: 8px;
}

section.latest-section .latest-item:hover {
  background: #283fa1;
}

section.latest-section .latest-item:hover p {
  color: #fff;
}

section.latest-section .latest-item:hover span {
  color: #fff;
}

section.contact-section {
  padding: 75px 0;
  background-image: url(img/contact-bg.png);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 992px) {
  section.contact-section {
    padding: 25px 0;
    background-image: none;
    background-color: #00005f;
  }
}

section.contact-section ::-webkit-input-placeholder {
  color: #fff;
}

section.contact-section :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

section.contact-section ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

section.contact-section :-ms-input-placeholder {
  color: #fff;
}

section.contact-section h1 {
  color: #fff;
  margin-top: 0;
 margin-bottom:0px;
}

section.contact-section .contact-form p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
 margin-top:0px;
}

section.contact-section .contact-form input[type='text'], section.contact-section .contact-form input[type='email'] {
  display: block;
  margin-top: 10px;
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 15px 15px;
  outline: none;
  color: #fff;
}

section.contact-section .contact-form textarea {
  display: block;
  margin-top: 10px;
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 10px 15px;
  outline: none;
  color: #fff;
  resize: none;
}

section.contact-section .contact-form input[type='submit'] {
  font-family: 'Open Sans', sans-serif;
  display: block;
  margin-top: 20px;
  color: #fff;
  background-color: #b30000;
  text-decoration: none;
  padding: 10px 50px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.15s ease-in-out;
}

section.contact-section .contact-form input[type='submit']:hover {
  color: #b30000;
  background: #eee;
}

@media only screen and (max-width: 992px) {
  section.contact-section .contact-form input[type='submit'] {
    display: block;
    margin: 20px auto;
  }
}

section.contact-section .contact-right .contact-details {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px;
}

section.contact-section .contact-right .contact-details h3 {
  margin-top: 0;
}

section.contact-section .contact-right .contact-details span {
  font-weight: 600;
}

section.contact-page-section {
  padding: 50px 0;
}

section.contact-page-section .contact-map iframe {
  width: 100%;
}

section.contact-page-section .contact-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.contact-page-section .contact-grid a {
  width: 48%;
  text-decoration: none;
  margin-bottom: 15px;
}

section.contact-page-section .contact-grid a .contact-item {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  padding-bottom: 75%;
}

section.contact-page-section .contact-grid a .contact-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  background-color: rgba(179, 0, 0, 0.8);
  height: 40px;
  color: #fff;
  padding: 0 15px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.contact-page-section .contact-grid a .contact-item span:after {
  display: block;
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 20px;
  border-color: transparent transparent transparent rgba(179, 0, 0, 0.8);
}

section.contact-page-section .contact-grid a .contact-item span.service-map {
  background-color: rgba(0, 0, 95, 0.8);
}

section.contact-page-section .contact-grid a .contact-item span.service-map:after {
  border-color: transparent transparent transparent rgba(0, 0, 95, 0.8);
}
section.contact-single-section .contact-services ul{
  margin: 0;
}
section.contact-single-section h1{
  margin-top: 0;
}
section.contact-single-section .contact-services a{
  text-decoration: none;
  color: #b30000;
}
section.contact-single-section .contact-services a:hover{
  text-decoration: underline;
}

section.copy-section {
  background-color: #ecf7fd;
  padding: 50px 0;
}

section.copy-section ul.copy-logos {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.copy-section ul.copy-logos img{
  max-width: 80%;
}
@media only screen and (max-width: 992px) {
  section.copy-section ul.copy-logos {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.copy-section ul.copy-logos li {
    margin-bottom: 10px;
  }
}

footer.main-footer {
  padding: 50px 0;
}

@media only screen and (max-width: 992px) {
  footer.main-footer {
    text-align: center;
  }
}

footer.main-footer .footer-menu h3 {
  font-size: 16px;
  color: #00005f;
  text-transform: uppercase;
  font-weight: bold;
}

footer.main-footer .footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

footer.main-footer .footer-menu ul li {
  margin-bottom: 5px;
}

footer.main-footer .footer-menu ul li a {
  color: #333;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

footer.main-footer .footer-menu ul li a:hover {
  color: #283fa1;
}

footer.main-footer .footer-social {
  color: #333;
}

footer.main-footer .footer-social h3 {
  font-size: 16px;
  color: #00005f;
  font-weight: bold;
}

footer.main-footer .footer-social a {
  display: block;
  color: #333;
  text-decoration: none;
  margin-bottom: 5px;
  transition: all 0.15s ease-in-out;
}

footer.main-footer .footer-social a:hover {
  color: #283fa1;
}

footer.main-footer .footer-social span {
  display: block;
}

footer.main-footer .footer-social .social {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}

@media only screen and (max-width: 992px) {
  footer.main-footer .footer-social .social {
    margin: 5px 0;
  }
}

footer.main-footer .footer-social .social li {
  display: inline-block;
  margin-right: 5px;
}

footer.main-footer .footer-social .social li a {
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  width: 28px;
  font-size: 22px;
  border-radius: 2px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}

footer.main-footer .footer-social .social li a.facebook {
  color: #3b5998;
}

footer.main-footer .footer-social .social li a.facebook:hover {
  background: #3b5998;
  color: #fff;
}

footer.main-footer .footer-social .social li a.linkedin {
  color: #007bb5;
}

footer.main-footer .footer-social .social li a.linkedin:hover {
  background: #007bb5;
  color: #fff;
}

footer.main-footer .footer-social .social li a.youtube {
  color: #bb0000;
}

footer.main-footer .footer-social .social li a.youtube:hover {
  background: #bb0000;
  color: #fff;
}

footer.main-footer .footer-social .social li a.twitter {
  color: #55acee;
}

footer.main-footer .footer-social .social li a.twitter:hover {
  background: #55acee;
  color: #fff;
}

footer.main-footer .footer-logo, footer.main-footer .footer-link {
  margin-top: 20px;
  text-align: center;
}

footer.main-footer .footer-logo img, footer.main-footer .footer-link img {
  max-width: 250px;
}

footer.main-footer .footer-copyright {
  text-align: center;
}

section.page-content {
  padding: 50px 0;
}
@media only screen and (max-width: 992px) {
  section.page-content {
    padding: 25px 0;
  }
}
section.page-content .content {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

section.page-content .content ul {
  list-style-image: url(img/dot.png);
}

section.page-content .content h1, section.page-content .content h2, section.page-content .content h3, section.page-content .content h4, section.page-content .content h5 {
  font-family: 'Raleway', sans-serif;
}

section.team-member-section h1 {
  margin: 0px;
}

@media only screen and (max-width: 992px) {
  section.team-member-section h1 {
    margin-top: 20px;
  }
}

section.team-member-section h3 {
  margin-top: 10px;
  color: #b30000;
  font-weight: normal;
}

section.team-member-section img.member-image {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 992px) {
  section.team-member-section img.member-image {
    margin: 0 auto;
    display: block;
  }
}

section.contact-info-section {
  background-color: #ecf7fd;
  padding: 25px 0;
}

section.contact-info-section .info-column h2 {
  margin-top: 10px;
  color: #000060;
  font-size: 24px;
}

section.resources-section {
  padding: 50px 0;
}

section.resources-section .resources-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.resources-section .resources-grid .resources-item {
  width: 30%;
  position: relative;
  margin: 0 1.5%;
  margin-bottom: 30px;
  background-color: #00005f;
  color: #fff;
  padding-bottom: 75px;
  text-align: center;
}
section.resources-section .resources-grid .resources-item .cta{
  position: absolute;
  bottom: 15px;
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  section.resources-section .resources-grid .resources-item {
    width: 100%;
    margin: 10px 0;
  }
}

section.resources-section .resources-grid .resources-item .resources-desc {
  padding: 20px;
  line-height: 20px;
}

section.resources-section .resources-grid .resources-item .resource-image {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  padding-bottom: 75%;
}

section.resources-section .resources-grid .resources-item .resource-image span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  background-color: rgba(179, 0, 0, 0.8);
  height: 45px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 20px;
  text-align: left;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.resources-section .resources-grid .resources-item .resource-image span:after {
  display: block;
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 30px;
  border-color: transparent transparent transparent rgba(179, 0, 0, 0.8);
}

section.resources-section .resources-grid .resources-item .resource-image span.service-map {
  background-color: rgba(0, 0, 95, 0.8);
}

section.resources-section .resources-grid .resources-item .resource-image span.service-map:after {
  border-color: transparent transparent transparent rgba(0, 0, 95, 0.8);
}

section.resources-section .resources-grid .resources-item .resource-image span a {
  text-decoration: none;
  color: #fff;
}

section.news-section {
  padding: 50px 0;
}

section.news-section .news-list-wrapper {
  border-bottom: 2px solid #ccc;
}

section.news-section .news-list-wrapper .news-list {
  padding-bottom: 50px;
}

section.news-section .news-list-wrapper .news-list h2 {
  margin-top: 0;
}

section.news-section .news-list-wrapper .news-list .cta-area {
  text-align: right;
}

section.news-section .news-list-wrapper .news-single {
  padding-bottom: 50px;
}

section.news-section .news-list-wrapper .news-single h2 {
  margin: 0;
}

section.news-section .news-list-wrapper .news-single .date {
  margin: 10px 0 25px;
  font-size: 14px;
  color: #666;
}

section.news-section .news-list-wrapper .news-single .cta-area {
  text-align: right;
}

section.news-section .pagination {
  margin-top: 20px;
  text-align: center;
}

section.news-section .pagination a {
  padding: 15px 40px;
  border-radius: 5px;
  display: inline-block;
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}

section.news-section .pagination .pagination-older a {
  color: #00005f;
  border: 2px solid #00005f;
}

section.news-section .pagination .pagination-older a:before {
  content: '\f104';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

section.news-section .pagination .pagination-older a:hover {
  color: #fff;
  background: #00005f;
}

section.news-section .pagination .pagination-next a {
  margin-left: 20px;
  color: #b30000;
  border: 2px solid #b30000;
}

section.news-section .pagination .pagination-next a:hover {
  color: #fff;
  background: #b30000;
}

@media only screen and (max-width: 992px) {
  section.news-section .pagination .pagination-next a {
    margin: 20px 0;
  }
}

.sidebar-items .sidebar-subscribe {
  background-color: #00005f;
  padding: 30px 20px;
  color: #fff;
}

.sidebar-items .sidebar-subscribe h3 {
  text-align: center;
  font-size: 26px;
  margin: 0;
}

.sidebar-items .sidebar-subscribe p {
  text-align: center;
}

.sidebar-items .sidebar-subscribe form input[type='text'], .sidebar-items .sidebar-subscribe form input[type='email'] {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  outline: none;
}

.sidebar-items .sidebar-subscribe form input[type='submit'] {
  outline: none;
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  padding: 0 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #b30000;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.sidebar-items .sidebar-subscribe form input[type='submit']:hover {
  color: #b30000;
  background: #eee;
}

.sidebar-items .sidebar-get-started {
  margin-top: 20px;
  padding: 30px 20px 0;
  color: #fff;
  background-color: #283fa1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIUlEQVQYV2PUcV76n4EIwAhSeGVvNCMhtaMK8YYQ0cEDAIy3Jh6JEn3jAAAAAElFTkSuQmCC);
}

.sidebar-items .sidebar-get-started h3 {
  text-align: center;
  font-size: 26px;
  margin: 0;
}

.sidebar-items .sidebar-get-started .cta {
  text-align: center;
  display: block;
  text-align: center;
}

.sidebar-items .sidebar-get-started img {
  margin-top: 20px;
  display: block;
  margin: 20px auto 0;
  max-width: 200px;
}
/* Visual Form Builder */

.vfbp-form {

}
.vfbp-form .vfb-control-label{
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #00005f;
}
.patient-survey-form .vfbp-form .vfb-fieldType-range-slider .vfb-control-label,
.patient-survey-form .vfbp-form .vfb-fieldType-textarea .vfb-control-label,
.patient-survey-form .vfbp-form .vfb-fieldType-radio .vfb-control-label {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #00005f;
}
.vfbp-form .irs{
  height: 50px;
}
.vfbp-form .vfb-fieldType-range-slider .irs-min:after{
  content: 'UNLIKELY';
  color: #fff;
  font-size: 14px;
}
.vfbp-form .vfb-fieldType-range-slider .irs-max:after{
  content: 'HIGHLY LIKELY';
  color: #fff;
  font-size: 14px;
}
.vfbp-form .vfb-fieldType-range-slider .irs-min,
.vfbp-form .vfb-fieldType-range-slider .irs-max,
.vfbp-form .vfb-fieldType-range-slider .irs-single {
  background-color: #b30000;
  color: #b30000;
  padding: 0px 5px;
  font-size: 0px;
  visibility: visible !important;
}
.vfbp-form .vfb-fieldType-range-slider .irs-single{
  display: none;
}
.vfbp-form .vfb-fieldType-range-slider .irs-line-left,
.vfbp-form .vfb-fieldType-range-slider .irs-line-mid,
.vfbp-form .vfb-fieldType-range-slider .irs-line-right {
  background: #ccccdf;
}
.vfbp-form .vfb-fieldType-range-slider .irs-bar,
.vfbp-form .vfb-fieldType-range-slider .irs-bar-edge {
  display: none;
}
.vfbp-form .vfb-fieldType-range-slider .irs-slider.single {
  top: 25px;
  background: transparent;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #b50000 transparent transparent transparent;
  cursor: pointer;
}
.vfbp-form .form-slider-numbers{
  margin-top: -35px;
  font-family: 'Raleway', sans-serif;
  color: #283fa1;
  font-weight: bold;
  font-size: 18px;
}
.vfbp-form .form-slider-numbers ul{
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vfbp-form .form-slider-numbers ul li{
  padding-left: 12px;
}
.vfbp-form .vfb-radio label{
  font-size: 18px !important;
  color: #283fa1;
  font-weight: bold;
}
.vfbp-form .vfb-fieldType-submit{
  text-align: center;
}
.vfbp-form button[type='submit'] {
  background-color: #b50000;
  padding: 15px 50px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  border: none;
  transition: all 0.15s ease-in-out;
}
.vfbp-form button[type='submit']:hover{
  background-color: #eee;
  color: #00005f;
}
.vfbp-form input[type='text'] {
  max-width: 350px;
  outline: none;
  box-shadow: none !important;
}
.vfbp-form textarea{
  max-height: 100px;
  outline: none;
  box-shadow: none !important;
}
.vfbp-form input[type='text']:focus,
.vfbp-form textarea:focus{
  border-color: #00005f !important;
}
.wpcf7-response-output {
  background-color: #fff;
}
.vfbp-form h2 {
  font-size: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid #aaa;
}
.vfbp-form .question-group-end{
  border-bottom: 1px solid #ddd;
}
.vfbp-form .vfb-fieldType-instructions label{
  display: none;
}
/* VFB FORM RANGE SLIDER MIN AND MAX VALUES */

#vfbField290 .irs-min:after{
  content: 'Never/None';
}
#vfbField290 .irs-max:after{
  content: 'Constant/Severe';
}
#vfbField291 .irs-min:after{
  content: 'Not at all';
}
#vfbField291 .irs-max:after{
  content: 'In every aspect of life';
}
#vfbField292 .irs-min:after{
  content: 'Not at all';
}
#vfbField292 .irs-max:after{
  content: 'In every aspect of life';
}
#vfbField818 .irs-min:after{
  content: 'Not at all';
}
#vfbField818 .irs-max:after{
  content: 'All the time';
}
#vfbField911 .irs-min:after{
  content: 'Not at all';
}
#vfbField911 .irs-max:after{
  content: 'All the time';
}

#vfbField984 .irs-min,
#vfbField986 .irs-min,
#vfbField988 .irs-min,
#vfbField990 .irs-min,
#vfbField992 .irs-min,
#vfbField994 .irs-min,
#vfbField1007 .irs-min,
#vfbField1009 .irs-min,
#vfbField1011 .irs-min,
#vfbField1013 .irs-min,
#vfbField1015 .irs-min,
#vfbField1017 .irs-min,
#vfbField1022 .irs-min,
#vfbField1024 .irs-min,
#vfbField1026 .irs-min,
#vfbField1035 .irs-min,
#vfbField1037 .irs-min,
#vfbField1039 .irs-min{
  display: none;
}
#vfbField984 .irs-max,
#vfbField986 .irs-max,
#vfbField988 .irs-max,
#vfbField990 .irs-max,
#vfbField992 .irs-max,
#vfbField994 .irs-max,
#vfbField1007 .irs-max,
#vfbField1009 .irs-max,
#vfbField1011 .irs-max,
#vfbField1013 .irs-max,
#vfbField1015 .irs-max,
#vfbField1017 .irs-max,
#vfbField1022 .irs-max,
#vfbField1024 .irs-max,
#vfbField1026 .irs-max,
#vfbField1035 .irs-max,
#vfbField1037 .irs-max,
#vfbField1039 .irs-max{
  display: none;
}
#vfbField1049 .irs-min:after,
#vfbField1051 .irs-min:after,
#vfbField1053 .irs-min:after,
#vfbField1055 .irs-min:after,
#vfbField1057 .irs-min:after,
#vfbField1059 .irs-min:after{
  content: 'No problem';
}
#vfbField1049 .irs-max:after,
#vfbField1051 .irs-max:after,
#vfbField1053 .irs-max:after,
#vfbField1055 .irs-max:after,
#vfbField1057 .irs-max:after,
#vfbField1059 .irs-max:after{
  content: 'Big problem';
}

#vfbField1083 .irs-min:after,
#vfbField1086 .irs-min:after,
#vfbField1089 .irs-min:after,
#vfbField1092 .irs-min:after,
#vfbField1095 .irs-min:after,
#vfbField1098 .irs-min:after,
#vfbField1101 .irs-min:after,
#vfbField1104 .irs-min:after{
  content: 'Not at all';
}
#vfbField1083 .irs-max:after,
#vfbField1086 .irs-max:after,
#vfbField1089 .irs-max:after,
#vfbField1092 .irs-max:after,
#vfbField1095 .irs-max:after,
#vfbField1098 .irs-max:after,
#vfbField1101 .irs-max:after,
#vfbField1104 .irs-max:after{
  content: 'A great deal';
}

#vfbField1160 .irs-min:after,
#vfbField1162 .irs-min:after{
  content: 'Little';
}
#vfbField1160 .irs-max:after,
#vfbField1162 .irs-max:after{
  content: 'A lot';
}

#vfbField1164 .irs-min:after,
#vfbField1166 .irs-min:after,
#vfbField1168 .irs-min:after,
#vfbField1170 .irs-min:after,
#vfbField1172 .irs-min:after,
#vfbField1174 .irs-min:after{
  content: 'Never';
}
#vfbField1164 .irs-max:after,
#vfbField1166 .irs-max:after,
#vfbField1168 .irs-max:after,
#vfbField1170 .irs-max:after,
#vfbField1172 .irs-max:after,
#vfbField1174 .irs-max:after{
  content: 'Always';
}

#vfbField1176 .irs-min:after,
#vfbField1178 .irs-min:after,
#vfbField1180 .irs-min:after,
#vfbField1182 .irs-min:after{
  content: 'Not very well';
}
#vfbField1176 .irs-max:after,
#vfbField1178 .irs-max:after,
#vfbField1180 .irs-max:after,
#vfbField1182 .irs-max:after{
  content: 'Very well';
}


.emodal-close {
  background-color: #00005f !important;
  font-family: 'Open Sans' !important;
}

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

.breadcrumbs {
  margin-top: 10px
}

.breadcrumbs span {
  font-weight: bold;
}

blockquote {
  font-style: italic;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #666;
}

blockquote p {
  margin: 0;
  font-size: 20px !important;
  /*font-family: 'Georgia' !important;*/
}

.testimonials-name {
  font-size: 18px !important;
}

.content table {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}







.side-quote-image {
    background: #fff;
    display: flex;
    width: 100px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.btn-popup {
    padding: 12px 28px;
    background-color: #18186e;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    border: 0px;
    width: 250px;
}

.side-panel {
  position: fixed;
  right: 0;
  top: 29%;
  background-color: #ac0202;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  padding: 25px 0px;
  text-align: center;
  z-index: 1041;
  transform: translateX(0);
  transition: all 0.2s;
}
.side-panel i {
  color: #ffffff;
}
.side-panel h2 {
  color: black;
  font-weight: bold;
  padding: 16px 20px 16px;
}

.equ_btn {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -149px;
    margin-top: 111px;
    transform: rotate(-90deg);
    padding: 8px 16px;
    background-color: #18186e;
    color: #ffffff;
    cursor: pointer;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
}

.equ_btn2 {

    position: absolute;
    left: 0;
    margin-left: -119px;
    transform: rotate(-90deg);
    padding: 16px;
    background-color: #B4B6B6;
    color: black;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    bottom: 75px;
    font-family: 'LeagueSpartan', sans-serif;

}

.bg-half {
  background-image: url(https://nesthomeservices.com.au/wp-content/uploads/2018/11/kitchen-spring-clean.jpg);
background-size: 100% 100%;
min-height: 625px !important;
}
.modal-content {
  overflow: hidden;
}
.img-lg {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.close.xs {
  position: absolute;
  right: 0;
  top: 0;
  margin: 14px 32px !important;
}
.hide_p {
  transform: translateX(290px);
}

@media all and (max-width: 550px) {
  .bg-half {
    display: none;
  }
  .side-panel {
    left: 0;
    bottom: 0;
    top: 50%;
    width: 100%;
    transform: translateY(0);
  }
  .equ_btn {
    left: 50%;
    top: 0;
    margin-left: 0;
    margin-top: -55px;
    transform: rotate(0);
  }
  
    .equ_btn2 {
        z-index:-1;
    left: 5%;
    height:56px;
    top: 0;
    margin-left: 0;
    margin-top: -55px;
    transform: rotate(0);
  }
  .hide_p {
    transform: translateY(330px);
  }
  .fa-5x.xs {
    font-size: 4em;
  }
}











