/*
 * Theme Name: Black Marlin Child
 * Template: BlackMarlin
 * Author: DentalCMO
 * */
@import url("https://use.typekit.net/nfy4ecu.css");
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_aZA7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
/*font-family: 'Montserrat', sans-serif;*/
/*font-family: adobe-garamond-pro, serif;
font-weight: 600;
font-style: normal;*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #716558;
}
@media only screen and (max-width: 1700px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  body {
    font-size: 18px;
  }
}
.entry-content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  color: #716558;
}
@media only screen and (max-width: 1700px) {
  .entry-content p {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .entry-content p {
    font-size: 18px;
  }
}
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 0;
  outline: none;
  height: auto;
}
a {
  text-decoration: none;
  color: #7A9C49;
}
.btn,
button,
input[type="submit"],
input[type="button"] {
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 38px 44px;
  background-color: #7A9C49;
  display: inline-block;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  border-radius: 0;
}
@media only screen and (max-width: 1700px) {
  .btn,
  button,
  input[type="submit"],
  input[type="button"] {
    padding: 28px 40px;
  }
}
@media (max-width: 1440px) {
  .btn,
  button,
  input[type="submit"],
  input[type="button"] {
    padding: 24px 40px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .btn,
  button,
  input[type="submit"],
  input[type="button"] {
    padding: 37px 30px;
    font-size: 17px;
  }
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #716558;
}
header#header,
main#content {
  display: none;
}
.container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 640px;
  }
}
@media (max-width: 639px) {
  .container {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: 100%;
    padding: 0px 20px;
  }
}
img {
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
  text-transform: none;
  color: #716558;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  line-height: 1;
}
.home h1 {
  font-size: 100px;
  letter-spacing: 6px;
}
@media only screen and (max-width: 1700px) {
  .home h1 {
    font-size: 80px;
  }
}
@media (max-width: 1440px) {
  .home h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .home h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .home h1 {
    font-size: 40px;
  }
}
.home h2 {
  font-size: 70px;
}
@media only screen and (max-width: 1700px) {
  .home h2 {
    font-size: 60px;
  }
}
@media (max-width: 1440px) {
  .home h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .home h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .home h2 {
    font-size: 28px;
  }
}
.home h3 {
  font-size: 60px;
}
@media only screen and (max-width: 1700px) {
  .home h3 {
    font-size: 50px;
  }
}
@media (max-width: 1440px) {
  .home h3 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .home h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .home h3 {
    font-size: 24px;
  }
}
h1 {
  font-size: 63px;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 56px;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 50px;
}
@media (max-width: 1440px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 47px;
}
@media only screen and (max-width: 1700px) {
  h4 {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}
h5 {
  font-size: 37px;
}
@media only screen and (max-width: 1700px) {
  h5 {
    font-size: 32px;
  }
}
@media (max-width: 1440px) {
  h5 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}
h6 {
  font-size: 30px;
}
@media only screen and (max-width: 1700px) {
  h6 {
    font-size: 26px;
  }
}
@media (max-width: 1440px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}
p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  p {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  p {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  p {
    font-size: 18px;
  }
}
.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cols-row {
  margin-left: -15px;
  margin-right: -15px;
}
.cols-row > div {
  padding: 0px 15px;
}
.col-6 {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
  padding: 18px 15px;
}
@media (max-width: 1440px) {
  textarea,
  input[type="text"],
  input[type="search"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  select {
    padding: 8px 12px;
  }
}
aside#sidebar {
  background: #716558;
  color: #fff;
  padding: 19px 10px;
  align-self: start;
}
#sidebar h4.widget-title {
  color: #fff;
  margin-bottom: 0;
}
header.entry-header {
  margin-bottom: 0;
}
.entry-content h2:not(:first-child),
.entry-content h3:not(:first-child),
.entry-content h4:not(:first-child),
.entry-content h5:not(:first-child),
.entry-content h6:not(:first-child) {
  margin-top: 40px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 25px;
}
header {
  width: 100%;
  float: left;
}
header .header_top {
  padding: 14px 0 27px 0;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  header .header_top {
    padding: 20px 0 20px 0;
  }
}
header .header_top .grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_top .grid .head_logo a {
  display: inline-block;
}
header .header_top .grid .head_logo a img {
  display: inline-block;
}
@media (max-width: 767px) {
  header .header_top .grid .head_logo a img {
    width: 154px;
  }
}
header .header_top .grid .menu-icon {
  display: none;
}
@media (max-width: 1023px) {
  header .header_top .grid .menu-icon {
    display: block;
  }
}
header .header_top .grid .menu-icon a.hamburgur {
  display: inline-block;
  width: 40px;
  height: 30px;
}
header .header_top .grid .menu-icon a.hamburgur span {
  display: inline-block;
  background: #7A9C49;
  width: 100%;
  height: 3px;
  position: relative;
  transition: all 0.4s;
}
header .header_top .grid .menu-icon a.hamburgur span::before {
  position: absolute;
  content: '';
  top: -12px;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background: #7A9C49;
  transition: all 0.4s;
}
header .header_top .grid .menu-icon a.hamburgur span::after {
  position: absolute;
  content: '';
  bottom: -12px;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background: #7A9C49;
  transition: all 0.4s;
}
header .header_top .grid .head_address {
  max-width: 330px;
  width: 100%;
  padding-top: 15px;
}
@media (max-width: 1199px) {
  header .header_top .grid .head_address {
    width: 280px;
  }
}
@media (max-width: 1023px) {
  header .header_top .grid .head_address {
    display: none;
  }
}
header .header_top .grid .head_address label {
  color: #7A9C49;
  font-size: 27px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  margin-bottom: 7px;
  padding-left: 26px;
  letter-spacing: 6px;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
}
@media (max-width: 1440px) {
  header .header_top .grid .head_address label {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  header .header_top .grid .head_address label {
    font-size: 22px;
  }
}
header .header_top .grid .head_address a {
  padding-left: 26px;
  color: #716558;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 7px;
  font-size: 20px;
}
@media (max-width: 1440px) {
  header .header_top .grid .head_address a {
    font-size: 17px;
  }
}
header .header_top .grid .head_address a.address {
  background: url(img/address.svg) left 5px no-repeat;
}
header .header_top .grid .head_address a.call {
  background: url(img/phone.svg) left 5px no-repeat;
}
.main_menu {
  background-color: #716558;
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  .main_menu {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.89);
    transition: all 0.4s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }
}
.main_menu .close-menu {
  display: none;
}
@media (max-width: 1023px) {
  .main_menu .close-menu {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
  }
  .main_menu .close-menu img {
    width: 28px;
  }
}
.main_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.main_menu ul li {
  float: left;
  position: relative;
}
@media (max-width: 1023px) {
  .main_menu ul li {
    width: 100%;
    padding: 15px 0px;
    text-align: center;
  }
}
.main_menu ul li a {
  padding: 6px 44px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 17px;
  display: inline-block;
}
@media only screen and (max-width: 1700px) {
  .main_menu ul li a {
    padding: 6px 28px;
  }
}
@media (max-width: 1440px) {
  .main_menu ul li a {
    padding: 11px 21px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .main_menu ul li a {
    padding: 11px 14px;
    font-size: 13px;
  }
}
@media (max-width: 1023px) {
  .main_menu ul li a {
    display: inline-block;
    padding: 0px;
    color: #8C8C8C;
    font-weight: 700;
    font-size: 17px;
  }
}
.main_menu ul li:hover > a {
  background-color: #7A9C49;
}
@media (max-width: 1023px) {
  .main_menu ul li:hover > a {
    background-color: transparent;
    color: #7A9C49;
  }
}
.main_menu ul li:hover > .sub-menu {
  display: block;
}
.main_menu ul li .sub-menu {
  position: absolute;
  background: #716558;
  display: none;
  width: 340px;
}
@media (max-width: 1023px) {
  .main_menu ul li .sub-menu {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    background: none;
  }
}
.main_menu ul li .sub-menu li {
  width: 100%;
}
@media (max-width: 1023px) {
  .main_menu ul li .sub-menu li {
    padding: 0 0 5px 0;
  }
}
.main_menu ul li .sub-menu li a {
  padding: 6px 22px;
  width: 100%;
  display: inline-block;
  background: none;
}
.main_menu ul li .sub-menu li a:hover {
  background: #3a332b;
}
@media (max-width: 1023px) {
  .main_menu ul li .sub-menu li a {
    padding: 0;
    font-size: 12px;
  }
}
.banner_Part {
  height: 862px;
  float: left;
  width: 100%;
  position: relative;
  background-size: cover !important;
}
@media (max-width: 1440px) {
  .banner_Part {
    height: 690px;
  }
}
@media (max-width: 767px) {
  .banner_Part {
    height: auto;
    background: none !important;
  }
}
.banner_Part .mobile-banner {
  display: none;
}
@media (max-width: 767px) {
  .banner_Part .mobile-banner {
    display: block;
    width: 100%;
  }
}
.banner_Part .head_line {
  position: relative;
  padding: 13px 15px;
  border: 2px solid #FFFFFF;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .banner_Part .head_line {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .banner_Part .head_line {
    width: 100%;
    border-width: 4px;
    padding: 12px;
    padding-bottom: 0px;
    margin: 0px;
  }
}
.banner_Part .banner_Ovarlay {
  position: absolute;
  bottom: 33px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .banner_Part .banner_Ovarlay {
    position: static;
    width: 100%;
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .banner_Part .banner_Ovarlay .btn {
    width: 91%;
  }
}
.banner_Part .banner_Ovarlay h1 {
  font-size: 65px;
  padding: 10px 19px;
  background-color: rgba(255, 255, 255, 0.89);
  margin: 0;
}
@media only screen and (max-width: 1700px) {
  .banner_Part .banner_Ovarlay h1 {
    font-size: 48px;
  }
}
@media (max-width: 1440px) {
  .banner_Part .banner_Ovarlay h1 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  .banner_Part .banner_Ovarlay h1 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .banner_Part .banner_Ovarlay h1 {
    font-size: 26px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner_Part .banner_Ovarlay h1 {
    padding: 30px 10px 26px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}
.banner_Part .banner_Ovarlay h1 span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #8C8C8C;
  font-size: 50px;
  margin-right: 11px;
}
@media only screen and (max-width: 1700px) {
  .banner_Part .banner_Ovarlay h1 span {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .banner_Part .banner_Ovarlay h1 span {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .banner_Part .banner_Ovarlay h1 span {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .banner_Part .banner_Ovarlay h1 span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .banner_Part .banner_Ovarlay h1 span {
    display: block;
    font-size: 30px;
    margin-bottom: 17px;
    width: 100%;
  }
}
.middle-block {
  width: 100%;
  float: left;
  min-height: calc(100vh - 503px);
}
@media (max-width: 1023px) {
  body.open .main_menu {
    left: 0px;
  }
}
@media (max-width: 1023px) {
  .main_menu ul li > .sub-menu {
    position: relative;
    display: none;
    width: 100%;
    padding: 10px 0;
    background: none;
  }
}
footer {
  width: 100%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 88px 0 27px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    padding: 41px 0 97px;
  }
}
footer::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #716558;
}
footer .container {
  max-width: 1700px;
  position: relative;
}
@media (max-width: 1440px) {
  footer .container {
    max-width: 1280px;
  }
}
footer h2 {
  color: #FFFFFF;
  text-align: center;
}
footer .footer_menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  float: left;
}
footer .footer_menu li {
  display: inline-block;
  width: 100%;
  float: left;
  padding-bottom: 29px;
}
@media (max-width: 1440px) {
  footer .footer_menu li {
    padding-bottom: 21px;
  }
}
footer .footer_menu li a {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 1440px) {
  footer .footer_menu li a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  footer .footer_menu li a {
    font-size: 14px;
  }
}
footer .footer-col {
  width: 33.333%;
  float: left;
  text-align: left;
}
@media (max-width: 1023px) {
  footer .footer-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer .footer-col {
    width: 100%;
    display: none;
  }
}
footer .footer-col.footer-col-2 {
  padding-left: 6px;
}
footer .footer-col.footer-col-3 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  footer .footer-col.footer-col-3 {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  footer .footer-col.footer-col-3 {
    display: block;
    margin-top: 0px;
  }
}
footer .footer-col .contact-form-block {
  width: 89%;
  padding: 44px 65px;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 1700px) {
  footer .footer-col .contact-form-block {
    padding: 44px 50px;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  footer .footer-col .contact-form-block {
    padding: 39px 30px;
  }
}
footer .footer-col .contact-form-block h6 {
  color: #ffffff;
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
}
footer .footer-contact-detail {
  width: 100%;
  float: left;
  padding-top: 112px;
}
@media (max-width: 1440px) {
  footer .footer-contact-detail {
    padding-top: 72px;
  }
}
@media (max-width: 1023px) {
  footer .footer-contact-detail {
    padding-top: 20px;
  }
}
footer .footer-contact-detail .f-c-box {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 2px;
}
footer .footer-contact-detail .f-c-box a {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  padding-left: 32px;
}
@media only screen and (max-width: 1700px) {
  footer .footer-contact-detail .f-c-box a {
    font-size: 26px;
  }
}
@media (max-width: 1440px) {
  footer .footer-contact-detail .f-c-box a {
    font-size: 21px;
    line-height: 1.2;
  }
}
@media (max-width: 1199px) {
  footer .footer-contact-detail .f-c-box a {
    font-size: 18px;
    line-height: 1.4;
  }
}
footer .footer-contact-detail .f-c-box span.f-c-icon {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  footer .footer-contact-detail .f-c-box span.f-c-icon {
    width: 16px;
  }
}
footer .footer_copyright {
  text-align: center;
  padding-top: 51px;
  font-weight: 500;
  line-height: 1.7;
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 1440px) {
  footer .footer_copyright {
    font-size: 16px;
    padding-top: 41px;
  }
}
footer .footer_copyright p {
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  font-size: 20px;
}
@media (max-width: 1199px) {
  footer .footer_copyright p {
    font-size: 16px;
  }
}
footer .footer_copyright a {
  color: #FFFFFF;
}
.wpcf7 {
  width: 100%;
}
.wpcf7 .wpcf7-form {
  width: 100%;
}
.wpcf7 .wpcf7-form p {
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 22px;
}
.wpcf7 .wpcf7-form p label {
  width: 100%;
  display: block;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
}
@media (max-width: 1440px) {
  .wpcf7 .wpcf7-form p label {
    font-size: 16px;
  }
}
.wpcf7 .wpcf7-form p label .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-top: 4px;
}
.wpcf7 .wpcf7-form p label textarea {
  height: 165px;
  resize: none;
}
.wpcf7 .wpcf7-form p input[type="submit"] {
  padding: 34px 30px;
  width: 100%;
  text-align: center;
  margin-top: 21px;
}
@media (max-width: 1440px) {
  .wpcf7 .wpcf7-form p input[type="submit"] {
    padding: 16px 30px;
    margin-top: 0;
  }
}
.tree_section {
  width: 100%;
  padding: 96px 0 0px;
  background: url(img/tree.svg) top right -36vw no-repeat;
  float: left;
}
@media (max-width: 1199px) {
  .tree_section {
    background: url(img/tree.svg) top right -30vw no-repeat;
    background-size: 60vw;
  }
}
@media (max-width: 767px) {
  .tree_section {
    padding: 63px 0 0px;
  }
}
.tree_section .welcome_section {
  width: 100%;
  text-align: center;
}
.tree_section .welcome_section h2 {
  text-align: center;
  margin: 0 0 56px 0;
  color: #8C8C8C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 1700px) {
  .tree_section .welcome_section h2 {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .tree_section .welcome_section h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin: 0 0 10px 0;
  }
}
.tree_section .welcome_section h1 {
  text-align: center;
  margin: 0 0 27px 0;
  letter-spacing: 24px;
}
@media only screen and (max-width: 1700px) {
  .tree_section .welcome_section h1 {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .tree_section .welcome_section h1 {
    letter-spacing: 0.25em;
    margin: 0 0 0px 0;
  }
}
.tree_section .welcome_section .welcome-text {
  border: 2px solid #8C8C8C;
  width: 100%;
  padding: 54px 39px 42px 39px;
  position: relative;
  line-height: 1.7;
}
@media (max-width: 1440px) {
  .tree_section .welcome_section .welcome-text {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .tree_section .welcome_section .welcome-text {
    border: 0px;
    padding: 0px 20px;
    margin-top: 0px;
    line-height: 1.7;
  }
}
.tree_section .welcome_section .welcome-text h2 {
  color: #7A9C49;
  position: absolute;
  top: -51px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 70px;
}
@media (max-width: 1440px) {
  .tree_section .welcome_section .welcome-text h2 {
    font-size: 50px;
    top: -42px;
  }
}
@media (max-width: 1199px) {
  .tree_section .welcome_section .welcome-text h2 {
    font-size: 36px;
    top: -33px;
  }
}
@media (max-width: 767px) {
  .tree_section .welcome_section .welcome-text h2 {
    position: static;
    padding: 0px;
    margin-bottom: 10px;
  }
}
.tree_section .welcome_section .welcome-text h2 span {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 13px 52px;
}
@media (max-width: 1199px) {
  .tree_section .welcome_section .welcome-text h2 span {
    padding: 13px 30px;
  }
}
@media (max-width: 767px) {
  .tree_section .welcome_section .welcome-text h2 span {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.patients--say-block {
  width: 100%;
  padding: 94px 0px 40px;
}
@media (max-width: 767px) {
  .patients--say-block {
    padding: 70px 0px 22px;
  }
}
.patients--say-block .testimonial--carousel {
  width: 100%;
  margin-top: 7px;
}
.patients--say-block .testimonial--carousel .container {
  position: relative;
}
.patients--say-block .testimonial--carousel .test--slider {
  width: 82%;
  margin: auto;
  clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 99%, 7% 100%, 0% 50%);
}
@media (max-width: 1199px) {
  .patients--say-block .testimonial--carousel .test--slider {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .patients--say-block .testimonial--carousel .test--slider {
    width: 86%;
  }
}
.patients--say-block .testimonial--carousel .test--slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}
.patients--say-block .testimonial--carousel .test--slider .slick-track .slick-slide {
  height: auto;
}
.patients--say-block .testimonial--carousel .test--slider .item a {
  display: block;
  height: 100%;
}
.patients--say-block .testimonial--carousel .test--slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.patients--say-block .testimonial--carousel .slick-arrow {
  width: 80px;
  height: 127px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1700px) {
  .patients--say-block .testimonial--carousel .slick-arrow {
    width: 60px;
    height: 90px;
  }
}
@media (max-width: 1440px) {
  .patients--say-block .testimonial--carousel .slick-arrow {
    width: 40px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .patients--say-block .testimonial--carousel .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.patients--say-block .testimonial--carousel .slick-arrow::before {
  display: none;
}
.patients--say-block .testimonial--carousel .slick-arrow.slick-prev {
  background-image: url('img/left-angle.svg');
  left: 20px;
}
@media only screen and (max-width: 1700px) {
  .patients--say-block .testimonial--carousel .slick-arrow.slick-prev {
    left: 60px;
  }
}
@media (max-width: 1199px) {
  .patients--say-block .testimonial--carousel .slick-arrow.slick-prev {
    left: 25px;
  }
}
@media (max-width: 1023px) {
  .patients--say-block .testimonial--carousel .slick-arrow.slick-prev {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .patients--say-block .testimonial--carousel .slick-arrow.slick-prev {
    left: 3px;
  }
}
.patients--say-block .testimonial--carousel .slick-arrow.slick-next {
  background-image: url('img/right-angle.svg');
  right: 20px;
}
@media only screen and (max-width: 1700px) {
  .patients--say-block .testimonial--carousel .slick-arrow.slick-next {
    right: 60px;
  }
}
@media (max-width: 1199px) {
  .patients--say-block .testimonial--carousel .slick-arrow.slick-next {
    right: 25px;
  }
}
@media (max-width: 1023px) {
  .patients--say-block .testimonial--carousel .slick-arrow.slick-next {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .patients--say-block .testimonial--carousel .slick-arrow.slick-next {
    right: 3px;
  }
}
.test-name-slider {
  width: 100%;
  display: block;
  padding-top: 50px;
}
.title {
  width: 100%;
  text-align: center;
  position: relative;
}
.title .line {
  width: 100%;
  position: relative;
  text-align: center;
  display: block;
}
.title .line::before {
  position: absolute;
  content: '';
  top: 30%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  border-top: 2px solid #8C8C8C;
}
@media (max-width: 767px) {
  .title .line::before {
    display: none;
  }
}
.title h5 {
  color: #8C8C8C;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .title h5 {
    letter-spacing: 0.1em;
    margin-bottom: 6px;
  }
}
.title h2 {
  font-family: adobe-garamond-pro, serif;
  color: #716558;
  display: inline-block;
  letter-spacing: 0.25em;
  padding: 0px 30px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .title h2 {
    letter-spacing: 0.2em;
    font-size: 40px;
    margin-bottom: 13px;
  }
}
.title h4 {
  font-family: adobe-garamond-pro, serif;
  color: #716558;
  display: inline-block;
  letter-spacing: 0.25em;
  padding: 0px 30px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .title h4 {
    font-size: 19px;
    letter-spacing: 0.18em;
  }
}
.title h4 span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.chas-n-pattis-story-block {
  width: 100%;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .chas-n-pattis-story-block {
    text-align: center;
  }
}
.chas-n-pattis-story-block .story-col-block {
  width: 100%;
  float: left;
  padding: 80px 0px;
}
@media (max-width: 1440px) {
  .chas-n-pattis-story-block .story-col-block {
    padding: 60px 0px 30px 0px;
  }
}
@media (max-width: 767px) {
  .chas-n-pattis-story-block .story-col-block {
    padding: 40px 0px 30px 0px;
  }
}
@media (max-width: 767px) {
  .chas-n-pattis-story-block .story-col-block {
    float: none;
    display: inline-block;
    margin: auto;
    width: 83%;
  }
}
.chas-n-pattis-story-block .story-col-block .story-box {
  width: 33.33333%;
  min-height: 526px;
  clip-path: polygon(50% 0%, 100% 15%, 100% 50%, 100% 85%, 50% 100%, 0 85%, 0 15%);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ffffff;
  float: left;
}
@media (max-width: 1440px) {
  .chas-n-pattis-story-block .story-col-block .story-box {
    min-height: 386px;
  }
}
@media (max-width: 1199px) {
  .chas-n-pattis-story-block .story-col-block .story-box {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .chas-n-pattis-story-block .story-col-block .story-box {
    width: 100%;
    min-height: 380px;
    margin-bottom: 25px;
    clip-path: polygon(50% 0%, 100% 20%, 100% 50%, 100% 80%, 50% 100%, 0 80%, 0 20%);
  }
}
@media (max-width: 639px) {
  .chas-n-pattis-story-block .story-col-block .story-box {
    min-height: 320px;
  }
}
@media (max-width: 480px) {
  .chas-n-pattis-story-block .story-col-block .story-box {
    min-height: 287px;
  }
}
.chas-n-pattis-story-block .story-col-block .story-box::before {
  position: absolute;
  content: '';
  background-color: #716558;
  opacity: 0.56;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.chas-n-pattis-story-block .story-col-block .story-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chas-n-pattis-story-block .story-col-block .story-box .story-title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0px 15px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 36px;
}
@media only screen and (max-width: 1700px) {
  .chas-n-pattis-story-block .story-col-block .story-box .story-title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .chas-n-pattis-story-block .story-col-block .story-box .story-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .chas-n-pattis-story-block .story-col-block .story-box .story-title {
    font-size: 20px;
    letter-spacing: 0.01em;
  }
}
.contact--us-block {
  width: 100%;
  padding: 80px 0px 130px;
  float: left;
}
@media (max-width: 1440px) {
  .contact--us-block {
    padding: 70px 0px 100px;
  }
}
@media (max-width: 1023px) {
  .contact--us-block {
    padding: 70px 0px 60px;
  }
}
@media (max-width: 767px) {
  .contact--us-block {
    padding: 14px 0px 60px;
  }
}
.contact--us-block .contact-content {
  width: 100%;
  padding-bottom: 115px;
  float: left;
}
@media (max-width: 1440px) {
  .contact--us-block .contact-content {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .contact--us-block .contact-content {
    padding-bottom: 50px;
  }
}
.contact--us-block .contact-content h5,
.contact--us-block .contact-content h2,
.contact--us-block .contact-content p {
  text-align: center;
}
.contact--us-block .contact-content h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #8C8C8C;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .contact--us-block .contact-content h5 {
    line-height: 1.3;
    margin-bottom: 17px;
  }
}
.contact--us-block .contact-content h2 {
  color: #7A9C49;
  font-family: adobe-garamond-pro, serif;
  letter-spacing: 0.25em;
  margin-bottom: 33px;
}
@media (max-width: 1440px) {
  .contact--us-block .contact-content h2 {
    margin-bottom: 23px;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 767px) {
  .contact--us-block .contact-content h2 {
    letter-spacing: 0em;
  }
}
.contact--us-block .contact-content p {
  width: 1020px;
  font-size: 22px;
  margin: auto;
  max-width: 100%;
  line-height: 1.8em;
}
@media (max-width: 1440px) {
  .contact--us-block .contact-content p {
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media (max-width: 1199px) {
  .contact--us-block .contact-content p {
    font-size: 18px;
  }
}
.contact--us-block .cols-row {
  margin: 0px -56px;
}
@media (max-width: 1199px) {
  .contact--us-block .cols-row {
    margin: 0px -25px;
  }
}
@media (max-width: 767px) {
  .contact--us-block .cols-row {
    margin: 0px -20px;
  }
}
.contact--us-block .cols-row > div {
  padding: 0px 56px;
  float: left;
}
@media (max-width: 1199px) {
  .contact--us-block .cols-row > div {
    padding: 0px 25px;
  }
}
@media (max-width: 1023px) {
  .contact--us-block .cols-row > div {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contact--us-block .cols-row > div {
    padding: 0px 20px;
    padding-bottom: 30px;
  }
}
.contact--us-block .contact-detail-box {
  width: 100%;
  border: 1px solid #000000;
  text-align: center;
  padding: 35px 30px;
}
@media (max-width: 767px) {
  .contact--us-block .contact-detail-box {
    padding: 0px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact--us-block .contact-detail-box .btn {
    width: 100%;
  }
}
.contact--us-block .contact-detail-box h3 {
  letter-spacing: 0.25em;
  text-align: center;
  color: #7A9C49;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .contact--us-block .contact-detail-box h3 {
    letter-spacing: 0.2em;
  }
}
@media (max-width: 767px) {
  .contact--us-block .contact-detail-box h3 {
    font-size: 47px;
    margin-bottom: 10px;
  }
}
.contact--us-block .contact-detail-box h6 {
  color: #716558;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1199px) {
  .contact--us-block .contact-detail-box h6 {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .contact--us-block .contact-detail-box h6 {
    line-height: 1.3;
  }
}
.book-appointment-stick {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .book-appointment-stick {
    display: block;
  }
}
.book-appointment-stick .btn {
  padding: 21px 20px;
  margin-top: 2em;
  width: 100%;
}
.book-appointment-stick .btn span.btn-icon {
  display: inline-block;
  padding-right: 15px;
}
a.btn {
  margin-top: 2em;
}
.mm-page {
  background: #fff !important;
}
div#menu.mm-menu_opened {
  display: block;
}
div#menu {
  display: none;
}
.su-row {
  display: flex;
  align-items: center;
}
.su-column.su-column-size-1-2 {
  margin-right: 4%;
}
#page > header {
  z-index: 99;
  position: relative;
}
.chas-n-pattis-story-block .story-col-block .story-box::before {
  background: none !important;
}
.mm-panels {
  font-size: 13px;
}
header#header,
main#content {
  display: grid !important;
  width: 100%;
  margin: 0 auto;
}
.main_menu .close-menu {
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .main_menu ul li.current-menu-item > a {
    background-color: #7A9C49;
  }
}
@media screen and (max-width: 1024px) {
  .main_menu ul li .sub-menu .sub-menu {
    left: 0 !important;
  }
  .main_menu {
    overflow: scroll;
  }
  .main_menu ul li > .sub-menu {
    display: none !important;
  }
}
.page-id-769 .prosper div {
  opacity: 0;
  visibility: hidden;
}
.page-id-768 .trophy div {
  opacity: 0;
  visibility: hidden;
}
.background_video {
  height: 100%;
}
.background_video iframe {
  height: 100%;
}
.main_menu ul li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
