@charset "UTF-8";

/*--- Fonts ---*/

@font-face {
  font-family: "FortunatesDecember";
  src: url("/theme/fonts/FortunatesDecember.eot") format("eot"), url("/theme/fonts/FortunatesDecember.ttf") format("truetype"), url("/theme/fonts/FortunatesDecember.woff") format("woff"), url("/theme/fonts/FortunatesDecember.woff2") format("woff2"), url("/theme/fonts/FortunatesDecember.otf");
}

/*--- /Fonts ---*/

/**
 * Set up a decent box model on the root element
 */

html {
  box-sizing: border-box;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  color: #3f3f41;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5rem;
}

body.header-opened {
  overflow: hidden;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/**
 * Basic styles for links
 */

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
  padding-left: 30px;
}

.container,
.container-fluid {
  padding: 0 2.1rem;
}

.row {
  margin: 0 -2.1rem;
}

@media (min-width: 1700px) {
  .row {
    margin: 0 -15px;
  }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0 1.9rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1515px;
  }
}

@media (min-width: 1440px) {
  .container-fluid {
    max-width: 1390px;
  }
}

@media (min-width: 1575px) {
  .container-fluid {
    max-width: 1776px;
    padding: 0 3rem;
  }
}

@media (min-width: 1700px) {
  .container-fluid {
    padding: 0 15px;
  }
}

section {
  padding-top: 2.55rem;
}

@media (min-width: 1700px) {
  section {
    padding-top: 6.25rem;
  }
}

.gray-bg {
  background-color: #f3f3f3;
}

/**
 * Basic typography style for copy text
 */

html {
  font-size: 16px;
}

* {
  -webkit-font-smoothing: antialiased;
}

body {
  color: #3f3f41;
  font: normal 1rem "Montserrat", sans-serif;
  letter-spacing: 0.25px;
}

p {
  font-size: 1rem;
  line-height: 1.9rem;
  letter-spacing: -0.15px;
}

@media (min-width: 1200px) {
  p {
    line-height: 2rem;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: 300;
}

h1 {
  font-size: 2.588125rem;
  line-height: 2.9rem;
}

@media (min-width: 1440px) {
  h1 {
    font-size: 4.025625rem;
    line-height: 4.7rem;
  }
}

h2 {
  font-size: 1.8125rem;
  margin-bottom: 1.45rem;
  letter-spacing: -0.05px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2.1875rem;
    margin-bottom: 2.1rem;
  }
}

.underline:after {
  content: "";
  height: 3px;
  width: 33px;
  display: block;
  background: #ec1a21;
  margin-top: 0.8rem;
}

@media (min-width: 1200px) {
  .underline:after {
    margin-top: 0.68rem;
  }
}

h3 {
  font-size: 2.083125rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 2.833125rem;
    line-height: 2.4rem;
  }
}

h4 {
  font-size: 1.519375rem;
  line-height: 1.7rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  h4 {
    font-size: 2.348125rem;
    line-height: 2.4rem;
  }
}

h5,
.h5 {
  font-weight: 500;
  font-size: 1.138125rem;
  letter-spacing: 0.7px;
  line-height: 1.9rem;
}

@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

.h5 {
  font-weight: 400;
}

h6 {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8825rem;
  line-height: 1.3rem;
}

@media (min-width: 1200px) {
  h6 {
    font-size: 1.0625rem;
    line-height: 1.6rem;
  }
}

/*--- HEADER ---*/

.page-header {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

@media (min-width: 1440px) {
  .page-header {
    padding-top: 1.5rem;
    padding-bottom: 1.35rem;
  }
}

.is-opened .page-header {
  background-color: #303840;
}

.page-header .btn-top {
  border-radius: 0;
}

@media (min-width: 1440px) {
  .page-header .btn-top {
    display: none;
  }
}

.page-header__wrap {
  padding-top: 1.7rem;
  padding-bottom: 1.4rem;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (min-width: 1200px) {
  .page-header__wrap {
    margin: 0;
  }
}

@media (min-width: 1440px) {
  .page-header__wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.page-header__logo {
  width: 148px;
}

@media (min-width: 400px) {
  .page-header__logo {
    width: 188px;
  }
}

@media (min-width: 1200px) {
  .page-header__logo {
    width: 157px;
  }
}

.page-header__hamburger {
  margin-left: 1.1rem;
  margin-top: -0.1rem;
  max-width: 40px;
}

@media (min-width: 400px) {
  .page-header__hamburger {
    margin-left: 2.1rem;
  }
}

@media (min-width: 1200px) {
  .page-header__hamburger {
    display: none;
  }
}

.page-header__right-nav {
  display: flex;
  align-items: stretch;
  flex: 0 1 auto;
  justify-content: space-evenly;
}

@media (min-width: 1200px) {
  .page-header__right-nav {
    flex: 1 1 auto;
  }
}

.page-header__right-nav .btn {
  display: none;
}

@media (min-width: 1440px) {
  .page-header__right-nav .btn {
    display: inline-block;
    padding: 1.175rem 3.75rem;
  }
}

.page-header .call-us {
  text-align: center;
  margin-right: 0.95rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #ec1a21;
  border-radius: 5px;
  padding: 0.5rem 1.1rem;
  text-decoration: none;
}

@media (min-width: 400px) {
  .page-header .call-us {
    padding: 0.9rem 1.1rem;
  }
}

@media (min-width: 1200px) {
  .page-header .call-us {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media (min-width: 1700px) {
  .page-header .call-us {
    display: flex;
    text-align: left;
    margin-top: 0;
    align-items: center;
    border: 0;
    border-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.16);
    margin-right: 2.2rem;
    flex-direction: row;
    padding: 0.6rem 1.6rem;
    margin-left: 1.4rem;
  }
}

@media (min-width: 1700px) {
  .page-header .call-us__content {
    margin-left: 1.1rem;
  }
}

.page-header .call-us span {
  color: #ec1a21;
  font-weight: 500;
  margin-top: 0.4rem;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 0.8975rem;
}

@media (min-width: 1700px) {
  .page-header .call-us span {
    display: none;
  }
}

.page-header .call-us span a {
  color: #ec1a21;
}

.page-header .call-us .phone-number {
  display: none;
  font-weight: 300;
}

@media (min-width: 1700px) {
  .page-header .call-us .phone-number {
    color: #283952;
    font-size: 1.57625rem;
    display: block;
    font-family: "Montserrat", sans-serif;
  }
}

.page-header__nav-main {
  padding-top: 7.9rem;
}

.page-header__nav-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.is-opened .page-header__nav-block {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.is-opened .page-header__nav-block .overlay {
  opacity: 1;
  visibility: visible;
}

.is-opened .page-header__nav-block .page-header__nav {
  transform: translate(0%);
}

@media (min-width: 1200px) {
  .page-header__nav-block {
    position: static;
    visibility: visible;
    opacity: 1;
  }

  .page-header__nav-block .overlay {
    display: none;
  }

  .page-header__nav-block .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
}

.page-header__nav-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(48, 56, 64, 0.78);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.page-header__nav-block ul > .menu-item-has-children:after {
  content: "";
  background-image: url(/theme/img/icon-right.png);
  width: 10px;
  height: 27px;
  opacity: 1;
  transition: 0.3s;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-header__nav-block .sub-menu {
  position: fixed;
  background: #22272d;
  top: 0;
  bottom: 0;
  right: 0;
  left: 3.8rem;
  padding-top: 8rem;
  transform: translate(-115%);
  transition: 0.5s;
}

.page-header__nav-block .sub-menu li {
  /*&:hover,
  &:focus {
    &:after {
      display: none;
    }
  }*/
}

.page-header__nav-block .sub-menu li.active > .sub-menu {
  display: block;
  overflow-x: auto;
}

.page-header__nav-block .sub-menu .sub-menu {
  bottom: 0;
  left: 0;
  right: 0;
  background: #22272d;
  display: none;
  z-index: 100;
  padding-top: 2.9rem;
}

.page-header__nav-block .sub-menu .sub-menu.open-sub-menu .sub-menu .sub-menu {
  display: none;
}

.page-header__nav-block .sub-menu .sub-menu li {
  padding: 0.42rem 2.1rem 0.42rem 4.4rem;
  font-size: 1.29375rem;
  display: block;
  margin-bottom: 0.68rem;
}

@media (min-width: 1200px) {
  .page-header__nav-block .sub-menu .sub-menu li {
    padding-left: 0rem;
    border: 0;
  }

  .page-header__nav-block .sub-menu .sub-menu li.back {
    display: none;
  }
}

.page-header__nav-block .sub-menu .sub-menu li a {
  text-transform: none;
  color: rgba(255, 255, 255, 0.67);
}

.page-header__nav-block .sub-menu .sub-menu li .back {
  font-size: 1.6875rem;
  margin-bottom: 0.85rem;
}

.page-header__nav-block .sub-menu .sub-menu li .back a {
  color: #fff;
}

.page-header__nav-block .sub-menu .sub-menu li .back:before {
  display: none;
}

.page-header__nav-block .sub-menu .sub-menu li:after {
  display: none;
}

.page-header__nav-block .sub-menu .sub-menu li:before {
  content: "";
  background-image: url(/theme/img/icon-right-white.png);
  width: 10px;
  height: 15px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  vertical-align: 0.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.2rem;
}

@media (min-width: 1200px) {
  .page-header__nav-block .sub-menu .sub-menu li:before {
    margin-right: 0.8rem;
    width: 7px;
    height: 11px;
  }
}

.page-header__nav-block .sub-menu li {
  position: relative;
  padding: 0.42rem 2.1rem 0.42rem 2.6rem;
  font-size: 1.4875rem;
}

.page-header__nav-block .sub-menu li:after {
  content: "";
  background-image: url(/theme/img/icon-right.png);
  width: 10px;
  height: 27px;
  opacity: 1;
  transition: 0.3s;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-header .close-menu {
  position: absolute;
  color: #fff;
  top: 3.3rem;
  right: 1.7rem;
  font-size: 1.475rem;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .page-header .close-menu {
    display: none;
  }
}

.page-header__nav {
  background-color: #303840;
  transform: translateX(-530px);
  width: 530px;
  transition: transform 0.3s;
  height: 100%;
}

.page-header.is-opened .page-header__nav {
  transform: translateX(0px);
  overflow-y: auto;
}

@media (min-width: 1200px) {
  .page-header__nav {
    display: flex;
    background-color: #fff;
    transform: none;
    width: auto;
  }
}

.page-header__nav ul {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .page-header__nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    margin-top: 0;
    padding-top: 0;
  }

  .page-header__nav ul li {
    padding: 0.3rem 0.95rem;
  }
}

.page-header__nav ul li {
  font-size: 1.575rem;
  letter-spacing: 1.75px;
  padding: 0.3rem 2.85rem 0.3rem 3.85rem;
  font-weight: 400;
  margin-bottom: 2.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*&.menu-item-has-children:after {
    position: relative;
    content: "";
    background-image: url(../img/icon-right.png);
    width: 10px;
    height: 27px;
    opacity: 0;
    transition: .3s;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
  }*/
  /*&.menu-item-has-children:hover {
    &:after {
      position: relative;
      content: "";
      background-image: url(../img/icon-right.png);
      width: 10px;
      height: 27px;
      opacity: 0;
      transition: .3s;
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
    }
  }*/
}

@media (min-width: 1200px) {
  .page-header__nav ul li {
    font-size: 0.9375rem;
    letter-spacing: 0.85px;
    padding: 0.3rem 1.05rem;
    border-right: 1px solid rgba(0, 0, 0, 0.16);
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .page-header__nav ul li {
    padding: 0.3rem 0.65rem;
  }

  .page-header__nav ul li.menu-item-has-children > a {
    position: relative;
  }

  .page-header__nav ul li.menu-item-has-children > a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #303840 transparent;
    position: absolute;
    top: 58px;
    left: calc(50% - 10px);
    z-index: 100;
    opacity: 0;
    transition: 0.5s;
  }

  .page-header__nav ul li.menu-item-has-children:hover > a:before {
    opacity: 1;
  }
}

@media (min-width: 1440px) {
  .page-header__nav ul li {
    padding: 0.3rem 0.25rem;
  }
}

@media (min-width: 1600px) {
  .page-header__nav ul li {
    padding: 0.3rem 0.75rem;
  }
}

@media (min-width: 1700px) {
  .page-header__nav ul li {
    padding: 0.3rem 0.95rem;
  }
}

.page-header__nav ul li.active .sub-menu {
  z-index: 9999;
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.page-header__nav ul li:last-child {
  border-right: 0;
}

@media (min-width: 1200px) {
  .page-header__nav ul li.mega-menu {
    overflow: hidden;
    position: relative;
  }

  .page-header__nav ul li.mega-menu:before {
    content: "";
    width: 100%;
    height: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    height: 4rem;
    top: 64%;
    background: transparent;
    z-index: 1;
  }

  .page-header__nav ul li.mega-menu:hover {
    overflow: visible;
    position: static;
  }

  .page-header__nav ul li.mega-menu:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu {
    left: 0;
    top: 89px;
    transform: none;
    bottom: auto;
    padding-top: 0;
    position: absolute;
    right: 0;
    background: transparent;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu:hover > li:first-child:not(:hover) {
    background: #282e36;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu:hover > li:first-child:not(:hover):before {
    background: #282e36;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #303840;
    width: 100vw;
    transform: translateX(-50%);
    z-index: -1;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu > li {
    width: 33.3%;
    position: static;
    justify-content: center;
    padding: 2.05rem 0;
    background: #282f35;
    border-right: 1px solid #454d54;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu > li:last-child {
    border: 0;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu > li:first-child,
  .page-header__nav ul li.mega-menu.level1 > .sub-menu > li:hover,
  .page-header__nav ul li.mega-menu.level1 > .sub-menu > li:last-child:hover:before {
    background: #303840;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu > li:first-child:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    right: 50%;
    bottom: 0;
    background: #303840;
    z-index: -1;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu > li:last-child:before {
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    left: 50%;
    bottom: 0;
    background: #282e36;
    z-index: -1;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu > li > a {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.46);
    text-transform: none;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu > li:hover > a {
    color: white;
  }

  .page-header__nav ul li.mega-menu .level2:after {
    display: none;
  }

  .page-header__nav ul li.mega-menu .level2.small {
    position: relative !important;
  }

  .page-header__nav ul li.mega-menu .level2.small .level3 {
    width: 100%;
    padding-left: 4rem;
  }

  .page-header__nav ul li.mega-menu .level2.small .level3 li {
    display: block;
  }

  .page-header__nav ul li.mega-menu .level2.small > .sub-menu:before {
    left: 0;
    transform: translateX(0);
  }

  .page-header__nav ul li.mega-menu .level2:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .page-header__nav ul li.mega-menu .level2 > .sub-menu {
    display: flex;
    transform: none;
    position: absolute;
    left: 0;
    bottom: auto;
    right: 0;
    top: 91px;
    align-items: flex-start;
    z-index: 0;
    padding-top: 1.9rem;
    padding-bottom: 1.5rem;
  }

  .page-header__nav ul li.mega-menu .level2 > .sub-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #303840;
    width: 100vw;
    transform: translateX(-50%);
  }

  .page-header__nav ul li.mega-menu .level2 > .sub-menu > li > a {
    font-weight: 800;
    font-size: 0.9rem;
  }

  .page-header__nav ul li.mega-menu .level2 > a {
    color: #fff;
  }

  .page-header__nav ul li.mega-menu .level2 > a:hover {
    text-decoration: none;
  }

  .page-header__nav ul li.mega-menu .level3 {
    width: 14.3%;
  }

  .page-header__nav ul li.mega-menu .level3:before {
    display: none;
  }

  .page-header__nav ul li.mega-menu .level3.col1 {
    width: 15.4%;
  }

  .page-header__nav ul li.mega-menu .level3.col1.big {
    width: 20%;
  }

  .page-header__nav ul li.mega-menu .level3.col2 {
    width: 26.9%;
  }

  .page-header__nav ul li.mega-menu .level3.col2.big {
    width: 35.9%;
  }

  .page-header__nav ul li.mega-menu .level3.col2 > .sub-menu > li {
    width: 49.1%;
  }

  .page-header__nav ul li.mega-menu .level3.col3 {
    width: 46.9%;
  }

  .page-header__nav ul li.mega-menu .level3.col3 > .sub-menu > li {
    width: 32.6%;
  }

  .page-header__nav ul li.mega-menu .level3.col4 {
    width: 73.9%;
  }

  .page-header__nav ul li.mega-menu .level3.col4 > .sub-menu > li {
    width: 23.6%;
  }

  .page-header__nav ul li.mega-menu .level3.col-full {
    width: 100%;
  }

  .page-header__nav ul li.mega-menu .level3.col-full > .sub-menu > li {
    width: 19.6%;
  }

  .page-header__nav ul li.mega-menu .level3 > a {
    color: rgba(255, 255, 255, 0.9);
  }

  .page-header__nav ul li.mega-menu .level3 > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
    position: static;
    left: 0;
    bottom: auto;
    display: block;
    background: #303840;
    padding-top: 0.7rem;
  }

  .page-header__nav ul li.mega-menu .level3 > .sub-menu > li {
    display: inline-block;
    padding: 0;
    margin-bottom: 0.37rem;
  }

  .page-header__nav ul li.mega-menu .level3 > .sub-menu > li.back {
    display: none;
  }

  .page-header__nav ul li.mega-menu .level3 > .sub-menu > li > a {
    font-size: 1rem;
    letter-spacing: 0px;
  }

  .page-header__nav ul li.simple {
    position: relative;
  }

  .page-header__nav ul li.simple:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .page-header__nav ul li.simple > .sub-menu {
    position: absolute;
    top: 74px;
    display: block;
    background: #303840;
    transform: translateX(-50%);
    padding: 2.2rem 2.7rem 3.5rem;
    left: calc(50% - 0.9rem);
    right: auto;
    bottom: auto;
    width: 25rem;
  }

  .page-header__nav ul li.simple > .sub-menu li {
    display: block;
    padding: 0.42rem 2.1rem 0.62rem 2.6rem;
  }

  .page-header__nav ul li.simple > .sub-menu li:after {
    position: absolute;
    left: 1.4rem;
    top: 0.6rem;
    width: 6px;
    display: block;
  }

  .page-header__nav ul li.simple > .sub-menu li a {
    color: rgba(255, 255, 255, 0.67);
    font-size: 1rem;
    display: block;
    white-space: nowrap;
    text-transform: none;
    letter-spacing: 0.5px;
  }
}

.page-header__nav ul li a {
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .page-header__nav ul li a {
    color: #3a3a3c;
    font-weight: 400;
  }
}

.title-number {
  font-size: 16px;
  font-weight: 600;
  color: #ec1a21;
  line-height: 20.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.page-header .call-us .phone-number {
  margin-top: 2px;
}

/*--- /HEADER ---*/

/*--- FOOTER ---*/

.page-footer {
  padding-top: 2.85rem;
  background-color: #f8f8f7;
  padding-bottom: 2.9rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .page-footer {
    padding-bottom: 1.7rem;
  }
}

.page-footer__logo {
  width: 190px;
  display: block;
  margin: 0 auto 1.5rem;
}

@media (min-width: 1200px) {
  .page-footer__logo {
    margin: 0;
    width: 140px;
    margin-top: 1.8rem;
  }
}

@media (min-width: 1440px) {
  .page-footer__logo {
    width: 100%;
  }
}

.page-footer h6 {
  font-size: 1.0625rem;
  color: #3f3f41;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-footer .left-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .page-footer .left-col {
    padding-left: 1.9rem;
    text-align: left;
    padding-right: 0;
  }
}

@media (min-width: 1440px) {
  .page-footer .left-col {
    padding-left: 2.9rem;
    padding-right: 1.9rem;
  }
}

.page-footer .call-us {
  display: flex;
  align-items: center;
  text-align: left;
  padding-top: 0.8rem;
  justify-content: flex-start;
}

@media (max-width: 500px) {
  .page-footer .call-us {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-footer .call-us {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 1200px) {
  .page-footer .call-us {
    padding: 0;
    margin-top: 2.3rem;
    margin-left: -0.3rem;
    margin-bottom: 3.1rem;
  }
}

.page-footer .call-us img {
  margin-left: 0.15rem;
  max-width: 25px;
}

.page-footer .call-us > div {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}

.page-footer .call-us span {
  font-size: 0.94125rem;
  color: #ec1a21;
  margin-bottom: 0.3rem;
}

.page-footer .call-us .number {
  font-size: 1.215rem;
  color: #283952;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .page-footer .call-us .number {
    font-size: 1rem;
  }
}

@media (min-width: 1440px) {
  .page-footer .call-us .number {
    font-size: 1.215rem;
  }
}

.page-footer .call-us:hover {
  text-decoration: none;
}

.page-footer .social {
  text-align: left;
  padding-left: 2.95rem;
  display: block;
}

@media (max-width: 500px) {
  .page-footer .social {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-footer .social {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 1200px) {
  .page-footer .social {
    padding: 0;
    margin-left: -0.3rem;
  }
}

.page-footer .social h6 {
  margin-bottom: 0.8rem;
}

@media (min-width: 1200px) {
  .page-footer .social h6 {
    margin-bottom: 0.6rem;
  }
}

.page-footer .social > div {
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
}

.page-footer .social a {
  margin-right: 1.1rem;
  display: block;
  font-size: 34px;
}

.page-footer .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-footer .social-icons .facebook {
  color: #2590fc;
  font-size: 50px;
}

.page-footer .social-icons .twitter {
  color: #56a3d9;
  font-size: 50px;
}

.page-footer .social-icons .instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  border-radius: 5px;
  padding: 4px;
}

.page-footer .social-icons .instagram i {
  font-size: 35px;
}

.page-footer .social-icons .linkedin {
  color: #2867B2;
  font-size: 50px;
}

.page-footer .offices {
  padding-top: 4.1rem;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 3.7rem;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .page-footer .offices {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .page-footer .offices {
    flex: 0 0 83%;
    max-width: 83%;
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {
  .page-footer .offices {
    margin-left: -0.35rem;
  }
}

@media (min-width: 1200px) {
  .page-footer .offices .owl-carousel {
    display: flex;
    flex-wrap: wrap;
  }
}

.page-footer .offices .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.page-footer .offices .owl-carousel .owl-stage .owl-item {
  display: flex;
  height: auto !important;
}

.page-footer .offices h3 {
  font-size: 1.875rem;
  color: #3f3f41;
  margin-bottom: 3.6rem;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .page-footer .acccreditations {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .page-footer .acccreditations {
    flex: 0 0 14.666667%;
    max-width: 14.666667%;
    padding-left: 0.4rem;
    padding-top: 0.9rem;
  }
}

.page-footer .acccreditations > div {
  display: flex;
  align-items: center;
  margin-top: 3.2rem;
  width: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

@media (min-width: 400px) {
  .page-footer .acccreditations > div {
    padding-left: 2.6rem;
  }
}

@media (min-width: 500px) {
  .page-footer .acccreditations > div {
    width: 400px;
  }
}

@media (min-width: 1200px) {
  .page-footer .acccreditations > div {
    width: auto;
    display: block;
    padding-left: 0;
  }
}

.page-footer .acccreditations a {
  display: block;
}

@media (min-width: 1200px) {
  .page-footer .acccreditations a {
    margin: 0 auto;
    margin-bottom: 2.7rem;
  }
}

.page-footer .copyright {
  margin-top: 3rem;
  padding-top: 2.1rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .page-footer .copyright {
    border-top: 1px solid rgba(122, 122, 122, 0.2);
    margin-top: 2.6rem;
    text-align: left;
    padding-top: 2.4rem;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .page-footer .copyright .row {
    flex-direction: column;
    align-items: center;
  }
}

.page-footer .copyright p {
  font-size: 1.0625rem;
  margin-bottom: 0.4rem;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .page-footer .copyright p {
    margin-left: 0.8rem;
    font-size: 0.893125rem;
    letter-spacing: 0.05px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 0.9rem;
  }
}

.page-footer .copyright__nav {
  margin: 0 -1rem;
}

@media (min-width: 400px) {
  .page-footer .copyright__nav {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .page-footer .copyright__nav {
    display: inline-block;
  }
}

.page-footer .copyright__nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}

.page-footer .copyright__nav ul li {
  border-right: 1px solid #3f3f41;
  padding-right: 0.3rem;
  margin-right: 0.3rem;
}

@media (min-width: 1200px) {
  .page-footer .copyright__nav ul li {
    font-size: 0.893125rem;
    line-height: 0.9rem;
  }
}

@media (min-width: 1200px) {
  .page-footer .copyright__nav ul li:first-child {
    border-left: 1px solid #3f3f41;
    padding-left: 0.3rem;
    margin-left: 0.3rem;
  }
}

.page-footer .copyright__nav ul li:last-child {
  border-right: 0;
}

.page-footer .copyright__nav a {
  color: #3f3f41;
  font-weight: 300;
}

.page-footer .copyright h5 {
  font-size: 1.125rem;
  font-weight: 300;
  margin-top: 0.9rem;
}

@media (min-width: 1200px) {
  .page-footer .copyright h5 {
    margin-top: 0;
    font-size: 0.893125rem;
    line-height: 1.1rem;
    text-align: right;
    letter-spacing: 0px;
    margin-left: -1.9rem;
  }
}

@media (min-width: 1440px) {
  .page-footer .copyright h5 {
    margin-right: 1.3rem;
    margin-left: 0;
  }
}

.page-footer .copyright h5 a {
  color: #3f3f41;
}

@media (min-width: 1200px) {
  .page-footer--contact-us {
    background-color: #fff;
    padding-top: 2.8rem;
  }
}

.page-footer--contact-us .social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.8rem;
}

@media (min-width: 1200px) {
  .page-footer--contact-us .social {
    margin-bottom: -0.3rem;
  }
}

@media (min-width: 1200px) {
  .page-footer--contact-us .acccreditations {
    display: none;
  }
}

.page-footer .accreditations-footer {
  flex: 1 1 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.7rem;
}

@media (min-width: 1200px) {
  .page-footer .accreditations-footer {
    justify-content: space-between;
  }
}

.page-footer .accreditations-footer-item {
  flex: 0 1 40%;
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .page-footer .accreditations-footer-item {
    flex: 0 1 30%;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .page-footer .accreditations-footer-item {
    flex: 0 1 auto;
    margin-bottom: 0;
  }
}

.page-footer .accreditations-footer-item-img {
  padding: 1em;
  max-height: 120px;
}

@media (min-width: 1200px) {
  .page-footer .accreditations-footer-item-img {
    max-width: 200px;
    max-height: 100px;
  }
}

footer .financial-declarations {
  margin-top: 0.5em;
}

footer .financial-declarations p {
  margin-top: 0.5em;
  text-align: center;
}

/*--- /FOOTER ---*/

/*--- Hero Slider ---*/

.hero-slider {
  z-index: 1;
  position: relative;
  padding-top: 0;
}

.hero-slider h1,
.hero-slider h2 {
  color: #fff;
  margin-bottom: 1.3rem;
  font-size: 2.588125rem;
  line-height: 3.1rem;
}

@media (min-width: 1440px) {
  .hero-slider h1,
  .hero-slider h2 {
    font-size: 4.025625rem;
    line-height: 4.7rem;
    margin-bottom: 2.1rem;
  }
}

.hero-slider .owl-carousel .item {
  height: 419px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .hero-slider .owl-carousel .item {
    height: 630px;
  }
}

@media (min-width: 1440px) {
  .hero-slider .owl-carousel .item {
    height: 697px;
  }
}

.hero-slider .owl-carousel .item__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -o-object-position: 30%;
  object-position: 30%;
}

.hero-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 39.2%;
  left: 1.9rem;
  right: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .hero-slider .owl-carousel .owl-nav {
    top: 37.8%;
    left: 5.5rem;
    right: 5.9rem;
  }
}

.hero-slider .owl-carousel .owl-nav .owl-next span {
  transform: rotate(200grad);
}

.hero-slider .owl-carousel .owl-nav .owl-prev,
.hero-slider .owl-carousel .owl-nav .owl-next {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider .owl-carousel .owl-nav .owl-prev span,
.hero-slider .owl-carousel .owl-nav .owl-next span {
  background-repeat: no-repeat;
  width: 21px;
  height: 31px;
  background-size: contain;
  background-image: url(/theme/img/arrow-left-white.png);
  display: block;
}

@media (min-width: 400px) {
  .hero-slider .owl-carousel .owl-nav .owl-prev span,
  .hero-slider .owl-carousel .owl-nav .owl-next span {
    width: 31px;
    height: 51px;
  }
}

.hero-slider__content {
  max-width: 82%;
  margin: 0 auto;
  padding-top: 1.4rem;
  position: relative;
}

@media (min-width: 400px) {
  .hero-slider__content {
    max-width: 73%;
  }
}

@media (min-width: 1024px) {
  .hero-slider__content {
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .hero-slider__content {
    max-width: 50%;
    padding-top: 0;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1700px) {
  .hero-slider__content {
    max-width: 43%;
  }
}

/*--- /Hero Slider ---*/

/*--- Page Title ---*/

.page-title {
  padding-top: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .page-title {
    height: 412px;
  }
}

.page-title__bg {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .page-title__bg {
    max-height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 1024px) {
  .page-title__bg {
    display: none;
  }
}

@media (min-width: 1024px) {
  .page-title__bg--desktop {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 412px;
  }
}

.page-title__content {
  padding: 2rem 1.9rem 1rem;
  background-color: #fff;
}

@media (min-width: 400px) {
  .page-title__content {
    padding: 2rem 3.4rem 1rem;
  }
}

@media (min-width: 1024px) {
  .page-title__content {
    position: absolute;
    bottom: -1px;
    left: -7.4rem;
    margin: 0;
    padding: 1.4rem 5.4rem 0.4rem 8.6rem;
    transform: skewX(40grad);
  }
}

@media (min-width: 1200px) {
  .page-title__content {
    padding: 1.9rem 11.4rem 1.1rem 8.6rem;
    left: -2.4rem;
  }
}

.page-title__content h1 {
  font-size: 2.225625rem;
  color: #ec1a21;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 3.2rem;
  word-wrap: break-word;
}

@media (min-width: 1024px) {
  .page-title__content h1 {
    transform: skewX(-40grad);
    font-size: 2.525625rem;
  }
}

.page-title--testimonials .page-title__content {
  background: #f8f8f7;
}

@media (min-width: 1200px) {
  .page-title--testimonials .page-title__content {
    background: #fff;
  }
}

.page-title--blog .page-title__content {
  background-color: #f8f8f7;
}

@media (min-width: 1200px) {
  .page-title--blog .page-title__content {
    background-color: #fff;
  }
}

.page-title--emergency h1 {
  font-size: 2.213125rem;
}

@media (min-width: 1200px) {
  .page-title--emergency h1 {
    font-size: 2.525625rem;
  }
}

.page-title--emergency .page-title__content {
  background-color: #f8f8f7;
}

@media (max-width: 768px) {
  .page-title--emergency .page-title__content {
    padding: 1.9rem 3rem 1rem;
  }
}

@media (min-width: 1200px) {
  .page-title--emergency .page-title__content {
    background-color: #fff;
  }
}

.page-title--facial-aesthetics h1 {
  font-size: 2.150625rem;
}

@media (min-width: 1200px) {
  .page-title--facial-aesthetics h1 {
    font-size: 2.525625rem;
  }
}

.page-title--facial-aesthetics .page-title__content {
  background-color: #f8f8f7;
}

@media (max-width: 768px) {
  .page-title--facial-aesthetics .page-title__content {
    padding: 1.9rem 2rem 1rem 3rem;
  }
}

@media (min-width: 1200px) {
  .page-title--facial-aesthetics .page-title__content {
    background-color: #fff;
  }
}

/*--- /Page Title ---*/

/*--- Block Modern Dentistry ---*/

.block-modern-dentistry {
  padding-bottom: 1.4rem;
}

@media (min-width: 1200px) {
  .block-modern-dentistry {
    padding-bottom: 5rem;
  }
}

.block-modern-dentistry p {
  margin-bottom: 0;
}

.block-modern-dentistry .services {
  margin-top: 0.7rem;
}

@media (min-width: 1024px) {
  .block-modern-dentistry .services {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .block-modern-dentistry .services {
    margin-top: 0.4rem;
    padding-left: 2.5rem;
  }
}

.block-modern-dentistry .services .row {
  align-items: stretch;
  margin: 0 -1.9rem;
}

@media (min-width: 1024px) {
  .block-modern-dentistry .services .row {
    margin-right: -1.9rem;
  }
}

@media (min-width: 1200px) {
  .block-modern-dentistry .services .row {
    margin: 0;
  }
}

.block-modern-dentistry__content {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 1200px) {
  .block-modern-dentistry__content {
    padding-right: 0;
  }
}

@media (min-width: 1440px) {
  .block-modern-dentistry__content {
    padding: 0 3.9rem 0 1.9rem;
  }
}

.block-modern-dentistry .col-6:nth-child(2n) .service {
  border-right: 0;
}

@media (min-width: 1200px) {
  .block-modern-dentistry .col-6:nth-child(2n) .service {
    border-right: 1px solid #cccccc;
  }
}

@media (min-width: 1200px) {
  .block-modern-dentistry .col-6:nth-child(3n) .service {
    border-right: 0;
  }
}

@media (min-width: 1200px) {
  .block-modern-dentistry .col-6:nth-last-child(3) .service {
    border-bottom: 0;
  }
}

.block-modern-dentistry .col-6:nth-last-child(2) .service,
.block-modern-dentistry .col-6:last-child .service {
  border-bottom: 0;
}

.block-modern-dentistry .btn {
  margin-top: 3.4rem;
  padding: 1.165rem 5.05rem;
}

@media (min-width: 1200px) {
  .block-modern-dentistry .btn {
    margin-top: 1.5rem;
  }
}

/*--- /Block Modern Dentistry ---*/

/*--- Block Help ---*/

.block-help {
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 3.1rem;
}

@media (min-width: 1200px) {
  .block-help {
    padding-top: 2.7rem;
    padding-bottom: 5.6rem;
    background: #f5f5f5;
  }
}

.block-help h2 {
  margin-bottom: 2.25rem;
}

@media (min-width: 1200px) {
  .block-help h2 {
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .block-help .row {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .block-help .owl-carousel {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .block-help .owl-carousel {
    margin: 0 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  .block-help .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.block-help__item {
  display: block;
  position: relative;
  padding: 0;
  border: 1px solid #d6d6d6;
  min-height: 313px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .block-help__item {
    min-height: 308px;
  }
}

.block-help__item:hover .block-help__item--img {
  background: url(/theme/images/block-help-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.5s;
}

.block-help__item:hover .block-help__item--content .btn {
  visibility: visible;
  max-height: 300px;
  opacity: 1;
  transition: max-height 0.3s;
  display: block;
}

.block-help__item--img {
  background: #090909;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background 0.5s;
}

.block-help__item--img img {
  opacity: 0.37;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-help__item--content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1.7rem;
}

@media (min-width: 1200px) {
  .block-help__item--content {
    padding-bottom: 1rem;
  }
}

.block-help__item--content .btn.btn-white {
  visibility: hidden;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  display: none;
  margin-bottom: 2.4rem;
  padding: 0.875rem 2.15rem;
  color: #ec1a21;
}

@media (min-width: 400px) {
  .block-help__item--content .btn.btn-white {
    padding: 1.175rem 5.15rem;
  }
}

.block-help__item--content p {
  opacity: 0.6;
  font-size: 0.9375rem;
}

.block-help__item--content h5 {
  font-size: 1.25rem;
  margin-bottom: 0.1rem;
}

/*--- /Block Help ---*/

/*--- Block Testimonials ---*/

.block-testimonials {
  text-align: center;
  padding-top: 1.1rem;
  padding-bottom: 4.8rem;
}

@media (min-width: 1200px) {
  .block-testimonials {
    padding-top: 3.9rem;
    padding-bottom: 4.5rem;
  }
}

.block-testimonials h2 {
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .block-testimonials h2 {
    font-size: 1.921875rem;
    margin-bottom: 3.7rem;
  }
}

.block-testimonials h2 span {
  color: #ec1a21;
}

@media (min-width: 1200px) {
  .block-testimonials .row {
    margin: 0;
  }
}

.block-testimonials .testimonials-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-testimonials .testimonials-flex > div {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 5px;
}

@media (min-width: 1200px) {
  .block-testimonials .testimonials-flex > div {
    max-width: 49%;
  }
}

.block-testimonials .testimonials-flex .testimonial {
  min-height: 0;
}

@media (min-width: 1200px) {
  .block-testimonials .owl-carousel {
    padding: 0 1.2rem;
  }
}

.block-testimonials .owl-carousel img {
  width: auto;
}

.block-testimonials .owl-carousel .owl-dots {
  margin-top: 2.15rem;
}

@media (min-width: 1200px) {
  .block-testimonials .owl-carousel .owl-dots {
    margin-top: 3.25rem;
  }
}

.block-testimonials .owl-carousel .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e4e4e4;
  margin: 0 0.4rem;
}

.block-testimonials .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.block-testimonials .owl-carousel .owl-dots .owl-dot.active {
  background-color: #ec1a21;
}

/*--- /Block Testimonials ---*/

/*--- Block Blue ---*/

.block-blue {
  color: #fff;
  background: #ec1a21;
  text-align: center;
  padding-top: 4.9rem;
  padding-bottom: 6.2rem;
}

@media (min-width: 1024px) {
  .block-blue {
    background-image: url(/theme/images/block-blue-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 4.1rem;
    padding-bottom: 5.05rem;
  }
}

.block-blue h2 {
  font-size: 1.875rem;
  line-height: 3.02625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .block-blue h2 {
    margin-bottom: 1rem;
    max-width: 80%;
  }
}

.block-blue .btn.btn-white {
  color: #000;
  font-weight: 400;
}

/*--- /Block Blue ---*/

/*--- Block Text Image ---*/

.block-text-image {
  padding-top: 1rem;
  padding-bottom: 3.8rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .block-text-image {
    padding-top: 3.4rem;
    padding-bottom: 5.3rem;
  }
}

.block-text-image .row {
  align-items: center;
}

@media (min-width: 1440px) {
  .block-text-image .row {
    align-items: flex-start;
  }
}

.block-text-image .left-block {
  margin-bottom: 3.5rem;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .block-text-image .left-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .block-text-image .left-block {
    padding-right: 0.6rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .block-text-image .left-block {
    padding-right: 0;
  }
}

@media (min-width: 1440px) {
  .block-text-image .left-block {
    padding: 3.8rem 3.9rem 0 1.9rem;
  }
}

.block-text-image .right-block {
  padding: 0 0.5rem;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .block-text-image .right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .block-text-image .right-block {
    padding: 0 1.4rem;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .block-text-image .right-block {
    padding: 0 2.1rem 0 2.7rem;
  }
}

.block-text-image .right-block .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-text-image .right-block img {
  position: relative;
  z-index: 2;
}

.block-text-image .right-block:after {
  content: "";
  position: absolute;
  top: 11.9%;
  bottom: 15.3%;
  left: 0;
  right: 0;
  background-color: #ec1a21;
}

@media (min-width: 1024px) {
  .block-text-image .right-block:after {
    top: 15%;
    bottom: 15%;
  }
}

@media (min-width: 1200px) {
  .block-text-image .right-block:after {
    top: 11.8%;
    bottom: 16%;
    right: -100%;
    left: 1.7rem;
    background-image: url(/theme/images/block-blue-bg.png);
    background-repeat: no-repeat;
  }
}

.block-text-image h2 {
  font-size: 2.1875rem;
  margin-bottom: 1.95rem;
}

@media (min-width: 1200px) {
  .block-text-image h2 {
    margin-bottom: 2.05rem;
  }
}

.block-text-image .underline:after {
  margin-top: 1.25rem;
}

@media (min-width: 1200px) {
  .block-text-image .underline:after {
    margin-top: 1.05rem;
  }
}

.block-text-image p,
.block-text-image ol,
.block-text-image ul {
  line-height: 2rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 1024px) {
  .block-text-image p,
  .block-text-image ol,
  .block-text-image ul {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 1200px) {
  .block-text-image p,
  .block-text-image ol,
  .block-text-image ul {
    margin-bottom: 2.1rem;
  }
}

.block-text-image .btn {
  padding: 1.175rem 2.65rem;
}

@media (min-width: 1200px) {
  .block-text-image .btn {
    padding: 1.175rem 5.65rem;
  }
}

/*--- /Block Text Image ---*/

/*--- Block Meet The Team ---*/

.block-meet-the-team {
  background: #efefef;
  text-align: center;
  padding-top: 2.8rem;
  padding-bottom: 1rem;
}

@media (min-width: 1200px) {
  .block-meet-the-team {
    padding-bottom: 3.6rem;
  }
}

.block-meet-the-team h2 {
  font-size: 2.1875rem;
  margin-bottom: 3.05rem;
}

.block-meet-the-team .btn {
  display: none;
}

@media (min-width: 1200px) {
  .block-meet-the-team .btn {
    display: inline-block;
    margin-top: 2.8rem;
  }
}

@media (min-width: 1200px) {
  .block-meet-the-team .row {
    margin: 0 1.1rem;
  }
}

/*--- /Block Meet The Team ---*/

/*--- Block Finances ---*/

.block-finances {
  overflow: hidden;
  padding-top: 0rem;
  margin-bottom: -1px;
}

@media (min-width: 1024px) {
  .block-finances {
    padding-top: 4.3rem;
  }
}

.block-finances .left-block {
  padding: 0 3.7rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-finances .left-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .block-finances .left-block {
    padding: 0 1.9rem;
  }
}

@media (min-width: 1440px) {
  .block-finances .left-block {
    padding: 0 7.9rem 0 1.5rem;
  }
}

.block-finances .left-block p {
  line-height: 2rem;
  margin-bottom: 2rem;
}

.block-finances .right-block {
  padding: 5.4rem 0 0 4.3rem;
  position: relative;
  min-height: 643px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-finances .right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .block-finances .right-block {
    padding: 7.7rem 0 0 1.85rem;
  }
}

@media (min-width: 1440px) {
  .block-finances .right-block {
    padding: 2.7rem 0 0 1.85rem;
  }
}

.block-finances .right-block:after {
  content: "";
  background-color: #efefef;
  position: absolute;
  bottom: -90%;
  top: 0;
  left: auto;
  width: 100%;
  transform: skewX(-60deg);
  z-index: -2;
  right: -25%;
}

@media (min-width: 1200px) {
  .block-finances .right-block:after {
    width: 123%;
  }
}

.block-finances .right-block a {
  margin-top: 1.95rem;
  display: flex;
  align-items: center;
  margin-left: -0.1rem;
  font-size: 0.9375rem;
  color: #ec1a21;
}

.block-finances .right-block a span {
  background: #ec1a21;
  width: 29px;
  height: 29px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
}

.block-finances .right-block .image {
  position: absolute;
  right: -8rem;
  bottom: 1.6rem;
  padding-left: 2.9rem;
  z-index: -1;
}

@media (min-width: 1200px) {
  .block-finances .right-block .image {
    right: -0.9rem;
    bottom: 3.2rem;
    padding-left: 0.5rem;
    left: -3.1rem;
  }

  .block-finances .right-block .image img {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .block-finances .right-block .image {
    right: -4.9rem;
    bottom: 1.2rem;
    padding-left: 0.5rem;
    left: -0.5rem;
  }
}

.block-finances .btn {
  padding: 1.17rem 5.65rem;
}

@media (min-width: 1200px) {
  .block-finances .btn {
    display: none;
  }
}

/*--- /Block Finances ---*/

/*--- Block APR Representative ----*/

.block-apr-representative {
  background: #efefef;
  padding-top: 3.6rem;
  padding-bottom: 4.3rem;
}

@media (min-width: 1200px) {
  .block-apr-representative {
    padding-top: 5.6rem;
    padding-bottom: 4.1rem;
  }
}

.block-apr-representative h4 {
  color: #ec1a21;
  font-size: 1.87rem;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  line-height: 2.5rem;
  margin-bottom: 1.8rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-apr-representative .col-lg-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 400px) {
  .block-apr-representative .row {
    margin: 0 -2.5rem;
  }
}

@media (min-width: 768px) {
  .block-apr-representative .row {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .block-apr-representative .row {
    margin: 0 -0.7rem;
  }
}

.block-apr-representative__item {
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .block-apr-representative__item {
    margin-bottom: 0;
    margin-right: -1.3rem;
  }
}

.block-apr-representative__table > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 1rem;
  margin-bottom: 1.3rem;
}

.block-apr-representative__table > div h5 {
  font-size: 1.3125rem;
  color: #3f3f41;
  letter-spacing: -0.35px;
}

.block-apr-representative__table > div .price {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3f3f41;
}

.block-apr-representative__table .text-italic {
  font-style: italic;
  letter-spacing: 0.55px;
}

.block-apr-representative p.text-center {
  font-size: 0.875rem;
  line-height: 2rem;
  margin: -0.4rem -0.7rem;
}

@media (min-width: 1200px) {
  .block-apr-representative p.text-center {
    font-size: 0.9375rem;
    margin-top: 3.1rem;
    letter-spacing: 0.05px;
  }
}

/*--- /Block APR Representative ----*/

/*--- Block Invisalign ---*/

.block-invisalign {
  padding-top: 1.5rem;
  background: #f8f8f7;
  padding-bottom: 0;
}

@media (min-width: 1024px) {
  .block-invisalign {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .block-invisalign {
    padding-bottom: 3rem;
    padding-top: 1.5rem;
    background-color: #fff;
  }
}

.block-invisalign .left-block {
  margin-bottom: 2.05rem;
}

@media (min-width: 1200px) {
  .block-invisalign .left-block {
    padding: 4.4rem 3.9rem 0 1.9rem;
  }
}

.block-invisalign .left-block img {
  margin-bottom: 3.1rem;
}

@media (min-width: 1200px) {
  .block-invisalign .left-block img {
    margin-bottom: 1.6rem;
  }
}

.block-invisalign .left-block p {
  padding-left: 0.54rem;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .block-invisalign .left-block p {
    padding-left: 0.24rem;
  }
}

.block-invisalign .left-block h2 {
  margin-bottom: 1.35rem;
}

.block-invisalign .left-block .btn {
  margin-top: -0.1rem;
}

@media (min-width: 1200px) {
  .block-invisalign .left-block .btn {
    margin-top: -0.4rem;
  }
}

.block-invisalign .right-block {
  background-color: #efefef;
  padding: 1.5rem 1.5rem 1.8rem;
}

@media (min-width: 1200px) {
  .block-invisalign .right-block {
    background-color: transparent;
    padding: 1.9rem 2.1rem 0 2.7rem;
  }
}

.block-invisalign .right-block .special-offer {
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  text-align: center;
}

@media (min-width: 1200px) {
  .block-invisalign .right-block .special-offer {
    background-color: #efefef;
    padding: 2.2rem 2rem 2.7rem 2.1rem;
  }
}

.block-invisalign .right-block .special-offer > div {
  border: 2px solid #ec1a21;
  padding: 1.2rem 0.7rem;
}

@media (min-width: 400px) {
  .block-invisalign .right-block .special-offer > div {
    padding: 2.2rem 1.7rem 1.9rem 2.1rem;
  }
}

@media (min-width: 1200px) {
  .block-invisalign .right-block .special-offer > div {
    padding: 2.85rem 2.6rem 2.5rem;
  }
}

.block-invisalign .right-block .special-offer__table {
  margin-bottom: 1.3rem;
}

@media (min-width: 1200px) {
  .block-invisalign .right-block .special-offer__table {
    margin-bottom: 1.9rem;
  }
}

.block-invisalign .right-block .special-offer__table > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding: 0.2rem 0.6rem 0.2rem 0;
  margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {
  .block-invisalign .right-block .special-offer__table > div {
    padding: 0.6rem 0.6rem 0.6rem 0;
    margin-bottom: 0.7rem;
  }
}

.block-invisalign .right-block .special-offer__table h5,
.block-invisalign .right-block .special-offer__table .price {
  font-size: 1.1575rem;
  color: #000;
  letter-spacing: -0.45px;
}

@media (min-width: 1200px) {
  .block-invisalign .right-block .special-offer__table h5,
  .block-invisalign .right-block .special-offer__table .price {
    font-size: 1.5625rem;
  }
}

.block-invisalign .right-block .special-offer__table h5 {
  flex: 1 1 auto;
}

.block-invisalign .right-block .special-offer__table .price {
  font-weight: bold;
  flex: 0 0 auto;
}

.block-invisalign .right-block .special-offer__table .price small {
  display: block;
}

@media (min-width: 1700px) {
  .block-invisalign .right-block .special-offer__table .price small {
    display: inline;
  }
}

.block-invisalign .right-block .special-offer h4 {
  color: #ec1a21;
  margin-bottom: 1.3rem;
  font-size: 1.851875rem;
}

@media (min-width: 1200px) {
  .block-invisalign .right-block .special-offer h4 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.block-invisalign .right-block .special-offer .links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-invisalign .right-block .special-offer .link {
  flex: 1 1 100%;
  font-size: 0.694375rem;
  color: #3f3f41;
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.3rem;
  letter-spacing: -0.1px;
  line-height: 1rem;
}

@media (min-width: 400px) {
  .block-invisalign .right-block .special-offer .link {
    flex: 1 1 100%;
  }
}

@media (min-width: 768px) {
  .block-invisalign .right-block .special-offer .link {
    flex: 0 1 48%;
    font-size: 0.9375rem;
    line-height: 1.4rem;
    margin-bottom: 1.7rem;
  }
}

.block-invisalign .right-block .special-offer .link span {
  background: #ec1a21;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  min-width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}

@media (min-width: 1200px) {
  .block-invisalign .right-block .special-offer .link span {
    min-width: 22px;
    height: 22px;
    margin-right: 0.8rem;
  }
}

.block-invisalign .right-block:after {
  display: none;
}

@media (min-width: 1200px) {
  .block-invisalign .right-block:after {
    display: block;
    top: 15.6%;
    bottom: 19%;
  }
}

/*--- /Block Invisalign ---*/

/*--- Block What Is Invisalign ---*/

.block-what-is-invisalign {
  padding-top: 0;
  background: #f8f8f7;
  color: #000;
  padding-bottom: 1.7rem;
  padding-top: 35%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .block-what-is-invisalign {
    color: #fff;
    background-size: cover;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .block-what-is-invisalign {
    color: #fff;
    background-image: url(/theme/images/bg-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2.3rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1700px) {
  .block-what-is-invisalign {
    padding-top: 5.2rem;
    padding-bottom: 7rem;
  }
}

.block-what-is-invisalign img {
  width: 100%;
}

@media (min-width: 1200px) {
  .block-what-is-invisalign img {
    display: none;
  }
}

.block-what-is-invisalign__content {
  padding-top: 2.6rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-what-is-invisalign__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .block-what-is-invisalign__content {
    padding-left: 2.6rem;
  }
}

.block-what-is-invisalign h2 {
  font-size: 2.1875rem;
  margin-bottom: 1.4rem;
}

.block-what-is-invisalign p,
.block-what-is-invisalign ul,
.block-what-is-invisalign ol {
  line-height: 2rem;
  margin-bottom: 2rem;
  letter-spacing: -0.05px;
}

@media (min-width: 1200px) {
  .block-what-is-invisalign p,
  .block-what-is-invisalign ul,
  .block-what-is-invisalign ol {
    letter-spacing: 0.15px;
  }
}

.block-what-is-invisalign p:last-child,
.block-what-is-invisalign ul:last-child,
.block-what-is-invisalign ol:last-child {
  margin-bottom: 0;
}

/*--- /Block What Is Invisalign ---*/

/*--- Block Video ---*/

.block-video {
  background-color: #efefef;
  padding-top: 3.5rem;
}

@media (min-width: 1200px) {
  .block-video {
    padding-top: 0;
  }
}

.block-video h2 {
  font-size: 2.1875rem;
  margin-bottom: 1.95rem;
}

.block-video .underline:after {
  margin-top: 1.8rem;
}

.block-video__content {
  padding: 0 2.8rem 2.85rem;
}

@media (min-width: 1200px) {
  .block-video__content {
    padding: 4.2rem 7.5rem 2.85rem 8.75rem;
  }
}

.block-video .text-bold {
  font-weight: 700;
  margin-bottom: 1.9rem;
}

.block-video p {
  margin-bottom: 2rem;
  line-height: 2rem;
}

@media (min-width: 1200px) {
  .block-video .container-fluid {
    max-width: 100%;
  }
}

/*--- /Block Video ---*/

/*--- Block Before After ---*/

.block-before-after {
  text-align: center;
  color: #fff;
  background-color: #24292c;
  padding-top: 3.5rem;
  padding-bottom: 3.7rem;
}

@media (min-width: 1200px) {
  .block-before-after {
    padding-bottom: 3.1rem;
  }
}

.block-before-after h2 {
  font-size: 2.1875rem;
  margin-bottom: 1.6rem;
}

.block-before-after .row {
  margin: 0 -0.5rem;
}

@media (min-width: 1200px) {
  .block-before-after .row {
    margin: 0 0.8rem;
  }
}

.block-before-after .owl-carousel .owl-dots {
  margin-top: 3.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-before-after .owl-carousel .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  background: rgba(177, 177, 177, 0.28);
  border-radius: 50%;
  margin: 0 0.45rem;
}

.block-before-after .owl-carousel .owl-dots .owl-dot.active {
  background: #ec1a21;
}

/*--- /Block Before After ---*/

/*--- Block Videos Patients ---*/

.block-videos-patients {
  background: #f8f8f7;
  padding-top: 0.3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media (min-width: 1200px) {
  .block-videos-patients {
    background: #fff;
    text-align: center;
    padding-top: 4.6rem;
    padding-bottom: 2.7rem;
  }
}

@media (min-width: 1024px) {
  .block-videos-patients .row {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .block-videos-patients .row {
    margin: 0 1rem;
  }
}

.block-videos-patients h2 {
  font-size: 2.1875rem;
  margin-bottom: 2.3rem;
}

@media (min-width: 400px) {
  .block-videos-patients h2 {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1200px) {
  .block-videos-patients h2 {
    margin-bottom: 3.9rem;
  }
}

@media (min-width: 1200px) {
  .block-videos-patients .underline:after {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.08rem;
  }
}

.block-videos-patients .owl-carousel .owl-dots {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-videos-patients .owl-carousel .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  background: rgba(177, 177, 177, 0.28);
  border-radius: 50%;
  margin: 0 0.45rem;
}

.block-videos-patients .owl-carousel .owl-dots .owl-dot.active {
  background: #ec1a21;
}

/*--- /Block Videos Patients ---*/

/*--- Block Letters ---*/

.block-letters {
  padding-top: 1.9rem;
  padding-bottom: 2.6rem;
}

@media (min-width: 1200px) {
  .block-letters {
    text-align: center;
    padding-top: 2.9rem;
    padding-bottom: 2.9rem;
  }
}

.block-letters h2 {
  font-size: 2.1875rem;
  margin-bottom: 2.45rem;
}

@media (min-width: 400px) {
  .block-letters h2 {
    padding: 0 2.5rem 0 1.5rem;
  }
}

@media (min-width: 1200px) {
  .block-letters h2 {
    margin-bottom: 3.25rem;
  }
}

@media (min-width: 1200px) {
  .block-letters .row {
    margin: 0 1.2rem;
  }
}

.block-letters .underline:after {
  margin-top: 1.24rem;
}

@media (min-width: 1200px) {
  .block-letters .underline:after {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.08rem;
  }
}

@media (min-width: 1200px) {
  .block-letters .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }
}

.block-letters .owl-carousel .owl-dots {
  margin-top: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .block-letters .owl-carousel .owl-dots {
    margin-top: 3.3rem;
  }
}

.block-letters .owl-carousel .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  background: rgba(177, 177, 177, 0.28);
  border-radius: 50%;
  margin: 0 0.45rem;
}

.block-letters .owl-carousel .owl-dots .owl-dot.active {
  background: #ec1a21;
}

/*--- /Block Letters ---*/

/*--- Block Categories ---*/

.block-categories {
  padding-top: 0;
  margin-top: -0.25rem;
}

@media (min-width: 1024px) {
  .block-categories {
    margin-top: 0;
    padding-top: 1.9rem;
  }
}

.block-categories p {
  font-size: 1.3125rem;
  margin-bottom: 1.45rem;
}

@media (min-width: 1024px) {
  .block-categories p {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .block-categories p {
    margin-left: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .block-categories .row {
    margin: 0 1.1rem;
  }
}

@media (min-width: 1440px) and (max-width: 1800px) {
  .block-categories .row {
    margin: 0 2.1rem;
  }
}

.block-categories__wrap {
  background-color: #303840;
  padding: 2rem 0 1.7rem;
}

@media (min-width: 1200px) {
  .block-categories__wrap {
    padding: 2rem 0 2.1rem;
  }
}

.block-categories .owl-carousel {
  position: relative;
}

.block-categories .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.3rem;
  padding: 0 1.6rem;
  z-index: -1;
}

@media (min-width: 1200px) {
  .block-categories .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    left: -2rem;
    right: -2rem;
    padding: 0;
    margin-top: 0;
  }
}

@media (min-width: 1800px) {
  .block-categories .owl-carousel .owl-nav {
    left: -3.2rem;
    right: -3.2rem;
  }
}

.block-categories .owl-carousel .owl-nav .owl-next,
.block-categories .owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  width: 17px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(/theme/img/arrow-left-white.png);
  background-size: contain;
}

.block-categories .owl-carousel .owl-nav .owl-next {
  transform: rotate(200grad);
}

/*--- /Block Categories ---*/

/*--- Block Gallery ---*/

.block-gallery {
  background-color: #efefef;
  padding-top: 1.95rem;
  padding-bottom: 4.3rem;
}

@media (min-width: 1024px) {
  .block-gallery {
    padding-top: 4.15rem;
    padding-bottom: 2.1rem;
  }
}

@media (min-width: 1024px) {
  .block-gallery .row {
    margin: 0 0.7rem;
  }
}

.block-gallery__item {
  padding: 0 2.3rem;
  margin-bottom: 1.45rem;
}

@media (min-width: 1024px) {
  .block-gallery__item {
    padding: 0 0.5rem;
    margin-bottom: 2.85rem;
  }
}

/*--- /Block Gallery ---*/

/*--- Block Contact Us ---*/

.block-contact-us {
  padding-top: 1.7rem;
}

@media (min-width: 1200px) {
  .block-contact-us {
    padding-top: 1.7rem;
    margin-top: 0;
  }
}

.block-contact-us .offices {
  background-color: #f5f5f5;
  padding-top: 3.1rem;
  padding-bottom: 4.4rem;
}

@media (min-width: 1200px) {
  .block-contact-us .offices .row {
    margin: 0 -0.3rem;
  }
}

.block-contact-us .offices .office {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .block-contact-us .offices .office {
    padding: 0 1.3rem;
  }
}

.block-contact-us .offices .office__content {
  flex: 1 1 auto;
  min-height: 374px;
}

@media (min-width: 1200px) {
  .block-contact-us .offices .office__content {
    padding: 1.7rem 1rem;
  }
}

@media (min-width: 1200px) {
  .block-contact-us .offices .office__content h4 {
    font-size: 1.873125rem;
    margin-bottom: 0.8rem;
  }
}

.block-contact-us .offices .office__content a {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .block-contact-us .offices .office__content a {
    font-size: 1.1625rem;
    line-height: 1.7rem;
  }
}

.block-contact-us .offices .office__content a.email {
  margin-bottom: 1em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (min-width: 1200px) {
  .block-contact-us .offices .office__content .phone-number {
    margin-top: 1.7rem;
  }
}

.block-contact-us .offices .office__content .btn {
  display: block;
  padding: 1em 2em;
}

@media (min-width: 1200px) {
  .block-contact-us .offices .office__img {
    height: 285px;
  }
}

.block-contact-us .text-top {
  margin-left: 0;
  margin-bottom: 2.7rem;
}

@media (min-width: 1200px) {
  .block-contact-us .text-top {
    margin-left: 1.3rem;
    margin-bottom: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .block-contact-us .owl-carousel {
    display: flex;
  }
}

/*--- /Block Contact Us ---*/

/*--- Block Form ---*/

.block-form {
  background-color: #f8f8f7;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .block-form {
    padding-top: 3.25rem;
    background-color: #fff;
  }
}

.block-form h2 {
  font-size: 1.588125rem;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 2.55rem;
}

@media (min-width: 1200px) {
  .block-form h2 {
    margin-bottom: 1.95rem;
  }
}

/*--- /Block Form ---*/

/*--- Block Team Member ---*/

.block-team-member {
  padding-top: 0rem;
  padding-bottom: 3.95rem;
  background-color: #f8f8f7;
}

@media (min-width: 768px) {
  .block-team-member {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .block-team-member {
    background-color: #fff;
    padding-bottom: 4.55rem;
  }
}

.block-team-member h5 {
  font-size: 1.604375rem;
  font-weight: 300;
  line-height: 2.5rem;
  letter-spacing: 0.25px;
  margin-bottom: 1.3rem;
}

@media (min-width: 768px) {
  .block-team-member .left-block {
    padding-left: 3.7rem;
  }
}

@media (min-width: 1200px) {
  .block-team-member .left-block {
    padding-top: 0;
    padding-left: 2.2rem;
    padding-right: 4.8rem;
  }
}

.block-team-member p {
  margin-bottom: 2rem;
}

.block-team-member .logos {
  display: flex;
  align-items: flex-end;
  margin-top: 2.75rem;
  margin-left: -1.1rem;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 400px) {
  .block-team-member .logos {
    justify-content: space-between;
  }
}

@media (min-width: 600px) {
  .block-team-member .logos {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .block-team-member .logos {
    align-items: center;
    margin-top: 3.25rem;
    margin-left: -0.9rem;
  }
}

.block-team-member .logos img {
  margin-bottom: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 45%;
}

@media (min-width: 400px) {
  .block-team-member .logos img {
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  .block-team-member .logos img {
    max-width: 100%;
  }
}

@media (min-width: 600px) {
  .block-team-member .logos img:first-child {
    margin-right: 5rem;
  }
}

@media (min-width: 1024px) {
  .block-team-member .logos img:first-child {
    margin-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .block-team-member .logos img:first-child {
    margin-right: 4.4rem;
  }
}

.block-team-member .right-block {
  padding: 0 0.8rem;
}

@media (min-width: 1200px) {
  .block-team-member .right-block {
    padding: 0.9rem 2.2rem 0.9rem 2.7rem;
  }
}

@media (min-width: 1200px) {
  .block-team-member .right-block:after {
    top: 13.6%;
    bottom: 17.1%;
  }
}

/*--- /Block Team Member ---*/

/*--- Block Blog ---*/

.block-blog {
  background-color: #f8f8f7;
  padding-top: 0.2rem;
}

@media (min-width: 768px) {
  .block-blog {
    padding-top: 3.6rem;
  }
}

@media (min-width: 1200px) {
  .block-blog {
    background-color: #fff;
  }
}

.block-blog .col-lg-6 {
  padding: 0 2.1rem;
}

@media (min-width: 1024px) {
  .block-blog .col-lg-6 {
    padding: 0 1rem;
  }
}

@media (min-width: 1024px) {
  .block-blog .row {
    margin: 0;
  }
}

/*--- /Block Blog ---*/

/*--- Block Single Post ---*/

.block-single-post {
  padding-bottom: 1.7rem;
  padding-top: 0.6rem;
  background-color: #f8f8f7;
}

@media (min-width: 768px) {
  .block-single-post {
    padding-top: 3.7rem;
  }
}

@media (min-width: 1200px) {
  .block-single-post {
    background-color: #fff;
    padding-bottom: 4.3rem;
  }
}

/*--- /Block Single Post ---*/

/*--- Block More Posts ---*/

.block-more-posts {
  background-color: #f5f5f5;
  text-align: center;
  padding-top: 3.8rem;
  padding-bottom: 2rem;
}

@media (min-width: 1200px) {
  .block-more-posts {
    padding-bottom: 1.3rem;
  }
}

.block-more-posts h2 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 2.15rem;
}

@media (min-width: 1200px) {
  .block-more-posts h2 {
    margin-bottom: 3.55rem;
  }
}

.block-more-posts .col-lg-6 {
  padding: 0 2.1rem;
}

@media (min-width: 1024px) {
  .block-more-posts .col-lg-6 {
    padding: 0 1rem;
  }
}

@media (min-width: 1024px) {
  .block-more-posts .row {
    margin: 0;
  }
}

.block-more-posts .blog-post {
  margin-bottom: 1.2rem;
}

/*--- /Block More Posts ---*/

/*--- Block Emergency ---*/

.block-emergency {
  background-color: #f8f8f7;
  padding-top: 3.4rem;
  padding-bottom: 2.95rem;
}

@media (min-width: 768px) {
  .block-emergency {
    padding-top: 3.4rem;
    padding-bottom: 2.05rem;
  }
}

@media (min-width: 1200px) {
  .block-emergency {
    background-color: #fff;
  }
}

.block-emergency .left-block {
  margin-bottom: 0.5rem;
}

@media (min-width: 1200px) {
  .block-emergency .left-block {
    padding-top: 0.8rem;
    padding-right: 0.6rem;
  }
}

@media (min-width: 1440px) {
  .block-emergency .left-block {
    padding-right: 3.6rem;
  }
}

.block-emergency h4 {
  margin-top: -0.2rem;
  font-size: 1.875rem;
  letter-spacing: -0.45px;
  margin-bottom: 1.05rem;
}

@media (min-width: 1200px) {
  .block-emergency h4 {
    margin-top: -1.1rem;
    margin-bottom: 0.85rem;
  }
}

.block-emergency p {
  margin-bottom: 2rem;
}

.block-emergency .right-block {
  padding: 0 0.8rem;
}

@media (min-width: 1024px) {
  .block-emergency .right-block {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .block-emergency .right-block {
    padding: 0 1.2rem 0 3.2rem;
    justify-content: flex-start;
  }
}

.block-emergency .right-block:after {
  top: 10.9%;
  bottom: 22.7%;
}

@media (min-width: 1024px) {
  .block-emergency .right-block:after {
    bottom: 15%;
  }
}

@media (min-width: 1200px) {
  .block-emergency .right-block:after {
    left: 2.2rem;
    bottom: 22.7%;
  }
}

/*--- /Block Emergency ---*/

/*--- Block Dental Care ---*/

.block-dental-care {
  padding-top: 0;
  background: #f8f8f7;
  color: #000;
  padding-bottom: 1.7rem;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 35%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .block-dental-care {
    background-size: cover;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .block-dental-care {
    background-image: url(/theme/images/dental-care-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2.3rem;
    padding-bottom: 4rem;
    background-position-x: 19%;
  }
}

@media (min-width: 1440px) {
  .block-dental-care {
    background-position-x: center;
  }
}

@media (min-width: 1700px) {
  .block-dental-care {
    padding-top: 5.2rem;
    padding-bottom: 9.1rem;
  }
}

.block-dental-care img {
  width: 100%;
}

@media (min-width: 1200px) {
  .block-dental-care img {
    display: none;
  }
}

.block-dental-care__content {
  padding-top: 1.8rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-dental-care__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .block-dental-care__content {
    padding-left: 2.8rem;
    padding-top: 2.7rem;
  }
}

.block-dental-care h2 {
  font-size: 2.0625rem;
  margin-bottom: 1.4rem;
}

@media (min-width: 1200px) {
  .block-dental-care h2 {
    letter-spacing: 1px;
  }
}

.block-dental-care p,
.block-dental-care ul,
.block-dental-care ol {
  line-height: 2rem;
  margin-bottom: 2rem;
  letter-spacing: -0.05px;
}

@media (min-width: 1200px) {
  .block-dental-care p,
  .block-dental-care ul,
  .block-dental-care ol {
    letter-spacing: 0.15px;
  }
}

.block-dental-care p:last-child,
.block-dental-care ul:last-child,
.block-dental-care ol:last-child {
  margin-bottom: 0;
}

.block-dental-care ul,
.block-dental-care ol {
  padding-left: 2em;
}

/*--- /Block Dental Care ---*/

/*--- Block Dental Treatments ---*/

.block-dental-treatments {
  padding-top: 0.8rem;
  background-color: #f8f8f7;
  padding-bottom: 0.8rem;
}

@media (min-width: 1200px) {
  .block-dental-treatments {
    text-align: center;
    padding-top: 4.9rem;
    padding-bottom: 4.9rem;
    background-color: #fff;
  }
}

.block-dental-treatments h2 {
  color: #ec1a21;
  font-size: 2.0625rem;
  margin-bottom: 0.8rem;
}

@media (min-width: 1200px) {
  .block-dental-treatments h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .block-dental-treatments p {
    max-width: 69.1%;
    margin: 0 auto;
    line-height: 1.95rem;
  }
}

.block-dental-treatments .owl-carousel {
  margin-top: 2.1rem;
}

@media (min-width: 1200px) {
  .block-dental-treatments .owl-carousel {
    margin-top: 4.65rem;
  }
}

.block-dental-treatments .owl-carousel img {
  width: auto;
}

.block-dental-treatments .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.6rem 3.9rem;
  position: absolute;
  top: calc(45.1% - 21px);
  left: 0;
  right: 0;
  margin-top: 0;
}

@media (min-width: 1024px) {
  .block-dental-treatments .owl-carousel .owl-nav {
    left: -1rem;
    right: -1rem;
  }
}

@media (min-width: 1200px) {
  .block-dental-treatments .owl-carousel .owl-nav {
    left: -2rem;
    right: -2rem;
    padding: 0;
    margin-top: 0;
  }
}

.block-dental-treatments .owl-carousel .owl-nav .owl-next,
.block-dental-treatments .owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  width: 11px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url(/theme/img/arrow-left-gray.png);
  background-size: contain;
}

.block-dental-treatments .owl-carousel .owl-nav .owl-next {
  transform: rotate(200grad);
}

.block-dental-treatments .row {
  margin: 0;
}

.block-dental-treatments .treatment-list {
  margin-top: 2em;
}

/*--- /Block Dental Treatments ---*/

/*--- Block Importance ---*/

.block-importance {
  color: #fff;
  background: #ec1a21;
  text-align: center;
  padding-top: 2.9rem;
  padding-bottom: 6.2rem;
}

@media (min-width: 1024px) {
  .block-importance {
    padding-top: 5.2rem;
    padding-bottom: 5.05rem;
  }
}

.block-importance h2 {
  font-size: 1.875rem;
  line-height: 2.62625rem;
  margin-bottom: 2.3rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .block-importance h2 {
    margin-bottom: 1.3rem;
  }
}

.block-importance p {
  margin-bottom: 0.8rem;
}

@media (min-width: 1200px) {
  .block-importance p {
    line-height: 1.95rem;
    margin-bottom: 2.1rem;
  }
}

.block-importance .btn.btn-white {
  color: #000;
  font-weight: 400;
  padding: 1.175rem 5.65rem;
}

.block-importance .container {
  padding: 0 0.3rem;
}

@media (min-width: 1200px) {
  .block-importance .container {
    padding: 0 6.2rem;
  }
}

/*--- /Block Importance ---*/

/*--- Block Look Feel ---*/

.block-look-feel {
  background-color: #f8f8f7;
  padding-top: 0.8rem;
}

@media (min-width: 768px) {
  .block-look-feel {
    padding-top: 4.4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1200px) {
  .block-look-feel {
    background-color: #fff;
  }
}

.block-look-feel h4 {
  font-size: 2.025625rem;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

@media (min-width: 1200px) {
  .block-look-feel h4 {
    margin-bottom: 1.2rem;
  }
}

@media (min-width: 1200px) {
  .block-look-feel p {
    margin-right: -0.5rem;
  }
}

.block-look-feel .left-block {
  padding-left: 2.9rem;
  padding-right: 2.9rem;
  margin-bottom: 0.1rem;
}

@media (min-width: 1200px) {
  .block-look-feel .left-block {
    padding-left: 2rem;
    padding-right: 0;
    padding-top: 0rem;
    padding-bottom: 4.9rem;
  }
}

.block-look-feel .right-block {
  padding: 0 0.7rem;
}

@media (min-width: 1200px) {
  .block-look-feel .right-block {
    padding: 0 3.2rem;
  }
}

.block-look-feel .right-block:after {
  top: 12.3%;
  bottom: 11.5%;
}

@media (min-width: 1200px) {
  .block-look-feel .row {
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .block-look-feel .col-xl {
    flex: 0 0 71.7%;
    max-width: 71.7%;
  }
}

/*--- /Block Look Feel ---*/

/*--- Block Faqs ---*/

.block-faqs {
  background-color: #f8f8f7;
  padding-top: 0.3rem;
  padding-bottom: 3.2rem;
}

@media (min-width: 1024px) {
  .block-faqs {
    text-align: center;
    padding-top: 3rem;
  }
}

.block-faqs h2 {
  color: #ec1a21;
  font-size: 2.0625rem;
  margin-bottom: 1.8rem;
}

@media (min-width: 1200px) {
  .block-faqs h2 {
    margin-bottom: 2.85rem;
  }
}

/*--- /Block Faqs ---*/

/*--- Block Injections ---*/

.block-injections {
  color: #fff;
  background: #ec1a21;
  text-align: center;
  padding-top: 4.6rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .block-injections {
    padding-top: 5.2rem;
    padding-bottom: 5.05rem;
  }
}

.block-injections h2 {
  font-size: 1.875rem;
  line-height: 2.82625rem;
  margin-bottom: 2.1rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .block-injections h2 {
    margin-bottom: 1.3rem;
  }
}

.block-injections p {
  margin-bottom: 3.05rem;
  font-size: 1rem;
  line-height: 1.85rem;
}

@media (min-width: 1200px) {
  .block-injections p {
    line-height: 1.95rem;
    margin-bottom: 2.1rem;
  }
}

.block-injections .btn.btn-white {
  color: #000;
  font-weight: 400;
  padding: 1.175rem 3.05rem;
}

.block-injections .container {
  padding: 0 1.3rem;
}

@media (min-width: 1200px) {
  .block-injections .container {
    padding: 0 6.2rem;
  }
}

/*--- /Block Injections ---*/

/*--- BUTTONS ---*/

.btn {
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0.975rem 3.35rem;
  letter-spacing: 0.05px;
  transition: 0.3s;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .btn {
    padding: 1.175rem 5.75rem;
  }
}

.btn.btn-red {
  background: #ec1a21;
  color: #fff;
  border: 1px solid #ec1a21;
}

.btn.btn-red:hover {
  color: #ec1a21;
  background: transparent;
}

.btn.btn-blue {
  background: #ec1a21;
  color: #fff;
  border: 1px solid #ec1a21;
}

.btn.btn-blue:hover {
  color: #ec1a21;
  background: transparent;
}

.btn.radius {
  border-radius: 30px;
}

.btn.btn-white {
  background: #fff;
  color: #283952;
  padding: 1.175rem 3.05rem;
  border: 1px solid #fff;
  font-weight: 400;
}

.btn.btn-white:hover {
  color: #fff;
  background: transparent;
}

.buttons {
  margin-top: 0.2rem;
}

@media (min-width: 1200px) {
  .buttons {
    margin-top: 1.5rem;
  }
}

.buttons .btn {
  margin-bottom: 0.7rem;
  padding: 1.175rem 0;
  width: 100%;
}

@media (min-width: 400px) {
  .buttons .btn {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .buttons .btn {
    margin: 0 0.45rem 0.7rem;
  }
}

/*--- /BUTTONS ---*/

/*--- Service ---*/

.service {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  min-height: 211px;
  height: 100%;
  padding: 1.5rem 0.8rem 1.3rem;
}

@media (min-width: 400px) {
  .service {
    display: block;
  }
}

@media (min-width: 1200px) {
  .service {
    padding: 1.7rem 0.8rem 1.9rem;
  }
}

.service:hover {
  text-decoration: none;
}

.service h5 {
  color: #000;
  margin-bottom: -0.2rem;
}

@media (min-width: 1200px) {
  .service h5 {
    margin-bottom: 0rem;
  }
}

.service p {
  font-size: 0.85375rem;
  color: #7a7a7a;
}

@media (min-width: 1200px) {
  .service p {
    font-size: 0.9375rem;
  }
}

.service__img {
  min-height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .service__img {
    min-height: 114px;
    margin-bottom: 1.7rem;
  }
}

/*--- /Service ---*/

/*--- Testimonial ---*/

.testimonial {
  text-align: left;
  background: url(/theme/images/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.65rem 1.2rem 1.85rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 341px;
}

@media (min-width: 400px) {
  .testimonial {
    padding: 2.65rem 3.1rem 2.85rem;
  }
}

@media (min-width: 1200px) {
  .testimonial {
    background: #fff;
    border: 2px solid #f5f5f5;
    padding: 2.45rem 2.3rem 2.85rem 2.5rem;
  }
}

.testimonial.white-bg {
  background-color: #fff;
  background-image: none;
}

.testimonial img {
  width: auto;
}

.testimonial__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.testimonial .stars {
  display: flex;
  align-items: center;
}

.testimonial .stars a {
  margin-right: 0.7rem;
}

.testimonial h5 {
  font-family: "Josefin Sans", sans-serif;
  color: #000;
  margin-bottom: 0.1rem;
}

@media (min-width: 1200px) {
  .testimonial h5 {
    letter-spacing: -0.05px;
  }
}

.testimonial p {
  color: #000;
  letter-spacing: -0.23px;
  font-size: 1.038125rem;
}

@media (min-width: 1200px) {
  .testimonial p {
    letter-spacing: -0.13px;
    line-height: 1.9rem;
  }
}

/*--- /Testimonial ---*/

/*--- Office ---*/

.office {
  padding: 0;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 400px) {
  .office {
    padding: 0 1.1rem;
  }
}

@media (min-width: 1200px) {
  .office {
    padding: 0 0.2rem;
  }
}

@media (min-width: 1440px) {
  .office {
    padding: 0 0.8rem;
  }
}

.office__content {
  background: #fff;
  padding: 2rem 1rem;
  min-height: 243px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

@media (min-width: 1200px) {
  .office__content {
    padding: 0.8rem 0.3rem;
    min-height: 193px;
  }
}

@media (min-width: 1440px) {
  .office__content {
    padding: 0.8rem 1rem;
  }
}

.office__content h4 {
  flex: 1 1 auto;
  color: #ec1a21;
  font-size: 1.875rem;
  margin-bottom: 1.2rem;
}

@media (min-width: 1200px) {
  .office__content h4 {
    font-size: 1.30875rem;
    margin-bottom: 0.3rem;
  }
}

.office__content a {
  color: #000;
  font-size: 0.955625rem;
  line-height: 1.65rem;
  display: block;
}

@media (min-width: 1200px) {
  .office__content a {
    font-size: 0.8125rem;
    line-height: 1.15rem;
  }
}

.office__content .phone-number {
  font-size: 0.955625rem;
  margin-bottom: 1.3rem;
}

.office__img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 283px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 1200px) {
  .office__img {
    height: 198px;
  }
}

.office .opening-times {
  text-align: center;
  margin-top: auto;
}

@media (min-width: 1200px) {
  .office .opening-times {
    padding-bottom: 0.3rem;
  }
}

.office .opening-times h5 {
  color: #ec1a21;
  font-size: 1.185625rem;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

@media (min-width: 1200px) {
  .office .opening-times h5 {
    margin-bottom: 0.3rem;
  }
}

.office .opening-times p {
  font-weight: 400;
  color: #000;
}

/*--- /Office ---*/

/*--- Team Member ---*/

.team-member {
  display: block;
  border: 1px solid #cbcbcb;
  min-height: 325px;
  height: 100%;
  position: relative;
}

.team-member .row {
  align-items: stretch;
}

.team-member__img {
  height: 100%;
  width: 100%;
}

.team-member__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member__info {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 1.95rem;
}

@media (min-width: 1200px) {
  .team-member__info {
    padding-top: 1.05rem;
  }
}

@media (min-width: 1440px) {
  .team-member__info {
    padding-top: 1.45rem;
  }
}

@media (min-width: 1700px) {
  .team-member__info {
    padding-top: 2.65rem;
  }
}

.team-member h5 {
  color: #3f3f41;
  font-weight: 300;
  font-size: 0.921875rem;
  line-height: 1rem;
  margin-bottom: -0.1rem;
}

@media (min-width: 1200px) {
  .team-member h5 {
    font-size: 1.3125rem;
    line-height: 1.9rem;
    margin-bottom: -0.1rem;
  }
}

.team-member .position {
  color: #ec1a21;
  font-size: 0.65875rem;
}

@media (min-width: 1200px) {
  .team-member .position {
    font-size: 0.9375rem;
  }
}

/*--- /Team Member ---*/

/*--- Video ---*/

.video {
  position: relative;
}

.video img {
  min-height: 437px;
  -o-object-fit: cover;
  object-fit: cover;
}

.video .play-btn {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ec1a21;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 1200px) {
  .video .play-btn {
    width: 122px;
    height: 122px;
  }
}

.video .play-btn img {
  min-height: 1px;
  max-width: 24px;
  margin-left: 0.4rem;
}

@media (min-width: 1200px) {
  .video .play-btn img {
    max-width: 100%;
  }
}

/*--- /Video ---*/

/*--- Video Item ---*/

.video-item .video img {
  height: 340px;
  min-height: 1px;
}

@media (min-width: 1440px) {
  .video-item .video img {
    height: 489px;
  }
}

.video-item .video .play-btn {
  width: 105px;
  height: 105px;
  background-color: transparent;
}

.video-item .video .play-btn img {
  margin-left: 0;
  height: auto;
  max-width: 100%;
}

.video-item__content {
  padding: 2.1rem 3.5rem;
  text-align: left;
}

@media (min-width: 1024px) {
  .video-item__content {
    padding: 1.6rem 0.1rem 0;
  }
}

@media (min-width: 1440px) {
  .video-item__content {
    display: flex;
    flex-wrap: wrap;
    padding: 1.6rem 0.1rem 0;
  }
}

@media (min-width: 1440px) {
  .video-item__content .name {
    flex: 0 0 44%;
    max-width: 44%;
  }
}

@media (min-width: 1700px) {
  .video-item__content .name {
    flex: 0 0 36%;
    max-width: 36%;
  }
}

.video-item__content .name span {
  color: #ec1a21;
  font-size: 0.9375rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.15rem;
}

@media (min-width: 1440px) {
  .video-item__content .text {
    flex: 0 0 56%;
    max-width: 56%;
  }
}

@media (min-width: 1700px) {
  .video-item__content .text {
    flex: 0 0 64%;
    max-width: 64%;
  }
}

.video-item__content h3 {
  font-family: "FortunatesDecember";
  font-size: 2.1875rem;
  margin-bottom: 0.8rem;
  margin-left: -0.2rem;
}

.video-item__content p {
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.65rem;
  margin-bottom: 1.7rem;
}

.video-item__content .text-small {
  font-size: 0.9375rem;
}

/*--- /Video Item ---*/

/*--- Letter ---*/

.letter {
  text-align: left;
  background-image: url(/theme/images/letter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*@include respond-to(lg){
        min-height: 648px;
        height: 100%;
    }*/
}

.letter:before {
  content: "";
  background-image: url(/theme/images/letter-border.jpg);
  position: absolute;
  height: 1.5rem;
  left: 0;
  top: 0;
  right: 0;
  background-size: cover;
}

.letter__content {
  padding: 3.6rem 1.3rem 2.9rem;
}

@media (min-width: 400px) {
  .letter__content {
    padding: 3.6rem 3.2rem 2.9rem;
  }
}

@media (min-width: 1200px) {
  .letter__content {
    padding: 3.6rem 1.8rem 0.9rem;
  }
}

@media (min-width: 1440px) {
  .letter__content {
    padding: 3.6rem 2.7rem 0.9rem 3.8rem;
  }
}

.letter__content p {
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.65rem;
  margin-bottom: 1.65rem;
}

.letter__content p:first-child {
  font-size: 1.125rem;
}

.letter h3 {
  font-family: FortunatesDecember;
  font-size: 2.1875rem;
  margin-bottom: 0.6rem;
}

.letter .name {
  margin-top: 3rem;
  margin-left: 0.9rem;
}

@media (min-width: 1200px) {
  .letter .name {
    margin-left: -0.4rem;
  }
}

.letter .name span {
  color: #ec1a21;
  font-size: 0.9375rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.15rem;
  margin-left: 0.5rem;
}

/*--- /Letter ---*/

/*--- Category ---*/

.category {
  background-color: #fff;
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  color: #292744;
  text-align: center;
  border-radius: 3px;
  padding: 1.3rem 0.5rem;
  display: inline-block;
  font-size: 0.875rem;
  width: 100%;
}

.category.active {
  background-color: #ec1a21;
  color: #fff;
}

/*--- /Category ---*/

/*--- Form ---*/

@media (min-width: 1200px) {
  .form {
    margin: 0 1.2rem;
  }
}

.form iframe {
  border: none;
  height: 550px;
}

@media (min-width: 991px) {
  .form iframe {
    height: 400px;
  }
}

.form.popup iframe {
  height: 550px;
}

.form .form-control {
  background-color: #efefef;
  color: rgba(41, 39, 68, 0.68);
  font-size: 1.1875rem;
  font-family: "Josefin Sans", sans-serif;
  border: 1px solid #d7d7d7;
  font-weight: 400;
  padding: 1.275rem 2.05rem 0.9rem;
  line-height: initial;
  margin-bottom: 1.35rem;
}

.form__col {
  padding: 0 0.9rem;
}

.form textarea.form-control {
  min-height: 212px;
}

.form .btn {
  margin-top: 0.5rem;
  padding: 0.875rem 4.05rem;
}

.form .form-group {
  position: relative;
}

.form .help-block.caldera_ajax_error_block {
  position: absolute;
  top: 20px;
  right: 20px;
}

/*--- /Form ---*/

/*--- Blog Post ---*/

.blog-post {
  margin-bottom: 2.4rem;
  text-align: left;
}

@media (min-width: 1200px) {
  .blog-post {
    margin-bottom: 3.1rem;
  }
}

.blog-post__img {
  position: relative;
}

.blog-post__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-post__img .date {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #92050b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: 400;
  width: 4.4rem;
  height: 3.5rem;
  border-bottom-left-radius: 4px;
}

@media (min-width: 1200px) {
  .blog-post__img .date {
    width: 7.1rem;
    height: 5.6rem;
  }
}

.blog-post__img .date .day {
  font-size: 1.16625rem;
  line-height: 1.2rem;
}

@media (min-width: 1200px) {
  .blog-post__img .date .day {
    font-size: 1.845625rem;
    line-height: 2rem;
  }
}

.blog-post__img .date .month {
  font-size: 0.57375rem;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .blog-post__img .date .month {
    font-size: 0.908125rem;
  }
}

.blog-post__content {
  padding: 1.3rem 0.2rem;
}

@media (min-width: 1200px) {
  .blog-post__content {
    padding: 1.9rem 0.1rem;
  }
}

.blog-post__content h5 {
  font-size: 1.81375rem;
  color: #ec1a21;
  font-weight: 500;
  line-height: 2.3rem;
  margin-bottom: 0.4rem;
  letter-spacing: -0.05px;
  max-width: 90%;
}

@media (min-width: 1200px) {
  .blog-post__content h5 {
    font-size: 2rem;
    margin-bottom: 0.6rem;
  }
}

.blog-post__content p {
  font-size: 1.02rem;
}

@media (min-width: 1200px) {
  .blog-post__content p {
    font-size: 1.125rem;
    margin-bottom: 1.3rem;
    max-width: 95%;
  }
}

.blog-post__content .btn {
  padding: 0.975rem 2.15rem;
}

@media (min-width: 1200px) {
  .blog-post__content .btn {
    padding: 1.175rem 2.75rem;
  }
}

/*--- /Blog Post ---*/

/*--- Pagination ---*/

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  padding-bottom: 4.6rem;
}

@media (min-width: 1200px) {
  .pagination {
    margin-top: 0.6rem;
  }
}

.pagination .page-numbers {
  font-size: 1.43625rem;
  color: #dbdbdb;
  margin: 0 1.4rem;
}

.pagination .page-numbers.current {
  color: #000;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  display: none;
}

.pagination .screen-reader-text {
  display: none;
}

/*--- /Pagination ---*/

/* Price List Table */

.pricing-table-wrapper,
.pricing-emergency-notice {
  width: 100%;
}

@media (min-width: 1200px) {
  .pricing-table-wrapper,
  .pricing-emergency-notice {
    width: 50%;
    margin: auto;
  }
}

.pricing-table-wrapper {
  margin: 2em auto;
}

.pricing-table-wrapper .pricing-table {
  width: 100%;
}

.pricing-table-wrapper .pricing-table td {
  font-size: 1.188125rem;
  padding: 1em;
  text-align: left;
}

.pricing-table-wrapper .pricing-table td:last-child {
  text-align: right;
  min-width: 100px;
}

.booking-providers-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.booking-providers-wrapper .booking-providers {
  flex: 0 1 108%;
  justify-content: space-between;
  padding: 1em 0;
}

.booking-providers-wrapper .booking-providers .provider-name {
  font-size: 1.6em;
}

.booking-providers-wrapper .booking-providers .actions .btn {
  width: 100%;
}

@media (min-width: 800px) {
  .booking-providers-wrapper .booking-providers {
    flex: 0 1 48%;
  }
}

@media (min-width: 1300px) {
  .modal-dialog-wide {
    max-width: 900px;
  }
}

@media (min-width: 800px) {
  .modal-dialog-wide {
    max-width: 750px;
  }
}

/*--- Single Post ---*/

.single-post {
  margin: 0 0.3rem;
}

@media (min-width: 1200px) {
  .single-post {
    margin: 0 -0.2rem;
  }
}

.single-post__title {
  margin-bottom: 0.9rem;
  padding: 0 0.3rem;
}

@media (min-width: 500px) {
  .single-post__title {
    display: flex;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .single-post__title {
    padding: 0;
    align-items: center;
    margin-bottom: 2.1rem;
  }
}

.single-post__title h2 {
  font-size: 2rem;
  color: #ec1a21;
  line-height: 2.5rem;
  font-weight: 500;
  margin-top: -0.3rem;
}

@media (min-width: 1200px) {
  .single-post__title h2 {
    margin-top: 0;
    max-width: 80%;
    margin-bottom: 0;
  }
}

.single-post__title .date {
  background-color: #92050b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: 400;
  min-width: 7.3rem;
  width: 7.3rem;
  height: 5.9rem;
  border-radius: 4px;
  margin-right: 1.8rem;
  margin-bottom: 1rem;
}

@media (min-width: 500px) {
  .single-post__title .date {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .single-post__title .date {
    height: 5.9rem;
  }
}

.single-post__title .date .day {
  font-size: 1.845625rem;
  line-height: 2rem;
}

.single-post__title .date .month {
  font-size: 0.908125rem;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .single-post__content {
    padding: 0 0.7rem;
  }
}

.single-post__content p {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .single-post__content p {
    max-width: 91.8%;
  }
}

/*--- /Single Post ---*/

/*--- Treatment ---*/

.treatment {
  text-align: center;
  padding: 0;
}

@media (min-width: 768px) {
  .treatment {
    padding: 0 4rem;
  }
}

@media (min-width: 1024px) {
  .treatment {
    padding: 0 1.9rem;
  }
}

@media (min-width: 1440px) {
  .treatment {
    padding: 0 0.9rem;
  }
}

@media (min-width: 1700px) {
  .treatment {
    padding: 0 1.9rem;
  }
}

.treatment__icon {
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ec1a21;
  margin: 0 auto 2rem;
}

@media (min-width: 1200px) {
  .treatment__icon {
    margin-bottom: 1.7rem;
  }
}

.treatment h4 {
  font-size: 1.431875rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .treatment h4 {
    font-size: 1.831875rem;
  }
}

.treatment p {
  max-width: 100%;
  line-height: 1.9rem;
}

.treatment-list .treatment {
  margin-bottom: 2em;
}

/*--- /Treatment ---*/

/*--- Faq Item ---*/

.faq-item {
  margin-right: -0.2rem;
  margin-bottom: 1.05rem;
}

@media (min-width: 1200px) {
  .faq-item {
    margin-left: 0.7rem;
    margin-right: 3.5rem;
    margin-bottom: 0.95rem;
  }
}

.faq-item__header {
  background-color: #ec1a21;
  border-radius: 4px;
}

.faq-item__header .btn {
  background-color: transparent;
  color: #fff;
  text-transform: none;
  font-size: 1.075rem;
  padding: 1.175rem 0.85rem;
  width: 100%;
  position: relative;
  text-align: left;
  border: none;
}

@media (min-width: 1200px) {
  .faq-item__header .btn {
    padding: 1.17rem 1.85rem;
    font-size: 1.1875rem;
    min-height: 4.1rem;
  }
}

.faq-item__header .btn[aria-expanded=true]:after {
  background-color: #fff;
  color: #442959;
  content: "-";
  border-bottom-right-radius: 0;
}

.faq-item__header .btn:focus {
  outline: none;
  box-shadow: none;
}

.faq-item__header .btn:after {
  content: "+";
  color: #fff;
  font-size: 1.625rem;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #ec1a21;
  border-left: 1px solid rgba(255, 255, 255, 0.23);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .faq-item__header .btn:after {
    width: 4.5rem;
  }
}

.faq-item__content {
  padding: 1.5rem 0.4rem 0;
  text-align: left;
}

@media (min-width: 1200px) {
  .faq-item__content {
    padding: 2rem 2.7rem 2.55rem;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.faq-item__content p,
.faq-item__content ol,
.faq-item__content ul {
  font-size: 1.0625rem;
  line-height: 2rem;
  margin-bottom: 1.9rem;
}

/*--- /Faq Item ---*/

@media (max-width: 1700px) {
  .page-header__nav ul li.mega-menu.level1 > .sub-menu {
    top: 108px;
  }
}

@media (max-width: 1440px) {
  .page-header__nav ul li.mega-menu.level1 > .sub-menu {
    top: 134px;
  }
}

@media (max-width: 575px) {
  .faq-item__header .btn {
    white-space: unset;
    padding-right: 66px;
  }
}

@media (max-width: 1200px) {
  .page-header__nav-block .sub-menu {
    padding-top: 40px;
    left: 0;
  }

  .page-header__nav-main {
    padding-top: 40px;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu {
    top: 0;
  }
}

@media (max-width: 575px) {
  .page-header__nav {
    width: 100%;
  }

  .page-header__nav ul li,
  .page-header__nav-block .sub-menu li,
  .page-header__nav-block .sub-menu .sub-menu li {
    font-size: 15px;
    padding-left: 30px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .page-header__nav-block .sub-menu li,
  .page-header__nav-block .sub-menu .sub-menu li {
    background: #22272d;
  }

  .page-header__nav-block .sub-menu li,
  .page-header__nav ul li {
    justify-content: space-between;
  }

  .page-header .close-menu {
    top: 10px;
    right: 10px;
  }
}

.blog-post__img .date {
  width: 90px;
}

.blog-post__content h5 {
  margin-right: 96px;
}

.hero-slider__content {
  max-width: 90%;
}

.hero-slider h1 span,
.hero-slider h2 span {
  font-weight: 700;
}

.hero-slider__content img {
  width: auto !important;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

.page-header__nav > ul > li {
  border: 0;
}

.page-header__nav > ul > li a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #3a3a3c;
}

.page-header__logo {
  width: auto;
}

.page-header .call-us {
  border-right: 0;
  margin-right: 0;
  padding: 0;
}

.google-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 15px;
  border-top: 10px solid #ec1a21;
  background-color: #efefef;
}

.google-block > p.title {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 13.45px;
  margin-bottom: 5px;
  flex: 1 1 100%;
  text-align: center;
}

.google-block .google-flex {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
}

.google-block .trustpilot-flex {
  flex: 0 1 auto;
}

.google-block .center-badge-google {
  padding-left: 12px;
}

.google-block .center-badge-google p {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 15.22px;
}

.google-block .center-badge-google .orange-block {
  padding-top: 5px;
  display: flex;
  align-items: center;
}

.google-block .center-badge-google .orange-block span {
  margin-right: 10px;
  color: #e67c15;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.google-block .center-badge-google .orange-block img {
  max-width: 100px;
  width: 100%;
  height: auto;
}

.page-header {
  padding: 0;
}

.hero-slider .owl-carousel .owl-nav .owl-prev,
.hero-slider .owl-carousel .owl-nav .owl-next {
  outline: 0;
}

.page-header__nav > ul > li {
  padding: 0.3rem 0.45rem;
}

.page-header__nav ul li.mega-menu.level1 > .sub-menu {
  top: 127px;
}

.page-header__nav ul li.menu-item-has-children > a:before {
  top: 66px;
}

.page-header__nav ul li.simple > .sub-menu {
  top: 85px;
}

.our-locations {
  background-color: #efecec;
  padding: 40px 0;
}

.wr-our-locations {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wr-our-locations h2 {
  max-width: 270px;
  width: 100%;
  color: #3f3f41;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 40.45px;
}

.wr-our-locations .wr-block-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.wr-our-locations .wr-block-location .main-location {
  border-left: 1px solid #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 25%;
  width: 100%;
}

.wr-our-locations .wr-block-location .main-location .wr-content {
  margin-left: 15px;
  margin-top: 10px;
}

.wr-our-locations .wr-block-location .main-location .wr-content p {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}

.wr-our-locations .wr-block-location .main-location .wr-content a {
  margin-top: 7px;
  color: #ec1a21;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.hide-read-more {
  background-color: #f5f5f5;
  padding-bottom: 70px;
  display: none;
}

.wr-content-hide-read-more h3 {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #ec1a21;
  font-size: 32px;
}

.read-more {
  outline: 0;
  position: relative;
}

.read-more::before {
  content: "\203A";
  transform: rotate(90deg);
  margin-right: auto;
  display: block;
  position: absolute;
  left: 15px;
  font-size: 20px;
  top: calc(50% - 14px);
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.read-more.active::before {
  transform: rotate(-90deg);
}

.block-help__item--content p {
  margin-bottom: 0;
  text-decoration: none;
}

.block-help__item:hover {
  text-decoration: none;
  background-color: #b61015;
}

.block-help__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ec1a21;
}

.block-help__item--content {
  position: static;
  padding-top: 40px;
  text-decoration: none;
}

.block-blue .btn.btn-white {
  font-weight: 600;
}

.block-blue {
  background-image: none;
}

.wr-footer {
  display: flex;
  justify-content: space-between;
}

.wr-footer .column-1 {
  margin-right: 70px;
  max-width: 250px;
  width: 100%;
}

.wr-footer .column-1 > img {
  max-width: 100%;
  width: 100%;
}

.wr-footer .column-1 .call-us span {
  color: #283952;
  font-size: 1.57625rem;
  display: block;
  margin-bottom: 0;
}

.wr-footer .wr-footer-location {
  width: 100%;
}

.wr-footer .wr-footer-location > h2 {
  display: none;
}

.wr-main-footer-location {
  display: flex;
  justify-content: space-between;
}

.wr-main-footer-location .main-footer-location {
  margin: 0 10px;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.wr-main-footer-location .main-footer-location .title-foter {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.wr-main-footer-location .main-footer-location .title-foter p {
  padding-left: 10px;
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

.wr-main-footer-location .main-footer-location h3 {
  flex: 1 1 auto;
  padding-top: 20px;
  color: #ec1a21;
  font-size: 19px;
  margin: 0;
  font-weight: 300;
  line-height: 26px;
}

.wr-main-footer-location .main-footer-location a {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  line-height: 18.67px;
}

.wr-main-footer-location .main-footer-location a span {
  font-weight: 600;
}

.wr-main-footer-location .main-footer-location a.btn {
  padding: 1em;
  color: #fff;
}

.wr-main-footer-location .main-footer-location a:hover {
  text-decoration: none;
}

.wr-main-footer-location .main-footer-location a.tel {
  margin-top: 20px;
}

.acreditations {
  margin-left: 70px;
  max-width: 170px;
  text-align: left;
}

.acreditations h2 {
  color: #3f3f41;
  margin: 0;
  padding-bottom: 25px;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
}

.copyright .col-xl-8,
.copyright .col-xl-4 {
  padding: 0;
}

.copyright .center-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright .flex-center-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright .flex-center-c .contact-info-soc {
  margin-right: 50px;
}

.copyright .flex-center-c .contact-info-soc a {
  margin: 0 10px;
}

.large-n {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px;
  border: 0;
}

.google-block .google-flex {
  margin-bottom: 5px;
}

.page-footer .copyright__nav ul {
  margin-bottom: 0;
}

.page-title--blog .page-title__content,
.page-title__content {
  background-color: transparent;
  margin-bottom: 20px;
}

.page-title--blog .page-title__content h1,
.page-title__content h1 {
  color: #fff;
}

.block-blog,
.block-single-post {
  background-color: #fff;
}

.block-1024 {
  display: block;
}

.none-desktop {
  display: none;
}

.none-about {
  display: none;
}

.title-about {
  color: #ec1a22;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.98px;
}

.block-text-image .right-block:after {
  background-image: none;
  background-color: #92050b;
}

.single-team {
  background-color: #ffffff;
}

.bg-testimonials {
  background-color: #f3f3f3;
}

.logo-before-title {
  margin-bottom: 20px;
}

.letter:before {
  background-image: none;
  background-color: #ec1a22;
}

.block-invisalign .right-block .special-offer .link span {
  background-color: #92050b;
}

.block-text-image ul li,
.block-what-is-invisalign__content ul li {
  list-style-type: none;
  padding-left: 10px;
  position: relative;
}

.block-text-image ul li::before,
.block-what-is-invisalign__content ul li::before {
  content: "\203A";
  width: 21px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  height: 21px;
  position: absolute;
  top: 7px;
  left: -30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #92050b;
  border-radius: 4px;
}

.block-form h2 {
  color: #ec1a21;
}

.block-form {
  text-align: center;
}

.block-after-before {
  background-color: #24292c;
}

.block-after-before h2 {
  text-align: center;
  color: #fff;
}

.block-after-before .owl-dots {
  padding: 60px 0 60px;
  justify-content: center;
  display: flex;
}

.owl-carousel button.owl-dot {
  width: 7px;
  height: 7px;
  background-color: #4b4f51;
  border-radius: 50%;
  margin: 0 10px;
  outline: 0;
}

.owl-carousel button.owl-dot.active {
  background-color: #ec1a22;
}

.block-after-before .row {
  margin: 0;
}

.contact-footer {
  background-color: #fff;
  padding-top: 0;
}

.contact-footer .copyright {
  margin-top: 0;
}

.form textarea.form-control {
  resize: none;
}

.caldera-grid .row {
  margin: 0 !important;
}

.contact-us-location {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.contact-us-map {
  background-color: #f7f7f7;
  padding: 0;
}

p.contact-info {
  padding: 40px 0;
  margin-bottom: 0;
}

.contact-footer .wr-footer {
  display: none;
}

.block-referral {
  padding: 30px 0 60px;
}

#CF5e08afb728533_1-row-1 h3 {
  font-weight: 700;
  padding-bottom: 20px;
  margin: 0;
  color: #ec1a21;
  font-size: 27px;
  padding-top: 20px;
}

#CF5e08afb728533_1-row-1 .form-control {
  background-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-title__content {
  position: static;
  padding: 0;
}

.page-title {
  background-color: #f8f8f7;
  display: flex;
  align-items: flex-end;
}

.none-event {
  border: 0 !important;
  margin-left: 0 !important;
}

.none-event a {
  pointer-events: none;
}

.page-footer .copyright__nav ul li:last-child {
  border-left: 1px solid #3f3f41;
  padding-left: 0.3rem;
}

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

.single-post__content ul li,
.single-post__content ol li {
  font-size: 1.125rem;
  line-height: 2rem;
  padding-left: 15px;
  margin-bottom: 7px;
}

.block-letters .owl-carousel .owl-stage {
  display: block;
}

@media (max-width: 1700px) {
  .single-post {
    margin: 0;
  }

  .large-n {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }

  .title-number {
    display: none;
  }

  .page-header .call-us {
    padding: 0.9rem 1.1rem;
    border-right: 2px solid #ec1a21;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .page-header__right-nav > .google-block {
    display: none;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu {
    top: 144px;
  }

  .page-header__nav ul li.menu-item-has-children > a:before {
    top: 76px;
  }

  .page-header__nav ul li.simple > .sub-menu {
    top: 93px;
  }

  .column-1 .title-number {
    display: block;
  }
}

@media (max-width: 1600px) {
  .wr-footer .column-1 {
    margin-right: 40px;
  }

  .acreditations {
    margin-left: 40px;
  }

  .page-header__wrap {
    padding: 0;
  }
}

@media (max-width: 1360px) {
  .page-header__logo {
    width: 100%;
    max-width: 200px;
  }

  .wr-our-locations {
    flex-direction: column;
    align-items: center;
  }

  .wr-our-locations h2 {
    text-align: center;
    padding-bottom: 40px;
  }

  .wr-our-locations .wr-block-location .main-location:first-child {
    border: 0;
  }

  .wr-footer .column-1 {
    margin-right: 20px;
  }

  .acreditations {
    margin-left: 20px;
  }

  .wr-main-footer-location .main-footer-location h3 {
    font-size: 16px;
    line-height: 17px;
  }
}

@media (max-width: 1250px) {
  .page-header__nav ul li.mega-menu.level1 > .sub-menu > li > a {
    font-size: 1.1rem;
  }
}

@media (max-width: 1199px) {
  .block-videos-patients {
    padding-top: 2.5rem;
    background-color: #ffffff;
  }

  .page-header__nav ul li.simple > .sub-menu {
    top: 0;
  }

  .page-header__nav-block .sub-menu {
    padding-top: 40px;
    left: 0;
  }

  .page-header__nav-main {
    padding-top: 40px;
  }

  .page-header__nav ul li.mega-menu.level1 > .sub-menu {
    top: 0;
  }

  .page-header .call-us {
    margin-right: 20px;
  }

  .page-header__hamburger {
    margin-left: 20px;
  }

  .page-header__logo {
    width: auto;
    max-width: 300px;
  }

  .wr-footer {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
  }

  .wr-footer .column-1 {
    max-width: 100%;
    margin-right: 0;
  }

  .wr-footer .column-1 .wr-contact-icon {
    display: flex;
  }

  .wr-flex-foter-tel {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .wr-contact-icon a {
    display: block;
    margin: 0 10px;
  }

  .wr-footer .wr-footer-location h2 {
    display: block;
    color: #3f3f41;
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 40.45px;
  }

  .wr-main-footer-location {
    flex-wrap: wrap;
  }

  .wr-main-footer-location .main-footer-location {
    margin-top: 30px;
  }

  .acreditations {
    margin-left: 0;
    margin-top: 40px;
  }

  .copyright .flex-center-c .contact-info-soc {
    display: none;
  }

  .copyright .center-align {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-footer .call-us {
    padding-top: 0;
  }

  .page-header__nav ul li a {
    color: #fff;
    font-size: 16px;
  }

  .acreditations h2 {
    text-align: center;
  }

  .page-header__nav > ul > li {
    margin-bottom: 20px;
  }

  .page-header__nav-block .sub-menu li,
  .page-header__nav-block .sub-menu .sub-menu li {
    background: #22272d;
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .contact-footer .wr-footer {
    display: block;
  }

  .contact-footer {
    background-color: #f8f8f7;
  }

  .contact-footer .center-align {
    margin-top: 40px;
  }
}

.testimonial {
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #f5f5f5;
}

.slider-practice {
  padding-bottom: 2.55rem;
}

.wr-slider-practice {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.wr-slider-practice .item-practice-slide {
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.wr-slider-practice img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
}

.wr-slider-practice .owl-stage {
  display: flex;
  align-items: stretch;
}

.wr-slider-practice .owl-nav {
  display: none;
}

.column-2-hidden {
  margin-top: 30px;
}

.column-2-hidden .column-1,
.column-2-hidden .acreditations {
  height: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.column-2-hidden .open-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.column-2-hidden .open-link p {
  margin-bottom: 0;
}

.column-2-hidden .open-link img {
  margin-top: 10px;
  height: 20px;
  display: block;
  transform: rotate(90deg);
  transition: all 250ms ease-out;
}

.column-2-hidden .hidden-block-link {
  margin-top: 15px;
}

.column-2-hidden .hidden-block-link ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.column-2-hidden .hidden-block-link ul li {
  flex: 0 1 25%;
}

.column-2-hidden .hidden-block-link ul li a {
  margin-top: 10px;
  text-align: center;
}

.column-2-hidden .hidden-block-link ul li a:hover {
  text-decoration: underline;
}

.hidden-block-link {
  display: none;
}

.hidden-block-link .wr-main-footer-location {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.wr-footer-location.active .open-link img {
  transform: rotate(270deg);
  transition: all 250ms ease-out;
}

.page-footer .copyright__nav ul li:last-child {
  border: 0;
}

.page-footer .copyright__nav ul {
  flex-wrap: wrap;
}

.page-footer .copyright__nav li {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.language {
  display: inline-flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  margin-top: 30px;
}

.language li a {
  display: block;
  margin: 6px 10px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 18.67px;
}

@media (max-width: 1099px) {
  .column-2-hidden {
    margin-top: 40px;
  }

  .column-2-hidden .wr-main-footer-location .main-footer-location {
    margin-top: 0;
  }

  .page-footer .copyright {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .page-title {
    display: block;
  }

  .block-referral {
    padding-top: 0;
    background-color: #f8f8f7;
  }

  body {
    background-color: #f8f8f7;
  }

  p.contact-info {
    padding: 0;
  }

  .page-title__content.color-black {
    padding-bottom: 5px;
  }

  .page-title__content.color-black h1 {
    color: #000;
  }

  .page-title__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bg-contact-info {
    background-color: #f8f8f7;
  }

  .block-videos-patients {
    background-color: #f8f8f7;
  }

  .block-letters {
    padding-top: 3rem;
  }

  .single-team {
    background-color: #efefef;
  }

  .page-title--blog .page-title__content {
    background-color: #f8f8f7;
  }

  .block-single-post,
  .block-blog,
  .block-text-image,
  .block-letters {
    background-color: #f8f8f7;
  }

  .block-team-member {
    padding-top: 0;
    background-color: #f8f8f7;
  }

  .block-1024 {
    display: none;
  }

  .block-meet-the-team {
    padding-bottom: 0;
  }

  .title-about {
    padding-top: 25px;
  }

  .single-post {
    margin: 0;
  }

  .blog-post__content h5 {
    margin-right: 0;
  }

  .none-desktop {
    display: block;
  }

  .page-title__content {
    background-color: #f8f8f7;
  }

  .page-title--blog .page-title__content,
  .page-title__content {
    margin-bottom: 0;
  }

  .block-blog {
    padding-top: 0;
  }

  .page-title--blog .page-title__content h1 {
    color: #000;
  }

  .page-title__content h1 {
    color: #ec1a21;
  }

  .wr-our-locations .wr-block-location .main-location {
    max-width: 50%;
    margin-top: 30px;
    border: 0;
  }

  .wr-our-locations .wr-block-location .main-location .wr-content {
    max-width: 220px;
    width: 100%;
  }

  .wr-our-locations h2 {
    padding-bottom: 0;
  }

  .block-help .owl-carousel .owl-item img {
    width: auto;
  }

  .read-more {
    margin-bottom: 20px;
  }

  .contact-us-location {
    padding: 30px 0;
  }

  .page-footer .copyright h5 {
    margin-top: 30px;
  }
}

@media (max-width: 1600px) {
  .row.center-align {
    justify-content: center;
  }

  .flex-center-c {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .wr-content-hide-read-more h3 {
    font-size: 29px;
  }

  .page-footer .copyright {
    margin-top: 20px;
  }

  .contact-us-location {
    padding: 20px 0;
  }
}

@media (max-width: 575px) {
  .column-2-hidden .hidden-block-link ul li {
    flex: 0 1 50%;
  }

  .google-flex > img {
    height: 30px;
  }

  .google-block .center-badge-google .orange-block img {
    max-width: 70px;
  }

  .google-block .center-badge-google .orange-block span {
    margin-right: 7px;
    font-size: 16px;
    margin-top: 1px;
  }

  .page-header__wrap {
    flex-wrap: nowrap;
  }

  .page-header .call-us {
    margin-right: 10px;
    padding: 7px 5px;
  }

  .page-header__hamburger {
    margin-left: 10px;
  }

  .page-header__logo {
    width: 100%;
    max-width: 200px;
  }

  .page-header__hamburger {
    display: block;
    max-width: none;
    width: 65px;
  }

  .large-n {
    padding: 10px;
  }

  .google-block .center-badge-google {
    padding-left: 7px;
  }

  .google-block .center-badge-google .orange-block {
    padding-top: 0;
  }

  .wr-our-locations .wr-block-location .main-location .wr-content {
    margin-left: 10px;
    margin-top: 6px;
  }

  .wr-our-locations .wr-block-location .main-location .wr-content a,
  .wr-our-locations .wr-block-location .main-location .wr-content p {
    font-size: 12px;
  }

  .our-locations {
    background-color: #ebebeb;
  }

  .our-locations .container-fluid {
    padding: 0 15px;
  }

  .main-location img {
    height: 30px;
  }

  .copyright .center-align {
    padding: 0 15px;
  }

  .page-footer .copyright {
    margin-top: 0;
  }

  .acreditations h2 {
    padding-bottom: 15px;
  }

  .wr-flex-foter-tel {
    flex-direction: column;
  }

  .wr-footer .column-1 .wr-contact-icon {
    margin-top: 20px;
  }

  .page-header__nav {
    width: 100%;
  }

  .page-header__nav ul li,
  .page-header__nav-block .sub-menu li,
  .page-header__nav-block .sub-menu .sub-menu li {
    font-size: 15px;
    padding-left: 30px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .page-header__nav-block .sub-menu li,
  .page-header__nav-block .sub-menu .sub-menu li {
    background: #22272d;
  }

  .page-header__nav-block .sub-menu li,
  .page-header__nav ul li {
    justify-content: space-between;
  }

  .page-header .close-menu {
    top: 10px;
    right: 10px;
  }

  .page-header .call-us span {
    font-size: 13px;
  }

  .block-meet-the-team {
    padding-bottom: 0;
  }

  .block-letters .owl-carousel .owl-dots .owl-dot {
    width: 5px;
    height: 5px;
    background: rgba(177, 177, 177, 0.28);
    border-radius: 50%;
    margin: 0 1.5px;
  }

  .block-testimonials {
    padding-top: 3.1rem;
  }

  .owl-carousel button.owl-dot {
    margin: 0 5px;
    outline: 0;
  }

  .owl-carousel button.owl-dot.active {
    background-color: #ffffff;
  }

  .block-after-before .owl-dots {
    padding: 40px 0 50px;
  }

  .block-referral {
    padding-bottom: 40px;
  }

  .page-title__content {
    padding-bottom: 5px;
  }

  .page-footer .container-fluid {
    padding: 0 15px;
  }

  .wr-footer .column-1 .call-us span,
  .page-footer .title-number {
    font-size: 13px !important;
  }

  .page-footer .call-us > div {
    margin-left: 10px;
  }

  .page-footer .call-us {
    max-width: none;
    flex: none;
    margin-bottom: 0;
  }

  .wr-flex-foter-tel {
    flex-direction: row;
  }

  .wr-footer .column-1 .wr-contact-icon {
    margin-top: 0;
  }

  .wr-footer .column-1 .wr-contact-icon img {
    height: 22px;
  }

  .wr-main-footer-location .main-footer-location {
    margin: 30px 5px 0;
  }

  .wr-main-footer-location .main-footer-location h3 {
    font-size: 14px;
    padding-top: 13px;
  }

  .wr-main-footer-location .main-footer-location .title-foter p {
    font-size: 14px;
  }

  .wr-main-footer-location .main-footer-location a {
    margin-top: 10px;
  }

  .wr-main-footer-location .main-footer-location a.tel {
    margin-top: 10px;
  }

  .page-footer .copyright h5,
  .page-footer .copyright p {
    font-size: 16px;
  }

  .contact-us-location .container {
    padding: 0 15px;
  }

  .wr-slider-practice .item-practice-slide {
    padding: 0 5px;
  }

  .row.center-align.financial-declarations p {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media (max-width: 405px) {
  .page-header__logo {
    max-width: 170px;
  }
}

.g-recaptcha > div {
  width: unset !important;
}

