* {
  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;
}
ol {
  font-size: 16px;
  line-height: 1.8;
  list-style: decimal;
  padding-left: 15px;
}
ul li,
ol li {
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #4c4c4c;
}
.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,
select {
  font-family: 'Raleway', sans-serif !important;
  border-radius: 5px;
  background-color: #eeeeee;
  border: 0 !important;
}
input::placeholder,
input:-moz-placeholder,
input:-webkit-placeholder,
input:-o-placeholder,
textarea::placeholder,
textarea:-moz-placeholder,
textarea:-webkit-placeholder,
textarea:-o-placeholder,
select::placeholder,
select:-moz-placeholder,
select:-webkit-placeholder,
select:-o-placeholder {
  color: #646464;
}
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;
}
html body h3 {
  font-weight: 600;
}
.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);
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100% !important;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'Raleway', sans-serif;
}
.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: #40838d !important;
}
body .wrapper {
  overflow: visible !important;
}
.header_top {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
  background: #50a4b0;
  transition: all ease-in-out 0.3s;
}
.header_top .logo {
  position: relative;
  z-index: 99;
  padding: 0px 0 0 0;
  margin: 0 0 -53px 0;
  bottom: 0;
  top: 0;
}
.header_top .logo img {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.3s;
}
.header_top .top_number {
  width: auto;
  float: left;
  padding: 0 10px;
  margin: 15px 0 0 0;
}
.header_top .top_number a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  border: 1px solid #fff;
}
.header_top .top_number a:hover {
  background: #5d3869 !important;
}
.header_top .top_number i {
  padding: 0 6px 0 0;
}
.header_top .socail_icons {
  width: auto;
  float: right;
  padding: 0 0;
  margin: 20px 0 0 0;
}
.header_top .socail_icons .social {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0;
  height: auto;
}
.header_top .socail_icons .social li {
  width: auto;
  float: left;
  margin: 0;
  padding: 3px 3px;
  list-style: none;
  height: auto;
}
.header_top .socail_icons .social a {
  color: #50a4b0;
  font-size: 20px;
  padding: 16px 15px;
  background: #fff;
  border-radius: 100px;
  width: 17px;
  height: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header_top .socail_icons .social a:hover {
  color: #fff;
  background: #5d3869 !important;
}
.header_top.sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
}
.header_top.sticky .logo {
  text-align: center;
}
.header_top.sticky .logo img {
  width: 40%;
  margin: 0 auto;
}
.main_menu {
  float: left;
  width: 100%;
  padding: 15px 0;
  margin: 10px 0 0 0;
  height: auto;
}
.main_menu .navbar-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  align-items: initial;
  float: right;
}
.main_menu ul li {
  padding: 0;
}
.main_menu ul a {
  color: #fff;
  background-color: transparent !important;
  font-size: 14px;
  padding: 10px 10px;
  text-transform: uppercase;
}
.main_menu ul a:hover {
  color: #5d3869;
}
.main_menu ul a[data-toggle="dropdown"]::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 7px;
  vertical-align: 3px;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.main_menu .dropdown-menu {
  background-color: #40838d !important;
  border: none !important;
  margin: 0 !important;
  padding: 5px 0;
}
.main_menu .dropdown-menu li a {
  color: #fff !important;
  width: 100%;
  padding: 5px 15px !important;
  font-size: 15px;
}
.main_menu .dropdown-menu li a:hover {
  background-color: #5d3869 !important;
  color: #fff !important;
}
.main_menu .contact_btn .dropdown-toggle {
  border: 1px solid #5d3869;
  border-radius: 7px;
  color: #5d3869 !important;
}
.header-nav>li>ul.dropdown-menu>li>a,
.dropdown-menu>li>a {
  padding: 5px 20px !important;
  color: #fff !important;
  font-size: 15px;
}
.current_page_ancestor .dropdown-toggle,
.current-menu-item .dropdown-toggle {
  color: #5d3869 !important;
}
.header-nav ul.dropdown-menu ul.dropdown-menu {
  margin-top: -31px !important;
  left: 100%;
  top: auto;
  border-radius: 0;
  width: 144% !important;
  float: left;
}
.current_page_parent .current-menu-item a {
  border: none !important;
  font-weight: bold;
}
.current-menu-item a {
  color: #5d3869 !important;
}
.current_page_item .dropdown-menu li a {
  border: none !important;
}
.current_page_item .dropdown-menu li a:hover {
  background: #40838d;
}
.main_menu .dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
body .header-nav ul.dropdown-menu ul.dropdown-menu {
  width: 100%;
}
.main_menu .navbar-nav .menu-item-has-children ul.dropdown-menu .menu-item-has-children a:hover::after {
  position: absolute;
  right: 10px;
  font-family: 'FontAwesome';
  content: "\f105";
  transform: rotate(180deg);
  transition: transform .3s ease-out;
}
.header-nav>li>ul.dropdown-menu>li.menu-item-has-children>a:after {
  position: absolute;
  right: 10px;
  font-family: 'FontAwesome';
  content: "\f105";
  transition: transform .3s ease-out;
}
.main_menu .navbar-nav .menu-item-has-children ul.dropdown-menu li::after {
  position: absolute;
  right: 7px;
  font-family: 'FontAwesome';
  content: "";
  top: 14px;
  transition: transform .3s ease-out;
}
.slider {
  float: left;
  width: 100%;
  padding: 0;
  margin: 60px 0 0 0;
  height: 100%;
}
.slider h2 {
  text-shadow: 0 3px 4px rgba(0,0,0,0.7) !important;
}
.slider .slider_number {
  padding: 15px 50px 15px 25px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
}
.slider .slider_number:hover {
  background: #40838d !important;
}
.slider .slider_number a {
  color: #fff !important;
}
.slider .slider_appointment {
  padding: 15px 30px !important;
}
.slider .slider_appointment:hover {
  background-color: #d9fbff !important;
}
.slider .slider_appointment a {
  color: #000 !important;
}
.slider .slider_appointment .lnr-calendar-full {
  margin: 7px 7px 0 0;
}
.header__inner {
  float: left;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 100px 0;
  margin: 110px 0 0 0;
}
.header__inner h1 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 3px 4px rgba(0,0,0,0.7);
  padding: 50px 0;
}
.home-slider {
  width: 100%;
  float: left;
  margin: 85px 0 0;
}
.slider {
  position: relative;
}
.slider .slide >div {
  height: 100%;
}
.slider .slide >div >div {
  height: 100%;
}
.slick-header .slick-prev {
  width: 28px !important;
  height: 51px !important;
  background-image: url(../img/left-arrow-slider.png) !important;
  background-repeat: no-repeat !important;
  font-size: 0 !important;
  background-size: 100%;
  left: 55px;
  top: 50%;
  z-index: 9999;
}
.slick-header .slick-next {
  width: 28px !important;
  height: 51px !important;
  background-image: url(../img/right-arrow-slider.png) !important;
  background-repeat: no-repeat !important;
  font-size: 0 !important;
  background-size: cover;
  right: 55px;
  top: 50%;
  z-index: 9999;
}
.slick-header .slick-next:before,
.slick-header .slick-prev:before {
  font-size: 0 !important;
}
.home-banner-slider {
  margin-top: 110px;
}
.home-banner-slider .slick-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.2);
}
.sider-content {
  float: left;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 80px;
  z-index: 1;
}
.sider-content h2 {
  color: #fff;
  padding: 0 0 15px 0;
  font-size: 45px !important;
  font-weight: 700;
}
.sider-content a {
  text-transform: uppercase;
  background: #50a4b0;
  border: none;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  padding: 10px 25px;
}
.sider-content a:hover {
  background: #5d3869;
  color: #fff;
}
.book_btn {
  display: block;
  margin: 15px 0;
}
.book_btn a {
  color: #fff;
  padding: 10px 20px;
  display: block;
  border: 1px solid #fff;
}
.book_btn a:hover {
  background: #5d3869 !important;
}
.white-btn a {
  text-transform: uppercase !important;
  background: #fff !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 17px !important;
}
.white-btn a:hover {
  background: #5d3869 !important;
  color: #fff !important;
}
.theme-btn .vc_btn3,
.theme-btn a {
  text-transform: uppercase !important;
  background: #5d3869 !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  color: #fff !important;
}
.theme-btn .vc_btn3:hover,
.theme-btn a:hover {
  background: #50a4b0 !important;
  color: #fff !important;
}
.full_pad {
  padding: 0 55px 30px 55px !important;
}
.main_home_inner_container {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.main_home_inner_container a {
  color: #5d3869;
}
.main_home_inner_container a:hover {
  color: #50a4b0;
}
.main_home_inner_container p {
  margin: 0 0 15px 0;
}
.main_home_inner_container .color_box .content-box {
  min-height: 245px;
}
.main_home_inner_container .color_box h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px 0;
  font-weight: 300;
}
.main_home_inner_container .color_box p {
  color: #fff;
  margin: 0 20px 0 0;
}
.main_home_inner_container .color_box .vc_btn3-container.white-btn {
  margin-right: 0;
}
.welcome_content h1 {
  font-size: 24px;
  line-height: 28px;
}
.welcome_content h4 {
  font-size: 20px;
}
.services-box {
  background-attachment: fixed;
}
.services-box h3 {
  color: #fff !important;
  font-size: 40px !important;
  font-weight: 300 !important;
}
.services-box .services-content .vc_column-inner {
  background: rgba(114,171,179,0.6);
}
.services-box .services-content .vc_column-inner:hover {
  background: rgba(93,56,105,0.6);
}
.services-box .services-content .wpb_wrapper {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin: 0 35px;
}
.services-box .services-content h3 {
  text-transform: uppercase;
  padding: 25px 0 25px 0;
}
.services-box .services-btn a {
  text-transform: uppercase !important;
  font-size: 21px;
  background: #50a4b0 !important;
  padding: 15px 40px;
  width: auto;
  color: #fff !important;
  margin: 25px 0 25px 0;
  letter-spacing: 1px;
  border: none !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15) !important;
}
.services-box .services-btn a:hover {
  background: #5d3869 !important;
}
.team-heading {
  color: #fff;
  font-size: 40px !important;
  font-weight: 300;
  text-shadow: 0 3px 4px rgba(0,0,0,0.7);
}
.team_slider .content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}
.team_slider .content:hover .content-overlay {
  opacity: 1 !important;
}
.team_slider .content .white-btn.hover-btn {
  display: none;
}
.team_slider .content-overlay {
  background: rgba(93,56,105,0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 9;
}
.team_slider .content:hover .content-overlay {
  opacity: 1;
}
.team_slider .content-image img {
  width: 100%;
  height: auto;
}
.team_slider .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 99;
}
.team_slider .content-details h5 {
  color: #fff;
  font-size: 28px;
  margin: 0;
  padding: 0 0 0 0;
}
.team_slider .content-details h5 a {
  color: #fff;
}
.team_slider .content-details h6 {
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}
.team_slider .content-details p {
  color: #fff;
  font-size: 0.8em;
}
.team_slider .content-details .white-btn {
  display: inline-block;
  margin: 15px 0;
  padding: 10px 30px !important;
}
.team_slider .content-details .white-btn a {
  padding: 10px 30px;
}
.team_slider .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.team_slider .slick-prev {
  left: -50px !important;
  width: 20px !important;
  height: 34px !important;
  background-image: url(../img/test-arrow-left.png) !important;
  font-size: 0 !important;
  top: 50% !important;
}
.team_slider .slick-next {
  right: -50px !important;
  width: 20px !important;
  height: 34px !important;
  background-image: url(../img/test-arrow-right.png) !important;
  font-size: 0 !important;
  top: 50% !important;
}
.team_slider .slick-next:before,
.team_slider .slick-prev:before {
  font-size: 0 !important;
}
.why_choose_list {
  margin-bottom: 0;
  outline: 2px solid #fff;
  outline-offset: -20px;
}
.why_choose_list h3 {
  font-size: 34px !important;
}
.why_choose_list .why_choose_list_content ul {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  height: 170px;
  flex-direction: column;
  padding: 0px 100px;
  justify-content: center;
}
.why_choose_list .why_choose_list_content li {
  list-style: none;
  width: auto;
  float: left;
  margin: 0;
  padding: 0 0 15px 35px;
  height: auto;
  background-image: url(../img/right-arrow.png) !important;
  color: #fff;
  background-repeat: no-repeat;
  font-size: 21px;
}
.main_inner_container {
  margin: 0;
  width: 100%;
  float: left;
  height: auto;
}
.main_inner_container h2,
.main_inner_container h3 {
  color: #231f20;
}
.main_inner_container h2 strong,
.main_inner_container h3 strong {
  color: #40838d;
}
.main_inner_container h2 {
  margin-top: 0;
}
.main_inner_container h3 {
  margin-top: 0;
  font-weight: bold;
}
.main_inner_container ul {
  margin: 0;
  padding: 15px 0;
  float: left;
  width: 100%;
}
.main_inner_container li {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 15px 35px;
  height: auto;
  background-image: url(../img/liarrow.png) !important;
  color: #4c4c4c;
  background-repeat: no-repeat;
}
.anchor-button-wrapper {
  margin: 30px 0 0;
  display: flex;
}
.anchor-button-wrapper .wpb_column.vc_column_container {
  width: 100% !important;
}
.anchor-button-wrapper .wpb_column.vc_column_container:nth-child(odd) .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
.anchor-button-wrapper .wpb_column.vc_column_container:nth-child(odd) .wpb_text_column.wpb_content_element .wpb_wrapper p a {
  background-color: #40838d;
}
.anchor-button-wrapper .wpb_column.vc_column_container:nth-child(odd) .wpb_text_column.wpb_content_element .wpb_wrapper p a:hover {
  background-color: #7accd7;
}
.anchor-button-wrapper .wpb_column.vc_column_container .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
.anchor-button-wrapper .wpb_column.vc_column_container .wpb_text_column.wpb_content_element .wpb_wrapper p a {
  width: 100% !important;
  min-height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 0 40px;
  border: 0;
  background-image: unset;
  background-color: #5d3869;
  display: flex;
  align-items: center;
  justify-content: center;
}
.anchor-button-wrapper .wpb_column.vc_column_container .wpb_text_column.wpb_content_element .wpb_wrapper p a img {
  max-width: 49px;
  height: auto;
  margin-right: 20px;
}
.anchor-button-wrapper .wpb_column.vc_column_container .wpb_text_column.wpb_content_element .wpb_wrapper p a:hover {
  background: #7accd7;
}
.anchor-button-wrapper .wpb_column.vc_column_container .vc_btn3-container.vc_btn3-inline {
  width: 100% !important;
}
.anchor-button-wrapper .wpb_column.vc_column_container .vc_btn3-container.vc_btn3-inline a.vc_btn3 {
  width: 100% !important;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border: 0;
  background-image: unset;
  background-color: #5d3869;
}
.full-width-content-wrapper .text-content-block {
  padding: 0 100px;
}
.full-width-content-wrapper .text-content-block h3 {
  margin-top: 0;
}
.full-width-content-wrapper .vc_column-inner {
  padding: 0 !important;
}
.full-width-content-wrapper .wpb_single_image.wpb_content_element {
  margin: 0;
}
.top-title-middle h2 {
  padding: 0 40px;
}
.why_choose_dimension p {
  padding: 0 0 15px 0;
}
.why_choose_dimension ul {
  margin: 0;
  padding: 0;
}
.why_choose_dimension li {
  width: 50%;
  float: left;
}
.why_choose_dimension li ul {
  margin: 20px 0 0 0;
}
.why_choose_dimension li ul li {
  width: 100%;
}
.why_choose_dimension li a {
  color: #5d3869;
}
.why_choose_dimension li a:hover {
  color: #40838d;
}
.why-dimension-page .services-content h3 {
  font-weight: normal;
  font-size: 30px !important;
  padding-bottom: 0;
}
.why-dimension-page .services-content .wpb_wrapper {
  border: solid #fff;
  border-width: 3px 0 3px;
}
.why-dimension-page .services-content .wpb_wrapper .wpb_text_column.wpb_content_element {
  display: inline-block;
  margin-bottom: 0;
}
.why-dimension-page .services-content .wpb_wrapper .wpb_wrapper {
  border-top: unset;
  border-bottom: unset;
}
.why-dimension-page .services-content .wpb_wrapper ul {
  min-height: 218px;
}
.why-dimension-page .services-content .wpb_wrapper ul li {
  background-image: url(../img/liarrowright.png) !important;
  background-size: 22px;
  transition: all ease-in-out 0.3s;
}
.why-dimension-page .services-content .wpb_wrapper ul li:hover {
  background-position: 5px 0;
}
.why-dimension-page .services-content .wpb_wrapper ul li a {
  color: #fff;
}
.why-dimension-page .services-content .wpb_wrapper ul li a:hover {
  color: #cccccc;
}
.inner-cta {
  padding: 0 80px;
}
.inner-cta h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.review_box_list ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.review_box_list ul li {
  width: auto;
  min-width: 280px;
  font-size: 18px;
  font-weight: 600;
}
.review_box_list ul li a {
  color: #5d3869;
}
.review_box_list ul li a:hover {
  color: #50a4b0;
}
.review_box .wpb_text_column {
  padding: 15px 30px;
}
.review_box .wpb_text_column blockquote {
  font-weight: 700;
  font-style: italic;
  padding: 15px 0;
  line-height: 30px;
}
.review_box .wpb_text_column a {
  color: #5d3869;
  font-weight: 600;
}
.review_box .wpb_text_column a:hover {
  color: #50a4b0;
}
.health-list .vc_column-inner {
  padding: 30px !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15) !important;
}
.sterilization-process .vc_column-inner {
  background: #50a4b0;
  padding: 30px !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15) !important;
}
.sterilization-process p {
  color: #fff !important;
}
.team_section_content h3 {
  padding: 0 0 20px 0;
}
.team_section_content .team_boxs {
  padding: 0 0 15px 0;
  background: #ddf4ea;
  margin: 0 0 30px 0;
  display: inline-block;
}
.team_section_content .team_boxs h3 {
  padding: 0 !important;
}
.team_section_content .team_boxs .therapist-card__therapist-avatar img {
  width: 100%;
}
.team_section_content .team_boxs .therapist-card__disciplines {
  font-size: 18px;
  padding: 0 !important;
  margin: 0;
  color: #40838d;
  font-weight: 500;
}
.team_section_content .team_boxs .view_more_btn_new {
  font-weight: 600;
  float: left;
  width: 100%;
  font-size: 17px;
  color: #231f20;
}
.team_section_content .team_boxs .view_more_btn_new::after {
  content: '';
  width: 50px;
  height: 54px;
  display: inline-block;
  background-position: 7px 6px;
  background-size: 20px;
  position: absolute;
  bottom: 18px;
  z-index: 99;
}
.team_section_content .team_boxs .modal-dialog {
  margin-top: 200px;
}
.team_section_content .team_boxs .modal-content .modal-header {
  padding: 30px 30px 0px;
  border-bottom: none;
}
.team_section_content .team_boxs .modal-content .modal-header .close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #5d3869;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 34px;
  z-index: 999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  margin-top: 0;
}
.team_section_content .team_boxs .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 0 0 30px 0;
  font-size: 17px;
}
.team_section_content .team_boxs .modal-title {
  font-size: 27px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #236092;
  border-bottom: 1px solid #eee;
}
.team_section_content .team_boxs .modal-title h4 {
  font-size: 17px;
}
.team_section_content .team_boxs .modal-body p {
  font-size: 15px;
  padding: 0 15px;
  font-weight: 500;
}
.team_section_content .team_boxs .modal-body h4 {
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
  color: #5d3869;
}
.team_section_content .team_boxs .modal-body a {
  color: #5d3869;
}
.team_section_content .team_boxs .modal-body a:hover {
  color: #40838d;
}
.team_section_content .team_boxs .link_bio {
  font-weight: 600;
  float: left;
  width: 100%;
  font-size: 17px;
  color: #231f20;
  padding: 10px 0 0;
}
.meet-our-team-box .row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cta_team_one {
  float: left;
  width: 100%;
  background: #e5f1f3;
  padding: 40px;
}
.cta_team_one h4 {
  font-weight: 700;
  font-size: 24px;
}
.back_btn {
  z-index: 999 !important;
}
.back_btn h5 {
  font-size: 18px;
  color: #5d3869;
  font-weight: 600;
  padding: 0 40px;
  background: url(../img/back-arrow.png) no-repeat;
  background-position: 24px 6px;
  background-size: 8px;
}
.team_main_section {
  width: 100%;
  float: left;
  margin: 0;
  padding: 30px 0 0;
  height: auto;
  background: #f9f9f9;
}
.team_main_section a {
  text-decoration: none !important;
}
.therapist-card__details-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.therapist-card__therapist-avatar {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.therapist-card__therapist-avatar img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
}
.therapist-card__quote {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.063em;
  line-height: 1.389;
}
.therapist-card__quote {
  font-size: 1.8rem;
}
.therapist-card__detail {
  padding-left: 35px;
  width: calc(100%);
  opacity: 0.92;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  min-height: 120px;
  padding: 0;
}
h3.therapist-card__title {
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0.042em;
  line-height: 1;
  margin-top: 0.8em;
  margin-bottom: 5px;
  color: #5d3869 !important;
  text-shadow: 0px 0px 25px #ebebeb;
}
.therapist-card__disciplines {
  color: #5d3869;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.046em;
  margin-bottom: 0;
  color: #100000;
}
.therapist-card__hover-content {
  visibility: hidden;
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
}
.therapist-card__hover {
  background-color: transparent;
  padding: 40px 35px 0;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  text-decoration: none;
}
.therapist-card__hover svg,
.therapist-card__hover span {
  display: inline-block;
  vertical-align: middle;
}
.therapist-card__hover span {
  font-size: 1.6rem;
  letter-spacing: 0.072em;
  line-height: 1.444;
  font-weight: bold;
}
.therapist-card__hover span {
  font-size: 1.8rem;
}
.therapist-card__hover svg {
  width: 20px;
  height: 20px;
  fill: #5d3869;
  margin-left: 4px;
}
.therapist-card.hover .therapist-card__hover-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.therapist-card.hover .therapist-card__detail {
  background: transparent;
  opacity: 1;
}
.therapist-card.hover .therapist-card__therapist-avatar img {
  opacity: 0.2;
  background-color: white;
}
.team-content {
  width: 100%;
  float: left;
  margin: 77px 0 0;
  padding: 30px 0 0 0;
  height: auto;
  background: #f5f5f5;
}
.team_right img {
  height: 850px;
  width: 100%;
  object-fit: contain;
}
.product_title {
  font-weight: bold;
  color: #5d3869;
  margin: 0;
}
.desingation {
  margin: 0;
  font-size: 25px;
  font-style: italic;
  color: #100000;
  padding: 0 0 15px 0;
}
.book_now_team {
  margin: 50px 0 50px;
  display: inline-block;
}
.book_now_team a {
  font-size: 21px;
  font-weight: bold;
  background: #5d3869;
  color: #fff;
  padding: 15px 80px;
  text-decoration: none;
  border: 1px solid #5d3869;
}
.book_now_team a:hover {
  background: #fff;
  color: #000;
}
.back_team {
  font-weight: 500;
  font-size: 20px;
  padding: 0 0 30px 40px;
}
.back_team a {
  text-decoration: none;
  color: #5d3869;
}
.back_team i {
  margin: 0 5px 0 0;
  font-size: 23px;
}
.back_team a:hover {
  color: #000;
}
.servies_box h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0 0 0;
}
.servies_box h4 h4:after {
  content: ' ';
  display: block;
  width: 73px;
  height: 6px;
  background: #5d3869;
  margin: 11px auto 0;
}
.servies_box .vc_column-inner:hover {
  box-shadow: 10px 10px 20px 5px rgba(0,0,0,0.5);
}
.servies_box img {
  transition: all 0.3s;
}
.servies_box img:hover {
  transform: scale(1.1);
}
.servies_box a:hover {
  color: #5d3869 !important;
}
.services_main {
  font-size: 46px !important;
  font-weight: 600 !important;
  border-left: 4px solid #5d3869 !important;
  padding: 0 0 0 15px !important;
  text-transform: uppercase !important;
  margin: 30px 0 30px 0 !important;
}
.modal-dialog {
  margin-top: 200px;
}
.modal-content .modal-header {
  padding: 30px 30px 0px;
  border-bottom: none;
}
.modal-content .modal-header .close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #5d3869;
  opacity: 1;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 34px;
  z-index: 999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  margin-top: 0;
}
.modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 0 0 30px 0;
  font-size: 17px;
}
.modal-title {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #5d3869;
  border-bottom: 1px solid #eee;
}
.modal-title h4 {
  font-size: 17px;
}
.sitemap-top-content-block {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.sitemap-list-wrapper .vc_column-inner {
  padding-top: 0 !important;
}
.sitemap-list-wrapper ul li.page_item_has_children {
  padding-bottom: 0;
}
.sitemap-list-wrapper ul li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.sitemap-list-wrapper ul li ul.children {
  margin-top: 10px;
}
.inner-cta-wrapper .vc_column-inner {
  padding-top: 0 !important;
}
.inner-cta-wrapper .vc_column-inner h5 {
  margin-top: 29px;
}
.contact-form-block .req_form {
  padding: 0 0;
  margin-bottom: 0 !important;
}
.contact-form-block .req_form .cpm-form {
  margin-top: 0;
}
.contact-form-block .req_form .wpcf7 {
  padding: 15px 0px 0px 0px;
  background: transparent;
  margin-top: 0;
}
.contact-form-block .req_form .wpcf7 input,
.contact-form-block .req_form .wpcf7 select,
.contact-form-block .req_form .wpcf7 textarea {
  font-size: 18px;
}
.contact-form-block .req_form .wpcf7 .wpcf7-submit {
  width: 100%;
  font-size: 18px;
}
.google-map-iframe div {
  height: 100%;
  margin-bottom: 0 !important;
}
.google-map-iframe div >p {
  height: 100%;
}
.google-map-iframe div >p iframe {
  width: 100% !important;
  height: 93.5% !important;
}
.covid-19-patient-consent-content-page .btn-wrapper .wpb_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.covid-19-patient-consent-content-page .btn-wrapper .wpb_wrapper .theme-btn {
  margin: 0 15px;
}
.patient-form-wrapper {
  background: #E5F1F3;
  padding: 20px;
}
.patient-form-wrapper .wpcf7 p {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
  margin: 0;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}
.patient-form-wrapper .wpcf7 p input[type='text'],
.patient-form-wrapper .wpcf7 p input[type='email'],
.patient-form-wrapper .wpcf7 p input[type='url'] {
  width: auto !important;
  display: inline-block;
  border: 1px solid #d3cbcb !important;
  line-height: 2;
  padding: 5px 10px;
  box-sizing: border-box;
}
.patient-form-wrapper .wpcf7 ul {
  border-bottom: 1px solid #ddd;
}
.patient-form-wrapper .wpcf7 ul li {
  background-image: none !important;
  padding-left: 0;
}
.patient-form-wrapper .wpcf7 span.wpcf7-list-item {
  margin: 0 8px 0 6px;
}
.patient-form-wrapper .wpcf7 .wpcf7-submit {
  text-transform: uppercase !important;
  background: #5d3869 !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  color: #fff !important;
  padding: 9px 30px;
  min-width: 200px;
}
.patient-form-wrapper .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.patient-form-wrapper .wpcf7 .wpcf7-submit:hover {
  background: #50a4b0 !important;
  color: #fff !important;
}
.patient-form-wrapper .wpcf7 .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  border: 0;
}
.patient-form-wrapper .wpcf7 label {
  width: 100%;
  vertical-align: top;
  font-weight: 400;
  font-size: 15px;
  display: inline;
}
.patient-form-wrapper .wpcf7-form-control-signature-wrap {
  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 {
  background: #fff;
  width: 100% !important;
  border-radius: 5px;
}
.patient-form-wrapper .wpcf7-form-control-clear-wrap input[type=button] {
  background: #5d3869;
  color: #fff;
  border: 0;
  letter-spacing: 1px;
  box-sizing: border-box;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s all;
  display: inline-block;
  padding: 4px 12px;
  margin: 8px 0 15px;
}
.patient-form-wrapper .wpcf7-form-control-clear-wrap input[type=button]:hover {
  background: #40838d;
}
.patient-form-wrapper .patient-form-listing {
  margin: 0 0 15px 0;
  background: #fff;
  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;
}
.border-0 {
  border: 0 !important;
}
.tooth-replacement .wpb_text_column.wpb_content_element {
  width: 100%;
  display: inline-block !important;
}
p.with_text_input .wpcf7-form-control-wrap input[type='text'] {
  margin-top: 8px;
  width: 100% !important;
}
.form-control::-webkit-input-placeholder {
  color: #333333 !important;
  opacity: 1;
}
.booknline-form {
  padding: 30px 40px 30px;
  margin-bottom: 30px;
  box-shadow: -6px 6px 20px #eee;
}
.booknline-form .required {
  color: red;
}
.booknline-form textarea::placeholder,
.booknline-form input::placeholder,
.booknline-form input::-webkit-input-placeholder,
.booknline-form textarea::-webkit-input-placeholder,
.booknline-form input::-moz-placeholder,
.booknline-form textarea::-moz-placeholder {
  color: #333333 !important;
  opacity: 1;
}
.booknline-form input[type="text"],
.booknline-form input[type="email"],
.booknline-form select,
.booknline-form textarea {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  line-height: 1.42857143;
  background: #fff;
  background-image: none;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-top: 10px;
}
.booknline-form textarea {
  height: 100px !important;
  padding: 6px 12px;
}
.booknline-form .form-group label {
  width: 100%;
  font-weight: 400;
}
.booknline-form .custom-control-input.book-contact-by {
  margin-top: 15px !important;
  display: block;
}
.booknline-form .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0);
}
.booknline-form .form-group {
  margin-bottom: 20px;
}
.booknline-form .theme-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.booknline-form input[type=submit] {
  text-transform: uppercase !important;
  background: #5d3869 !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  color: #fff !important;
  padding: 10px 20px;
  transition: all ease-in-out 0.3s;
}
.booknline-form input[type=submit]:hover {
  background: #50a4b0 !important;
  color: #fff !important;
}
.inner_service_img .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-0 {
  display: inline-block;
}
.bottom-0.wpb_content_element {
  margin-bottom: 0;
}
.bottom-0.wpb_content_element ul {
  padding-bottom: 0;
}
.cta_top {
  width: 100%;
  margin: 0;
  float: left;
  padding: 20px 0 10px 0;
  height: auto;
}
.doctor-grid {
  max-width: 50%;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 0 50px 0;
}
.faq-section .vc_tta-title-text {
  color: #fff;
}
.faq-section h4 {
  font-size: 19px !important;
  color: #fff;
  padding: 0 0 0 7px;
}
.faq-section .vc_tta-panel-title {
  padding: 15px;
}
.faq-section .vc_toggle {
  border: 1px solid #f7f7f7;
}
.faq-section .vc_toggle_title {
  padding: 15px;
}
.faq-section .vc_toggle_content {
  background: #f8f8f8;
  padding: 15px;
  margin: 0 !important;
}
.faq-section i {
  margin: 0 0 0 7px !important;
}
.faq-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.faq-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
#wpcf7-f2076-p104-o1 .invalid .wpcf7-response-output {
  color: #a00 !important;
  border: 1px solid #a00 !important;
}
#wpcf7-f2076-p104-o1 .sent .wpcf7-response-output {
  color: #46b450 !important;
  border: 1px solid #46b450 !important;
}
.req_form {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  float: left;
  margin: 0;
  padding: 70px 0;
  background-attachment: fixed !important;
}
.req_form h4 {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.req_form h3 {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 0;
  text-shadow: 0 3px 4px rgba(0,0,0,0.7);
}
.req_form .wpcf7 {
  float: left;
  width: 100%;
  padding: 50px 50px 30px 50px;
  background: rgba(96,140,147,0.6);
  margin: 30px 0 0 0;
}
.req_form .wpcf7 p {
  margin: 0 auto;
  float: left;
  width: 100%;
}
.req_form .wpcf7 label {
  width: 100%;
  color: #fff;
  font-weight: 500;
}
.req_form .wpcf7 .wpcf7-list-item-label {
  color: #fff;
}
.req_form .wpcf7 input[type="text"],
.req_form .wpcf7 input[type="email"],
.req_form .wpcf7 select {
  width: 100%;
  padding: 10px 15px;
  margin: 0 0 20px 0;
  background: #eeeeee;
  color: #333333 !important;
  font-size: 16px !important;
}
.req_form .wpcf7 textarea {
  width: 100%;
  padding: 10px 15px;
  margin: 0 0 5px 0;
  background: #eeeeee;
  height: 250px;
  color: #333333 !important;
  font-size: 16px !important;
}
.req_form .wpcf7 textarea::placeholder,
.req_form .wpcf7 input::placeholder,
.req_form .wpcf7 textarea::-webkit-input-placeholder,
.req_form .wpcf7 input::-webkit-input-placeholder,
.req_form .wpcf7 input::-moz-placeholder,
.req_form .wpcf7 textarea::-moz-placeholder {
  color: #333333 !important;
  opacity: 1;
}
.req_form .wpcf7 .wpcf7-submit {
  text-transform: uppercase;
  font-size: 21px;
  background: #50a4b0;
  padding: 10px 40px;
  width: auto;
  color: #fff;
  margin: 25px 0 25px 0;
  letter-spacing: 1px;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}
.req_form .wpcf7 .wpcf7-submit:hover {
  background: #5d3869;
}
.req_form .wpcf7 .wpcf7-response-output {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0 0 30px 0;
  padding: 0 0 0;
}
.req_form .wpcf7 .wpcf7-not-valid-tip {
  color: #fff;
}
.req_form .wpcf7 .btn_form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0 0px 0;
  width: 100%;
}
.req_form .wpcf7 .btn_form .ajax-loader {
  align-self: center;
}
.map {
  max-height: 400px;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.map p {
  margin: 0;
}
.cta {
  position: relative;
  background: #53a1ae;
  padding: 50px 0 30px 0;
  float: left;
  width: 100%;
  margin: 0;
  height: auto;
  z-index: 2;
}
.cta::before,
.cta::after {
  content: "";
  position: absolute;
  top: 0;
  background: url(../img/cta-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 100%;
  display: block;
  z-index: 1;
}
.cta::before {
  left: 0;
}
.cta::after {
  right: 0;
  background-position: right;
}
.cta .container {
  position: relative;
  z-index: 2;
}
.cta h3 {
  color: #fff !important;
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 200;
}
.cta a {
  color: #fff;
  padding: 10px 40px;
  border: 2px solid #fff;
  display: inline-table;
  margin: 15px 0;
  font-size: 21px;
  font-weight: 600;
}
.cta a:hover {
  background: #5d3869 !important;
}
.cta i {
  padding: 0 6px 0 0;
}
.footer_main {
  width: 100%;
  float: left;
  margin: 0;
  padding: 50px 0 0 15px;
  height: auto;
}
.footer_main h4 {
  color: #5d3869;
  padding: 0 0 10px 0;
}
.footer_main ul {
  padding: 0 10px;
  width: 100%;
  float: left;
}
.footer_main li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 12px 0 !important;
  height: auto;
  list-style: none;
  font-size: 14px;
}
.footer_main .footer_one {
  padding: 20px 0;
}
.footer_main .footer_one ul {
  width: 85%;
}
.footer_main .footer_one img {
  width: 80%;
}
.footer_main .footer_one .social {
  padding: 25px 0 10px;
  margin: 0 -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_main .footer_one .social li {
  list-style: none;
  margin-right: 7px;
  margin-top: 3px;
  width: auto;
  float: left;
}
.footer_main .footer_one .social a {
  background: #5d3869;
  border-radius: 32px;
  width: 43px;
  height: 43px;
  display: block;
  color: #fff !important;
  text-align: center;
  line-height: 2.1;
  border: 1px solid #5d3869;
  font-size: 20px;
}
.footer_main .footer_one .social a:hover {
  background: #50a4b0;
  color: #fff !important;
  border: 1px solid #50a4b0;
}
.footer_main .footer_one .social a:hover i {
  color: #fff !important;
}
.footer_main .footer_one .social i {
  color: #fff;
}
.footer_main .footer_two a,
.footer_main .footer_three a {
  color: #4c4c4c;
}
.footer_main .footer_two a:hover,
.footer_main .footer_three a:hover {
  color: #5d3869;
}
.footer_main .footer_two ul li::before {
  content: "";
  position: absolute;
  border-right: 1px solid #5d3869;
  border-bottom: 1px solid #5d3869;
  width: 7px;
  height: 7px;
  left: -7px;
  transform: translateY(-50%) rotate(-45deg);
  margin: 10px 0 0 0;
}
.footer_main .footer_three .hours_box h3 {
  padding: 0 0 15px 0;
}
.footer_main .footer_three .hours_box p {
  color: #4c4c4c;
  line-height: 27px;
  font-size: 16px;
  line-height: 1.4;
}
.footer_main .footer_three .hours_box strong {
  font-weight: 600;
  width: 89px;
  float: left;
  font-size: 14px;
  line-height: 1.4;
}
.footer_main .footer_four .address_details {
  font-size: 15px;
  color: #4c4c4c;
  padding: 0 0 15px 0;
  line-height: 26px;
}
.footer_main .footer_four .address_details i {
  float: left;
  width: 25px;
  height: 60px;
  text-align: center;
  padding: 2px 0;
  font-size: 30px;
  margin: 0 10px 0 0;
  color: #5d3869;
}
.footer_main .footer_four .contact_phone {
  float: left;
  width: auto;
  padding: 0 0 15px 0;
  font-size: 17px;
  color: #4c4c4c;
  margin: 0;
}
.footer_main .footer_four .contact_phone i {
  float: left;
  width: 25px;
  height: auto;
  text-align: center;
  padding: 0 0;
  font-size: 35px;
  margin: -5px 10px 0 0;
  color: #5d3869;
}
.footer_main .footer_four .contact_phone a {
  font-size: 15px;
  color: #4c4c4c;
  text-decoration: none;
}
.footer_main .footer_four .contact_phone a:hover {
  color: #5d3869;
}
.footer_main .footer_four .contact_email {
  float: left;
  width: auto;
  padding: 0 0;
  font-size: 17px;
  color: #4c4c4c;
  margin: 0;
}
.footer_main .footer_four .contact_email i {
  float: left;
  width: 25px;
  height: 50px;
  text-align: center;
  padding: 0 0;
  font-size: 22px;
  margin: 0px 10px 0 0;
  color: #5d3869;
}
.footer_main .footer_four .contact_email a {
  font-size: 15px;
  color: #4c4c4c;
  text-decoration: none;
  width: 76%;
  float: left;
}
.footer_main .footer_four .contact_email a:hover {
  color: #5d3869;
}
.footer_disclaimer {
  padding: 20px 0 30px 0;
  float: left;
  width: 100%;
  font-size: 15px;
  color: #4c4c4c;
}
.footer_disclaimer h4 {
  text-transform: uppercase;
  font-size: 10pt;
  padding: 0 0 0 0;
  font-weight: 600;
}
.footer_disclaimer a {
  color: #5d3869;
}
.footer_disclaimer a:hover {
  color: #50a4b0;
}
.footer_disclaimer p {
  font-size: 10pt;
}
.footer_bottom {
  width: 100%;
  float: left;
  margin: 0;
  padding: 15px 0;
  background: #5d3869;
  font-size: 17px;
}
.footer_bottom .footer-copy-maker .left {
  display: flex;
}
.footer_bottom .footer-copy-maker .copy_nav {
  float: left;
  margin: 4px 0 0 5px;
}
.footer_bottom .footer-copy-maker .copy_nav li {
  background: none;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1;
  border-left: 2px solid #fff;
}
.footer_bottom .footer-copy-maker .copy_nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer_bottom .footer-copy-maker .copy_nav li a:hover {
  color: #40838d;
}
.footer_bottom i {
  font-size: 18px;
  animation: plus-heart 1s infinite !important;
  -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_bottom .copy_right {
  color: #fff;
  font-size: 14px;
}
.footer_bottom a {
  color: #fff;
}
.footer_bottom a:hover {
  color: #40838d;
}
.footer_bottom .desing_by {
  color: #fff;
  font-size: 14px;
}
.footer_bottom .desing_by a {
  color: #fff;
}
.footer_bottom .desing_by a:hover {
  color: #40838d;
}
.footer_bottom .desing_by i {
  font-size: 18px;
  animation: plus-heart 1s infinite !important;
  -webkit-animation: plus-heart 1s infinite;
  -moz-animation: plus-heart 1s infinite;
  -o-animation: plus-heart 1s infinite;
  -ms-animation: plus-heart 1s infinite;
}
@keyframes plus-heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.review-buttons {
  clear: both;
  white-space: normal;
  width: auto;
}
.review-buttons p {
  display: none;
}
.review-buttons a {
  display: block;
  background-color: #5d3869;
  padding: 10px 15px;
  margin: 10px 0;
  max-width: 215px;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.review-buttons a .btn-text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
.review-buttons a .img-wrapper {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
}
.review-buttons a .logo-img {
  margin: 0 auto;
  width: 100px;
  height: auto;
}
.review-buttons a .star {
  width: 65px;
}
.review-buttons a img {
  filter: brightness(0) invert(1);
}
.review-buttons a:hover {
  background-color: #40838d;
}
