@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");
html.sr .right-reveal,
html.sr .left-reveal,
html.sr .bottom-reveal {
  visibility: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #232323;
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #dd1c4c;
}
a:hover {
  color: #c11043;
}

img {
  width: 100%;
}

a:focus,
.btn:focus,
button:focus {
  outline: none;
}

ul, ol {
  padding-left: 20px;
}

p, ul, ol {
  line-height: 1.9;
  margin-bottom: 35px;
}

h1 {
  font-size: 50px;
  font-weight: 900;
  padding: 30px 0 30px 50px;
  border-left: 4px solid #dd1c4c;
  line-height: 1.2;
  margin-bottom: 50px;
}
h1 .h1-sm {
  font-size: 0.6em;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 40px;
    padding: 25px 0 25px 40px;
    border-left: 3px solid #dd1c4c;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    padding: 20px 0 20px 30px;
    border-left: 2px solid #dd1c4c;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 25px;
    padding: 15px 0 15px 25px;
    margin-bottom: 25px;
  }
}

.top-banner h1 {
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 35px;
  color: #232323;
  line-height: 1.3;
  position: relative;
  padding-bottom: 35px;
}
h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #00a4b0;
}
h2 .h2-sm {
  font-weight: 400;
  font-size: 0.65em;
  display: block;
  margin-top: 5px;
  color: #232323;
  position: relative;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

h2.no-line {
  padding: 0;
  border: none;
}
h2.no-line::after {
  display: none;
}

h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 1.3;
}
h3 .sm-h3 {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  margin-top: 8px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
h4 .sm-h4 {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
  margin-top: 3px;
  color: #00a4b0;
}

.standard-btn {
  background: #00a4b0;
  font-size: 0.75em;
  padding: 15px 50px 17px;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  transition: 0.25s all linear;
}
.standard-btn:hover {
  background: #028184;
  color: #fff;
  text-decoration: none;
}

.top-banner .standard-btn {
  background: #dd1c4c;
  color: #fff;
}
.top-banner .standard-btn:hover {
  background: #c11043;
}

/*-- HEADER --*/
.primary-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.primary-header #top-bar {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
  background: #00a4b0;
  z-index: 1;
  position: relative;
}
.primary-header #top-bar a {
  float: right;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  margin-left: 25px;
  letter-spacing: 1px;
}
.primary-header #top-bar a:last-of-type {
  margin-left: 0;
}
.primary-header #top-bar a i {
  margin-right: 2px;
}
@media (max-width: 767px) {
  .primary-header #top-bar a {
    font-size: 10px;
    letter-spacing: 0;
  }
}

.navbar {
  position: relative;
  z-index: 0;
  padding: 25px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .navbar {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding-bottom: 0;
  }
}
.navbar #navbarCollapse {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .navbar #navbarCollapse {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .navbar #navbarCollapse {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .navbar #navbarCollapse {
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
    background: #f8f8f8;
  }
}
@media (max-width: 767px) {
  .navbar .container-1400 {
    width: 100%;
  }
}
.navbar ul.navbar-nav li,
.navbar ul.navbar-nav ul {
  list-style-type: none;
  padding: 0;
}
.navbar ul.navbar-nav > li {
  margin-left: 35px;
  position: relative;
}
.navbar ul.navbar-nav > li:hover > a {
  color: #dd1c4c;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .navbar ul.navbar-nav > li {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .navbar ul.navbar-nav > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #efefef;
    text-align: center;
  }
  .navbar ul.navbar-nav > li:hover > a {
    background: #dd1c4c;
    color: #fff;
    text-decoration: none;
  }
}
.navbar ul.navbar-nav > li > a {
  font-size: 14px;
  font-weight: 700;
  color: #232323;
  padding: 20px 0;
  line-height: 3;
}
@media (max-width: 1199px) {
  .navbar ul.navbar-nav > li > a {
    font-size: 12px;
    text-transform: none;
  }
}
@media (max-width: 991px) {
  .navbar ul.navbar-nav > li > a {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .navbar ul.navbar-nav > li > a {
    font-size: 14px;
    padding: 15px 0;
    display: block;
    line-height: 1;
  }
}
.navbar #contact-btn {
  background: #00a4b0;
  color: #fff;
  padding: 12px 25px 14px;
  font-size: 12px;
  margin-left: 40px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  transition: 0.25s all linear;
}
@media (max-width: 1199px) {
  .navbar #contact-btn {
    padding: 12px 20px 14px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .navbar #contact-btn {
    padding: 12px 17px 14px;
    font-size: 9px;
    letter-spacing: 1px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .navbar #contact-btn {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.navbar #contact-btn:hover {
  background: #028184;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar #contact-btn {
    margin: 20px;
  }
}
.navbar .navbar-toggler {
  position: absolute;
  right: 4%;
  top: 24px;
  width: 40px;
  padding: 0;
  border: none;
}
.navbar .dropdown-toggle::after {
  margin-left: 8px;
}
.navbar .animated-icon {
  width: 100%;
  height: 24px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar .animated-icon span {
  display: block;
  position: absolute;
  background: #dd1c4c;
  height: 4px;
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navbar .animated-icon span:nth-child(1) {
  top: 0px;
}
.navbar .animated-icon span:nth-child(2), .navbar .animated-icon span:nth-child(3) {
  top: 50%;
  margin-top: -2px;
}
.navbar .animated-icon span:nth-child(4) {
  bottom: 0px;
}
.navbar .animated-icon.open span:nth-child(1),
.navbar .animated-icon.open span:nth-child(4) {
  top: 50%;
  width: 0%;
  margin-top: -2px;
  left: 50%;
}
.navbar .animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar .sub-menu {
  position: absolute;
  top: 45px;
  left: 0;
  width: 220px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  /*visibility:hidden;*/
  max-height: 0;
  overflow: hidden;
  transition: 0.35s max-height linear;
}
@media (max-width: 767px) {
  .navbar .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    border: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    width: 100%;
  }
}
.navbar .sub-menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #efefef;
  color: #232323;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .navbar .sub-menu a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .navbar .sub-menu a {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .navbar .sub-menu a {
    font-size: 14px;
  }
}
.navbar .sub-menu a:hover {
  background: #efefef;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navbar .sub-menu a {
    background: #232323;
    color: #fff;
    border-bottom: 1px solid #000;
  }
  .navbar .sub-menu a:hover {
    background: #00a4b0;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .navbar .sub-menu li:first-of-type a {
    border-top: 3px solid #dd1c4c;
  }
}
.navbar .menu-item-has-children.expanded .sub-menu {
  /*visibility: visible;*/
  max-height: 200px;
  transition: 0.35s max-height linear;
}
.navbar #logo {
  width: 196px;
  float: left;
}
@media (max-width: 1199px) {
  .navbar #logo {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .navbar #logo {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .navbar #logo {
    margin: 0 0 15px 4%;
  }
}

/*-- BODY STYLES --*/
#wrapper {
  margin-top: 155px;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #wrapper {
    margin-top: 138px;
  }
}
@media (max-width: 991px) {
  #wrapper {
    margin-top: 110px;
  }
}

.top-banner {
  width: 100%;
  height: auto;
  background-image: url("/assets/img//banners/home-top.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #232323;
  float: left;
  position: relative;
}
.top-banner h1 {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24);
}
.top-banner .banner-content {
  width: 92%;
  max-width: 1400px;
  margin: 190px auto 250px;
  position: relative;
  z-index: 10;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .top-banner .banner-content {
    margin: 140px auto 190px;
  }
}
@media (max-width: 767px) {
  .top-banner .banner-content {
    margin: 90px auto 120px;
  }
}
@media (max-width: 575px) {
  .top-banner .banner-content {
    margin: 70px auto 80px;
  }
}
.top-banner .banner-content a {
  float: left;
}
.top-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60%;
  background: black;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 0;
}
.top-banner:after {
  content: "";
  background: url("/assets/img/banner-bottom.svg") center bottom;
  background-size: 100% 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 15;
}
@media (max-width: 1199px) {
  .top-banner:after {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .top-banner:after {
    height: 35px;
  }
}

section {
  width: 100%;
  padding: 100px 0;
  float: left;
}
@media (max-width: 1199px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
section.grey-ground {
  background: #f8f8f8;
}
section .left-image {
  padding-right: 60px;
}
@media (max-width: 1199px) {
  section .left-image {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  section .left-image {
    padding-right: 15px;
  }
}
section .left-image img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
section .right-image {
  padding-left: 60px;
}
@media (max-width: 1199px) {
  section .right-image {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  section .right-image {
    padding-left: 15px;
  }
}
section .right-image img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
section .left-gallery {
  padding-right: 100px;
}
@media (max-width: 1199px) {
  section .left-gallery {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  section .left-gallery {
    padding-right: 15px;
  }
}
section .text-block {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  section .text-block {
    padding-top: 30px;
  }
}

section.img-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 0;
}
@media (max-width: 991px) {
  section.img-bg {
    padding: 550px 0 0;
    background-size: auto 700px;
    background-position: left top;
  }
}
@media (max-width: 767px) {
  section.img-bg {
    padding: 450px 0 0;
    background-size: auto 550px;
  }
}
@media (max-width: 575px) {
  section.img-bg {
    padding: 350px 0 0;
    background-size: auto 450px;
  }
}

.container-1400 {
  width: 92%;
  margin: 0 auto;
  max-width: 1400px;
}

.service-link img {
  position: relative;
  z-index: 0;
}
.service-link .col-content {
  padding: 40px 30px;
  margin: -50px 5% 0;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 90%;
}
.service-link .col-content h3 {
  margin-bottom: 15px;
}
.service-link .col-content p {
  margin-bottom: 25px;
}
.service-link .col-content .standard-btn {
  float: none;
  display: inline-block;
}

.white-block {
  background: #fff;
  height: auto;
  overflow: hidden;
  padding: 70px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
  .white-block {
    padding: 55px;
  }
}
@media (max-width: 767px) {
  .white-block {
    padding: 40px;
  }
}

.community-link {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  display: block;
}
.community-link img {
  width: 100%;
  display: block;
}

#homepage-gallery {
  position: relative;
}
#homepage-gallery .carousel-control-prev,
#homepage-gallery .carousel-control-next {
  width: 70px;
  height: 70px;
  background: #dd1c4c;
  position: absolute;
  right: -35px !important;
  left: auto;
  top: 50%;
  opacity: 1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 0 0 4pt rgba(221, 28, 76, 0.4);
  transition: 0.25s all linear;
}
#homepage-gallery .carousel-control-prev:hover,
#homepage-gallery .carousel-control-next:hover {
  box-shadow: 0 0 0 7pt rgba(221, 28, 76, 0.4);
}
@media (max-width: 1199px) {
  #homepage-gallery .carousel-control-prev:hover,
#homepage-gallery .carousel-control-next:hover {
    box-shadow: 0 0 0 3pt rgba(221, 28, 76, 0.4);
  }
}
@media (max-width: 1199px) {
  #homepage-gallery .carousel-control-prev,
#homepage-gallery .carousel-control-next {
    width: 60px;
    height: 60px;
    right: -30px !important;
    box-shadow: none;
  }
}
#homepage-gallery .carousel-control-next {
  margin-top: -80px;
}
@media (max-width: 1199px) {
  #homepage-gallery .carousel-control-next {
    margin-top: -70px;
  }
}
@media (max-width: 991px) {
  #homepage-gallery .carousel-control-next {
    margin-top: -30px;
    right: 25px !important;
  }
}
#homepage-gallery .carousel-control-prev {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  #homepage-gallery .carousel-control-prev {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  #homepage-gallery .carousel-control-prev {
    margin-top: -30px;
    right: auto;
    left: 25px;
  }
}
#homepage-gallery .carousel-inner {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.doctor {
  /*background:#232323;
  color:#fff;*/
  height: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.doctor h3 {
  padding: 20px 0 20px 35px;
  border-left: 4px solid #dd1c4c;
  color: #232323;
}
.doctor h3 .sm-h3 {
  color: #dd1c4c;
}
@media (max-width: 991px) {
  .doctor h3 {
    padding: 15px 0 15px 25px;
    border-left: 3px solid #dd1c4c;
  }
}
@media (max-width: 767px) {
  .doctor h3 {
    padding: 12px 0 12px 20px;
    border-left: 2px solid #dd1c4c;
  }
}
.doctor .doctor-image {
  position: absolute;
  width: 30%;
  height: 100%;
  background-color: #000;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .doctor .doctor-image {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .doctor .doctor-image {
    width: 100%;
    height: 500px;
    position: relative;
    background-position: center center;
  }
}
@media (max-width: 767px) {
  .doctor .doctor-image {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .doctor .doctor-image {
    height: 300px;
  }
}
.doctor .doctor-details {
  padding: 70px;
  margin-left: 30%;
}
@media (max-width: 1199px) {
  .doctor .doctor-details {
    margin-left: 40%;
  }
}
@media (max-width: 991px) {
  .doctor .doctor-details {
    margin-left: 0;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .doctor .doctor-details {
    padding: 30px;
  }
}

.team-member {
  text-align: center;
  margin-bottom: 60px;
}
.team-member img {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

hr {
  width: 100%;
  height: 2px;
  border: none;
  background: #efefef;
  margin: 0;
  float: left;
}

/*-- FOOTER --*/
footer {
  width: 100%;
  background: #232323;
  float: left;
  padding: 120px 0 90px;
  position: relative;
}
@media (max-width: 1199px) {
  footer {
    padding: 100px 0 70px;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 80px 0 60px;
  }
}
footer * {
  transition: 0.25s all linear;
}
footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: url(/assets/img/footer-top.svg);
  background-size: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  footer:after {
    height: 50px;
  }
}
@media (max-width: 767px) {
  footer:after {
    height: 35px;
  }
}
footer hr {
  width: 100%;
  height: 1px;
  background: #333333;
  border: none;
  margin: 0 0 25px;
}
footer a.social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  float: right;
  margin-left: 3px;
  background: #333;
  color: #fff;
}
footer a.social:hover {
  background: #dd1c4c;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer a.social {
    float: left;
    margin-top: 20px;
  }
}
footer .copyright {
  font-size: 10px;
  margin: 0;
  color: #ccc;
}
footer .copyright a {
  color: #ccc;
}
footer #footer-logo {
  width: 196px;
  float: left;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  footer #footer-logo {
    width: 150px;
  }
}
@media (max-width: 991px) {
  footer #footer-logo {
    width: 130px;
  }
}
footer .footer-col {
  margin-left: 50px;
  float: right;
  margin-bottom: 40px;
}
footer .footer-col:last-of-type {
  margin-left: 0;
}
@media (max-width: 1199px) {
  footer .footer-col {
    margin-bottom: 30px;
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  footer .footer-col {
    margin-bottom: 25px;
  }
}
footer .footer-col h3 {
  font-size: 14px;
  margin-bottom: 5px;
  color: #dd1c4c;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  footer .footer-col h3 {
    font-size: 13px;
  }
}
footer .footer-col p, footer .footer-col a {
  color: #efefef;
  font-size: 12px;
}
footer .footer-col a:hover {
  text-decoration: none;
  color: #dd1c4c;
}
footer .footer-col p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  footer .footer-col {
    float: left;
    clear: both;
    margin-left: 0;
    margin-right: 50px;
  }
}

.form-wrapper {
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media (max-width: 575px) {
  .form-wrapper {
    padding: 30px;
  }
}

.contact-cols {
  margin-bottom: 35px;
}
.contact-cols p {
  margin-bottom: 0;
  padding: 20px 0;
  border-top: 1px solid #efefef;
  line-height: 1.6;
}
.contact-cols p:first-of-type {
  border-top: none;
  padding-top: 0;
}
.contact-cols p:last-of-type {
  border-bottom: 1px solid #efefef;
}
.contact-cols p a {
  color: #232323;
}
.contact-cols p a:hover {
  color: #dd1c4c;
}

.patient-resource {
  text-align: center;
  display: block;
  padding: 35px 25px;
  transition: 0.25s all linear;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.patient-resource:hover {
  background: #00a4b0;
  text-decoration: none;
}
.patient-resource:hover h4 {
  color: #fff;
}
.patient-resource img {
  width: 70px;
  display: inline-block;
}
.patient-resource h4 {
  transition: 0.25s all linear;
  color: #232323;
  margin: 15px 0 0;
}

/*# sourceMappingURL=style.css.map */
