@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

:root {
  font-size: 62.5%;
}

body {
  background: #fff !important;
  color: #015350;
  font-family: "DM Sans 36pt";
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

*:not(s) {
  box-sizing: border-box;
  outline: none !important;
  text-decoration: none;
}

button {
  transition: all 0.3s ease-in-out;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  color: #015350;
}
a:hover {
  color: #ACCC77;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 10rem;
}

.text_underline {
  text-decoration: underline !important;
}

.site-header {
  padding: 0;
}

.site-main {
  padding: 0;
}

.widget-area {
  padding: 0;
}

.site-footer {
  padding: 0;
}

.section_margin_bottom {
  margin: 0 0 5rem;
}

.section_margin {
  margin: 5rem 0;
}

.section_padding {
  padding: 5rem 0;
}

button {
  border: none;
  box-shadow: none;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.input_text {
  background: #fff;
  border: 0.1rem solid rgba(1, 83, 80, 0.12);
  border-radius: 0;
  color: #015350;
  font-size: 16px;
  font-weight: 300;
  padding: 1.5rem 3rem;
  min-height: 7.5rem;
  line-height: normal;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input_text:focus {
  background: #fff;
}
.input_text::-moz-placeholder {
  color: rgba(1, 83, 80, 0.4);
}
.input_text::placeholder {
  color: rgba(1, 83, 80, 0.4);
}

.nav button {
  border-radius: 0 !important;
}

.btn_1 {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 1.8rem 2.5rem;
  color: #fff;
  background: #015350;
  text-align: center;
  transition: all 0.3s ease-in-out;
  line-height: normal;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10rem;
  position: relative;
  z-index: 1;
  display: block;
}
.btn_1:hover {
  color: #015350;
  background: #ACCC77;
}
@media only screen and (max-width: 1366px) {
  .btn_1 {
    font-size: 12px;
    min-height: auto;
    padding: 1.4rem 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn_1 {
    font-size: 14px;
    min-height: auto;
    padding: 1rem 1.5rem;
  }
}

.btn_2 {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 1.8rem 2.5rem;
  color: #015350;
  background: #ACCC77;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 0.1rem solid transparent;
  line-height: normal;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10rem;
  position: relative;
  z-index: 1;
  display: block;
}
.btn_2:hover {
  color: #015350;
  background: #fff;
  border-color: #015350;
}
@media only screen and (max-width: 1366px) {
  .btn_2 {
    font-size: 14px;
    min-height: auto;
    padding: 1.4rem 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn_2 {
    font-size: 12px;
    min-height: auto;
    padding: 1rem 1.5rem;
  }
}

.btn_3 {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 1.8rem 2.5rem;
  color: #015350;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  line-height: normal;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10rem;
  position: relative;
  z-index: 1;
  display: block;
}
.btn_3:hover {
  color: #015350;
  background: #ACCC77;
}
@media only screen and (max-width: 1366px) {
  .btn_3 {
    font-size: 14px;
    min-height: auto;
    padding: 1.4rem 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn_3 {
    font-size: 12px;
    min-height: auto;
    padding: 1rem 1.5rem;
  }
}

.btn_4 {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 1.8rem 2.5rem;
  color: #015350;
  text-align: center;
  transition: all 0.3s ease-in-out;
  line-height: normal;
  width: -moz-max-content;
  width: max-content;
  border-radius: 10rem;
  border: 0.1rem solid #015350;
  position: relative;
  z-index: 1;
  display: block;
}
.btn_4:hover {
  color: #fff;
  background: #015350;
}
@media only screen and (max-width: 1366px) {
  .btn_4 {
    font-size: 14px;
    min-height: auto;
    padding: 1.4rem 1.8rem;
  }
}
@media only screen and (max-width: 991px) {
  .btn_4 {
    font-size: 12px;
    min-height: auto;
    padding: 1rem 1.5rem;
  }
}

@font-face {
  font-family: "DM Sans 36pt";
  src: url("fonts/DMSans36pt-ExtraBold.eot");
  src: url("fonts/DMSans36pt-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/DMSans36pt-ExtraBold.woff2") format("woff2"), url("fonts/DMSans36pt-ExtraBold.woff") format("woff"), url("fonts/DMSans36pt-ExtraBold.svg#DMSans36pt-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans 36pt";
  src: url("fonts/DMSans36pt-Regular.eot");
  src: url("fonts/DMSans36pt-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DMSans36pt-Regular.woff2") format("woff2"), url("fonts/DMSans36pt-Regular.woff") format("woff"), url("fonts/DMSans36pt-Regular.svg#DMSans36pt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans 36pt";
  src: url("fonts/DMSans36pt-Thin.eot");
  src: url("fonts/DMSans36pt-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/DMSans36pt-Thin.woff2") format("woff2"), url("fonts/DMSans36pt-Thin.woff") format("woff"), url("fonts/DMSans36pt-Thin.svg#DMSans36pt-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans 36pt";
  src: url("fonts/DMSans36pt-Light.eot");
  src: url("fonts/DMSans36pt-Light.eot?#iefix") format("embedded-opentype"), url("fonts/DMSans36pt-Light.woff2") format("woff2"), url("fonts/DMSans36pt-Light.woff") format("woff"), url("fonts/DMSans36pt-Light.svg#DMSans36pt-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans 36pt";
  src: url("fonts/DMSans36pt-Medium.eot");
  src: url("fonts/DMSans36pt-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/DMSans36pt-Medium.woff2") format("woff2"), url("fonts/DMSans36pt-Medium.woff") format("woff"), url("fonts/DMSans36pt-Medium.svg#DMSans36pt-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans 36pt";
  src: url("fonts/DMSans36pt-ExtraLight.eot");
  src: url("fonts/DMSans36pt-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/DMSans36pt-ExtraLight.woff2") format("woff2"), url("fonts/DMSans36pt-ExtraLight.woff") format("woff"), url("fonts/DMSans36pt-ExtraLight.svg#DMSans36pt-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans 36pt";
  src: url("fonts/DMSans36pt-SemiBold.eot");
  src: url("fonts/DMSans36pt-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/DMSans36pt-SemiBold.woff2") format("woff2"), url("fonts/DMSans36pt-SemiBold.woff") format("woff"), url("fonts/DMSans36pt-SemiBold.svg#DMSans36pt-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans 36pt";
  src: url("fonts/DMSans36pt-Black.eot");
  src: url("fonts/DMSans36pt-Black.eot?#iefix") format("embedded-opentype"), url("fonts/DMSans36pt-Black.woff2") format("woff2"), url("fonts/DMSans36pt-Black.woff") format("woff"), url("fonts/DMSans36pt-Black.svg#DMSans36pt-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans 36pt";
  src: url("fonts/DMSans36pt-Bold.eot");
  src: url("fonts/DMSans36pt-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DMSans36pt-Bold.woff2") format("woff2"), url("fonts/DMSans36pt-Bold.woff") format("woff"), url("fonts/DMSans36pt-Bold.svg#DMSans36pt-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Text";
  src: url("fonts/DMSerifText-Regular.eot");
  src: url("fonts/DMSerifText-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DMSerifText-Regular.woff2") format("woff2"), url("fonts/DMSerifText-Regular.woff") format("woff"), url("fonts/DMSerifText-Regular.svg#DMSerifText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Text";
  src: url("fonts/DMSerifText-Italic.eot");
  src: url("fonts/DMSerifText-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/DMSerifText-Italic.woff2") format("woff2"), url("fonts/DMSerifText-Italic.woff") format("woff"), url("fonts/DMSerifText-Italic.svg#DMSerifText-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
main {
  position: relative;
  overflow-x: clip;
}

#header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  width: 100%;
  inset: 0 0 auto;
  background: #F2FAFC;
}
#header.sticky {
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
}
#header.sticky .header_content {
  padding: 0.3rem 0;
  border: transparent;
}
#header.sticky .header_content .logo a img {
  max-width: 12rem;
}
#header.sticky .header_content .navbar .navbar-nav .menu-item .nav-link:after {
  inset: auto 0 -2.2rem;
}
#header .header_content {
  gap: 0 3rem;
  padding: 1.4rem 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
}
#header .header_content .navbar {
  margin: 0 auto;
  padding: 0;
}
#header .header_content .navbar .navbar-nav {
  gap: 2rem 3rem;
}
#header .header_content .navbar .navbar-nav .menu-item {
  position: relative;
}
#header .header_content .navbar .navbar-nav .menu-item.menu-item-has-children .nav-link:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/drop_arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  inset: 1.2rem auto 0 100%;
}
#header .header_content .navbar .navbar-nav .menu-item .drop_arrow {
  display: none;
}
#header .header_content .navbar .navbar-nav .menu-item .nav-link {
  color: #015350;
  text-transform: capitalize;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 0.8rem 0.5rem;
  letter-spacing: 0.01rem;
}
#header .header_content .navbar .navbar-nav .menu-item .nav-link:after {
  content: "";
  width: 0%;
  height: 0.5rem;
  background: #ACCC77;
  position: absolute;
  inset: auto 0 -3.3rem;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
#header .header_content .navbar .navbar-nav .menu-item .nav-link:hover:after {
  width: 100%;
}
#header .header_content .navbar .navbar-nav .menu-item.current_page_item .nav-link:after {
  width: 100%;
}
#header .header_content .navbar .navbar-nav .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#header .header_content .navbar .navbar-nav .menu-item .sub-menu {
  position: absolute;
  inset: 100% 0 auto;
  width: 20rem;
  background: #015350;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
#header .header_content .navbar .navbar-nav .menu-item .sub-menu li:not(:last-child) {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}
#header .header_content .navbar .navbar-nav .menu-item .sub-menu li .nav-link {
  color: #fff;
  padding: 1rem 2rem;
}
#header .header_content .navbar .navbar-nav .menu-item .sub-menu li .nav-link:after {
  display: none;
}
#header .header_content .navbar .navbar-nav .menu-item .sub-menu li .nav-link:before {
  display: none;
}
#header .header_content .navbar .navbar-nav .menu-item .sub-menu li .nav-link:hover {
  background: #ACCC77;
  color: #015350;
}
#header .header_content .logo {
  display: block;
  line-height: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#header .header_content .logo a {
  display: inline-block;
  width: 100%;
  line-height: 0;
}
#header .header_content .logo a img {
  width: 100%;
  max-width: 12rem;
  transition: all 0.3s ease-in-out;
}
#header .header_content .header_links {
  text-align: right;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  gap: 0 3rem;
}
#header .header_content .header_links .user > a, #header .header_content .header_links .minicart > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.5rem;
}
#header .header_content .header_links .user > a img, #header .header_content .header_links .minicart > a img {
  width: 1.9rem;
  height: 1.9rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header_content .header_links .minicart {
  position: relative;
}
#header .header_content .header_links .minicart strong {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #015350;
  color: #fff;
  position: absolute;
  inset: -0.5rem auto auto -0.5rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  pointer-events: none;
}

.section_title {
  margin: 0 0 3rem;
  text-align: center;
}
.section_title h2 {
  font-weight: 400;
  font-size: 24px;
  color: #015350;
}
.section_title h3 {  
  font-size: 20px;  
}
.section_title p {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  width: 100%;
  max-width: 120rem;
  margin: 1.5rem auto 0;
}
.section_title .btn_1, .section_title .btn_2, .section_title .btn_3 {
  margin: 2rem auto 0;
}

.header_top {
  text-align: center;
  background: #ACCC77;
  padding: 1.2rem 0;
}
.header_top_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.header_top_inner p, .header_top_inner a {
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  color: #015350 !important;
}
.header_top_inner p img, .header_top_inner a img {
  width: 1.4rem;
}
.header_top_inner a {
  margin: 0;
  text-decoration: underline !important;
}
.header_top_inner * {
  font-size: 16px;
}

.navbar-toggler {
  display: none;
}

.contactus_call a {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.contactus_call a img {
  width: 1.8rem;
}

.header_banner {
  background: #F2FAFC;
  overflow: hidden;
  position: relative;
}
.header_banner:before {
  content: "";
  background: url(../images/logo_shape.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  inset: auto 0 -50%;
  margin: 0 auto;
  width: 55.8rem;
  height: 55.8rem;
  opacity: 15%;
  z-index: 0;
}
.header_banner_inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.header_banner_inner h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  font-family: "DM Serif Text";
  text-transform: capitalize;
}
.header_banner_inner p {
  font-size: 16px;
  letter-spacing: 0.01rem;
  width: 100%;
  max-width: 100rem;
  margin: 0.5rem auto 0;
}
.header_banner_inner p strong {
  font-weight: 600;
}
.header_banner_inner p a {
  text-decoration: underline !important;
}

.patientemergency_inner .col {
  background: #fff;
}
.patientemergency_inner .col .patientemergency_box {
  padding: 6rem 10rem;
}
.patientemergency_inner .col .patientemergency_box h2 {
  font-size: 24px;
  line-height: 120%;
  margin: 0 0 1rem;
  font-family: "DM Serif Text";
}
.patientemergency_inner .col .patientemergency_box h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01rem;
  margin: 0 0 1rem;
}
.patientemergency_inner .col .patientemergency_box p {
  font-size: 16px;
  font-weight: 300;
}
.patientemergency_inner .col:nth-child(odd) {
  background: #ACCC77;
}

.appointmentopening {
  background: #015350;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time {
  position: relative;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin: 0;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .information {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 3rem;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .information_box {
  position: relative;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .information_box p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  flex-wrap: nowrap;
  gap: 0 0.6rem;
  font-size: 16px;
  letter-spacing: 0.01rem;
  margin: 0 0 0.5rem;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .information_box h4 {
  display: inline;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  flex-wrap: nowrap;
  gap: 0 0.6rem;
  font-size: 18px;
  letter-spacing: 0.01rem;
  margin: 0 0 0.5rem;
}

.appointmentopening .appointmentopening_inner .col .appointmentopening_time .information_box p img {
  width: 2.5rem;
  flex: 0 0 2.5rem;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .information_box a {
  font-size: 16px;
  letter-spacing: 0.01rem;
  font-weight: 400;
  color: #fff;
  opacity: 100%;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .information_box a:hover {
  opacity: 100%;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .information_box address {
  font-size: 16px;
  letter-spacing: 0.01rem;
  font-weight: 400;
  color: #fff;
  opacity: 70%;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .information_box:not(:last-child) {
  padding: 0 5rem 0 0;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .information_box:not(:last-child):after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 5rem;
  background: url(../images/line_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  inset: 0.6rem 2rem 0 auto;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .openingtime {
  margin: 3rem 0 0;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .openingtime p {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01rem;
  margin: 0 0 2rem;
  color: #fff;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .openingtime ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .openingtime ul li {
  font-size: 16px;
  letter-spacing: 0.01rem;
  color: #fff;
  width: 100%;
  max-width: 31rem;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_time .openingtime ul li strong {
  color: #ACCC77;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_directions {
  padding: 0 0 0 10rem;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_directions h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 2rem;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_directions ul li {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  color: #fff;
  gap: 0 1.5rem;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_directions ul li:not(:last-child) {
  margin: 0 0 1.5rem;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_directions ul li span {
  color: #ACCC77;
}
.appointmentopening .appointmentopening_inner .col .appointmentopening_directions ul li img {
  flex: 0 0 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border: 0.1rem solid #fff;
  border-radius: 5rem;
  padding: 1rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.ourteam {
  background: #015350;
}
.ourteam_inner .section_title * {
  color: #fff;
}
.ourteam_inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.ourteam_inner ul li {
  flex: 0 0 calc(25% - 1.5rem);
  text-align: center;
}
.ourteam_inner ul li figure {
  line-height: 0;
  margin: 0 0 3rem;
}
.ourteam_inner ul li figure img {
  width: 100%;
  aspect-ratio: 5/5.5;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.ourteam_inner ul li h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 1rem;
  color: #fff;
}
.ourteam_inner ul li p {
  font-size: 16px;
  letter-spacing: 0.01rem;
  color: #fff;
  margin: 0 0 1rem;
}
.ourteam_inner ul li span {
  font-size: 16px;
  letter-spacing: 0.01rem;
  color: #fff;
}
.ourteam_inner .btn_2 {
  margin: 4rem auto 0;
}

.limitedoffer_inner .section_title {
  margin: 0 0 5rem !important;
}
.limitedoffer_inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.limitedoffer_inner ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 2rem;
}
.limitedoffer_inner ul li:not(:last-child):after {
  content: "";
  width: 0.1rem;
  height: 4rem;
  background: rgba(1, 83, 80, 0.1);
  display: block;
  margin: 0 7rem;
}
.limitedoffer_inner ul li figure {
  line-height: 0;
  flex: 0 0 7rem;
}
.limitedoffer_inner ul li figure img {
  width: 7rem;
  height: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.limitedoffer_inner ul li .limitedoffer_box p {
  font-size: 16px;
}
.limitedoffer_inner ul li .limitedoffer_box strong {
  font-family: "DM Serif Text";
  font-size: 16px;
}
.limitedoffer_inner .btn_4 {
  margin: 4rem auto 0;
}

.homeaboutus_inner .homeaboutus_form {
  padding: 10rem;
}
.homeaboutus_inner .homeaboutus_text {
  background: #F2FAFC;
  padding: 10rem;
}
.homeaboutus_inner .homeaboutus_text h2 {
  font-size: 24px;
  margin: 0 0 1rem;
}
.homeaboutus_inner .homeaboutus_text p {
  margin: 0 0 3rem;
}

.form_block .wpcf7 {
  width: 100%;
}
.form_block form .form_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}
.form_block form .form_row .form_group {
  flex: 1 1 0;
  margin: 0 0 1rem;
}
.form_block form .form_row .form_group input:not(.wpcf7-submit), .form_block form .form_row .form_group textarea:not(.wpcf7-submit) {
  width: 100%;
  padding: 1rem 2rem;
  line-height: normal;
  background: #F2FAFC;
  font-size: 16px;
  font-weight: 400;
  color: #015350;
  border: none;
  outline: none;
  box-shadow: none;
  min-height: 5rem;
  resize: none;
}
.form_block form .form_row .form_group input:not(.wpcf7-submit)::-moz-placeholder, .form_block form .form_row .form_group textarea:not(.wpcf7-submit)::-moz-placeholder {
  color: #015350;
}
.form_block form .form_row .form_group input:not(.wpcf7-submit)::placeholder, .form_block form .form_row .form_group textarea:not(.wpcf7-submit)::placeholder {
  color: #015350;
}
.form_block form .form_row .form_group textarea {
  min-height: 12rem;
}
.form_block form .select_box {
  position: relative;
}
.form_block form .select_box:after {
  content: "";
  width: 1.3rem;
  height: 0.8rem;
  background: url(../images/arrow_down.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  inset: 2rem 2rem auto auto;
}
.form_block form .select_box select {
  width: 100%;
  padding: 1rem 4rem 1rem 2rem;
  line-height: normal;
  background: #F2FAFC !important;
  font-size: 16px;
  font-weight: 400;
  color: #015350;
  border: none;
  outline: none;
  box-shadow: none;
  min-height: 5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form_block form .select_box select::-ms-expand {
  display: none;
}
.form_block form .form_row_check {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem 3rem;
  margin: 0 0 1rem;
}
.form_block form .form_row_check.wpcf7-form-control {
  margin: 0 !important;
}
.form_block form .form_row_check .check_title {
  display: block;
  flex: 1 1 100%;
}
.form_block form .form_row_check .form_check {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.8rem;
  margin: 0 !important;
}
.form_block form .form_row_check .form_check input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex: 0 0 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background: #F2FAFC;
  cursor: pointer;
}
.form_block form .form_row_check .form_check input:checked {
  background: #F2FAFC url(../images/check.svg) no-repeat center center;
  background-size: 70%;
}
.form_block form .form_row_check .form_check label {
  font-size: 16px;
  cursor: pointer;
}
.form_block form .form_row_check .form_check .wpcf7-form-control {
  margin: 0;
}

.whychooseus {
  background: #F2FAFC;
}
.whychooseus_inner {
  text-align: center;
  gap: 6rem 0;
  max-width: 170rem;
  margin: 0 auto;
}
.whychooseus_inner .whychooseus_box {
  position: relative;
  padding: 0 3rem;
}
.whychooseus_inner .whychooseus_box:not(:nth-child(4n))::after {
  content: "";
  width: 0.1rem;
  height: 9rem;
  background: rgba(1, 83, 80, 0.1);
  position: absolute;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
.whychooseus_inner .whychooseus_box figure {
  margin: 0 0 2rem;
  line-height: 0;
}
.whychooseus_inner .whychooseus_box figure img {
  width: 8rem;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.whychooseus_inner .whychooseus_box h3 {
  font-size: 20px;
}
.whychooseus .whychooseus_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 5rem 0 0;
}
.whychooseus .whychooseus_btn br {
  display: none;
}

.ourservices_inner {
  gap: 2rem;
}
.ourservices_inner .ourservices_box {
  background: #015350;
  flex: 0 1 calc(33.33% - 1.4rem);
  padding: 5rem;
  min-height: 50rem;
}
.ourservices_inner .ourservices_box figure {
  line-height: 0;
  margin: 0 0 1rem;
  position: relative;
  display: inline-block;
}
.ourservices_inner .ourservices_box figure:after {
  content: "";
  width: 6.5rem;
  height: 6.5rem;
  background: rgba(172, 204, 119, 0.2);
  position: absolute;
  inset: -0.5rem -1rem auto auto;
  border-radius: 50%;
  z-index: 0;
}
.ourservices_inner .ourservices_box figure img {
  width: 6.5rem;
  height: 6.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}
.ourservices_inner .ourservices_box h3 {
  font-family: "DM Serif Text";
  font-size: 20px;
  padding: 0 0 1.5rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin: 0 0 2rem;
  color: #fff;
}
.ourservices_inner .ourservices_box ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.01rem;
}
.ourservices_inner .ourservices_box ul li:not(:last-child) {
  margin: 0 0 1.5rem;
}
.ourservices_inner .ourservices_box ul li img {
  flex: 0 0 1.8rem;
}

.smilesproud_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 2rem;
  max-width: 110rem;
  margin: 0 auto;
}
.smilesproud_inner .smilesproud_box {
  grid-column: span 1;
  grid-row: span 1;
  position: relative;
  overflow: hidden;
}
.smilesproud_inner .smilesproud_box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 43, 41);
  background: linear-gradient(180deg, rgba(0, 43, 41, 0.3673844538) 0%, rgb(0, 43, 41) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002b29",endColorstr="#002b29",GradientType=1);
  position: absolute;
  inset: 0 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.smilesproud_inner .smilesproud_box:hover:after {
  opacity: 1;
  visibility: visible;
}
.smilesproud_inner .smilesproud_box:hover .smilesproud_box_text {
  inset: auto 0 0%;
}
.smilesproud_inner .smilesproud_box:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}
.smilesproud_inner .smilesproud_box figure {
  line-height: 0;
  height: 100%;
}
.smilesproud_inner .smilesproud_box figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.smilesproud_inner .smilesproud_box_text {
  position: absolute;
  width: 100%;
  inset: auto 0 -100%;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  padding: 0 2rem 3rem;
  transition: all 0.3s ease-in-out;
}
.smilesproud_inner .smilesproud_box_text p {
  font-size: 16px;
  color: #fff;
  margin: 0 0 0.6rem;
}
.smilesproud_inner .smilesproud_box_text span {
  color: #fff;
}
.smilesproud .btn_4, .smilesproud .btn_1 {
  margin: 4rem auto 0;
}

.trustreview .section_title {
  border-top: 0.1rem solid rgba(1, 83, 80, 0.1);
  padding: 10rem 0 0;
}
.trustreview_inner {
  gap: 3rem 1rem;
  align-items: stretch;
}
.trustreview_inner .trustreview_content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
  height: 100%;
}
.trustreview_inner .trustreview_content ul li {
  flex: 0 0 calc(50% - 1rem);
  padding: 5rem;
  background: #F2FAFC;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.trustreview_inner .trustreview_content ul li .quote {
  display: inline-block;
  margin: 0 0 1.8rem;
}
.trustreview_inner .trustreview_content ul li .quote img {
  width: 100%;
  max-width: 2.2rem;
}
.trustreview_inner .trustreview_content ul li p {
  margin: 0 0 1.8rem;
}
.trustreview_inner .trustreview_content ul li .review_box {
  display: inline-block;
  line-height: 0;
  background: url(../images/review_light.svg) no-repeat center center;
  background-size: cover;
  width: 10rem;
  height: 1.4rem;
  margin: 0 0 0.3rem;
}
.trustreview_inner .trustreview_content ul li .review_box img {
  width: 100%;
  height: 1.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.trustreview_inner .trustreview_content ul li strong {
  display: block;
  opacity: 90%;
}
.trustreview_inner .trustreview_img figure {
  line-height: 0;
  height: 100%;
}
.trustreview_inner .trustreview_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trustreview_inner .trustreview_img .vc_column-inner {
  height: 100%;
}
.trustreview_inner .trustreview_img .vc_column-inner .wpb_wrapper {
  height: 100%;
}
.trustreview_inner .trustreview_img .vc_column-inner .wpb_wrapper .wpb_text_column {
  height: 100%;
}
.trustreview_inner .trustreview_img .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
  height: 100%;
}
.trustreview .btn_4 {
  margin: 4rem auto 0;
}

.offer_1_inner {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ACCC77 !important;
  padding: 5rem;
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  position: relative;
}
.offer_1_inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 43, 41);
  background: linear-gradient(270deg, rgba(0, 43, 41, 0.3673844538) 0%, rgb(0, 43, 41) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002b29",endColorstr="#002b29",GradientType=1);
  position: absolute;
  inset: 0 0 auto;
}
.offer_1_inner .offer_1_box {
  position: relative;
  z-index: 1;
}
.offer_1_inner .offer_1_box h2 {
  font-size: 24px;
  margin: 0;
  color: #fff;
}
.offer_1_inner .offer_1_box p {
  font-family: "DM Serif Text";
  font-size: 16px;
  margin: 0 0 3rem;
  color: #fff;
}
.offer_1_inner .offer_1_box ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.01rem;
}
.offer_1_inner .offer_1_box ul li:not(:last-child) {
  margin: 0 0 1.5rem;
}
.offer_1_inner .offer_1_box ul li img {
  flex: 0 0 2rem;
}

.offer_2_inner {
  padding: 7rem 5rem 5rem;
  background: #F2FAFC;
  position: relative;
}
/*.offer_2_inner:after {
  content: "";
  background: url(../images/img_shape.svg) no-repeat center center;
  background-size: cover;
  width: 4rem;
  height: 4rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
  z-index: 1;
}*/
.offer_2_inner .offer_2_box {
  position: relative;
  z-index: 1;
  margin: 0 auto 6rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 100rem;
}
.offer_2_inner .offer_2_box .offer_2_title {
  flex: 1 1 0;
}
.offer_2_inner .offer_2_box .offer_2_title h2 {
  font-size: 24px;
  margin: 0;
  color: #015350;
}
.offer_2_inner .offer_2_box .offer_2_title p {
  font-family: "DM Serif Text";
  font-size: 16px;
  margin: 0 0 3rem;
  color: #015350;
}
.offer_2_inner .offer_2_box ul {
  flex: 1 1 0;
}
.offer_2_inner .offer_2_box ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  color: #015350;
  font-size: 16px;
  letter-spacing: 0.01rem;
}
.offer_2_inner .offer_2_box ul li:not(:last-child) {
  margin: 0 0 1.5rem;
}
.offer_2_inner .offer_2_box ul li img {
  flex: 0 0 2rem;
}
.offer_2_inner .offer_2_img figure {
  line-height: 0;
}
.offer_2_inner .offer_2_img figure img {
  width: 100%;
}

.ourclient_inner .nav-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 0.1rem solid #015350;
  border-radius: 20rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 5rem;
}
.ourclient_inner .nav-pills .nav-item .nav-link {
  background: #fff;
  border-radius: 20rem !important;
  padding: 2rem 2.2rem;
  color: #015350;
  font-size: 16px;
  font-weight: 500;
}
.ourclient_inner .nav-pills .nav-item .nav-link.active {
  background: #015350;
  color: #fff;
}
.ourclient_inner .tab-content ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 2rem 7rem;
}
.ourclient_inner .tab-content ul li a {
  display: block;
}
.ourclient_inner .tab-content ul li a img {
  width: 100%;
  max-width: 10rem;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  background: #015350;
  padding: 5rem 0 0;
}
.footer_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 0 5rem;
}
.footer_inner .footer_info {
  width: 100%;
  max-width: 20rem;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
  padding: 0 5rem 0 0;
}
.footer_inner .footer_info .foot_logo {
  margin: 0;
}
.footer_inner .footer_info .foot_logo a {
  display: block;
}
.footer_inner .footer_info .foot_logo a img {
  width: 100%;
  max-width: 15rem;
}
.footer_inner .footer_info .footer_social ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem 3rem;
}
.footer_inner .footer_info .footer_social ul li a {
  color: #fff;
  font-size: 16px;
}
.footer_inner .footer_info .footer_social ul li a:hover {
  color: #ACCC77;
}
.footer_inner .footer_info:last-child {
  padding: 0;
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
}
.footer_inner .footer_discription {
  padding: 0 2rem;
  flex: 1 1 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.footer_inner .footer_discription p {
  color: #fff;
}
.footer .copyright_inner {
  padding: 3rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem 2rem;
}
.footer .copyright_inner p {
  color: #fff;
  letter-spacing: 0.01rem;
  margin: 0 auto 0 0;
  font-size:16px;
}
.footer .copyright_inner p span {
  opacity: 70%;
}
.footer .copyright_inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  font-size:16px;
}
.footer .copyright_inner ul li:not(:last-child):after {
  content: "";
  width: 0.1rem;
  height: 1.6rem;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
}
.footer .copyright_inner ul li a {
  color: #fff;
  letter-spacing: 0.01rem;
}
.footer .copyright_inner ul li a:hover {
  color: #ACCC77;
}

.ourclient_mobile {
  display: none;
}

.ourdentist_inner .section_title {
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
  padding: 0 0 5rem;
  margin: 0 0 5rem !important;
  text-align: left;
}
.ourdentist_inner .ourdentist_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
}
.ourdentist_inner .ourdentist_block .form_block {
  width: calc(50% - 1.4rem);
  padding: 5rem;
  background: #F2FAFC;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.ourdentist_inner .ourdentist_block .form_block form .select_box select {
  background: #fff;
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
}
.ourdentist_inner .ourdentist_block .form_block form input:not(.wpcf7-submit), .ourdentist_inner .ourdentist_block .form_block form textarea:not(.wpcf7-submit) {
 /* background: #fff;*/
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
}
.ourdentist_inner .ourdentist_block .ourdentist_box {
  width: calc(50% - 1.4rem);
  position: relative;
}
.ourdentist_inner .ourdentist_block .ourdentist_box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 43, 41);
  background: linear-gradient(180deg, rgba(0, 43, 41, 0.3673844538) 0%, rgb(0, 43, 41) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002b29",endColorstr="#002b29",GradientType=1);
  position: absolute;
  inset: 0 0 auto;
  transition: all 0.3s ease-in-out;
}
.ourdentist_inner .ourdentist_block .ourdentist_box figure {
  line-height: 0;
  height: 100%;
}
.ourdentist_inner .ourdentist_block .ourdentist_box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourdentist_inner .ourdentist_block .ourdentist_box .ourdentist_text {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  padding: 4rem;
}
.ourdentist_inner .ourdentist_block .ourdentist_box .ourdentist_text .gdc {
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 0 0 1rem;
}
.ourdentist_inner .ourdentist_block .ourdentist_box .ourdentist_text h4 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 0.5rem;
}
.ourdentist_inner .ourdentist_block .ourdentist_box .ourdentist_text strong {
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 0 0 1rem;
}
.ourdentist_inner .ourdentist_block .ourdentist_box .ourdentist_text p {
  font-size: 16px;
  color: #fff;
}
.ourdentist_inner .ourdentist_block .ourdentist_dis {
  width: calc(50% - 1.4rem);
  padding: 4rem;
}
.ourdentist_inner .ourdentist_block .ourdentist_dis h2 {
  font-size: 24px;
  margin: 0 0 1rem;
}
.ourdentist_inner .ourdentist_block .ourdentist_dis h3 {
  font-size: 20px;
  margin: 0 0 1rem;
}
.ourdentist_inner .ourdentist_block .ourdentist_dis p {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 2rem;
}
.ourdentist_inner .ourdentist_block .ourdentist_dis ul li p {
  font-size: 16px;
}
.ourdentist_inner .ourdentist_block .ourdentist_dis ul li:not(:last-child) {
  margin: 0 0 2rem;
}
.ourdentist_inner .ourdentist_block .ourdentist_dis ul li h3 {
  font-weight: 600;
}

.googlebusiness {
  background-color: #015350;
  background-image: url(../images/logo_shape_light.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 70.2rem;
}
.googlebusiness_inner .section_title {
  text-align: left;
  width: 100%;
  max-width: 89.5rem;
  margin: 0 0 5rem;
}
.googlebusiness_inner .section_title h2 {
  color: #fff;
}
.googlebusiness_inner .googlebusiness_reviews {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 0 4rem;
}
.googlebusiness_inner .googlebusiness_reviews .googlebusiness_review {
  flex: 0 0 calc(33.33% - 2.7rem);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}
.googlebusiness_inner .googlebusiness_reviews .googlebusiness_review:not(:last-child)::after {
  content: "";
  width: 0.1rem;
  height: 10rem;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  inset: 50% -2rem auto auto;
  transform: translateY(-50%);
}
.googlebusiness_inner .googlebusiness_reviews .googlebusiness_review .quote {
  display: inline-block;
  margin: 0 0 1.8rem;
}
.googlebusiness_inner .googlebusiness_reviews .googlebusiness_review .quote img {
  width: 100%;
  max-width: 2.2rem;
}
.googlebusiness_inner .googlebusiness_reviews .googlebusiness_review p {
  margin: 0 0 1.8rem;
  color: #fff;
}
.googlebusiness_inner .googlebusiness_reviews .googlebusiness_review .review_box {
  display: inline-block;
  line-height: 0;
  background: url(../images/review_light_2.svg) no-repeat center center;
  background-size: cover;
  width: 10rem;
  height: 1.4rem;
  margin: 0 0 0.3rem;
}
.googlebusiness_inner .googlebusiness_reviews .googlebusiness_review .review_box img {
  width: 100%;
  height: 1.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.googlebusiness_inner .googlebusiness_reviews .googlebusiness_review strong {
  display: block;
  opacity: 90%;
  color: #fff;
}
.googlebusiness_inner .btn_2 {
  margin: 4rem 0 0;
}

.emergency_tc {
  background: #F2FAFC;
}
.emergency_tc_inner h1{
  font-size: 32px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.emergency_tc_inner h2{
  font-size: 24px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.emergency_tc_inner h3{
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.emergency_tc_inner h4{
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.emergency_tc_inner h5{
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.emergency_tc_inner h6 {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 2rem;
}
.emergency_tc_inner h1:not(:first-child), .emergency_tc_inner h2:not(:first-child), .emergency_tc_inner h3:not(:first-child), .emergency_tc_inner h4:not(:first-child), .emergency_tc_inner h5:not(:first-child), .emergency_tc_inner h6:not(:first-child) {
  margin-top: 4rem;
}
.emergency_tc_inner p {
  font-size: 16px;
  margin: 0 0 2rem;
}
.emergency_tc_inner a {
  text-decoration: underline !important;
}
.emergency_tc_inner ul {
  list-style: disc;
  padding: 0 0 0 2.5rem;
  margin: 0 0 2rem;
}
.emergency_tc_inner ul li {
  font-size: 16px;
}
.emergency_tc_inner ul li:not(:last-child) {
  margin: 0 0 1rem;
}

.left_right_block_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem 4rem;
}
.left_right_block_inner .left_right_box {
  width: calc(50% - 2rem);
}
.left_right_block_inner .left_right_box h1{
  font-size: 32px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.left_right_block_inner .left_right_box h2 {
  font-size: 24px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.left_right_block_inner .left_right_box h3{
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 2rem;
}
.left_right_block_inner .left_right_box h4{
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.left_right_block_inner .left_right_box h5{
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.left_right_block_inner .left_right_box h6 {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 2rem;
}
.left_right_block_inner .left_right_box p {
  font-size: 16px;
  margin: 0 0 2rem;
}
.left_right_block_inner .left_right_box figure {
  line-height: 0;
}
.left_right_block_inner .left_right_box figure img {
  width: 100%;
}
.left_right_block_one {
  margin: 10rem 0 0;
}
.left_right_block_one h1{
  font-size: 32px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.left_right_block_one h2{
  font-size: 24px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.left_right_block_one h3{
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.left_right_block_one h4{
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.left_right_block_one h5{
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.left_right_block_one h6 {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 2rem;
}
.left_right_block_one p {
  font-size: 16px;
  margin: 0 0 2rem;
}

.appointmentfee {
  background-color: #015350;
  background-image: url(../images/logo_shape_light.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 70.2rem;
}
.appointmentfee_inner h3 {
  font-size: 20px;
  margin: 0 0 2rem;
  color: #fff;
  width: 100%;
  max-width: 116rem;
  line-height: 120%;
}
.appointmentfee_inner p {
  font-size: 16px;
  color: #fff;
  width: 100%;
  max-width: 120rem;
}
.appointmentfee_inner .appointmentfee_btn {
  margin: 3rem 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.flexible_finance_inner {
  align-items: center;
  gap: 0 4rem;
}
.flexible_finance_inner .flexible_finance_img figure {
  line-height: 0;
}
.flexible_finance_inner .flexible_finance_img figure img {
  width: 100%;
}
.flexible_finance_inner .flexible_finance_text h1{
  font-size: 32px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.flexible_finance_inner .flexible_finance_text h2{
  font-size: 24px;
  line-height: 120%;
  margin: 0 0 2rem;
}
.flexible_finance_inner .flexible_finance_text h3{
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 2rem;
} 
.flexible_finance_inner .flexible_finance_text h4{
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 2rem;
}
.flexible_finance_inner .flexible_finance_text h5{
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 2rem;
}
.flexible_finance_inner .flexible_finance_text h6 {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 2rem;
}
.flexible_finance_inner .flexible_finance_text p {
  font-size: 16px;
  margin: 0 0 3rem;
}
.flexible_finance_inner .flexible_finance_text ul {
  flex: 1 1 0;
}
.flexible_finance_inner .flexible_finance_text ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  color: #015350;
  font-size: 16px;
  letter-spacing: 0.01rem;
}
.flexible_finance_inner .flexible_finance_text ul li:not(:last-child) {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
}
.flexible_finance_inner .flexible_finance_text ul li img {
  flex: 0 0 1.6rem;
  width: 1.6rem;
}

.fees_inner .nav-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 0.1rem solid #015350;
  border-radius: 20rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 5rem;
}
.fees_inner .nav-pills .nav-item .nav-link {
  background: #fff;
  border-radius: 20rem !important;
  padding: 2rem 2.2rem;
  color: #015350;
  font-size: 16px;
  font-weight: 500;
}
.fees_inner .nav-pills .nav-item .nav-link.active {
  background: #015350;
  color: #fff;
}
.fees_inner .tab-content .tab-pane table {
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
  width: 100%;
}
.fees_inner .tab-content .tab-pane table thead tr th {
  font-size: 16px;
  font-weight: 500;
  padding: 2rem 3rem;
  background: #F2FAFC;
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
  vertical-align: middle;
}
.fees_inner .tab-content .tab-pane table tbody tr td {
  padding: 2rem 3rem;
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
  vertical-align: middle;
}

.patienttestimonial_inner {
  background: #F2FAFC;
}
.patienttestimonial_inner .patienttestimonial_slider {
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  text-align: center;
  overflow-x: clip;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper-slide {
  padding: 0 8rem;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper-slide .quote {
  display: inline-block;
  margin: 0 0 1.8rem;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper-slide .quote img {
  width: 100%;
  max-width: 2.2rem;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper-slide p {
  margin: 0 0 1.8rem;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper-slide .review_box {
  display: inline-block;
  line-height: 0;
  background: url(../images/review_light.svg) no-repeat center center;
  background-size: cover;
  width: 10rem;
  height: 1.4rem;
  margin: 0 0 0.3rem;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper-slide .review_box img {
  width: 100%;
  height: 1.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper-slide a {
  display: block;
  opacity: 90%;
  text-decoration: underline !important;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper_arrows {
  position: absolute;
  inset: 50% 0 auto;
  transform: translateY(-50%);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
  padding: 0 2rem;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper_arrows a {
  position: static;
  width: 4.3rem;
  height: 4.3rem;
  border: 0.1rem solid #015350;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  pointer-events: auto;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper_arrows a:hover {
  background: #ACCC77;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper_arrows a img {
  width: 0.7rem;
}
.patienttestimonial_inner .patienttestimonial_slider .swiper_arrows a:after {
  display: none;
}

.freeconsultation .section_title {
  background: #015350;
  text-align: left;
  padding: 7rem 0;
  margin: 0;
}
.freeconsultation .section_title h2 {
  color: #fff;
}
.freeconsultation_inner .freeconsultation_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem 1rem;
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item {
  width: calc(25% - 1rem);
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item figure {
  line-height: 0;
  position: relative;
  margin: 0 0 2rem;
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item figure img {
  width: 100%;
  min-height: 38.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item figure label {
  background: url(../images/offer_shape.svg) no-repeat center center;
  background-size: contain;
  width: 13.7rem;
  height: 13.7rem;
  text-align: center;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 120%;
  font-size: 16px;
  color: #fff;
  font-family: "DM Serif Text";
  position: absolute;
  inset: auto 3rem 3rem auto;
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item h3 {
  font-size: 20px;
  letter-spacing: 0.01rem;
  margin: 0 0 0.3rem;
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item .off {
  font-size: 16px;
  font-family: "DM Serif Text";
  margin: 0 0 2rem;
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item .btn_2 {
  margin: 0 0 2rem;
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item ul {
  flex: 1 1 0;
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  color: #015350;
  font-size: 16px;
  letter-spacing: 0.01rem;
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item ul li:not(:last-child) {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item ul li img {
  flex: 0 0 1.6rem;
  width: 1.6rem;
}
.freeconsultation_inner .freeconsultation_items .freeconsultation_item .discription p {
  font-size: 16px;
  letter-spacing: 0.01rem;
}

.testimonialspage .section_title {
  background: #015350;
  text-align: left;
  padding: 7rem 0;
  margin: 0;
}
.testimonialspage .section_title h2 {
  color: #fff;
}
.testimonialspage_inner {
  background: #F2FAFC;
  padding: 5rem 0;
}
.testimonialspage_inner ul li:not(:last-child) {
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
  margin: 0 0 2rem;
  padding: 0 0 2rem;
}
.testimonialspage_inner ul li .quote {
  display: inline-block;
  margin: 0 0 1.8rem;
}
.testimonialspage_inner ul li .quote img {
  width: 100%;
  max-width: 2.2rem;
}
.testimonialspage_inner ul li p {
  margin: 0 0 1.8rem;
}
.testimonialspage_inner ul li .review_box {
  display: inline-block;
  line-height: 0;
  background: url(../images/review_light.svg) no-repeat center center;
  background-size: cover;
  width: 10rem;
  height: 1.4rem;
  margin: 0 0 0.3rem;
}
.testimonialspage_inner ul li .review_box img {
  width: 100%;
  height: 1.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.testimonialspage_inner ul li strong {
  display: block;
  font-weight: 500;
}
.testimonialspage_inner ul li a {
  text-decoration: underline !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.testimonialspage_inner ul li a img {
  width: 2.4rem;
  margin: 0.5rem 0 0;
}
.testimonialspage_inner .btn_2 {
  margin: 4rem 0 0;
}

.smiletransformations_inner .nav-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 0.1rem solid #015350;
  border-radius: 20rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 5rem;
}
.smiletransformations_inner .nav-pills .nav-item .nav-link {
  background: #fff;
  border-radius: 20rem !important;
  padding: 2rem 2.2rem;
  color: #015350;
  font-size: 16px;
  font-weight: 500;
}
.smiletransformations_inner .nav-pills .nav-item .nav-link.active {
  background: #015350;
  color: #fff;
}
.smiletransformations_inner .tab-content .beforeafter_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3rem;
  width: 100%;
  max-width: 139rem;
  margin: 0 auto;
}
.smiletransformations_inner .tab-content .beforeafter_items .beforeafter_item {
  width: calc(50% - 1.5rem);
  text-align: center;
}
.smiletransformations_inner .tab-content .beforeafter_items .beforeafter_item img {
  width: 100%;
  -o-object-fit: cover;
     /*object-fit: cover;*/
}
.smiletransformations_inner .tab-content .beforeafter_items .beforeafter_item p {
  margin: 2rem 0 0;
  font-size: 16px;
  font-weight: 500;
}

.asked .section_title {
  text-align: left;
  width: 100%;
  max-width: 62rem;
}
.asked .section_title h2 {
  line-height: 120%;
}
.asked_inner {
  background: #F2FAFC;
  padding: 10rem;
  overflow: hidden;
  position: relative;
}
.asked_inner:after {
  content: "";
  width: 30rem;
  height: 30rem;
  background-image: url(../images/logo_shape_light.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  inset: -10rem -10rem auto auto;
}
.asked_inner .asked_box .quote {
  display: inline-block;
  margin: 0 0 1.8rem;
}
.asked_inner .asked_box .quote img {
  width: 100%;
  max-width: 2.2rem;
}
.asked_inner .asked_box p {
  margin: 0 0 1.8rem;
}
.asked_inner .asked_box .review_box {
  display: inline-block;
  line-height: 0;
  background: url(../images/review_light.svg) no-repeat center center;
  background-size: cover;
  width: 10rem;
  height: 1.4rem;
  margin: 0 0 0.3rem;
}
.asked_inner .asked_box .review_box img {
  width: 100%;
  height: 1.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.asked_inner .asked_box strong {
  display: block;
  opacity: 90%;
}
.asked_inner .asked_box a {
  text-decoration: underline !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.asked_inner .asked_box a img {
  width: 2.4rem;
  margin: 0.5rem 0 0;
}

.team_banner {
  position: relative;
}
.team_banner_inner figure {
  line-height: 0;
  position: relative;
}
.team_banner_inner figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 43, 41);
  background: linear-gradient(180deg, rgba(0, 43, 41, 0.3673844538) 0%, rgb(0, 43, 41) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002b29",endColorstr="#002b29",GradientType=1);
  position: absolute;
  inset: 0 0 auto;
  transition: all 0.3s ease-in-out;
}
.team_banner_inner figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team_banner_inner .team_banner_text {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  text-align: center;
  padding: 0 0 7rem;
}
.team_banner_inner .team_banner_text h3 {
  color: #fff;
  font-size: 20px;
  font-family: "DM Serif Text";
  margin: 0 0 1.5rem;
}
.team_banner_inner .team_banner_text p {
  font-size: 16px;
  color: #fff;
}

.team_tabs_inner .nav-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 0.1rem solid #015350;
  border-radius: 20rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 5rem;
}
.team_tabs_inner .nav-pills .nav-item .nav-link {
  background: #fff;
  border-radius: 20rem !important;
  padding: 2rem 2.2rem;
  color: #015350;
  font-size: 16px;
  font-weight: 500;
}
.team_tabs_inner .nav-pills .nav-item .nav-link.active {
  background: #015350;
  color: #fff;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item {
  width: calc(25% - 1.5rem);
  position: relative;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item figure {
  line-height: 0;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item figure img {
  width: 100%;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item .ourteam_info {
  position: absolute;
  inset: 0;
  background: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item .ourteam_info:hover {
  background: rgba(1, 83, 80, 0.7);
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item .ourteam_info:hover .ourteam_info_dis {
  bottom: 0%;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item .ourteam_info .ourteam_info_dis {
  padding: 2rem 3rem;
  position: relative;
  bottom: -100%;
  transition: all 0.3s ease-in-out;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item .ourteam_info .ourteam_info_dis .gdc {
  font-size: 16px;
  letter-spacing: 0.1rem;
  color: #fff;
  display: block;
  margin: 0 0 0.5rem;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item .ourteam_info .ourteam_info_dis p {
  font-size: 16px;
  letter-spacing: 0.1rem;
  color: #fff;
  margin: 0 0 0.5rem;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item .ourteam_info .ourteam_info_dis strong {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1rem;
  color: #fff;
  margin: 0 0 0.5rem;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item .ourteam_info .ourteam_info_title {
  padding: 2rem 3rem;
  background: #015350;
  width: 100%;
  position: relative;
  z-index: 1;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item .ourteam_info .ourteam_info_title h3 {
  font-size: 20px;
  color: #fff;
}
.team_tabs_inner .tab-content .tab-pane .ourteam_items .ourteam_item .ourteam_info .ourteam_info_title p {
  font-size: 16px;
  color: #fff;
}

.contactaddhours {
  background: #015350;
}
.contactaddhours_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
}
.contactaddhours_inner h3 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 2rem;
}
.contactaddhours_inner .contactadd {
  flex: 0 0 30%;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
  padding: 0 4rem 0 0;
  margin: 0 4rem 0 0;
}

.contactaddhours_inner .contactadd h2 {  
  font-size: 24px;
  color: #fff; 
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
}
.contactaddhours_inner .contacthours h2 {
	font-size: 24px;
  color: #fff; 
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
}

.contactaddhours_inner .contactadd ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.01rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
}
.contactaddhours_inner .contactadd ul li span {
  color: #ACCC77;
  margin: 0 0.5rem 0 0;
}
.contactaddhours_inner .contactadd ul li a {
  color: #fff;
  text-decoration: underline !important;
}
.contactaddhours_inner .contacthours {
  flex: 1 1 0;
}
.contactaddhours_inner .contacthours ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0 8rem;
}
.contactaddhours_inner .contacthours ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.01rem;
  width: calc(50% - 4rem);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
}
.contactaddhours_inner .contacthours ul li strong {
  color: #ACCC77;
  margin: 0 0.5rem 0 0;
}
.contactaddhours_inner .contacthours ul li a {
  color: #fff;
  text-decoration: underline !important;
}

.contactblock_inner {
  gap: 3rem 4rem;
  align-items: stretch;
}
.contactblock_inner .section_title {
  text-align: left;
  margin: 0 0 1rem;
}
.contactblock_inner .map .vc_column-inner, .contactblock_inner .map .wpb_wrapper, .contactblock_inner .map .wpb_text_column, .contactblock_inner .map .wpb_wrapper, .contactblock_inner .map p {
  height: 100%;
}
.contactblock_inner .map iframe {
  height: 100%;
}
.contactblock_inner .form p {
  font-size: 16px;
  margin: 0 0 1rem;
}
.contactblock_inner .form .form_block {
  margin: 2rem 0 0;
}
.contactblock_inner .form .form_block .wpcf7 {
  width: 100%;
}
.contactblock_inner .form .form_block form .form_row_check .form_check {
  flex-wrap: nowrap;
}
.contactblock_inner .form .form_block form .form_row_check .form_check input {
  flex: 0 0 1.8rem;
}
.contactblock_inner .form .form_block form .form_row_check .form_check .wpcf7-list-item-label {
  font-size: 16px;
}
.contactblock_inner .form .form_block form .btn_1 {
  margin: 2rem 0 0;
}

[type=submit] {
  border: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  width: -moz-max-content;
  width: max-content;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.bloglisting_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3rem;
}
.bloglisting_items article {
  width: calc(33.33% - 2rem);
  background: #F2FAFC;
}
.bloglisting_items article .bloglisting_item .bloglisting_itemimg {
  display: block;
  line-height: 0;
  margin: 0 0 3rem;
}
.bloglisting_items article .bloglisting_item .bloglisting_itemimg img {
  width: 100%;
}
.bloglisting_items article .bloglisting_item .date, .bloglisting_items article .bloglisting_item a {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.bloglisting_items article .bloglisting_item .bloglisting_author {
  padding: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  background: rgba(1, 83, 80, 0.1);
}
.bloglisting_items article .bloglisting_item .bloglisting_author figure {
  line-height: 0;
  flex: 0 0 6rem;
}
.bloglisting_items article .bloglisting_item .bloglisting_author figure img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.bloglisting_items article .bloglisting_item .bloglisting_author .authorname {
  flex: 1 1 0;
}
.bloglisting_items article .bloglisting_item .bloglisting_author .authorname .authornamelink {
  font-size: 16px;
  display: block;
  margin: 0 0 0.2rem;
}
.bloglisting_items article .bloglisting_item .bloglisting_author .authorname .authorname_social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.bloglisting_items article .bloglisting_item .bloglisting_author .authorname .authorname_social .viewall {
  font-size: 16px;
  text-decoration: underline !important;
}
.bloglisting_items article .bloglisting_item .bloglisting_author .authorname .authorname_social ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.bloglisting_items article .bloglisting_item .bloglisting_author .authorname .authorname_social ul li a {
  font-size: 16px;
}
.bloglisting_items article .bloglisting_item h3, .bloglisting_items article .bloglisting_item h3 a {
  padding: 0 1.5rem;
  margin: 1rem 0 2rem;
  font-size: 20px;
  font-weight: 500;
}

.blogdetail {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.blogdetail_inner h1 {
  font-size: 32px;
  margin: 0 0 1rem;
}
.blogdetail_inner .bloglisting_author {
  padding: 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  background: #F2FAFC;
  gap: 1rem;
  margin: 0 0 2rem;
}
.blogdetail_inner .bloglisting_author figure {
  line-height: 0;
  flex: 0 0 6rem;
}
.blogdetail_inner .bloglisting_author figure img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.blogdetail_inner .bloglisting_author .authorname {
  flex: 1 1 0;
}
.blogdetail_inner .bloglisting_author .authorname .authornamelink {
  font-size: 16px;
  display: block;
  margin: 0 0 0.2rem;
}
.blogdetail_inner .bloglisting_author .authorname .authorname_social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.blogdetail_inner .bloglisting_author .authorname .authorname_social .viewall {
  font-size: 16px;
  text-decoration: underline !important;
}
.blogdetail_inner .bloglisting_author .authorname .authorname_social ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.blogdetail_inner .bloglisting_author .authorname .authorname_social ul li a {
  font-size: 16px;
}
.blogdetail_inner .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: 0 0 2rem;
}
.blogdetail_inner .tags span {
  background: #F2FAFC;
  padding: 1rem 2rem;
  display: inline-block;
  border-radius: 3rem;
  font-size: 16px;
}
.blogdetail_inner > img {
  width: 100%;
  margin: 0 0 3rem;
}
.blogdetail_inner > p {
  font-size: 16px;
  opacity: 80%;
  line-height: 130%;
  margin: 0 0 3rem;
}
.blogdetail_inner > p img {
  width: 100%;
}
.blogdetail_inner > p a {
  text-decoration: underline !important;
}
.blogdetail_inner > h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 2rem;
}
.blogdetail_inner > h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 2rem;
}
.blogdetail_inner > h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 2rem;
}
.blogdetail_inner > ul {
  padding: 0 0 0 2rem;
  list-style: disc;
  margin: 0 0 3rem;
}
.blogdetail_inner > ul li {
  font-size: 16px;
  line-height: 160%;
  opacity: 80%;
}
.blogdetail_inner > ul li strong {
  font-weight: 600;
}
.blogdetail .post-navigation {
  padding: 2rem 0;
  border-top: 0.1rem solid rgba(1, 83, 80, 0.1);
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
}
.blogdetail .post-navigation .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
.blogdetail .post-navigation .nav-links .nav-previous {
  margin: 0 auto 0 0;
}
.blogdetail .post-navigation .nav-links .nav-previous a:before {
  content: "";
  width: 0.9rem;
  height: 1.2rem;
  background: url(../images/arrow_left.svg) no-repeat center center;
  display: inline-block;
  background-size: contain;
  margin: 0 0.6rem 0 0;
}
.blogdetail .post-navigation .nav-links .nav-next {
  margin: 0 0 0 auto;
}
.blogdetail .post-navigation .nav-links .nav-next a:after {
  content: "";
  width: 0.9rem;
  height: 1.2rem;
  background: url(../images/arrow_right.svg) no-repeat center center;
  display: inline-block;
  background-size: contain;
  margin: 0 0 0 0.6rem;
  vertical-align: middle;
}
.blogdetail .post-navigation .nav-links a {
  font-size: 16px;
  position: relative;
}
.blogdetail .post-navigation .nav-links a .nav-title {
  display: none;
}

.date_and {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  padding: 0 3rem;
  gap: 1rem;
  margin: 0 0 1rem;
}

.bloglisting .btn_1 {
  margin: 4rem auto 0;
}

.blogdetail_inner .bloglisting_author .authorname p {
  font-size: 16px;
  margin: 0.5rem 0;
}

.author_card {
  background: #F2FAFC;
  padding: 7rem 0;
}
.author_card_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.author_card_inner figure {
  width: 15rem;
  height: 15rem;
  flex: 0 0 15rem;
  line-height: 0;
  overflow: hidden;
  border-radius: 50%;
}
.author_card_inner figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.author_card_inner .authorname {
  flex: 1 1 0;
}
.author_card_inner .authorname .authornamelink {
  font-size: 16px;
  margin: 0 0 0.5rem;
}
.author_card_inner .authorname .authorname_social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0.5rem;
  gap: 1rem;
}
.author_card_inner .authorname .authorname_social p {
  font-size: 16px;
  margin: 0;
}
.author_card_inner .authorname .authorname_social ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.author_card_inner .authorname .authorname_social ul li {
  font-size: 16px;
}
.author_card_inner .authorname p {
  font-size: 16px;
  margin: 0 0 0.5rem;
}
.author_card_inner .authorname .email {
  text-decoration: underline !important;
}

.authorblock_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
}
.authorblock_inner .authorblock_box {
  width: calc(33.33% - 2rem);
  position: relative;
}
.authorblock_inner .authorblock_box label {
  position: absolute;
  inset: 0 0 auto auto;
  background: #015350;
  color: #fff;
  font-size: 16px;
  padding: 1.5rem;
}
.authorblock_inner .authorblock_box label strong {
  display: block;
  font-size: 16px;
}
.authorblock_inner .authorblock_box figure {
  line-height: 0;
}
.authorblock_inner .authorblock_box figure img {
  width: 100%;
}
.authorblock_inner a {
  background: #015350;
  color: #fff;
  font-size: 16px;
  padding: 3rem;
  display: block;
}
.authorblock_inner a:hover {
  text-decoration: underline !important;
}

.authorblock .btn_1 {
  margin: 4rem auto 0;
}

.aboutintroduction_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3rem 7rem;
}
.aboutintroduction_inner .aboutintroduction_left {
  flex: 1 1 0;
}
.aboutintroduction_inner .aboutintroduction_left h2 {
  font-size: 24px;
  margin: 0 0 1rem;
  width: 100%;
  max-width: 60rem;
}
.aboutintroduction_inner .aboutintroduction_left p {
  margin: 0 0 2rem;
}
.aboutintroduction_inner .aboutintroduction_right {
  flex: 1 1 0;
  background: #015350;
  padding: 5rem;
}
.aboutintroduction_inner .aboutintroduction_right h2 {
  font-family: "DM Serif Text";
  font-size: 24px;
  color: #fff;
  margin: 0 0 3rem;
}
.aboutintroduction_inner .aboutintroduction_right ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 3rem 0;
  margin: 0 -3rem;
}
.aboutintroduction_inner .aboutintroduction_right ul li {
  width: 50%;
  padding: 0 3rem;
}
.aboutintroduction_inner .aboutintroduction_right ul li:not(:nth-child(2n)) {
  border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.aboutintroduction_inner .aboutintroduction_right ul li h3 {
  font-size: 18px;
  color: #fff;
}
.aboutintroduction_inner .aboutintroduction_right ul li strong {
  font-family: "DM Serif Text";
  font-size: 16px;
  color: #ACCC77;
  display: block;
}
.aboutintroduction_inner .aboutintroduction_right ul li p {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}

.team2.section_padding {
  background: #F2FAFC;
}
.team2_inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.team2_inner ul li {
  flex: 0 0 calc(25% - 1.5rem);
  text-align: left;
}
.team2_inner ul li figure {
  line-height: 0;
  margin: 0 0 2rem;
}
.team2_inner ul li figure img {
  width: 100%;
  aspect-ratio: 5/5.5;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.team2_inner ul li h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 1rem;
  color: #015350;
}
.team2_inner ul li p, .team2_inner ul li span {
  font-size: 16px;
  letter-spacing: 0.01rem;
  color: #015350;
  margin: 0 0 2rem;
}
.team2_inner ul li strong {
  font-size: 16px;
  letter-spacing: 0.01rem;
  color: #015350;
  display: block;
  margin: 0 0 1rem;
}

.reasons_block {
  background: #F2FAFC;
}
.reasons_block.section_margin {
  background: none;
}
.reasons_block_inner .section_title {
  text-align: left;
}
.reasons_block_inner .section_title p {
  width: 100%;
  max-width: 100%;
}
.reasons_block_inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 3rem;
}
.reasons_block_inner ul li {
  flex: 1 1 calc(50% - 1.5rem);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
}
.reasons_block_inner ul li img {
  flex: 0 0 2rem;
}
.reasons_block_inner ul li p {
  flex: 1 1 0;
}

.bookblock {
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.8);
  border-top: 0.1rem solid rgba(1, 83, 80, 0.8);
}
.bookblock_inner .wpb_text_column > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
}
.bookblock_inner .bookblock_box {
  width: 16.663%;
  background: #004B49;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
.bookblock_inner .bookblock_box * {
  color: #fff;
}
.bookblock_inner .bookblock_box:nth-child(even) {
  background: #ACCC77;
}
.bookblock_inner .bookblock_box:nth-child(even) * {
  color: #015350;
}
.bookblock_inner .bookblock_box a {
  font-size: 16px;
  padding: 5rem 4rem;
  width: 100%;
  height: 100%;
  display: block;
}
.bookblock_inner .bookblock_box a strong {
  display: block;
  font-size: 16px;;
}

.referralprocess_inner .section_title {
  text-align: center;
}
.referralprocess_inner .section_title h2 {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
.referralprocess_inner .flowchart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8rem 0;
}
.referralprocess_inner .flowchart .row {
  width: 100%;
  gap: 8rem;
  margin: 0;
}
.referralprocess_inner .flowchart .row .box {
  flex: 1 1 0;
  min-height: 14rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 3rem;
  position: relative;
}
.referralprocess_inner .flowchart .row .box.green {
  background: #ACCC77;
}
.referralprocess_inner .flowchart .row .box.green.right:after {
  content: "";
  background: url(../images/arrow_process.svg) no-repeat center center;
  background-size: contain;
  width: 6rem;
  height: 1.6rem;
  position: absolute;
  inset: 50% 0 auto calc(100% + 1rem);
  transform: translateY(-50%);
}
.referralprocess_inner .flowchart .row .box.green.bottom:after {
  content: "";
  background: url(../images/arrow_process.svg) no-repeat center center;
  background-size: contain;
  width: 6rem;
  height: 1.6rem;
  position: absolute;
  inset: calc(100% + 3.2rem) 0 auto 75%;
  rotate: 90deg;
}
.referralprocess_inner .flowchart .row .box.dark-green {
  background: #015350;
  color: #fff;
}
.referralprocess_inner .flowchart .row .box.dark-green.left:after {
  content: "";
  background: url(../images/arrow_process.svg) no-repeat center center;
  background-size: contain;
  width: 6rem;
  height: 1.6rem;
  position: absolute;
  inset: 50% calc(100% + 1rem) auto auto;
  transform: translateY(-50%) rotate(180deg);
}
.referralprocess_inner .flowchart .row .box.dark-green.left:first-child:after {
  position: absolute;
  inset: calc(100% + 3.2rem) 0 auto 45%;
  rotate: -90deg;
}
.referralprocess_inner .flowchart .row .box.dark-green.right:after {
  content: "";
  background: url(../images/arrow_process.svg) no-repeat center center;
  background-size: contain;
  width: 6rem;
  height: 1.6rem;
  position: absolute;
  inset: 50% auto auto calc(100% + 1rem);
}
.referralprocess_inner .flowchart .row .box.dark-green.right:last-child:after {
  position: absolute;
  inset: calc(100% + 3.2rem) 0 auto 45%;
  rotate: 90deg;
}
.referralprocess_inner .flowchart .row:last-child .box.green.left:after {
  content: "";
  background: url(../images/arrow_process.svg) no-repeat center center;
  background-size: contain;
  width: 6rem;
  height: 1.6rem;
  position: absolute;
  inset: 50% calc(100% + 1rem) auto auto;
  rotate: 180deg;
}

.referpatient_inner .nav-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #015350;
  border-radius: 20rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 5rem;
}
.referpatient_inner .nav-pills .nav-item .nav-link {
  background: none;
  border-radius: 20rem !important;
  padding: 2rem 2.2rem;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.referpatient_inner .nav-pills .nav-item .nav-link.active {
  background: #ACCC77;
  color: #015350;
}
.referpatient_inner .tab-content {
  width: 100%;
  max-width: 62rem;
  margin: 3rem auto;
}
.referpatient_inner .tab-content .tab-pane {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
  display: none;
}
.referpatient_inner .tab-content .tab-pane.active {
  display: flex;
}
.referpatient_inner form {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}
.referpatient_inner form h3 {
  font-size: 20px;
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
}
.referpatient_inner form .form_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
}
.referpatient_inner form .form_row .form_group {
  flex: 1 1 0;
  text-align: left;
}
.referpatient_inner form .form_row .form_group input, .referpatient_inner form .form_row .form_group textarea {
  width: 100%;
  border: none;
  padding: 1rem 2rem;
  line-height: normal;
  background: #F2FAFC;
  font-size: 16px;
  font-weight: 400;
  color: #015350;
  min-height: 5rem;
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
}
.referpatient_inner form .form_row .form_group input::-moz-placeholder, .referpatient_inner form .form_row .form_group textarea::-moz-placeholder {
  color: #015350;
}
.referpatient_inner form .form_row .form_group input::placeholder, .referpatient_inner form .form_row .form_group textarea::placeholder {
  color: #015350;
}
.referpatient_inner form .form_row .form_group textarea {
  min-height: 10rem;
  resize: none;
}
.referpatient_inner form .form_row .form_group .wpcf7-not-valid-tip {
  font-size: 16px;
}
.referpatient_inner form .btn_1 {
  display: inline-block;
  margin: 1rem 0.5rem 0;
}
.referpatient_inner form .wpcf7-spinner {
  display: none;
}
.referpatient_inner .referpatient_btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  max-width: 62rem;
  margin: 0 auto;
}
.referpatient_inner .referpatient_btns .btn_1:first-child {
  margin: 0 auto 0 0;
}
.referpatient_inner .referpatient_btns .btn_1[disabled] {
  opacity: 40%;
}

.allondental_inner .wpb_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
}
.allondental_inner_left {
  width: 50%;
  background: #ACCC77;
  padding: 5rem 10rem;
}
.allondental_inner_left h1 {
  font-family: "DM Serif Text";
  font-size: 32px;
  margin: 0 0 3rem;
}
.allondental_inner_left h2 {
  font-family: "DM Serif Text";
  font-size: 24px;
  margin: 0 0 3rem;
}
.allondental_inner_left ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
}
.allondental_inner_left ul li:not(:last-child) {
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
  margin: 0 0 2rem;
  padding: 0 0 2rem;
}
.allondental_inner_left ul li span {
  font-family: "DM Serif Text";
  font-size: 16px;
  width: 100%;
  max-width: 37rem;
  display: inline-block;
}
.allondental_inner_left ul li .new {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  max-width: 13rem;
}
.allondental_inner_left ul li .old {
  font-size: 16px;
  text-decoration: line-through;
}
.allondental_inner_right {
  width: 50%;
  background: #015350;
  padding: 5rem 10rem;
}
.allondental_inner_right h2 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 2rem;
}
.allondental_inner_right form .form_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}
.allondental_inner_right form .form_row .form_group {
  flex: 1 1 0;
}
.allondental_inner_right form .form_row .form_group input, .allondental_inner_right form .form_row .form_group textarea {
  width: 100%;
  border: none;
  padding: 1rem 2rem;
  line-height: normal;
  background: #004B49;
  border: 0.1rem solid #005E5A;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  min-height: 5rem;
  margin: 0 0 1rem;
}
.allondental_inner_right form .form_row .form_group input::-moz-placeholder, .allondental_inner_right form .form_row .form_group textarea::-moz-placeholder {
  color: #fff;
}
.allondental_inner_right form .form_row .form_group input::placeholder, .allondental_inner_right form .form_row .form_group textarea::placeholder {
  color: #fff;
}
.allondental_inner_right form .form_row .form_group textarea {
  height: 9rem;
  resize: none;
}
.allondental_inner_right form .form_row .form_check {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.8rem;
  margin: 0 0 2rem !important;
}
.allondental_inner_right form .form_row .form_check .wpcf7-list-item {
  margin: 0;
}
.allondental_inner_right form .form_row .form_check span {
  line-height: 0;
}
.allondental_inner_right form .form_row .form_check input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex: 0 0 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background: #004B49;
  border: 0.1rem solid #005E5A;
  cursor: pointer;
}
.allondental_inner_right form .form_row .form_check input:checked {
  background: url(../images/check_white.svg) no-repeat center center;
  background-size: 60%;
}
.allondental_inner_right form .form_row .form_check label {
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}
.allondental_inner_right form .form_row .form_check .wpcf7-form-control {
  margin: 0;
}
.allondental_inner_right form p {
  font-size: 16px;
  margin: 0 0 1rem;
  color: #fff;
}

.patientimplants_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  justify-content: start;
}
.patientimplants_inner .patientimplants_box {
  margin: 0 0 2rem;
}
.patientimplants_inner .patientimplants_box_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
}
.patientimplants_inner .patientimplants_box_inner figure {
  width: 50%;
  line-height: 0;
}
.patientimplants_inner .patientimplants_box_inner figure img {
  width: 100%;
  height: 43rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.patientimplants_inner .patientimplants_box_inner .text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 3rem;
  background: #F2FAFC;
  flex: 1 1 0;
}
.patientimplants_inner .patientimplants_box_inner .text h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 1rem;
}
.patientimplants_inner .patientimplants_box_inner .text p {
  font-size: 16px;
  width: 100%;
  margin: 0 0 2rem;
}
.patientimplants_inner .patientimplants_box_inner .text ul {
  flex: 1 1 0;
  margin: 0 -3rem;
  width: calc(100% + 6rem);
  display: block;
}
.patientimplants_inner .patientimplants_box_inner .text ul li {
  font-size: 16px;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
}
.patientimplants_inner .patientimplants_box_inner .text ul li:not(:last-child) {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
}
.patientimplants_inner .patientimplants_box_inner .text ul li img {
  flex: 0 0 1.9rem;
}
.patientimplants_inner .patientimplants_box_inner .text ul li br {
  display: none;
}
.patientimplants_inner .patientimplants_box_inner .text .btn_1 {
  width: 100%;
}
.patientimplants_inner .patientimplants_box .patientimplants_details {
  background: #ACCC77;
}
.patientimplants_inner .patientimplants_box .patientimplants_details .view_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  gap: 1rem;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.patientimplants_inner .patientimplants_box .patientimplants_details .view_btn img {
  width: 2.2rem;
  transition: all 0.3s ease-in-out;
}
.patientimplants_inner .patientimplants_box .patientimplants_details .view_btn.open img {
  rotate: 180deg;
}
.patientimplants_inner .patientimplants_box .patientimplants_details ul {
  padding: 0 0 2rem;
  display: none;
}
.patientimplants_inner .patientimplants_box .patientimplants_details ul li {
  font-size: 16px;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
}
.patientimplants_inner .patientimplants_box .patientimplants_details ul li:not(:last-child) {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
}
.patientimplants_inner .patientimplants_box .patientimplants_details ul li img {
  flex: 0 0 1.9rem;
}
.patientimplants_inner .patientimplants_box .patientimplants_details ul li br {
  display: none;
}

.spreadyourpayments_inner .wpb_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
}
.spreadyourpayments_inner .spreadyourpayments_left {
  width: 33.33%;
  position: relative;
  padding: 0;
}
.spreadyourpayments_inner .spreadyourpayments_left div {
  height: 100%;
}
.spreadyourpayments_inner .spreadyourpayments_left figure {
  line-height: 0;
  height: 100%;
}
.spreadyourpayments_inner .spreadyourpayments_left figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spreadyourpayments_inner .spreadyourpayments_left .text {
  position: absolute;
  inset: 0 0 auto;
  padding: 5rem 6rem;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0704656863) 0%, rgba(255, 255, 255, 0.8351715686) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.spreadyourpayments_inner .spreadyourpayments_left .text h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 1rem;
}
.spreadyourpayments_inner .spreadyourpayments_left .text p {
  font-size: 16px;
  margin: 0 0 3rem;
}
.spreadyourpayments_inner .spreadyourpayments_right {
  flex: 1 1 0;
  padding: 5rem;
  background: #015350;
}
.spreadyourpayments_inner .spreadyourpayments_right ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
}
.spreadyourpayments_inner .spreadyourpayments_right ul li {
  flex: 1 1 calc(50% - 1rem);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  background: #004B49;
  padding: 2.5rem 3rem;
}
.spreadyourpayments_inner .spreadyourpayments_right ul li figure {
  width: 5.5rem;
  flex: 0 0 5.5rem;
  line-height: 0;
  padding: 0 1.5rem 0 0;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.spreadyourpayments_inner .spreadyourpayments_right ul li figure img {
  width: 100%;
  height: auto;
}
.spreadyourpayments_inner .spreadyourpayments_right ul li .text {
  flex: 1 1 0;
  padding: 0 0 0 1.5rem;
}
.spreadyourpayments_inner .spreadyourpayments_right ul li .text h3 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 0.7rem;
}
.spreadyourpayments_inner .spreadyourpayments_right ul li .text p {
  font-size: 16px;
  color: #fff;
}

.leftright_block {
  background: #F2FAFC;
}
.leftright_block_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem 7rem;
}
.leftright_block_inner .leftright_block_box {
  flex: 1 1 calc(50% - 4rem);
}
.leftright_block_inner .leftright_block_box .section_title {
  text-align: left;
  margin: 0 0 2rem;
}
.leftright_block_inner .leftright_block_box ul {
  margin: 0 0 3rem;
}
.leftright_block_inner .leftright_block_box ul li {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
  font-size: 16px;
}
.leftright_block_inner .leftright_block_box ul li br {
  display: none;
}
.leftright_block_inner .leftright_block_box ul li img {
  flex: 0 0 2rem;
}
.leftright_block_inner .leftright_block_box ul li p {
  flex: 1 1 0;
}
.leftright_block_inner .leftright_block_box .leftright_block_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.leftright_block_inner .leftright_block_box figure {
  line-height: 0;
}
.leftright_block_inner .leftright_block_box figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.singledoctor_inner .wpb_text_column > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem 4rem;
}
.singledoctor_inner strong {
  display: block;
  margin: 0 0 1rem;
}
.singledoctor_inner figure {
  width: 30%;
  line-height: 0;
  padding: 2rem;
  background: #F2FAFC;
}
.singledoctor_inner figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.singledoctor_inner .text {
  flex: 1 1 0;
}
.singledoctor_inner .text .section_title {
  text-align: left;
  margin: 0 0 2rem;
}
.singledoctor_inner .text .section_title p {
  margin-left: 0;
}

.modal {
  z-index: 999 !important;
  padding: 2rem;
}

.modal-content {
  width: 100% !important;
  max-width: 50rem !important;
  inset: 50% 0 auto !important;
  margin: 0 auto !important;
  transform: translateY(-50%);
}
.modal-content .close {
  color: #015350 !important;
  font-weight: 500;
  margin: 0 0 0 auto;
  position: absolute;
  inset: 1rem 2rem 0 auto;
}
.modal-content h2 {
  color: #015350 !important;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 2rem;
}
.modal-content .h2 {
    color: #015350 !important;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 2rem;
}
.modal-content .wpcf7 .form_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}
.modal-content .wpcf7 .form_row .form_group {
  flex: 1 1 0;
}
.modal-content .wpcf7 .form_row .form_group input, .modal-content .wpcf7 .form_row .form_group select, .modal-content .wpcf7 .form_row .form_group textarea {
  width: 100%;
  border: none;
  padding: 1rem 2rem;
  line-height: normal;
  background: #F2FAFC;
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
  font-size: 16px;
  font-weight: 400;
  color: #015350;
  min-height: 5rem;
  margin: 0 0 1rem;
}
.modal-content .wpcf7 .form_row .form_group input::-moz-placeholder, .modal-content .wpcf7 .form_row .form_group textarea::-moz-placeholder {
  color: #015350;
}
.modal-content .wpcf7 .form_row .form_group input::placeholder, .modal-content .wpcf7 .form_row .form_group textarea::placeholder {
  color: #015350;
}
.modal-content .wpcf7 .form_row .form_group textarea {
  min-height: 10rem;
}
.modal-content .wpcf7 .form_row .form_group .wpcf7-not-valid-tip {
  color: #f00;
  margin: 0 0 1rem;
}
.modal-content .wpcf7 .wpcf7-response-output {
  width: 100%;
  margin: 1rem 0 0;
  color: #015350;
  font-size: 16px;
}

.awardblock {
  background: #015350;
}
.awardblock_inner .award_text {
  margin: 0 0 3rem;
  text-align: center;
}
.awardblock_inner .award_text figure {
  line-height: 0;
  margin: 0 0 2rem;
}
.awardblock_inner .award_text figure img {
  width: 100%;
  max-width: 15rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.awardblock_inner .award_text strong {
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 0 0 1rem;
  font-weight: 600;
}
.awardblock_inner .award_text h2 {
  font-size: 24px;
  color: #fff;
  display: block;
  margin: 0 0 1rem;
}

.header_banner_inner h2.vc_custom_heading {
  font-size: 24px;
  margin: 0 0 1rem;
}

.awardblock_inner .award_text p {
  color: #fff;
  font-size: 16px;
}
.awardblock_inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
}
.awardblock_inner ul li {
  flex: 0 0 calc(33.33% - 1.4rem);
  padding: 5rem;
  background: #004B49;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.awardblock_inner ul li .quote {
  display: inline-block;
  margin: 0 0 1.8rem;
}
.awardblock_inner ul li .quote img {
  width: 100%;
  max-width: 2.2rem;
}
.awardblock_inner ul li p {
  margin: 0 0 1.8rem;
  color: #fff;
  font-size:16px;
}
.awardblock_inner ul li .review_box {
  display: inline-block;
  line-height: 0;
  background: url(../images/review_light_2.svg) no-repeat center center;
  background-size: cover;
  width: 10rem;
  height: 1.4rem;
  margin: 0 0 0.3rem;
}
.awardblock_inner ul li .review_box img {
  width: 100%;
  height: 1.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.awardblock_inner ul li strong {
  display: block;
  opacity: 90%;
  color: #fff;
  font-size:16px;
}

.advanced_implant_inner .row figure {
  line-height: 0;
  width: 100%;
  margin: 0 0 2rem;
}
.advanced_implant_inner .row figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.advanced_implant_inner .row h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 1.5rem;
}
.advanced_implant_inner .row p {
  font-size: 16px;
  margin: 0 0 2rem;
}

.calculate_whychoose_inner .wpb_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
}
.calculate_whychoose_inner h2 {
  font-size: 24px;
  margin: 0 0 1rem;
}
.calculate_whychoose_inner .calculate {
  background: #015350;
  padding: 5rem 10rem;
  flex: 1 1 50%;
}
.calculate_whychoose_inner .calculate h2 {
  color: #fff;
}
.calculate_whychoose_inner .calculate .wpcf7-response-output {
  margin: 1rem 0 0;
  color: #fff;
}
.calculate_whychoose_inner .calculate form h3 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 2rem;
}
.calculate_whychoose_inner .calculate form .wpcf7-not-valid-tip {
  margin: 0 0 1rem;
}
.calculate_whychoose_inner .calculate form .form_row_check {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0 2rem;
  margin: 0 0 2rem;
}
.calculate_whychoose_inner .calculate form .form_row_check .form_check {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.8rem;
  margin: 0 !important;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
}
.calculate_whychoose_inner .calculate form .form_row_check .form_check input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex: 0 0 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background: #F2FAFC;
  cursor: pointer;
}
.calculate_whychoose_inner .calculate form .form_row_check .form_check input:checked {
  background: #F2FAFC url(../images/check.svg) no-repeat center center;
  background-size: 70%;
}
.calculate_whychoose_inner .calculate form .form_row_check .form_check label {
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  flex: 1 1 0;
}
.calculate_whychoose_inner .calculate form .form_row_check .form_check .wpcf7-list-item-label {
  color: #fff;
  font-size: 16px;
}
.calculate_whychoose_inner .calculate form .form_row_check .form_check .wpcf7-form-control {
  margin: 0;
}
.calculate_whychoose_inner .calculate form .form_row .form_group {
  flex: 1 1 0;
}
.calculate_whychoose_inner .calculate form .form_row .form_group input, .calculate_whychoose_inner .calculate form .form_row .form_group textarea, .calculate_whychoose_inner .calculate form .form_row .form_group select {
  width: 100%;
  border: none;
  padding: 1rem 2rem;
  line-height: normal;
  background: #004B49;
  border: 0.1rem solid #005E5A;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  min-height: 5rem;
  margin: 0 0 1rem;
}
.calculate_whychoose_inner .calculate form .form_row .form_group input::-moz-placeholder, .calculate_whychoose_inner .calculate form .form_row .form_group textarea::-moz-placeholder, .calculate_whychoose_inner .calculate form .form_row .form_group select::-moz-placeholder {
  color: #fff;
}
.calculate_whychoose_inner .calculate form .form_row .form_group input::placeholder, .calculate_whychoose_inner .calculate form .form_row .form_group textarea::placeholder, .calculate_whychoose_inner .calculate form .form_row .form_group select::placeholder {
  color: #fff;
}
.calculate_whychoose_inner .calculate form .form_row .form_group textarea {
  height: 9rem;
  resize: none;
}
.calculate_whychoose_inner .calculate form .btn_2 {
  margin: 0 1rem 0 0;
  display: inline-block;
}
.calculate_whychoose_inner .whychoose_implant {
  padding: 5rem;
  background: #F2FAFC;
  flex: 1 1 50%;
}
.calculate_whychoose_inner .whychoose_implant ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 3rem;
}
.calculate_whychoose_inner .whychoose_implant ul li {
  flex: 1 1 calc(50% - 1.5rem);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  padding: 0 0 1.5rem;
  margin: 0 0 1.5rem;
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
  font-size: 16px;
}
.calculate_whychoose_inner .whychoose_implant ul li br {
  display: none;
}
.calculate_whychoose_inner .whychoose_implant ul li img {
  flex: 0 0 2rem;
}
.calculate_whychoose_inner .whychoose_implant ul li p {
  flex: 1 1 0;
}
.transforming_smile_inner p {
  font-size:16px;
}
.transforming_smile_inner .section_title {
  text-align: left;
}
.transforming_smile_inner .section_title p {
  margin-left: 0;
}
.transforming_smile_inner > p {
  margin: 0 0 1.5rem;
}
.transforming_smile_inner .transforming_smile_images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0 3rem;
  margin: 3rem 0 2rem;
}
.transforming_smile_inner .transforming_smile_images figure {
  line-height: 0;
  width: calc(50% - 1.5rem);
}
.transforming_smile_inner .transforming_smile_images figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.second.appointmentopening .appointmentopening_inner .col .appointmentopening_time {
  border: none;
}
.second.appointmentopening .appointmentopening_inner .col .appointmentopening_time .information {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 0 0 1rem;
}
.second.appointmentopening .appointmentopening_inner .col .appointmentopening_time .openingtime {
  margin: 1rem 0 2rem;
}
.second.appointmentopening .appointmentopening_inner .col .appointmentopening_time .openingtime ul li strong {
  color: #fff;
  font-weight: 600;
}
.second.appointmentopening .appointmentopening_inner .col .appointmentopening_directions ul li strong {
  font-weight: 600;
  margin: 0 0.5rem 0 0;
}

.ourservices2.ourservices .ourservices_inner .ourservices_box {
  padding-top: 0;
}
.ourservices2.ourservices .ourservices_inner .ourservices_box figure {
  padding: 2rem;
  margin: 0 0 2rem;
  background: #ACCC77;
}
.ourservices2.ourservices .ourservices_inner .ourservices_box figure:after {
  display: none;
}

.footer_inner .footer_discription ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 1rem 3rem;
}
.footer_inner .footer_discription ul li a {
  color: #fff;
  font-size: 16px;
}
.footer_inner .footer_discription ul li a:hover {
  color: #ACCC77;
}

.whychooseus2 .whychooseus_inner .whychooseus_box figure {
  background: #015350;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  line-height: 23rem;
  margin: 0 auto 2rem;
}

.financebook_inner .wpb_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
}
.financebook_inner .financebook_left {
  width: 50%;
  position: relative;
}
.financebook_inner .financebook_left div {
  height: 100%;
}
.financebook_inner .financebook_left figure {
  line-height: 0;
  height: 100%;
}
.financebook_inner .financebook_left figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.financebook_inner .financebook_left .text {
  position: absolute;
  inset: 0 0 auto;
  padding: 5rem 6rem;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0704656863) 0%, rgba(255, 255, 255, 0.8351715686) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.financebook_inner .financebook_left .text h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 1rem;
}
.financebook_inner .financebook_left .text p {
  font-size: 16px;
  margin: 0 0 3rem;
}
.financebook_inner .financebook_right {
  width: 50%;
  position: relative;
  background: #F2FAFC;
  padding: 5rem;
}
.financebook_inner .financebook_right h2 {
  font-size: 24px;
  color: #015350;
  margin: 0 0 2rem;
}
.financebook_inner .financebook_right form .form_row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
}
.financebook_inner .financebook_right form .form_row .form_group {
  flex: 1 1 0;
}
.financebook_inner .financebook_right form .form_row .form_group input, .financebook_inner .financebook_right form .form_row .form_group textarea {
  width: 100%;
  border: none;
  padding: 1rem 2rem;
  line-height: normal;
  background: rgba(1, 83, 80, 0.1);
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
  font-size: 16px;
  font-weight: 400;
  color: #015350;
  min-height: 5rem;
  margin: 0 0 1rem;
}
.financebook_inner .financebook_right form .form_row .form_group input::-moz-placeholder, .financebook_inner .financebook_right form .form_row .form_group textarea::-moz-placeholder {
  color: #015350;
}
.financebook_inner .financebook_right form .form_row .form_group input::placeholder, .financebook_inner .financebook_right form .form_row .form_group textarea::placeholder {
  color: #015350;
}
.financebook_inner .financebook_right form .form_row .form_group textarea {
  height: 9rem;
  resize: none;
}
.financebook_inner .financebook_right form .form_row .form_check {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.8rem;
  margin: 0 0 2rem !important;
}
.financebook_inner .financebook_right form .form_row .form_check .wpcf7-list-item {
  margin: 0;
}
.financebook_inner .financebook_right form .form_row .form_check span {
  line-height: 0;
}
.financebook_inner .financebook_right form .form_row .form_check input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex: 0 0 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background: rgba(1, 83, 80, 0.1);
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
  cursor: pointer;
}
.financebook_inner .financebook_right form .form_row .form_check input:checked {
  background: url(../images/check.svg) no-repeat center center;
  background-size: 60%;
}
.financebook_inner .financebook_right form .form_row .form_check label {
  font-size: 16px;
  cursor: pointer;
  color: #015350;
}
.financebook_inner .financebook_right form .form_row .form_check .wpcf7-form-control {
  margin: 0;
}
.financebook_inner .financebook_right form p {
  font-size: 16px;
  margin: 0 0 1rem;
  color: #015350;
}

.visitourclient {
  margin: 5rem 0 0;
}
.visitourclient_inner .section_title {
  margin: 0 0 3rem;
  text-align: left;
  padding: 0 10rem;
}
.visitourclient_inner .visitourclient_slider {
  position: relative;
}
.visitourclient_inner .visitourclient_slider .swiper-slide {
  position: relative;
  line-height: 0;
}
.visitourclient_inner .visitourclient_slider .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(30, 71, 85);
  background: linear-gradient(180deg, rgba(30, 71, 85, 0) 0%, rgba(30, 71, 85, 0.5018382353) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e4755",endColorstr="#1e4755",GradientType=1);
  position: absolute;
  inset: auto 0 0;
}
.visitourclient_inner .visitourclient_slider .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/2;
}
.visitourclient_inner .visitourclient_slider .swiper-pagination {
  width: auto;
  inset: auto auto 5rem 10rem;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0 1rem;
}
.visitourclient_inner .visitourclient_slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0;
  margin: 0;
}
.visitourclient_inner .visitourclient_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ACCC77;
}

.limitedoffer1_block {
  background: #015350;
}
.limitedoffer1_block + .homeaboutus_text {
  background: none;
}

.limitedoffer1 h2 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 3rem;
}
.limitedoffer1 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  margin: 0 -3rem;
  gap: 2rem 0;
}
.limitedoffer1 ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 2rem;
  width: 50%;
  position: relative;
  padding: 0 3rem;
}
.limitedoffer1 ul li:not(:nth-child(2n)):after {
  content: "";
  width: 0.1rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  margin: 0;
  position: absolute;
  inset: 50% 0 0 auto;
  transform: translateY(-50%);
}
.limitedoffer1 ul li figure {
  line-height: 0;
  flex: 0 0 7rem;
}
.limitedoffer1 ul li figure img {
  width: 7rem;
  height: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.limitedoffer1 ul li .limitedoffer_box {
  color: #fff;
}
.limitedoffer1 ul li .limitedoffer_box p {
  color: #fff;
  font-size: 16px;
}
.limitedoffer1 ul li .limitedoffer_box strong {
  color: #fff;
  font-family: "DM Serif Text";
  font-size: 16px;
}
.limitedoffer1 .btn_2 {
  margin: 3rem 0 0;
}

.smilesproud_column_3 .smilesproud_box:nth-child(2) {
  grid-column: span 1;
  grid-row: span 1;
}

.modal-content .wpcf7-form .btn_1 {
  color: #fff !important;
}
.modal-content .wpcf7-form .btn_1:hover {
  color: #015350;
}

.blogdetail_inner table {
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
  width: 100%;
  margin: 0 0 2rem;
}
.blogdetail_inner table thead tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 2rem 3rem;
  background: #F2FAFC;
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
  vertical-align: middle;
}
.blogdetail_inner table tbody tr td {
  padding: 2rem 3rem;
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
  vertical-align: middle;
}

.singledoctor_inner ul li {
  flex: 1 1 calc(50% - 1.5rem);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  padding: 0 0 1.5rem;
  margin: 0 0 1.5rem;
  border-bottom: 0.1rem solid rgba(1, 83, 80, 0.1);
  font-size: 16px;
}

.transforming_smile_inner table tbody tr td {
  padding: 2rem 3rem;
  border: 0.1rem solid rgba(1, 83, 80, 0.1);
  vertical-align: middle;
  font-size: 16px;
}

.nhscls ul li, .nhss ul li{
	font-size: 16px;
	padding: 0 0 1.5rem;
  margin: 0 0 1.5rem;
}
.nhss .spreadyourpayments_right p{ color: #fff; font-size: 16px; } 

.section_padding_thankyou {
    padding: 23rem 0;
}

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