/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Marcellis Centre Medical
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap");
.animated-effect, .sub-services .box .sub-service-entry ul li:before, .service-details ul li:before, .article-content .article-share ul li a, .news .news-item .news-info .news-title, .news .news-item .news-thumbnail, .contact .contact-item span, .contact .contact-item:before, .our-services ul.nav .nav-item .nav-link:before, .our-services ul.nav .nav-item .nav-link, .main-services .main-service, footer.page-footer .nav.social-nav .nav-item .nav-link, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.2s ease all;
}

.animated-long-effect, .main .main-slide .main-slide-info .btn, .main .main-slide .main-slide-info p, .main .main-slide .main-slide-info h2, .main .main-slide .main-slide-info, .main .main-slide, .navbar, header.page-header {
  transition: 0.4s ease all;
}

.active-effect, .article-content .article-share ul li a:active, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-primary:active, footer.page-footer .nav.social-nav .nav-item .nav-link:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .sub-main .section-image img.section-bg, .main .main-slide .main-slide-bg {
  user-select: none;
}

.disable-clicks, .sub-main .section-image img.section-bg, .main .main-slide .main-slide-bg {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "Mulish", sans-serif;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 14px;
  }
}

body {
  padding-top: 10.3rem;
}
@media (max-width: 767.9px) {
  body {
    padding-top: 7.85rem;
  }
}

header.page-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header.page-header.active {
  transform: translateY(-2.85rem);
  box-shadow: rgba(68, 85, 93, 0.05) 0 0.25rem 1rem;
}
@media (max-width: 767.9px) {
  header.page-header.active {
    transform: none;
  }
}
header.page-header.active .navbar {
  padding: 1.5rem 0;
}
@media (max-width: 767.9px) {
  header.page-header.active .navbar {
    padding: 1rem 0;
  }
}

.top-bar {
  padding: 0.75rem 0 0 0;
}
@media (max-width: 767.9px) {
  .top-bar {
    display: none;
  }
}
.top-bar .container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(68, 85, 93, 0.1);
  padding-bottom: 0.75rem;
}
.top-bar .top-bar-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 1.5rem;
  font-size: 0.9rem;
  color: #44555d;
}
.top-bar .top-bar-item img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.top-bar .top-bar-item span {
  display: block;
}

.navbar {
  padding: 2rem 0;
}
@media (max-width: 767.9px) {
  .navbar {
    padding: 1rem 0;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav {
    padding: 1rem 0 0 0;
  }
}
.navbar .navbar-nav .nav-item {
  margin-right: 1rem;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 0.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item {
    margin-right: 0;
    margin-left: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #44555d;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #64d9ea;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:active {
  color: #64d9ea;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar .navbar-nav .nav-item .btn img {
    display: none;
  }
}
.navbar .navbar-toggler {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0.25rem;
  font-size: 1.1rem;
}

.navbar-brand {
  padding: 0;
  margin: -1.5rem 0;
  position: relative;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .navbar-brand {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .navbar-brand {
    margin-right: 0;
  }
}
@media (max-width: 767.9px) {
  .navbar-brand {
    margin: 0;
  }
}
.navbar-brand img {
  width: 6.5rem;
  position: relative;
  display: block;
}
.navbar-brand strong {
  display: block;
  line-height: 1;
  color: #44555d;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .navbar-brand strong {
    font-size: 1.1rem;
  }
}
.navbar-brand span {
  display: block;
  line-height: 1;
  color: #44555d;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (max-width: 767.9px) {
  .navbar-brand span {
    font-size: 1.1rem;
  }
}

footer.page-footer {
  padding: 5rem 0;
  background: #44555d;
}
footer.page-footer .navbar-brand {
  filter: brightness(0) invert(1);
  padding-left: 0;
}
footer.page-footer .navbar-brand img {
  width: 10.5rem;
  height: auto;
  margin-left: -0.5rem;
  position: relative;
}
footer.page-footer h5 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer h5 {
    margin: 2rem 0 0.5rem 0;
  }
}
footer.page-footer p {
  color: #fff;
}
footer.page-footer hr {
  margin: 3.5rem 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  opacity: 1;
}
footer.page-footer .nav .nav-item .nav-link {
  color: #fff;
  padding: 0.65rem 0;
  font-weight: 600;
  font-size: 1.25rem;
  display: flex;
  line-height: 1.2;
  align-items: center;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  footer.page-footer .nav .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .nav .nav-item .nav-link {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.9px) {
  footer.page-footer .nav .nav-item .nav-link {
    font-size: 1.1rem;
  }
}
footer.page-footer .nav .nav-item .nav-link:hover {
  color: #64d9ea;
}
footer.page-footer .nav .nav-item .nav-link img {
  filter: brightness(0) invert(1);
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.25rem 0.75rem -0.25rem 0;
}
footer.page-footer .nav.social-nav .nav-item {
  margin-right: 0.5rem;
}
footer.page-footer .nav.social-nav .nav-item .nav-link {
  display: block;
  width: 3rem;
  height: 3rem;
  border: none;
  padding: 0.75rem;
  line-height: 1;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
}
footer.page-footer .nav.social-nav .nav-item .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
}
footer.page-footer .nav.social-nav .nav-item .nav-link:active {
  background: rgba(255, 255, 255, 0.25);
}
footer.page-footer .nav.social-nav .nav-item .nav-link img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  filter: brightness(0) invert(1);
}
footer.page-footer .mobile-tablet-cta {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 99;
}
@media (max-width: 767.9px) {
  footer.page-footer .mobile-tablet-cta {
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }
}

.btn {
  font-weight: 600;
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .btn {
    padding: 0.5rem 1.25rem;
  }
}
.btn img {
  width: 1.25rem;
  height: 1.25rem;
  margin: -0.25rem -0.25rem -0.25rem 0.75rem;
}
.btn.btn-lg {
  font-size: 1.1rem;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .btn.btn-lg {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .btn.btn-lg {
    font-size: 1rem;
  }
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(68, 85, 93, 0.15) 0 0.25rem 1rem;
}
.btn.btn-primary {
  background: #64d9ea;
  border-color: #64d9ea;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #7adfed;
  border-color: #7adfed;
}
.btn.btn-primary:active {
  background: #91e4f0;
  border-color: #91e4f0;
}
.btn.btn-primary img {
  filter: brightness(0) invert(1);
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #44555d;
}
.btn.btn-dark {
  background: #44555d;
  border-color: #44555d;
  color: #fff;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #5a707a;
  border-color: #5a707a;
  color: #fff;
}
.btn.btn-dark:active {
  background: #708a97;
  border-color: #708a97;
  color: #fff;
}
.btn.btn-dark img {
  filter: brightness(0) invert(1);
}
.btn.btn-outline-primary {
  border-color: #64d9ea;
  color: #64d9ea;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #64d9ea;
  border-color: #64d9ea;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: #91e4f0;
  border-color: #91e4f0;
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #44555d;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #64d9ea;
}
.btn.btn-outline-dark {
  border-color: #44555d;
  color: #44555d;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #44555d;
  border-color: #44555d;
  color: #fff;
}
.btn.btn-outline-dark:hover img, .btn.btn-outline-dark:focus img {
  filter: brightness(0) invert(1);
}
.btn.btn-outline-dark:active {
  background: #647d89;
  border-color: #647d89;
  color: #fff;
}
.btn.btn-outline-dark:active img {
  filter: brightness(0) invert(1);
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: #a7eaf3;
}
.form-control {
  height: auto;
}
.main {
  position: relative;
}
.main .main-slider {
  display: flex;
}
@media (max-width: 767.9px) {
  .main .main-slider {
    flex-direction: column;
  }
}
.main .main-slide {
  position: relative;
  width: calc(50% - 0.5rem);
  height: 35rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .main .main-slide {
    width: 100%;
    height: 15rem;
  }
}
.main .main-slide.slide_1 {
  width: calc(70% - 0.5rem);
}
@media (max-width: 767.9px) {
  .main .main-slide.slide_1 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .main .main-slide:hover {
    width: 75%;
    box-shadow: rgba(68, 85, 93, 0.15) 0 0.25rem 1rem;
  }
  .main .main-slide:hover .main-slide-info {
    transform: translateY(1.5rem);
  }
  .main .main-slide:hover .main-slide-info h2, .main .main-slide:hover .main-slide-info p, .main .main-slide:hover .main-slide-info .btn {
    opacity: 1;
  }
}
.main .main-slide.inactive {
  filter: grayscale(1);
  opacity: 0.25;
}
.main .main-slide + .main-slide {
  margin-left: 1rem;
}
@media (max-width: 767.9px) {
  .main .main-slide + .main-slide {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.main .main-slide .main-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.main .main-slide .main-slide-info {
  position: relative;
  z-index: 2;
  padding: 10rem 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 22.5rem;
  margin: auto;
  transform: translateY(5.5rem);
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main .main-slide .main-slide-info {
    width: 20rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .main-slide .main-slide-info {
    width: 20rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-slide .main-slide-info {
    width: 12.5rem;
    padding: 10rem 0;
  }
}
@media (max-width: 767.9px) {
  .main .main-slide .main-slide-info {
    width: 100%;
    height: 15rem;
    padding: 0;
    transform: none;
  }
}
.main .main-slide .main-slide-info h1 {
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  display: block;
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .main .main-slide .main-slide-info h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .main .main-slide .main-slide-info h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main .main-slide .main-slide-info h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .main .main-slide .main-slide-info h1 {
    font-size: 2rem;
  }
}
.main .main-slide .main-slide-info h2 {
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.1;
  display: block;
  opacity: 0;
  margin: 0;
}
@media (max-width: 767.9px) {
  .main .main-slide .main-slide-info h2 {
    display: none;
  }
}
.main .main-slide .main-slide-info p {
  color: #fff;
  font-size: 1.1rem;
  margin: 0.5rem 0 1.5rem 0;
  opacity: 0;
}
@media (max-width: 767.9px) {
  .main .main-slide .main-slide-info p {
    display: none;
  }
}
.main .main-slide .main-slide-info .btn {
  opacity: 0;
}
.main .main-slide .main-slide-info .btn img {
  width: 1.25rem;
}
@media (max-width: 767.9px) {
  .main .main-slide .main-slide-info .btn {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.main .main-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(68, 85, 93, 0.5), rgba(68, 85, 93, 0.15));
  content: " ";
  z-index: 1;
}

.main-services {
  position: relative;
  padding: 1rem 0 0 0;
}
@media (max-width: 767.9px) {
  .main-services {
    padding-top: 0.5rem;
  }
}
.main-services .box {
  position: relative;
  z-index: 2;
  border-radius: 2rem;
  overflow: hidden;
}
.main-services .main-service {
  display: block;
  padding: 2.5rem;
  height: 100%;
  background: #64d9ea;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .main-services .main-service {
    border-radius: 2rem;
  }
}
@media (max-width: 767.9px) {
  .main-services .main-service {
    border-radius: 2rem;
  }
}
.main-services .main-service:hover {
  filter: brightness(110%);
}
.main-services .main-service.v2 {
  background: #37cee4;
}
.main-services .main-service.v3 {
  background: #5a707a;
}
.main-services .main-service.v4 {
  background: #44555d;
}
.main-services .main-service img {
  display: block;
  width: 4rem;
  height: 4rem;
  filter: brightness(0) invert(1);
}
.main-services .main-service strong {
  font-weight: bold;
  margin: 1.5rem 0 0.5rem 0;
  font-size: 1.5rem;
  line-height: 1.2;
  display: block;
}
.main-services .main-service span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  display: block;
}

.about-us {
  position: relative;
  padding: 12.5rem 0 7.5rem 0;
  background: #f4fcfd;
  margin-top: -5rem;
}
@media (max-width: 767.9px) {
  .about-us {
    padding: 10rem 0 5rem 0;
  }
}
.about-us h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #44555d;
}
.about-us h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #44555d;
  margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .about-us h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .about-us h3 {
    font-size: 2.5rem;
  }
}
.about-us p {
  color: #44555d;
}
.about-us .team-member {
  display: flex;
  align-items: center;
}
.about-us .team-member + .team-member {
  margin-top: 1.5rem;
}
.about-us .team-member img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
  margin-right: 1rem;
}
.about-us .team-member strong {
  display: block;
  font-weight: bold;
  color: #44555d;
  font-size: 1.25rem;
}
.about-us .team-member span {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(68, 85, 93, 0.5);
}

.our-services {
  padding: 7.5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .our-services {
    padding: 0 0 5rem 0;
  }
}
.our-services .section-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: " ";
  z-index: 0;
}
.our-services .section-image .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
@media (max-width: 767.9px) {
  .our-services .section-image {
    width: 100%;
    height: 20rem;
    margin-bottom: 5rem;
    position: relative;
  }
}
.our-services .section-image:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4rem;
  width: 8rem;
  height: 8rem;
  background: #fff;
  content: " ";
  z-index: 1;
  border-radius: 0 2rem 0 2rem;
  margin: auto;
  transform-origin: center;
  transform: rotate(45deg);
}
@media (max-width: 767.9px) {
  .our-services .section-image:before {
    top: auto;
    right: 0;
    left: 0;
    bottom: -4rem;
    margin: auto;
    border-radius: 2rem 0 2rem 0;
  }
}
.our-services .section-image .image-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5rem;
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  content: " ";
  z-index: 2;
  margin: auto;
}
@media (max-width: 767.9px) {
  .our-services .section-image .image-logo {
    top: auto;
    right: 0;
    left: 0;
    bottom: -2.5rem;
  }
}
.our-services .container {
  position: relative;
  z-index: 3;
}
.our-services h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #44555d;
}
.our-services h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #44555d;
  margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .our-services h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .our-services h3 {
    font-size: 2.5rem;
  }
}
.our-services p {
  color: #44555d;
}
.our-services ul.nav .nav-item .nav-link {
  font-weight: 600;
  color: #44555d;
  font-size: 1.25rem;
  padding: 0.5rem 0 0.5rem 2rem;
  position: relative;
}
.our-services ul.nav .nav-item .nav-link:hover {
  padding-left: 2.25rem;
  color: #64d9ea;
}
.our-services ul.nav .nav-item .nav-link:hover:after {
  filter: brightness(0) invert(1);
}
.our-services ul.nav .nav-item .nav-link:hover:before {
  background: #64d9ea;
}
.our-services ul.nav .nav-item .nav-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/angle-right-alt.svg") center no-repeat;
  background-size: 1rem;
  content: " ";
  margin: auto;
  z-index: 2;
}
.our-services ul.nav .nav-item .nav-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  border: 1px solid #64d9ea;
  content: " ";
  margin: auto;
  border-radius: 50%;
  z-index: 0;
}

.cta {
  padding: 5rem 0;
  background: #64d9ea;
}
.cta img {
  filter: brightness(0) invert(1);
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
}
.cta h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .cta h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .cta h3 {
    font-size: 2.5rem;
  }
}
.cta p {
  color: #fff;
  margin-bottom: 0;
  padding: 0 5%;
}
.cta.v2 {
  background: #4f626c;
}
@media (max-width: 767.9px) {
  .cta.v2 {
    text-align: center;
  }
  .cta.v2 h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.cta.v2 p {
  padding: 0;
}
.cta.v2 img {
  filter: none;
  width: 100%;
  height: auto;
  margin-bottom: -5rem;
}
.cta.v3 {
  position: relative;
  background: #5a707a;
}
.cta.v3 .cta-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: none;
  margin: 0;
}
@media (max-width: 767.9px) {
  .cta.v3 .cta-image {
    width: 100%;
    z-index: 0;
  }
}
@media (max-width: 767.9px) {
  .cta.v3:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5a707a;
    content: " ";
    z-index: 1;
    opacity: 0.9;
  }
  .cta.v3 .container {
    position: relative;
    z-index: 2;
  }
}
.cta.v3 p {
  padding: 0 15% 0 0;
}

.sub-main {
  padding: 7.5rem 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-main {
    padding: 5rem 0;
  }
}
@media (max-width: 767.9px) {
  .sub-main {
    padding: 0 0 5rem 0;
  }
}
.sub-main .section-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .sub-main .section-image {
    width: 100%;
    height: 20rem;
    margin-bottom: 5rem;
    position: relative;
  }
}
.sub-main .section-image img.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 0;
  border-radius: 0 2rem 2rem 0;
}
@media (max-width: 767.9px) {
  .sub-main .section-image img.section-bg {
    border-radius: 0 0 2rem 2rem;
  }
}
.sub-main .section-image:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4rem;
  width: 8rem;
  height: 8rem;
  background: #fff;
  content: " ";
  z-index: 2;
  border-radius: 0 2rem 0 2rem;
  margin: auto;
  transform-origin: center;
  transform: rotate(45deg);
}
@media (max-width: 767.9px) {
  .sub-main .section-image:before {
    top: auto;
    right: 0;
    left: 0;
    bottom: -4rem;
    margin: auto;
    border-radius: 2rem 0 2rem 0;
  }
}
.sub-main .section-image img.section-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2.5rem;
  width: 5rem;
  height: 5rem;
  z-index: 3;
  margin: auto;
  object-fit: contain;
}
@media (max-width: 767.9px) {
  .sub-main .section-image img.section-logo {
    top: auto;
    right: 0;
    left: 0;
    bottom: -2.5rem;
  }
}
.sub-main .container {
  position: relative;
  z-index: 3;
}
.sub-main h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #44555d;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .sub-main h1 {
    font-size: 2.5rem;
  }
}
.sub-main p {
  color: #44555d;
}

.not-found {
  position: relative;
  padding: 7.5rem 0;
}
.not-found h3 {
  font-size: 5rem;
  color: #44555d;
  font-weight: 300;
  line-height: 1;
}
.not-found h1 {
  font-weight: 600;
  color: #44555d;
  font-size: 3rem;
  margin: 1.5rem 0 1rem 0;
}

.contact .contact-item {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  margin-top: 1rem;
  position: relative;
}
.contact .contact-item.link:hover:before {
  background: #64d9ea;
}
.contact .contact-item.link:hover img {
  filter: brightness(0) invert(1);
}
.contact .contact-item.link:hover span {
  color: #64d9ea;
}
.contact .contact-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  content: " ";
  z-index: 0;
  margin: auto;
  bottom: 0;
  border-radius: 1rem;
  background: rgba(68, 85, 93, 0.1);
}
.contact .contact-item img {
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.contact .contact-item span {
  font-weight: 700;
  font-size: 1.25rem;
  color: #44555d;
}
@media (max-width: 767.9px) {
  .contact .contact-item span {
    font-size: 1rem;
  }
}

.contact-form {
  position: relative;
  padding: 7.5rem 0;
  background: #f4fcfd;
}
@media (max-width: 767.9px) {
  .contact-form {
    padding: 5rem 0;
  }
}
.contact-form h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #44555d;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contact-form h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .contact-form h2 {
    font-size: 2.5rem;
  }
}
.contact-form p {
  color: #44555d;
}
.contact-form form .form-field .form-label {
  color: #44555d;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.contact-form form .form-field .form-control {
  padding: 0.75rem;
  height: auto;
  border: 1px solid rgba(68, 85, 93, 0.25);
  background: #fff;
  box-shadow: none;
  outline: none;
  color: #44555d;
}
.contact-form form .form-field .form-control:focus {
  border-color: #64d9ea;
}
.contact-form form .form-field textarea.form-control {
  min-height: 10rem;
}
.contact-form form p.small {
  color: rgba(68, 85, 93, 0.5);
}
.contact-form .contact-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contact-form .contact-map {
    position: relative;
    width: 100%;
    margin: 7.5rem 0 -7.5rem 0;
    height: 20rem;
  }
}
@media (max-width: 767.9px) {
  .contact-form .contact-map {
    position: relative;
    width: 100%;
    margin: 5rem 0 -5rem 0;
    height: 20rem;
  }
}
.contact-form .contact-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.news {
  padding: 4rem 0 7rem 0;
  background: #f4fcfd;
}
.news .news-item {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.9px) {
  .news .news-item {
    flex-direction: column;
    align-items: stretch;
  }
}
.news .news-item .news-thumbnail {
  display: block;
  width: 25rem;
  height: 15rem;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 767.9px) {
  .news .news-item .news-thumbnail {
    width: 100%;
  }
}
.news .news-item .news-thumbnail:hover {
  opacity: 0.8;
}
.news .news-item .news-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news-item .news-info {
  padding: 0 15% 0 1.5rem;
}
@media (max-width: 767.9px) {
  .news .news-item .news-info {
    padding: 1.5rem 0 0 0;
  }
}
.news .news-item .news-info .news-title {
  display: block;
  font-weight: bold;
  color: #44555d;
  font-size: 1.75rem;
  line-height: 1.2;
  text-decoration: none;
}
.news .news-item .news-info .news-title:hover {
  color: #64d9ea;
  text-decoration: underline;
}
.news .news-item .news-info .news-description {
  font-size: 0.9rem;
  margin: 0.75rem 0;
  color: rgba(68, 85, 93, 0.75);
}
.news .news-item .news-info .news-time {
  position: relative;
  font-size: 0.8rem;
  color: #44555d;
  padding-left: 1.25rem;
  margin-top: 0.75rem;
}
.news .news-item .news-info .news-time:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/clock.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
}
.news .news-item .news-info .btn.btn-link {
  padding: 0;
  color: #64d9ea;
  text-decoration: none;
  border: none;
}

@media (max-width: 767.9px) {
  .sub-main.blog-sub-main {
    padding-bottom: 0;
  }
}
.sub-main.blog-sub-main h1 {
  font-size: 3rem;
}
@media (max-width: 767.9px) {
  .sub-main.blog-sub-main h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.sub-main.blog-sub-main p {
  padding-right: 0;
}

.article-content {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .article-content {
    padding: 1.5rem 0 5rem 0;
  }
}
.article-content .article-body > * {
  display: block;
  margin: 1.5rem 0 1rem 0;
}
.article-content .article-body > *:first-child {
  margin-top: 0;
}
.article-content .article-body > *:last-child {
  margin-bottom: 0;
}
.article-content .article-body h1, .article-content .article-body h2, .article-content .article-body h3, .article-content .article-body h4, .article-content .article-body h5, .article-content .article-body h6 {
  font-weight: 700;
  color: #44555d;
  margin: 2.5rem 0 0.5rem 0;
}
.article-content .article-body img {
  width: 100%;
  border-radius: 2rem;
}
.article-content .article-body video {
  width: 100%;
  border-radius: 2rem;
}
.article-content .article-share {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(68, 85, 93, 0.1);
}
.article-content .article-share strong {
  display: block;
  font-weight: bold;
  color: #44555d;
}
.article-content .article-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.article-content .article-share ul li {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.article-content .article-share ul li a {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: #44555d;
  padding: 0;
  text-align: center;
  line-height: 3rem;
}
.article-content .article-share ul li a:hover {
  background: rgba(68, 85, 93, 0.1);
}
.article-content .article-share ul li a:active {
  background: rgba(68, 85, 93, 0.2);
}
.article-content .article-share ul li a img {
  width: 1.25rem;
  height: 1.25rem;
  filter: brightness(0) invert(1);
}
.article-content .ad-place {
  padding: 10rem 2.5rem;
  text-align: center;
  border-radius: 2rem;
  background: rgba(68, 85, 93, 0.05);
  margin-bottom: 1rem;
}
.article-content .ad-place strong, .article-content .ad-place span {
  display: block;
}

@media (min-width: 768px) and (max-width: 991.9px) {
  .appointment .section-image {
    display: none;
  }
}
.appointment form .form-field .form-label {
  color: #44555d;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.appointment form .form-field .form-control {
  padding: 0.75rem;
  height: auto;
  border: 1px solid rgba(68, 85, 93, 0.25);
  background: #fff;
  box-shadow: none;
  outline: none;
  color: #44555d;
}
.appointment form .form-field .form-control:focus {
  border-color: #64d9ea;
}
.appointment form .form-field textarea.form-control {
  min-height: 10rem;
}
.appointment form p.small {
  color: rgba(68, 85, 93, 0.5);
}

.slot-col {
  padding: 6px 4px;
}
.slot-col .slot {
  position: relative;
  background: #64d9ea;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  height: 4.5rem;
}
.slot-col .slot input {
  cursor: pointer;
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  visibility: hidden;
}
.slot-col .slot label {
  cursor: pointer;
}

#appointment-label {
  visibility: hidden;
}

#appointment-time {
  padding: 8px;
}

#next, #prev {
  padding: 0.75rem 0.75rem;
  display: none;
}
#next img, #prev img {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 767.9px) {
  #next, #prev {
    margin: 0;
  }
}

#submit {
  padding: 0.75rem 0.95rem;
  background: #294C60;
  border-color: #294C60;
}
#submit:hover {
  background: rgba(41, 76, 96, 0.8392156863);
  border-color: rgba(41, 76, 96, 0.8392156863);
}

#prev img {
  margin: -0.25rem 0.75rem -0.25rem -0.25rem;
}
@media (max-width: 767.9px) {
  #prev img {
    margin: 0;
  }
}

#sent-image img {
  border-radius: 0;
}
@media (max-width: 767.9px) {
  #sent-image {
    height: 27rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #sent-image img {
    border-radius: 0;
  }
}
#sent-image:before {
  content: none;
}

@media (max-width: 767.9px) {
  #sent-message {
    margin-top: 2rem;
  }
  #sent-message h1 {
    font-size: 1.5rem;
  }
}

.modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-body img {
  width: 10rem;
  height: 10rem;
  margin: 1.25em 0;
}
.modal-body p {
  padding: 0 1.6em;
}
.modal-body button {
  border-radius: 5px;
  margin: 1.25em 0;
  background: rgb(112, 173, 70);
  border-color: #fff;
}
.modal-body button:hover {
  background: #659c3f;
  border-color: #fff;
}

.calendar-frame {
  width: 100%;
}

.sub-main.service-main hr {
  margin: 1.5rem 0;
  background: rgba(68, 85, 93, 0.1);
  border: none;
  opacity: 1;
}
.sub-main.service-main .team-member {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.sub-main.service-main .team-member img {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  margin-right: 1rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-main.service-main .team-member img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 767.9px) {
  .sub-main.service-main .team-member img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
  }
}
.sub-main.service-main .team-member strong {
  font-size: 1.5rem;
  font-weight: bold;
  color: #44555d;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-main.service-main .team-member strong {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.9px) {
  .sub-main.service-main .team-member strong {
    font-size: 1.25rem;
  }
}

.service-details {
  padding: 7.5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .service-details {
    padding: 5rem 0;
    background: linear-gradient(to bottom, #f4fcfd, white);
  }
}
.service-details h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #44555d;
}
@media (max-width: 767.9px) {
  .service-details h2 {
    font-size: 1.25rem;
  }
}
.service-details h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #44555d;
  margin: 1rem 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .service-details h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .service-details h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.service-details p {
  color: #44555d;
}
.service-details ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-details ul li {
  font-weight: 700;
  color: #44555d;
  font-size: 1rem;
  position: relative;
  padding: 0.5rem 0 0.5rem 2rem;
}
.service-details ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/angle-right-alt.svg") center no-repeat;
  background-size: 1rem;
  content: " ";
  margin: auto;
  z-index: 2;
}
.service-details ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  border: 1px solid #64d9ea;
  content: " ";
  margin: auto;
  border-radius: 50%;
  z-index: 0;
}

.sub-services {
  position: relative;
  padding: 0 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .sub-services {
    padding: 5rem 0;
    background: #f4fcfd;
  }
}
.sub-services .box {
  border-radius: 2rem;
  background: #f4fcfd;
  padding: 4.5rem;
}
@media (max-width: 767.9px) {
  .sub-services .box {
    padding: 0;
  }
}
.sub-services .box .sub-services-sidebar {
  position: sticky;
  top: 10rem;
}
@media (max-width: 767.9px) {
  .sub-services .box .sub-services-sidebar {
    position: relative;
    top: 0;
    padding-bottom: 4.5rem;
    margin-bottom: 5rem;
    border-bottom: 1px solid rgba(68, 85, 93, 0.1);
  }
}
.sub-services .box .sub-services-sidebar h4 {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(68, 85, 93, 0.5);
}
.sub-services .box .sub-services-sidebar ul.nav {
  flex-direction: column;
}
.sub-services .box .sub-services-sidebar ul.nav .nav-item .nav-link {
  padding: 0.5rem 0;
  color: #44555d;
  font-weight: 600;
  font-size: 1.25rem;
}
.sub-services .box .sub-services-sidebar ul.nav .nav-item .nav-link:hover {
  color: #64d9ea;
}
.sub-services .box .sub-service-entry {
  padding-left: 2.5rem;
  padding-bottom: 4.5rem;
  border-left: 1px solid rgba(68, 85, 93, 0.1);
  color: #44555d;
  position: relative;
}
@media (max-width: 767.9px) {
  .sub-services .box .sub-service-entry {
    border-left: none;
    padding-left: 0;
  }
}
.sub-services .box .sub-service-entry + .sub-service-entry {
  border-top: 1px solid rgba(68, 85, 93, 0.1);
  padding-top: 5rem;
}
.sub-services .box .sub-service-entry + .sub-service-entry .sub-service-offset-element {
  top: -5.25rem;
}
.sub-services .box .sub-service-entry:last-child {
  padding-bottom: 0;
}
.sub-services .box .sub-service-entry .sub-service-offset-element {
  position: absolute;
  top: -10rem;
  left: 0;
  width: 5px;
  height: 5px;
}
.sub-services .box .sub-service-entry h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #44555d;
  margin: 0 0 1.5rem 0;
}
.sub-services .box .sub-service-entry ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-services .box .sub-service-entry ul li {
  font-weight: 700;
  color: #44555d;
  font-size: 1rem;
  position: relative;
  padding: 0.5rem 0 0.5rem 2rem;
}
.sub-services .box .sub-service-entry ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/angle-right-alt.svg") center no-repeat;
  background-size: 1rem;
  content: " ";
  margin: auto;
  z-index: 2;
}
.sub-services .box .sub-service-entry ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  border: 1px solid #64d9ea;
  content: " ";
  margin: auto;
  border-radius: 50%;
  z-index: 0;
}
.sub-services .box .sub-service-entry img {
  float: right;
  margin-left: 2.5rem;
  margin-bottom: 1.5rem;
  width: 45%;
  height: auto;
  border-radius: 2rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .sub-services .box .sub-service-entry img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.9px) {
  .sub-services .box .sub-service-entry img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

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