* {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
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;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
p:empty {
  display: none;
}
ol {
  font-size: 16px;
  line-height: 1.8;
  list-style: decimal;
  padding-left: 15px;
}
ul li,
ol li {
  padding: 0 0 10px;
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
}
.da-mercury-detoxification-wrapper ul,
.da-amalgam-removal-info ul {
  padding-left: 15px;
  list-style: disc;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus,
:hover,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.trans {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
textarea {
  resize: none;
}
input,
textarea {
  border-radius: 0;
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.uppercase {
  text-transform: uppercase;
}
.div {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.padding {
  padding: 0;
}
.effect-jazz {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 0 0 0px 0;
}
.effect-jazz:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.theme-list-item ul,
.theme-list-item ol {
  padding-left: 0;
}
.theme-list-item ul li,
.theme-list-item ol li {
  list-style-image: url('/wp-content/uploads/2022/04/checklist-icon.png');
  margin-left: 1.6rem;
  font-size: 18px;
  color: #000000;
  text-align: left;
}
.theme-list-item ul li a,
.theme-list-item ol li a {
  color: #000000;
  text-decoration: underline;
}
.theme-list-item ul li a:hover,
.theme-list-item ol li a:hover {
  text-decoration: none;
}
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000 !important;
}
[type="radio"]:checked + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
}
[type="radio"]:checked + .wpcf7-list-item-label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2b83c3;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
[type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
}
[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2b83c3;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: block;
}
[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  background: #99EE80;
  box-shadow: 0 8px 12px #0CA12F1c;
}
[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '';
  width: 6px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 7px;
  opacity: 1;
  border: solid #2b83c3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: block;
}
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2b83c3;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
}
body {
  width: 100% !important;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'Roboto Condensed', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
.wrapper {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto !important;
  overflow: hidden !important;
}
.page-list {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.page-list li {
  width: 100%;
  float: left;
}
.page-list .children {
  margin: 0 0 0 0;
  width: 100%;
  float: left;
  padding: 5px 0 0;
}
.page-list a:hover {
  color: #88bbd6 !important;
}
html {
  scroll-behavior: smooth;
}
html body div.wprm-overlay {
  background: rgba(0,0,0,0.8);
}
.desktop-hide {
  display: none;
}
.header_menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(205,205,205,0.7);
  z-index: 32;
  padding: 0 38px;
}
.header_menu .top_contactdetails {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  border-bottom: 1px solid #000000;
  padding-bottom: 12px;
}
.header_menu .top_contactdetails .top_number {
  margin-right: 20px;
}
.header_menu .top_contactdetails a.btn i {
  margin-right: 8px;
}
.header_menu .top_contactdetails a.btn:hover {
  color: #2b83c3;
}
.header_menu .top_contactdetails .social_icons {
  margin-left: auto;
}
.header_menu .top_contactdetails .social_icons .social li {
  padding-bottom: 0;
}
.header_menu .social {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.header_menu .social li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.header_menu .social li:last-child {
  margin: 0 20px 0 0;
}
.header_menu .social li a {
  font-size: 20px;
  display: inline-block;
  color: #000000;
}
.header_menu .social li a:hover {
  color: #2b83c3;
}
.header_menu .main-menu-wrapper {
  display: flex;
  justify-content: flex-end;
}
.header_menu .main-menu-wrapper .book-now-btn {
  margin-left: 40px;
}
.header_menu .main_menu {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0;
}
.header_menu .main_menu ul.navbar-nav {
  flex-direction: row;
}
.header_menu .main_menu ul.navbar-nav li {
  padding: 0 0;
  margin-left: 0;
}
.header_menu .main_menu ul.navbar-nav li a {
  padding: 10px 20px;
  font-size: 18px;
  color: #000000;
  background-color: transparent !important;
}
.header_menu .main_menu ul.navbar-nav li a:hover {
  background-color: transparent;
  color: #2b83c3;
}
.header_menu .main_menu ul.navbar-nav li.current-menu-item >a {
  background-color: transparent;
  color: #2b83c3;
}
.header_menu .main_menu ul.navbar-nav li.menu-item-has-children:hover >ul.dropdown-menu {
  display: block;
  position: absolute;
  min-width: 22rem;
  border-radius: 0;
}
.header_menu .main_menu ul.navbar-nav li.menu-item-has-children:hover >ul.dropdown-menu li >ul.dropdown-menu {
  left: 100%;
  margin-top: -31px;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu {
  background-color: #2b83c3 !important;
  border: 0;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu::after,
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu::before {
  border-bottom-color: #2b83c3;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li.menu-item-has-children {
  position: relative;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li.menu-item-has-children >a {
  position: relative;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li.menu-item-has-children >a::after {
  content: "";
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  right: 15px;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li.menu-item-has-children >a:hover::after {
  border-color: #2b83c3;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li a {
  display: block;
  color: #ffffff;
  padding: 3px 12px;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li a:hover {
  background-color: #ffffff !important;
  color: #2b83c3;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li.current-menu-item >a {
  background-color: #ffffff !important;
  color: #2b83c3;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li.current-menu-item >a::after {
  border-color: #2b83c3;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li.current-menu-item li.current-menu-item >a {
  background-color: #2b83c3 !important;
  color: #ffffff;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li.current-menu-item li.current-menu-item >a:hover {
  background-color: #ffffff !important;
  color: #2b83c3;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li.page-item-133 ul.dropdown-menu a {
  background-color: #2b83c3 !important;
  color: #ffffff;
}
.header_menu .main_menu ul.navbar-nav li ul.dropdown-menu li.page-item-133 ul.dropdown-menu a:hover {
  background-color: #ffffff !important;
  color: #2b83c3;
}
.header-top-toggle {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #2b83c3;
  min-height: 54px;
  text-align: center;
}
.header-top-toggle .btn-primary {
  background-color: #2b83c3;
  border-color: #2b83c3;
  color: #ffffff;
}
.header-top-toggle .btn-primary:hover {
  background-color: #88bbd6;
  color: #ffffff;
}
.header-top-toggle .btn-outline-primary {
  position: relative;
  color: #ffffff;
  border-color: #ffffff;
}
.header-top-toggle .btn-outline-primary::before {
  content: '';
  background: url('../img/arrow-right-wp.svg') no-repeat;
  background-position: 0px 0px;
  background-size: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 17px;
  height: 11px;
  transition: all ease-in-out 0.3s;
}
.header-top-toggle .btn-outline-primary:hover {
  background-color: #ffffff;
  color: #2b83c3;
}
.header-top-toggle .btn-outline-primary:hover::before {
  background-position: -18px 0px;
}
.header-top-toggle .btn-outline-primary i {
  margin-right: 0.5rem;
}
.header-top-toggle .top_number i {
  color: #ffffff;
  margin-right: 0.5rem;
}
.header__inner {
  position: relative;
  min-height: 440px;
  margin-top: -1px;
  margin-bottom: 0px;
  padding-bottom: 60px;
  padding-left: 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.header__inner .inner_header_text {
  width: 100%;
  position: relative;
  z-index: 3;
}
.header__inner .inner_header_text h1 {
  font-size: 44px;
  margin: 0;
  font-weight: 700;
  color: #ffffff;
}
.header__inner .inner_header_text h1 span {
  color: #ffffff !important;
  text-shadow: 3px 3px 4px #000000;
}
.header__inner .inner_header_text h4 {
  display: none;
  position: absolute;
  top: -65px;
  left: 40px;
  font-size: 90px;
  margin: 0;
  font-weight: 700;
  color: rgba(255,255,255,0.4);
  z-index: -1;
}
.wprmenu_bar .hamburger {
  margin-top: 0px !important;
  order: 1;
}
.wprmenu_bar .hamburger .hamburger-inner {
  top: 6px;
  height: 2px;
}
.wprmenu_bar .hamburger .hamburger-inner::before {
  top: 8px;
  height: 2px;
}
.wprmenu_bar .hamburger .hamburger-inner::after {
  top: 16px;
  width: 20px;
  right: 0;
  height: 2px;
}
.wprmenu_bar .hamburger.is-active .hamburger-inner {
  top: 2px;
}
.wprmenu_bar .hamburger.is-active .hamburger-inner::before {
  top: 8px;
}
.wprmenu_bar .hamburger.is-active .hamburger-inner::after {
  width: 30px;
  top: 20px;
}
#mg-wprm-wrap ul li span.wprmenu_icon.wprmenu_icon_par {
  top: 0;
}
#mg-wprm-wrap ul li.menu-item a {
  padding: 8px 22px 8px 14px;
}
#mg-wprm-wrap ul li.menu-item.current-menu-ancestor.current-menu-parent >a {
  background-color: #2b83c3;
}
#mg-wprm-wrap ul li.current-menu-item li.current-menu-item >a {
  background-color: #2b83c3;
}
.homepage-slider .slider-title {
  max-width: 600px;
  white-space: normal !important;
}
.homepage-slider .ls-wrapper {
  transition: all ease-in-out 0.3s;
}
.homepage-slider .ls-wrapper >.slider-btn {
  transition: all ease-in-out 0.3s;
}
.homepage-slider .ls-wrapper >.slider-btn::before {
  content: '';
  background: url('../img/arrow-right-ws.svg') no-repeat;
  background-position: 0px 0px;
  background-size: auto;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 17px;
  height: 11px;
  transition: all ease-in-out 0.3s;
}
.homepage-slider .ls-wrapper:hover >.slider-btn {
  background-color: #ffffff !important;
  color: #88bbd6 !important;
}
.homepage-slider .ls-wrapper:hover >.slider-btn::before {
  background-position: -18px 0px;
}
.btn {
  border-radius: 0;
  padding-right: 40px;
}
.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-primary {
  position: relative;
  background-color: #88bbd6;
  border-color: #88bbd6;
  color: #ffffff !important;
}
.btn-primary:focus,
.btn-primary:active {
  background-color: #88bbd6;
  border-color: #88bbd6;
  color: #ffffff !important;
  outline: 0;
  box-shadow: unset;
}
.btn-primary::before {
  content: '';
  background: url('../img/arrow-right-wp.svg') no-repeat;
  background-position: 0px 0px;
  background-size: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 17px;
  height: 11px;
  transition: all ease-in-out 0.3s;
}
.btn-primary:hover {
  background-color: #ffffff;
  color: #2b83c3 !important;
}
.btn-primary:hover::before {
  background-position: -18px 0px;
}
.btn-secondary {
  position: relative;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #88bbd6 !important;
}
.btn-secondary::before {
  content: '';
  background: url('../img/arrow-right-ws.svg') no-repeat;
  background-position: -18px 0px;
  background-size: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 17px;
  height: 11px;
  transition: all ease-in-out 0.3s;
}
.btn-secondary:hover {
  background-color: #88bbd6;
  border-color: #88bbd6;
  color: #ffffff !important;
}
.btn-secondary:hover::before {
  background-position: 0px 0px;
}
.vc_general.vc_btn3 {
  border-radius: 0 !important;
  background-image: unset !important;
  font-size: 18px !important;
  padding: 15px 50px 15px 25px !important;
}
.vc_general.vc_btn3::before {
  content: '';
  background-image: url('../img/arrow-right-ws.svg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: auto;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 17px;
  height: 11px;
  transition: all ease-in-out 0.3s;
}
.theme-btn-primary .vc_general.vc_btn3 {
  background-color: #88bbd6 !important;
  border-color: #88bbd6 !important;
  color: #ffffff !important;
}
.theme-btn-primary .vc_general.vc_btn3:hover {
  background-color: #ffffff !important;
  color: #88bbd6 !important;
}
.theme-btn-primary .vc_general.vc_btn3:hover::before {
  background-position: -18px 0px;
}
.theme-btn-secondary .vc_general.vc_btn3 {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #88bbd6 !important;
}
.theme-btn-secondary .vc_general.vc_btn3:hover {
  background-color: #88bbd6 !important;
  border-color: #88bbd6 !important;
  color: #ffffff !important;
}
.theme-btn-secondary .vc_general.vc_btn3:hover::before {
  background-position: 0 0px;
}
.theme-btn-secondary .vc_general.vc_btn3::before {
  background-position: -18px 0px;
}
.bg-title {
  position: absolute;
  top: -50px;
  left: 200px;
  font-size: 120px;
  margin: 0;
  font-weight: 700;
  color: rgba(0,0,0,0.05) !important;
  z-index: -1;
  width: 100%;
  word-wrap: break-word;
}
.bg-title.center {
  left: 50%;
  transform: translateX(-50%);
  text-align: center !important;
}
div.our-dental-services-section {
  background-position: 100% 0% !important;
  background-size: 15%;
  margin-bottom: 0rem !important;
  background-repeat: no-repeat !important;
  margin-top: 0px;
  margin-bottom: 0px !important;
  border-radius: 1rem;
}
div.our-dental-services-section .bg-title {
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
div.our-dental-services-section.service-section-row.first-section {
  padding-top: 30px !important;
  margin-bottom: 0 !important;
}
div.our-dental-services-section h3 {
  padding-top: 10px;
  padding-bottom: 15px;
}
.services-sec-wrapper .bg-title {
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  top: 36px;
}
.general-and-family-dental-service-wrapper .service-img {
  position: relative;
  margin: 0 0 0;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.general-and-family-dental-service-wrapper .service-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  background: #0b2858;
  background: linear-gradient(185deg,rgba(11,40,88,0) 50%,rgba(9,42,99,0.5) 100%);
  mix-blend-mode: multiply;
}
.general-and-family-dental-service-wrapper .service-img figure {
  width: 100%;
}
.general-and-family-dental-service-wrapper .service-img figure div {
  width: 100%;
}
.general-and-family-dental-service-wrapper .service-img figure div img {
  width: 100%;
}
.general-and-family-dental-service-wrapper .on-hover-box {
  position: relative;
  cursor: pointer;
}
.general-and-family-dental-service-wrapper .on-hover-box .vc_column-inner {
  padding: 0;
}
.general-and-family-dental-service-wrapper .on-hover-box .vc_column-inner .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
.general-and-family-dental-service-wrapper .on-hover-box .vc_column-inner .wpb_text_column.wpb_content_element .wpb_single_image {
  margin-bottom: 0;
}
.general-and-family-dental-service-wrapper .on-hover-box .vc_column-inner .wpb_wrapper .wpb_single_image {
  margin-bottom: 0;
}
.general-and-family-dental-service-wrapper .on-hover-box .first-title {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  position: absolute;
  bottom: 30px;
  padding: 0 15px;
  text-align: center;
  z-index: 0;
  left: 0;
  right: 0;
}
.general-and-family-dental-service-wrapper .general-and-family-dental-service-column-wrapper {
  padding-top: 10px;
}
.general-and-family-dental-service-wrapper .general-and-family-dental-service-column-wrapper .vc_column-inner {
  padding-top: 0px !important;
}
.general-and-family-dental-service-wrapper .general-and-family-dental-service-column-wrapper .vc_column-inner .grid-single-img img {
  max-height: 970px;
}
.general-and-family-dental-service-wrapper a.theme-btn-primary:hover {
  background: #ffffff !important;
  color: #2b83c3 !important;
}
.general-and-family-dental-service-wrapper a.theme-btn-primary:hover:after {
  background: url(/wp-content/themes/acoradental/assets/img/icons-arrow-right-orange.svg) 0 0 no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-on-hover {
  opacity: 0;
  visibility: hidden;
  width: 80%;
  height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0 15px 20px 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translate(-50%,-50%) scale(0.4);
  transition: all ease-in-out 0.3s;
  color: #ffffff;
  border-radius: 0;
  background-color: rgba(0,0,0,0.5);
}
.service-on-hover h4 {
  font-size: 22px;
  line-height: 2.2;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  padding-left: 20px;
}
.service-on-hover p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  padding-left: 20px;
}
.service-on-hover a {
  position: relative;
  max-width: 230px;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  margin: 15px 0 0 0;
  padding: 12px 40px 12px 20px;
  border-radius: 0;
  border: 1px solid #88bbd6;
  background-color: #88bbd6 !important;
  color: #ffffff !important;
  display: inline-block;
  text-decoration: none !important;
}
.service-on-hover a::before {
  content: '';
  background: url('../img/arrow-right-ws.svg') no-repeat;
  background-position: 0px 0px;
  background-size: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 17px;
  height: 11px;
  transition: all ease-in-out 0.3s;
}
.service-on-hover a:hover {
  background-color: #ffffff !important;
  color: #88bbd6 !important;
}
.service-on-hover a:hover::before {
  background-position: -18px 0px;
}
.general-and-family-dental-service-wrapper .on-hover-box:hover .service-on-hover {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%,-50%) scale(1);
}
.general-and-family-dental-service-wrapper .on-hover-box:hover .first-title {
  display: none;
}
.tab-full-width >.vc_column-inner >.wpb_wrapper {
  position: relative;
}
.tab-full-width >.vc_column-inner >.wpb_wrapper .wpb_single_image {
  margin-bottom: 20px;
}
.tab-full-width >.vc_column-inner >.wpb_wrapper h2,
.tab-full-width >.vc_column-inner >.wpb_wrapper h3 {
  padding-bottom: 15px;
  line-height: 1.3;
}
.tab-full-width >.vc_column-inner >.wpb_wrapper .bg-title {
  position: absolute;
  top: -65px;
  left: 200px;
  font-size: 135px;
  margin: 0;
  font-weight: 700;
  color: rgba(0,0,0,0.05);
  z-index: 0;
}
.service-section-row {
  padding: 30px 100px !important;
  overflow: visible !important;
}
.service-section-row.first-section {
  padding-top: 48px !important;
}
.about-dolphin-dental .service-section-row.first-section,
.parent-pageid-63 .service-section-row.first-section,
.parent-pageid-100 .service-section-row.first-section,
.parent-pageid-116 .service-section-row.first-section,
.parent-pageid-137 .service-section-row.first-section,
.parent-pageid-147 .service-section-row.first-section,
.parent-pageid-82 .service-section-row.first-section {
  padding-top: 60px !important;
}
.about-dolphin-dental .service-section-row .tab-full-width .wpb_wrapper .wpb_single_image,
.parent-pageid-63 .service-section-row .tab-full-width .wpb_wrapper .wpb_single_image,
.parent-pageid-100 .service-section-row .tab-full-width .wpb_wrapper .wpb_single_image,
.parent-pageid-116 .service-section-row .tab-full-width .wpb_wrapper .wpb_single_image,
.parent-pageid-137 .service-section-row .tab-full-width .wpb_wrapper .wpb_single_image,
.parent-pageid-147 .service-section-row .tab-full-width .wpb_wrapper .wpb_single_image,
.parent-pageid-82 .service-section-row .tab-full-width .wpb_wrapper .wpb_single_image {
  margin-bottom: 10px;
}
.about-dolphin-dental .extra-cta-block,
.parent-pageid-63 .extra-cta-block,
.parent-pageid-100 .extra-cta-block,
.parent-pageid-116 .extra-cta-block,
.parent-pageid-137 .extra-cta-block,
.parent-pageid-147 .extra-cta-block,
.parent-pageid-82 .extra-cta-block {
  padding-top: 15px;
}
div.bg-shape-bottom-center::after {
  content: '';
  background: url('/wp-content/uploads/2022/04/Group-2907.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 88%;
  right: 0%;
  transform: translateX(50%);
  width: 270px;
  height: 385px;
}
.box-shadow {
  box-shadow: 0 0px 40px -10px #000000;
}
.box-shadow figure {
  width: 100%;
}
.box-shadow figure .vc_single_image-wrapper {
  width: 100%;
}
.box-shadow figure .vc_single_image-wrapper img {
  width: 100%;
}
.content-left >.vc_column-inner >.wpb_wrapper {
  padding-right: 60px;
}
.content-left >.vc_column-inner >.wpb_wrapper .bg-title {
  left: 120px;
}
.content-right >.vc_column-inner >.wpb_wrapper {
  padding-left: 60px;
}
.commom-cta.vc_parallax {
  padding: 30px 0 50px;
  margin: 0 0 30px;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
}
.commom-cta.vc_parallax h5 {
  color: #ffffff;
  margin-bottom: 0;
}
.commom-cta.vc_parallax h5 a {
  color: #ffffff;
  text-decoration: underline;
}
.commom-cta.vc_parallax h5 a:hover {
  text-decoration: none;
}
.commom-cta .button-wrapper {
  margin-top: 20px;
}
.commom-cta .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
.commom-cta .service-innerpage-cta .vc_btn3.vc_btn3-color-grey {
  margin-top: 15px;
}
.commom-cta .service-innerpage-cta a.btn {
  border-radius: 0;
  padding: 10px 44px 10px 20px;
  margin: 15px 15px 0;
  text-decoration: none !important;
}
.row-last-item .wpb_single_image {
  margin-bottom: 0;
}
.extra-cta-block .vc_column-inner {
  padding-top: 0 !important;
}
.extra-cta-block .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
.extra-cta-block h4 {
  font-size: 20px !important;
  line-height: 1.4 !important;
  color: #000000 !important;
}
.extra-cta-block h4 a {
  color: #2b83c3;
  text-decoration: underline;
}
.extra-cta-block h4 a:hover {
  text-decoration: none;
}
.hour-list {
  color: #ffffff;
  margin: 0.3rem 0;
}
.hour-list label {
  min-width: 210px;
  font-weight: bold;
}
.hour-list strong {
  font-weight: 400;
}
div.map-and-hour-wrapper {
  position: relative;
  overflow: visible !important;
  z-index: 1;
  margin-top: 52px;
}
div.map-and-hour-wrapper .map-block {
  margin-bottom: -5rem;
  margin-top: -2rem;
}
div.map-and-hour-wrapper .map-block .wpb_wrapper {
  margin-bottom: 0;
}
div.map-and-hour-wrapper .map-block div {
  height: 100%;
}
div.map-and-hour-wrapper .map-block div p {
  height: 100%;
}
div.map-and-hour-wrapper .map-block div p iframe {
  height: 100%;
  border: 8px solid #ffffff !important;
  box-shadow: 0 0 50px rgba(0,0,0,0.16);
}
div.map-and-hour-wrapper .hour-block::after {
  content: '';
  background: url('../img/our-hours-right-shape.svg') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -27rem;
  right: -18.5rem;
  width: 860px;
  height: 830px;
  z-index: 1;
}
div.map-and-hour-wrapper .hour-block >.vc_column-inner >.wpb_wrapper {
  position: relative;
  padding: 0 0 0 120px;
  z-index: 2;
}
div.map-and-hour-wrapper .hour-block >.vc_column-inner >.wpb_wrapper h3 {
  color: #ffffff;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 24px;
}
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  padding: 12px 25px;
  border: 2px solid rgba(79,87,89,0.1);
  background-color: #ffffff;
}
.wpcf7 input[type='text']:focus,
.wpcf7 input[type='email']:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 0 80px rgba(0,0,0,0.16);
}
.wpcf7 input[type='text']::placeholder,
.wpcf7 input[type='email']::placeholder,
.wpcf7 textarea::placeholder,
.wpcf7 select::placeholder {
  color: #000000;
  opacity: 1;
}
.wpcf7 input[type='text']::-webkit-input-placeholder,
.wpcf7 input[type='email']::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.wpcf7 input[type='text']::-moz-placeholder,
.wpcf7 input[type='email']::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.wpcf7 select::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
}
.submit-btn {
  position: relative;
  display: inline-flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 235px;
}
.submit-btn:hover [type=button],
.submit-btn:hover [type=reset],
.submit-btn:hover [type=submit] {
  background-color: #ffffff;
  color: #88bbd6;
}
.submit-btn:hover::before {
  background-position: -18px 0px;
}
.submit-btn::before {
  content: '';
  background: url('../img/arrow-right-ws.svg') no-repeat;
  background-position: 0px 0px;
  background-size: auto;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 17px;
  height: 11px;
  transition: all ease-in-out 0.3s;
}
.submit-btn [type=button],
.submit-btn [type=reset],
.submit-btn [type=submit] {
  background-color: #88bbd6;
  border: 1px solid #88bbd6;
  color: #ffffff;
  padding: 12px 44px 12px 20px;
  font-size: 18px;
  line-height: 1.2;
  transition: all ease-in-out 0.3s;
}
.submit-btn .ajax-loader {
  position: absolute;
  right: -30px;
}
.contact-dolphin-dental-wrapper {
  padding: 40px 0 30px;
}
.contact-dolphin-dental-wrapper .bg-title {
  left: 50%;
  transform: translateX(-50%);
}
.contact-dolphin-dental-wrapper .wpcf7-form-control-wrap {
  display: block;
}
.contact-dolphin-dental-wrapper .wpcf7-form-control-wrap input {
  width: 100%;
}
.contact-dolphin-dental-wrapper .wpcf7-form {
  padding-top: 15px;
}
.review-wrapper {
  padding: 30px 0;
}
.google-review-box >.vc_column-inner >.wpb_wrapper {
  text-align: center;
}
.google-review-box .bg-title {
  left: 50%;
  transform: translateX(-50%);
}
.google-review-box .google-image .wpb_wrapper {
  max-width: 200px;
}
.google-review-box .review-star-box {
  position: relative;
}
.google-review-box .review-star-box h4 {
  font-size: 140px;
  line-height: 1;
  letter-spacing: -10px;
  font-weight: bold;
  color: #88bbd6;
  display: inline-block;
  background-color: #ffffff;
  padding: 0 35px;
}
.google-review-box .review-star-box h6 {
  font-size: 24px;
  line-height: 1.4;
  color: #4F5759;
}
.google-review-box .review-star-box:after {
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  right: 0;
  bottom: -49px;
  z-index: -1;
  max-width: 71%;
  width: 100%;
  transform: translateX(-50%);
  border: 1px solid rgba(79,87,89,0.1);
}
.review-content-box >.vc_column-inner {
  background-size: cover !important;
  padding: 30px 50px 30px !important;
  background-position: 0 60% !important;
}
.review-content-box >.vc_column-inner >.wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.review-content-box >.vc_column-inner >.wpb_wrapper p {
  font-size: 16px;
}
.review-content-box >.vc_column-inner >.wpb_wrapper .theme-btn-primary {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.banner-cta-box-wrapper {
  position: absolute !important;
  top: -22rem;
  right: 10px;
  z-index: 1;
  width: 650px !important;
  height: 440px;
  border: 30px solid #88bbd699;
  background-color: #424548;
}
.banner-cta-box-wrapper .vc_column-inner {
  height: 89.6%;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  width: 93.3% !important;
  margin: 20px;
}
.banner-cta-box-wrapper .vc_column-inner >.wpb_wrapper {
  padding: 0 15px;
}
.banner-cta-box-wrapper .vc_column-inner >.wpb_wrapper h3 {
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 20px;
}
.banner-cta-box-wrapper .vc_column-inner >.wpb_wrapper .theme-btn-primary {
  margin-right: 20px;
  max-width: 280px;
}
.banner-cta-box-wrapper .vc_column-inner >.wpb_wrapper .theme-btn-primary .vc_general.vc_btn3 {
  text-align: left;
}
.banner-cta-box-wrapper .vc_column-inner >.wpb_wrapper .theme-btn-secondary {
  margin-top: 0;
  margin-bottom: 0;
}
.banner-cta-box-wrapper .vc_column-inner >.wpb_wrapper .theme-btn-secondary .vc_general.vc_btn3 {
  padding: 26px 50px 26px 25px !important;
}
.welcome-section.service-section-row {
  padding-top: 10rem !important;
}
.welcome-section.service-section-row .bg-title {
  top: 0px;
  left: 19rem;
}
.full-width-image {
  width: 100%;
  padding-right: 2rem;
}
.full-width-image .vc_figure {
  width: 100%;
}
.full-width-image .vc_figure .vc_single_image-wrapper {
  width: 100%;
}
.full-width-image .vc_figure .vc_single_image-wrapper img {
  width: 100%;
}
div.team-wrapper {
  padding: 30px 0;
  overflow: visible !important;
  background-position: -60% -10rem !important;
  background-size: auto;
}
div.team-wrapper::before {
  content: '';
  background: url('/wp-content/uploads/2022/04/Group-2907.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: -12rem;
  right: 0;
  width: 285px;
  height: 400px;
  z-index: -1;
}
div.team-wrapper .bg-title {
  left: 50%;
  transform: translateX(-50%);
}
div.team-wrapper .team-content .theme-btn-primary {
  display: block;
}
div.why-choose-sec-wrapper {
  margin-top: 30px;
  padding: 80px 0 170px;
  background-color: #CDCDCD !important;
  background-position: 50% 0 !important;
}
div.why-choose-sec-wrapper h3 {
  color: #000000;
}
div.why-choose-sec-wrapper .why-choose-wrapper {
  width: 261px;
  height: 250px;
  border: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 40px auto !important;
  padding: 0 25px;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
div.why-choose-sec-wrapper .why-choose-wrapper .why-choose-image-wrapper {
  margin-bottom: 15px;
}
div.why-choose-sec-wrapper .why-choose-wrapper .why-choose-image-wrapper img {
  margin: 0 auto;
}
div.why-choose-sec-wrapper .why-choose-wrapper h6 {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
div.why-choose-sec-wrapper .why-choose-wrapper h6 a {
  color: #000000;
}
div.why-choose-sec-wrapper .why-choose-wrapper:hover {
  background-color: #ffffff;
  box-shadow: 0 0 40px rgba(0,0,0,0.34);
}
div.why-choose-sec-wrapper .why-choose-wrapper:hover h6 {
  color: #88bbd6;
}
div.why-choose-sec-wrapper .why-choose-wrapper:hover h6 a {
  color: #88bbd6;
}
div.languages-spoken-block {
  background-color: #88bbd6;
  background-position: 40px 0 !important;
  background-size: 25% !important;
  max-width: 745px;
  margin: -6rem auto 30px !important;
  min-height: 210px;
  padding: 0 0 0 35px;
}
div.languages-spoken-block h4 {
  color: #ffffff;
}
div.languages-spoken-block ul {
  list-style: none;
  column-count: 3;
}
div.languages-spoken-block ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
div.languages-spoken-block ul li img {
  margin-right: 8px;
}
.listing-box-wrapper {
  margin: 20px 0 30px;
}
.listing-box-wrapper .theme-list-item .content-box >.vc_column-inner {
  background-color: #CDCDCD;
  color: #000000;
  margin: 0 15px;
  padding: 25px 15px 15px 15px;
}
.listing-box-wrapper .theme-list-item .content-box ul li {
  margin-left: 1.6rem;
  font-size: 18px;
  color: #000000;
}
.color-box >.vc_column-inner {
  background-color: #CDCDCD;
  color: #000000;
  margin: 0 15px;
  padding: 25px 30px 35px 30px !important;
}
.color-box .list-box >.vc_column-inner {
  background-color: #CDCDCD;
  color: #000000;
  margin: 0 15px;
  padding: 30px 30px 35px 30px !important;
}
.about-dolphin-dental .our-services-sec-wrapper-why-choose-page {
  padding: 25px 0 5px;
}
.our-services-sec-wrapper-why-choose-page {
  padding: 25px 0 30px;
}
.our-services-sec-wrapper-why-choose-page .bg-title {
  left: 50%;
  transform: translateX(-50%);
}
.our-services-sec-wrapper-why-choose-page .service-list-with-icons {
  display: flex;
  flex-wrap: wrap;
}
.our-services-sec-wrapper-why-choose-page .service-list-with-icons .wpb_single_image {
  margin-bottom: 15px !important;
}
.our-services-sec-wrapper-why-choose-page .service-list-with-icons >.wpb_column >.vc_column-inner >.wpb_wrapper {
  border: 3px solid #88bbd6;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  transition: all ease-in-out 0.3s;
}
.our-services-sec-wrapper-why-choose-page .service-list-with-icons >.wpb_column >.vc_column-inner >.wpb_wrapper .wpb_text_column {
  margin-bottom: 0;
}
.our-services-sec-wrapper-why-choose-page .service-list-with-icons >.wpb_column >.vc_column-inner >.wpb_wrapper .wpb_text_column a {
  font-size: 20px;
  color: #000000;
  text-decoration: none !important;
}
.our-services-sec-wrapper-why-choose-page .service-list-with-icons >.wpb_column >.vc_column-inner >.wpb_wrapper:hover {
  background-color: #88bbd6;
  box-shadow: 0 0 40px rgba(0,0,0,0.25);
}
.wpb_text_column.wpb_content_element p a {
  color: #000000;
  text-decoration: underline;
}
.wpb_text_column.wpb_content_element p a:hover {
  text-decoration: none;
}
.accordion-block {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.accordion-block .vc_tta.vc_general .vc_tta-panel {
  margin: 0 0 0;
}
.accordion-block.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading {
  border-color: #ffffff;
  background-color: #88bbd6;
  border-radius: 0;
}
.accordion-block.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:focus,
.accordion-block.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading:hover {
  background-color: #88bbd6;
}
.accordion-block.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading h4.vc_tta-panel-title span {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
}
.accordion-block.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading h4.vc_tta-panel-title i::after,
.accordion-block.vc_tta-style-classic .vc_tta-panel div.vc_tta-panel-heading h4.vc_tta-panel-title i::before {
  border-color: #fff;
}
.accordion-block.vc_tta-style-classic .vc_tta-panel.vc_active div.vc_tta-panel-heading {
  background-color: #2b83c3;
}
.accordion-block.vc_tta-style-classic .vc_tta-panel.vc_active i::before {
  border-color: #fff;
}
.service-page-cta {
  padding: 30px 0;
  margin-bottom: 40px;
}
.service-page-cta.services-inner-page-extra-cta {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-template-team-page .aestheticians-team-wrapper {
  background-color: #CDCDCD;
  background-size: auto;
  padding: 45px 0 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-template-team-page .aestheticians-team-wrapper::after {
  content: '';
  background: url('/wp-content/uploads/2022/04/Group-2907.png') 0 0 no-repeat;
  background-size: 100%;
  width: 315px;
  height: 100%;
  position: absolute;
  top: -14rem;
  left: -2rem;
  z-index: -1;
}
.page-template-template-team-page .aestheticians-team-wrapper h3 {
  padding-bottom: 15px;
}
.page-template-template-team-page .aestheticians-team-wrapper h4 {
  color: #ffffff;
  z-index: 1;
}
.page-template-template-team-page .aestheticians-team-wrapper h4.bg-title {
  z-index: 0;
  top: 0px;
  color: rgba(0,0,0,0.05);
}
.page-template-template-team-page .administration-team-wrapper {
  padding-top: 10px;
  padding-bottom: 30px;
}
.page-template-template-team-page .administration-team-wrapper .bg-title {
  top: -38px;
}
.team_section_content .meet-our-team-box h3 {
  padding-bottom: 15px;
}
.team_section_content .meet-our-team-box h4 {
  color: #000000;
  margin-bottom: 0;
}
.team_section_content .meet-our-team-box h5 {
  font-size: 20px;
}
.therapist-card {
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  background-color: #ffffff;
  display: inline-block;
  margin: 0 0 10px;
}
.doctor-single-page {
  position: relative;
}
.doctor-single-page.service-section-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.doctor-single-page::before {
  content: '';
  background: url('/wp-content/uploads/2022/04/Group-2907.png') 0 0 no-repeat;
  background-size: 100%;
  width: 315px;
  height: 314px;
  position: absolute;
  bottom: 0rem;
  left: -25rem;
  z-index: -1;
}
.book-appointment-section-first {
  padding: 48px 0 0;
}
.book-appointment-form {
  padding: 30px 0;
}
.book-appointment-form .wpcf7 label {
  width: auto;
}
.book-appointment-form .wpcf7 .existing_customer {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.book-appointment-form .wpcf7 .wpcf7-radio label {
  width: auto;
}
.book-appointment-form .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.book-appointment-form .wpcf7-form-control-wrap.confirm-by {
  display: inline-block;
  margin-bottom: 25px;
}
.book-appointment-form .wpcf7-form-control-wrap textarea {
  min-height: 140px;
}
.book-appointment-form .submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.book-appointment-form .submit-btn::before {
  right: 0;
}
.book-appointment-form .wpcf7 input[type="text"],
.book-appointment-form .wpcf7 input[type="email"],
.book-appointment-form .wpcf7 textarea,
.book-appointment-form .wpcf7 select {
  border: 2px solid #88bbd6;
}
.dental-hygienists-team .team-section-wrapper,
.dental-administration-team .team-section-wrapper,
.dental-assistant-team .team-section-wrapper {
  padding: 40px 0 30px;
}
.dental-hygienists-team .team_main_section,
.dental-administration-team .team_main_section,
.dental-assistant-team .team_main_section {
  position: relative;
  margin: 10px 0 30px;
}
.team .modal-content .modal-header,
.dental-hygienists-team .modal-content .modal-header,
.dental-administration-team .modal-content .modal-header,
.dental-assistant-team .modal-content .modal-header {
  padding-top: 5px;
  padding-bottom: 0;
}
.team .modal-content .modal-header .modal-header:focus,
.dental-hygienists-team .modal-content .modal-header .modal-header:focus,
.dental-administration-team .modal-content .modal-header .modal-header:focus,
.dental-assistant-team .modal-content .modal-header .modal-header:focus {
  outline: 0;
}
.team .modal-content .modal-header .modal-title,
.dental-hygienists-team .modal-content .modal-header .modal-title,
.dental-administration-team .modal-content .modal-header .modal-title,
.dental-assistant-team .modal-content .modal-header .modal-title {
  margin: 0 auto;
}
.team .modal-content .modal-header .modal-title h5,
.dental-hygienists-team .modal-content .modal-header .modal-title h5,
.dental-administration-team .modal-content .modal-header .modal-title h5,
.dental-assistant-team .modal-content .modal-header .modal-title h5 {
  color: #000000;
}
.contact-us .footer_contact {
  display: none;
}
.contact-form-and-map .contact-block .col-lg-10 {
  width: 100%;
}
.contact-form-and-map .contact-block .col-lg-10 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.contact-form-and-map .contact-block .col-lg-10 .col-lg-6 {
  width: 100%;
}
.contact-form-and-map .google-map-block div {
  height: 100%;
}
.contact-form-and-map .google-map-block div p {
  height: 100%;
}
.contact-form-and-map .google-map-block div p iframe {
  width: 100%;
  height: 100%;
}
.footer-link-pages {
  padding: 45px 0 40px;
}
.footer-link-pages h3 {
  padding-top: 15px;
}
.footer-link-pages .sitemap-block.theme-list-item ul li {
  padding-bottom: 0px;
}
.footer-link-pages .sitemap-block.theme-list-item ul li a {
  color: #000000;
  text-decoration: none;
}
.footer-link-pages .sitemap-block.theme-list-item ul li a:hover {
  color: #2b83c3;
}
.footer-link-pages .sitemap-block.theme-list-item ul li .sub-menu {
  padding-top: 5px;
}
.footer-link-pages .sitemap-block.theme-list-item ul li .sub-menu li {
  padding-bottom: 5px;
}
.footer-link-pages .sitemap-block .sitemap-wrapper {
  margin-bottom: 0 !important;
  padding-top: 20px;
}
.footer-link-pages .bg-shape-right {
  position: relative;
}
.footer-link-pages .bg-shape-right::before {
  content: '';
  background: url(../img/our-hours-right-shape.svg) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -7.5rem;
  right: -18.5rem;
  width: 860px;
  height: 830px;
  z-index: -1;
}
.inner-other-pages-top-spacing {
  padding-top: 45px;
}
.covid-patient-form-page {
  padding: 48px 0 0;
}
.patient-form-wrapper {
  margin-top: 0;
  background: #2b83c3;
  padding: 40px 20px;
}
.patient-form-wrapper .wpcf7 {
  background: #ffffff;
  padding: 20px;
}
.patient-form-wrapper .wpcf7 p {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
  margin: 0;
  font-size: 18px;
  color: #000000;
  border-bottom: 0;
}
.patient-form-wrapper .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.patient-form-wrapper .wpcf7 input[type="text"],
.patient-form-wrapper .wpcf7 input[type="email"],
.patient-form-wrapper .wpcf7 input[type="url"] {
  width: 100%;
  font-size: 18px;
  line-height: 1.4;
  display: inline-block;
  border: 2px solid #88bbd6 !important;
  line-height: 2;
  padding: 5px 10px;
  box-sizing: border-box;
  height: 40px;
}
.patient-form-wrapper .wpcf7 ul {
  border-bottom: 1px solid #ddd;
  margin-top: 8px;
  padding-bottom: 8px;
}
.patient-form-wrapper .wpcf7 ul li {
  color: #333;
  background-image: none !important;
  padding-left: 0;
}
.patient-form-wrapper .wpcf7 ul li::before {
  display: none;
}
.patient-form-wrapper .wpcf7 span.wpcf7-list-item {
  margin: 0 8px 0 6px;
}
.patient-form-wrapper .wpcf7 .wpcf7-submit {
  text-transform: uppercase;
  background: #88bbd6;
  border: 2px solid #88bbd6;
  font-weight: 500 !important;
  color: #ffffff;
  min-width: 240px;
  transition: all ease-in-out 0.3s;
}
.patient-form-wrapper .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.patient-form-wrapper .wpcf7 .wpcf7-submit:hover {
  background: #ffffff;
  color: #2b83c3;
}
.patient-form-wrapper .wpcf7 .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin: 10px auto 0;
}
.patient-form-wrapper .wpcf7 label {
  width: 100%;
  vertical-align: top;
  font-weight: 400;
  font-size: 18px;
  display: inline;
  color: #000000;
}
.patient-form-wrapper .wpcf7-form-control-signature-wrap {
  margin-top: 0;
  position: relative;
  width: 100% !important;
}
.patient-form-wrapper .wpcf7-form-control-signature-wrap .wpcf7-form-control-signature-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.patient-form-wrapper .wpcf7-form-control-signature-wrap .wpcf7-form-control-signature-body canvas {
  border: 1px solid #88bbd6;
  background: #f4f4f4;
  width: 100% !important;
  border-radius: 5px;
}
.patient-form-wrapper .wpcf7-form-control-clear-wrap input[type="button"] {
  background: #88bbd6;
  border: 1px solid #88bbd6;
  color: #ffffff;
  letter-spacing: 1px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all;
  padding: 4px 15px;
  margin: 8px 0 15px;
  font-size: 15px;
  font-weight: 500;
}
.patient-form-wrapper .wpcf7-form-control-clear-wrap input[type="button"]:hover {
  background: #ffffff;
  color: #2b83c3;
}
.patient-form-wrapper .patient-form-listing {
  margin: 0 0 15px 0;
  background: #ffffff;
  padding: 15px;
}
.patient-form-wrapper .patient-form-listing span.wpcf7-list-item {
  display: block;
  height: auto;
}
.patient-form-wrapper .patient-form-listing span.wpcf7-list-item label {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.patient-form-wrapper .patient-form-listing span.wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: normal;
  padding-left: 8px;
}
.modal-content {
  border-radius: 6px;
}
.modal-content .modal-header {
  background-color: #2b83c3;
  flex-direction: row-reverse;
}
.modal-content .modal-header .btn-close {
  margin: 0px;
  color: #ffffff;
  filter: invert(1);
  opacity: 1;
}
.modal-content .modal-header .btn-close:focus {
  outline: 0;
  box-shadow: unset;
}
.modal-content .modal-header .modal-title {
  color: #ffffff;
  font-size: 28px;
}
.modal-content .modal-body p {
  margin-bottom: 0px;
}
.about-dolphin-dental .modal-content .modal-body,
.home .modal-content .modal-body {
  padding: 0 0 1rem;
}
.about-dolphin-dental .modal-content .modal-body .map,
.home .modal-content .modal-body .map {
  padding: 15px;
  padding-top: 0px;
}
.about-dolphin-dental .modal-content .modal-body p,
.home .modal-content .modal-body p {
  padding: 0 15px;
}
.about-dolphin-dental .modal-content .modal-body .btn-close,
.home .modal-content .modal-body .btn-close {
  right: 10px;
  top: 10px;
  color: #ffffff;
  filter: invert(1);
  opacity: 1;
  position: absolute;
}
.about-dolphin-dental .modal-content .modal-body h4,
.home .modal-content .modal-body h4 {
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  font-size: 22px;
  padding: 1rem 0 1rem;
  margin-bottom: 1rem;
  background-color: #2b83c3;
  color: #ffffff;
}
.about-dolphin-dental .modal-content .modal-body .hour-list,
.home .modal-content .modal-body .hour-list {
  color: #000000;
  padding: 0 0 0 1.5rem;
}
div.vc_custom_1649714465171 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.homepage-slider .main-homepage-banner {
  position: relative;
  background: url('/wp-content/uploads/2022/05/operatory-suite-dolphin-dental-east-york-general-and-family-dentist.jpg') 0 0 no-repeat;
  background-size: cover !important;
  background-attachment: fixed !important;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: end;
  padding-bottom: 5rem;
  background-repeat: no-repeat !important;
}
.homepage-slider .main-homepage-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-slider .main-homepage-banner .banner-content {
  position: relative;
  max-width: 500px;
}
.homepage-slider .main-homepage-banner .banner-content h2 {
  font-size: 60px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 40px;
  text-shadow: 3px 3px 10px #000000;
}
.homepage-slider .main-homepage-banner .banner-content h3 {
  font-size: 140px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 -60px 40px;
  color: rgba(255,255,255,0.8);
}
.doctor-imgbox >.vc_column-inner >.wpb_wrapper {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  margin-right: 30px;
}
.footer_main {
  position: relative;
  background-image: url('../img/main-footer-bg-shape.png');
  background-position: center center;
  background-size: cover;
  background-color: #CDCDCD;
  padding: 120px 0 25px;
  overflow: visible;
  z-index: 0;
}
.footer_main::before {
  content: '';
  background: url('../img/dolphin.png') 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 458px;
  z-index: -1;
}
.footer_main p,
.footer_main i,
.footer_main h3,
.footer_main h4 {
  color: #000000;
}
.footer_main h3,
.footer_main h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer_main a {
  color: #000000;
}
.footer_main a:hover {
  color: #ffffff;
}
.footer_main .menu {
  column-count: 2;
}
.footer_main .menu li {
  list-style-image: url('../img/menu-arrow-w.svg');
  padding-bottom: 0;
  line-height: 2;
  margin-left: 1rem;
}
.footer_main .address_details {
  max-width: 240px;
}
.footer_main .address_details p,
.footer_main .phone_number p,
.footer_main .fax p,
.footer_main .email_address p {
  display: flex;
}
.footer_main .address_details p i,
.footer_main .phone_number p i,
.footer_main .fax p i,
.footer_main .email_address p i {
  margin-top: 4px;
  margin-right: 12px;
}
.footer_main .social li:first-of-type {
  margin-left: 0;
}
.footer_main .social li a {
  color: #2b83c3;
}
.footer_main .social li a i {
  color: #2b83c3;
  transition: all ease-in-out 0.3s;
}
.footer_main .social li a:hover i {
  color: #ffffff;
}
.footer_main .footer_disclaimer {
  font-size: 11pt;
  line-height: 1.6;
  border-top: 1px solid #ffffff;
  padding-top: 30px;
  padding-bottom: 5px;
}
.footer_main .footer_disclaimer a {
  text-decoration: underline;
}
.footer_main .footer_disclaimer a:hover {
  text-decoration: none;
}
.footer_copyright {
  padding: 15px 0;
  color: #000000;
  font-size: 16px;
}
.footer_copyright a {
  color: #000000;
}
.footer_copyright a:hover {
  color: #2b83c3;
}
.footer_copyright p {
  margin: 0;
}
.footer_copyright i {
  color: #2b83c3;
  animation: plus-heart 1s infinite;
  -webkit-animation: plus-heart 1s infinite;
  -moz-animation: plus-heart 1s infinite;
  -o-animation: plus-heart 1s infinite;
  -ms-animation: plus-heart 1s infinite;
}
.footer_copyright .footer_bottom {
  text-align: left;
}
.footer_copyright .footer_bottom:nth-child(2) {
  text-align: center;
}
.footer_copyright .footer_bottom:last-child {
  text-align: right;
}
.footer_copyright .footer_bottom .footer_links a {
  line-height: 1;
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #000000;
}
.footer_copyright .footer_bottom .footer_links a:last-child {
  border-right: 0;
}
@keyframes plus-heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
