html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  color: #fff;
}
a,
button,
img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
input:focus {
  outline: 0;
}
.clear {
  clear: both;
}
.padding {
  padding: 0;
}
.one_third_img img {
  width: 700px;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.copy_right {
  display: flex;
}
.ss {
  display: block;
}
body {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.wrapper {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
}
.header {
  padding: 15px 0 0 0;
  background: #fff;
}
.header .logo img {
  width: 100%;
  margin: 15px 0 0 0;
}
.header .site_name {
  float: left;
  padding: 0 15px 0 0;
  margin: 35px 0 0 0;
  font-weight: bold;
  font-size: 16px;
  color: #103665;
  text-align: center;
  width: 100%;
}
.header .site_name a {
  text-decoration: none !important;
  color: #000;
}
.header .site_name a:hover {
  color: #a1c08a;
}
.header .site_name i {
  padding: 4px 7px 0 0;
  float: left;
}
.header .short_address {
  margin: 35px 0 0 0;
  font-size: 15px;
  color: #103665;
}
.header .phone {
  margin: 35px 0 0 0;
  font-size: 15px;
}
.header .phone a {
  color: #fff;
  background: #16bae0;
  text-decoration: none !important;
  padding: 5px 10px;
  border-radius: 5px;
}
.header .phone a:hover {
  background: #103665;
}
.header .contact_btn {
  margin: 35px 0 0 15px;
  font-size: 17px;
  float: right;
}
.header .contact_btn ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.header .contact_btn ul li {
  width: auto;
  float: left;
  height: auto;
  margin: 0 0px 0 5px;
  padding: 0;
  list-style: none;
}
.header .contact_btn ul li a {
  color: #fff;
  background: #16bae0;
  text-decoration: none !important;
  padding: 5px 10px;
  border-radius: 5px;
}
.header .contact_btn ul li a:hover {
  background: #103665;
}
.header.sticky {
  background: #fff;
  color: #000;
  position: fixed;
  padding: 0;
  animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
  box-shadow: 0 0 14px rgba(0,0,0,0.5);
  z-index: 999;
  top: 0;
  width: 100%;
}
.header.sticky .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.sticky .logo {
  max-width: 300px;
  margin-right: auto;
}
.header.sticky .text-left,
.header.sticky .text-right {
  display: none;
}
.header.sticky .menu_main {
  border: none;
}
.header.sticky .menu_main .navbar-nav {
  justify-content: end;
}
.white {
  color: #fff;
}
.menu_main {
  float: left;
  width: 100%;
  padding: 15px 0;
  margin: 5px 0 0;
  border-top: 2px solid #000;
}
.menu_main .navbar-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
.menu_main ul li {
  padding: 0 20px;
}
.menu_main ul li a {
  padding: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  background: none !important;
}
.menu_main ul li a:hover {
  color: #16bae0;
}
.menu_main .dropdown-menu {
  background-color: #121212 !important;
  border: none !important;
}
.menu_main .dropdown-menu li {
  padding: 0 12px;
}
.menu_main .dropdown-menu li a {
  color: #333 !important;
  width: 100%;
}
.menu_main .dropdown-menu li a:hover {
  background-color: #16bae0 !important;
  color: #f5f5f5 !important;
}
.menu_main .header-nav > li > ul.dropdown-menu > li > a,
.menu_main .dropdown-menu > li > a {
  padding: 5px 7px !important;
  color: #fff !important;
  border: none !important;
  font-weight: 500;
}
.menu_main .current_page_ancestor .dropdown-toggle,
.menu_main .menu_main .current-menu-item .dropdown-toggle {
  font-weight: 600 !important;
  border-bottom: 1px solid #fff !important;
}
.menu_main .current-menu-item a {
  font-weight: 600 !important;
}
.header-nav ul.dropdown-menu ul.dropdown-menu {
  left: inherit;
  width: 250px;
  right: 100%;
}
.slider_text {
  background: rgba(16,54,101,0.7);
  font-size: 30px !important;
  margin: 0 0 0 145px !important;
  text-align: center;
  color: #fff;
  padding: 15px !important;
  border-radius: 7px;
  font-weight: bold;
  line-height: 45px !important;
}
.home .slider_bottom {
  position: absolute;
}
.slider_bottom {
  float: left;
  width: 100%;
  clear: both;
  z-index: 99;
  margin: -84px 0 0 0;
}
.slider_bottom .question_btn a {
  font-size: 18px;
  color: #fff;
  background: rgba(16,54,101,0.7);
  text-decoration: none;
  font-weight: bold;
  padding: 7px 20px;
  border-radius: 7px;
}
.slider_bottom .question_btn a:hover {
  background: #16bae0;
}
.slider_bottom .select_box p {
  font-size: 18px;
  font-weight: bold;
  width: auto;
  float: left;
  padding: 0 12px 0 0;
  margin: -2px 0 0 0;
  color: #fff;
}
.slider_bottom .select_box .dropdown-menu {
  width: 350px !important;
  background: #103665;
  left: -31px !important;
}
.slider_bottom .select_box .dropdown-menu > li > a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.slider_bottom .select_box .dropdown-menu > li > a:hover {
  background-color: #16bae0 !important;
}
.slider_bottom .dropdown {
  width: 250px;
  float: left;
  margin: -10px 0 0;
}
.slider_bottom .dropdown .btn {
  font-size: 18px;
  font-weight: bold;
  background: rgba(16,54,101,0.7);
  border: 1px solid #103665;
  text-align: left;
  width: 100%;
}
.slider_bottom .dropdown .caret {
  margin-left: 38px !important;
}
.cta_home {
  width: 100%;
  float: left;
  margin: 0;
  padding: 20px 150px 0;
  background: #103665;
}
.cta_home .cta_content_home {
  text-align: center;
}
.cta_home .cta_content_home h3 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.cta_home .cta_content_home a {
  color: #fff;
  font-size: 24px;
  border: 2px solid #fff;
  text-decoration: none !important;
  padding: 10px 40px 10px 70px;
  margin: 11px 0;
  display: inline-block;
  background-image: url(/wp-content/themes/memorialsquare/assets/img/cta-plus.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 18px 10px;
}
.cta_home .cta_content_home a:hover {
  background-color: #16bae0;
}
.cta {
  width: 100%;
  float: left;
  margin: 0;
  padding: 25px 0;
  background: #103665;
}
.cta .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cta .cta_content {
  text-align: center;
}
.cta .cta_content h3 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.cta .cta_content a {
  color: #fff;
  font-size: 24px;
  border: 2px solid #fff;
  text-decoration: none !important;
  padding: 10px 40px 10px 70px;
  margin: 11px 0;
  display: inline-block;
}
.cta .cta_content a:hover {
  background: #16bae0;
}
.cta .cta_content a:before {
  content: "";
  width: 51px;
  height: 51px;
  background: url(../img/cta-plus.png) no-repeat;
  transform: translateY(-50%);
  position: absolute;
  top: 82%;
  background-size: 30px;
  left: 37%;
}
.cta .footer_logo img {
  margin: 0 auto;
}
.map {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.footer {
  width: 100%;
  float: left;
  margin: 0;
  padding: 45px 0;
  height: auto;
  background: #103665;
}
.footer .top_text p {
  color: #fff;
  font-size: 13px;
  font-style: italic;
  padding: 0 0 50px 0;
}
.footer .footer_one h3,
.footer .footer_two h3,
.footer .footer_three h3 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 13px 0;
  text-transform: uppercase;
  margin: 0;
}
.footer .footer_one ul,
.footer .footer_two ul,
.footer .footer_three ul {
  margin: 0;
  padding: 0;
}
.footer .footer_one ul li,
.footer .footer_two ul li,
.footer .footer_three ul li {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 7px 0;
  text-transform: uppercase;
}
.footer .footer_one ul li a,
.footer .footer_two ul li a,
.footer .footer_three ul li a {
  color: #fff;
  font-size: 14px;
}
.footer .footer_one p,
.footer .footer_two p,
.footer .footer_three p {
  color: #fff;
  font-size: 14px;
}
.footer .footer_one strong,
.footer .footer_two strong,
.footer .footer_three strong {
  font-weight: bold;
  padding: 0 0 7px 0;
  display: inline-block;
}
.footer .footer_one a,
.footer .footer_two a,
.footer .footer_three a {
  color: #fff;
}
.footer .follow_links li {
  width: auto !important;
  float: left;
  padding: 0 10px 0 0 !important;
}
.footer .follow_links i {
  font-size: 35px;
}
.footer .follow_links i:hover {
  color: #392e2c;
}
.footer_four h3 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 13px 0;
  text-transform: uppercase;
  margin: 0;
}
.footer_four p {
  color: #fff;
  font-size: 14px;
}
.footer_four strong {
  font-weight: bold !important;
  width: 110px;
  float: left;
}
.footer_three {
  color: #fff;
}
.footer_bootm {
  background: #392e2c;
  color: #fff;
  padding: 25px 0 0 0;
  font-size: 13px;
  float: left;
  width: 100%;
}
.footer_bootm a {
  color: #fff;
}
.copy_right {
  float: left;
  width: auto;
  margin: 0 6px 0 0;
}
.footer-copy-nav {
  margin: 0;
  padding: 0;
  float: left;
  width: auto;
}
.footer-copy-nav li {
  list-style: none;
  width: auto;
  float: left;
  padding: 0 10px 0 10px;
  border-left: 1px solid #fff;
}
.footer-copy-nav a {
  color: #fff;
}
.footer-disclaimer {
  padding: 40px 0;
  font-size: 12px;
}
.main-content-inner {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.offer_text_box p {
  width: auto;
  float: left;
  color: #fff;
  font-size: 36px;
  padding: 0 15px;
  margin: 20px 0;
}
.offer_text_box h2 {
  width: auto;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
}
.hover_boxs img {
  height: 500px !important;
  object-fit: cover;
}
.hover_boxs .home_boxs_content {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0 20px;
}
.hover_boxs .home_boxs_content h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 3px 4px rgba(0,0,0,0.7);
}
.hover_boxs .home_boxs_content h3:after {
  content: " ";
  display: block;
  width: 73px;
  height: 6px;
  background: #fff;
  margin: 11px auto 0;
}
.hover_boxs .home_boxs_content p {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 30px 0 0;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.hover_boxs .home_boxs_content a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 35px;
  display: inline-block;
  margin: 15px 0;
  text-decoration: none !important;
}
.hover_boxs .home_boxs_content a:hover {
  background: #16bae0;
  border: 1px solid #16bae0;
}
.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;
}
.effect-jazz:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.dentist_slider h3 {
  color: #103665 !important;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
}
.testimonail_slider .slick-list {
  padding: 0 0 30px 0;
}
.testimonail_slider .testimonial_thumb {
  width: 100%;
  float: left;
  overflow: hidden;
  display: inline-block;
}
.testimonail_slider .testimonial_thumb img {
  width: 100%;
  height: auto;
}
.testimonail_slider .doctor_name {
  font-weight: bold;
  color: #103665;
  font-size: 24px;
  padding: 0 0 20px 0;
}
.testimonail_slider a {
  font-weight: bold;
  color: #103665;
  font-size: 20px;
  border: 2px solid #103665;
  border-radius: 7px;
  text-decoration: none !important;
  padding: 7px 20px;
  display: inline-block;
}
.testimonail_slider a:hover {
  color: #16bae0;
  border: 2px solid #16bae0;
}
.testimonail_slider .testimonial_thumb a {
  padding: 0 !important;
  border: none !important;
}
.slick-prev {
  left: -55px !important;
  width: 36px !important;
  height: 40px !important;
  background: url(../img/left-arrow.png) no-repeat !important;
  font-size: 0 !important;
}
.slick-next:before,
.slick-prev:before {
  font-size: 0 !important;
}
.slick-next {
  right: -55px !important;
  width: 36px !important;
  height: 40px !important;
  background: url(../img/right-arrow.png) no-repeat !important;
  font-size: 0 !important;
}
.welcome_content h1 {
  font-weight: bold;
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 28px;
}
.welcome_content p {
  line-height: 30px;
  color: #fff;
}
.welcome_content a {
  text-decoration: none !important;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.welcome_content a:hover {
  border-bottom: 1px solid #8784b8;
  color: #8784b8;
}
.inner_main_header {
  padding: 250px 0;
}
.inner_main_header h1 {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.main-inner-content {
  width: 100%;
  float: left;
  margin: 0;
  padding: 20px 0 0 0;
  height: auto;
}
.main-inner-content p {
  line-height: 30px;
  font-weight: 400;
}
.main-inner-content h2 {
  color: #103665;
  margin: 0;
  padding: 0 0 15px 0;
}
.main-inner-content h3 {
  font-weight: bold;
  color: #103665;
  margin: 0;
  padding: 15px 0 15px 0;
}
.main-inner-content a {
  color: #103665;
}
.main-inner-content ul {
  float: left;
  margin: 15px 0;
}
.main-inner-content li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 5px 0;
}
.inner_left {
  padding: 20px 0 0;
}
.inner_left h2 {
  color: #103665;
  margin: 0;
  padding: 0 0 15px 0;
}
.inner_left h3 {
  font-weight: bold;
  color: #103665;
  margin: 0;
  padding: 0 0 15px 0;
}
.inner_left a {
  color: #103665;
}
.inner_left ul {
  float: left;
  margin: 15px 0;
}
.inner_left li {
  float: left;
  width: 100%;
  margin: 0;
  line-height: 25px;
  padding: 0 0 5px 0;
}
.inner_left strong {
  font-weight: 700;
  font-size: 18px;
  padding: 12px 0 0 0;
  display: inline-block;
}
.inner_right #custom_html-2 {
  width: 100%;
  padding: 30px;
  margin: 20px;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  background: url(../img/get-touch-bg-img.jpg) no-repeat;
  background-size: cover;
}
.inner_right #custom_html-2 h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.inner_right #custom_html-2 .side_input {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  background: none;
  padding: 10px 10px;
  color: #fff !important;
}
.inner_right #custom_html-2 .side_inputarea {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  height: 93px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: none;
  color: #fff !important;
}
.inner_right #custom_html-2 .wpcf7-submit {
  background: none;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 5px 0 0 -17px;
}
.inner_right #custom_html-2 .wpcf7-submit:hover {
  background: #16bae0;
}
.inner_right #custom_html-2 :-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.inner_right #custom_html-2 ::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.inner_right #custom_html-2 :-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
.inner_right #custom_html-2 ::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
.inner_right #custom_html-3 {
  width: 100%;
  background: #103665;
  padding: 30px;
  margin: 20px;
  border: 1px solid #103665;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
}
.inner_right #custom_html-3 h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.inner_right #custom_html-3 strong {
  display: block;
  font-weight: bold;
  padding: 25px 0;
}
.inner_right #custom_html-3 a {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 9px 30px;
  display: inline-block;
}
.inner_right #custom_html-3 a:hover {
  background: #103665;
  border: 1px solid #103665;
}
.inner_right #custom_html-4 {
  width: 100%;
  background: #16bae0;
  padding: 30px;
  margin: 20px;
  border: 1px solid #16bae0;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  float: left;
}
.inner_right #custom_html-4 ul {
  padding: 0;
}
.inner_right h3 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.inner_right li {
  list-style: none;
  float: left !important;
  width: 50% !important;
  margin: 0;
  padding: 0 20px 9px !important;
  background: url(../img/arrow.png) no-repeat;
  background-size: 14px;
  background-position: 0 6px;
  font-size: 17px;
}
.call-to-action {
  background: #f3f3f3 url(../img/cta-bg-img.png);
  background-repeat: no-repeat;
  padding: 50px 30px;
  border-radius: 7px;
  margin: 50px 0 0 0;
  font-weight: 600;
  font-size: 18px;
  background-position: center center;
  background-size: 660px;
}
.call-to-action h3 {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  padding: 15px 0 25px 0;
}
.call-to-action a {
  color: #fff;
  background: #103665;
  text-decoration: none;
  padding: 11px 25px;
  margin: 0 25px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
}
.call-to-action a:hover {
  background: #16bae0;
}
.address:before {
  font-family: "FontAwesome";
  content: "\f041";
  display: inline-block;
  padding-right: 7px;
  vertical-align: middle;
  font-weight: 900;
}
.services_boxs .vc_column-inner {
  background: #fff;
  padding: 0 !important;
  overflow: hidden !important;
  display: inline-block !important;
}
.services_boxs h3 {
  font-size: 20px;
  padding: 20px 0;
}
.services_single_img img {
  box-shadow: -20px 20px 42px 0 rgba(0,0,0,0.35);
}
.services_faq {
  box-shadow: -15px 15px 43px 0 rgba(0,0,0,0.11);
  margin: 20px 0 0;
  padding: 60px;
}
.services_faq .wpb_video_widget {
  float: left;
  width: 100%;
}
.services_faq ul,
.services_faq ol {
  padding: 0 0 20px 40px;
  width: 100%;
  float: left;
}
.services_faq li {
  color: #103665;
}
.services_faq p {
  float: left;
  width: 100%;
}
.services_faq h2,
.services_faq h3 {
  display: inline-block;
}
.services_faq strong {
  font-weight: bold !important;
}
.services_req_btn a {
  background: #103665 !important;
  color: #fff !important;
  font-size: 18px !important;
  text-transform: uppercase;
  line-height: 19px !important;
  letter-spacing: 1.8px !important;
  border-radius: 0 !important;
  padding: 15px 45px !important;
  box-shadow: -5px 5px 16px 0 rgba(0,0,0,0.17) !important;
}
.services_req_btn a:hover {
  background: #16bae0 !important;
}
.team_heading {
  padding: 0 !important;
}
.view_more_btn {
  float: left;
  width: 100%;
}
.view_more_btn a {
  padding: 0 0 15px 0;
  float: left;
  width: 100%;
}
.view_more_btn a:after {
  content: "";
  width: 50px;
  height: 54px;
  background: url(../img/view-profile.png) no-repeat;
  display: inline-block;
  background-position: 7px 20px;
  background-size: 24px;
  position: absolute;
  bottom: 18px;
  z-index: 99999;
}
.view_more_btn_second {
  float: left;
  width: 100%;
}
.view_more_btn_second a {
  padding: 0 0 15px 0;
  float: left;
  width: 100%;
}
.view_more_btn_second a:after {
  content: "";
  width: 50px;
  height: 54px;
  background: url(../img/view-profile.png) no-repeat;
  display: inline-block;
  background-position: 7px 13px;
  background-size: 24px;
  position: absolute;
  bottom: 18px;
  z-index: 99999;
}
.team_box h3 {
  padding: 0;
  font-size: 25px;
}
.team_box h4 {
  font-size: 20px;
  background: url(../img/view-profile.png) no-repeat;
  background-position: 295px 2px;
}
.team_box a:hover {
  color: #103665 !important;
}
.back_btn {
  z-index: 999 !important;
}
.back_btn h5 {
  font-size: 18px;
  color: #103665;
  font-weight: 600;
  padding: 0 40px;
  background: url(../img/back-arrow.png) no-repeat;
  background-position: 24px 6px;
  background-size: 8px;
}
.team_content h2 {
  padding: 0;
}
.team_content h4 {
  padding: 0;
  margin: 5px 0 30px;
}
.req_app_form {
  background: #f5f5f5;
  padding: 20px;
}
.req_app_form ::-webkit-input-placeholder {
  color: #1b1b1b;
}
.req_app_form :-ms-input-placeholder {
  color: #1b1b1b;
}
.req_app_form ::placeholder {
  color: #1b1b1b;
}
.req_app_form .wpcf7 input[type="text"],
.req_app_form .wpcf7 input[type="email"] {
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  line-height: 25px;
  height: auto;
  font-size: 14px;
  color: #333;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  font-family: inherit;
  margin: 0 0 15px 0;
  border-radius: 3px;
}
.req_app_form select {
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  line-height: 25px;
  height: auto;
  font-size: 14px;
  color: #333;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  font-family: inherit;
  margin: 0 0 15px 0;
  border-radius: 3px;
}
.req_app_form .wpcf7 textarea {
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  font-family: inherit;
  margin: 5px 0 15px 0;
  border-radius: 3px;
  height: 150px;
}
.req_app_form .wpcf7-submit {
  font-size: 20px;
  background: #103665;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 5px;
}
.req_app_form .wpcf7-submit:hover {
  background: #16bae0;
}
.accordation_new .vc_tta-panel {
  margin: 0 0 15px 0;
}
.accordation_new .vc_tta-panel-heading {
  background: #16bae0 !important;
  border-color: #16bae0 !important;
  border-radius: 0 !important;
}
.accordation_new .vc_tta-panel-title a {
  font-size: 18px !important;
  color: #fff !important;
}
.accordation_new .vc_tta-panel-title {
  font-size: 18px !important;
  color: #fff !important;
}
.accordation_new .vc_tta-panel-body {
  background: #fff !important;
}
.accordation_new .vc_tta-controls-icon::before,
.accordation_new .vc_tta-controls-icon::after {
  border-color: #fff !important;
}
.single_service_list li {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 40px 15px;
  background: url(../img/single-service-stik.jpg) no-repeat;
  background-size: 30px;
  background-position: 0 5px;
  list-style: none;
  font-weight: 500;
}
.team_main_section {
  width: 100%;
  float: left;
  margin: 0;
  padding: 30px 0;
  height: auto;
  background: #f9f9f9;
}
.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;
  height: auto;
}
.therapist-card__therapist-avatar img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  object-fit: cover;
  height: auto;
}
.therapist-card__quote {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.063em;
  line-height: 1.389;
}
.therapist-card__detail {
  padding-left: 0;
  width: calc(100%);
  opacity: 0.92;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  width: 98%;
  background: #16bae0;
  text-align: center;
}
.therapist-card__title {
  font-size: 30px;
  letter-spacing: 0.042em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.therapist-card__disciplines {
  color: #103665;
  font-size: 22px;
  letter-spacing: 0.046em;
  margin-bottom: 0;
  color: #fff;
}
.view-profile {
  position: relative;
  top: 45%;
}
.therapist-card__hover-content {
  visibility: hidden;
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  height: 100%;
}
.therapist-card__hover {
  background-color: transparent;
  padding: 40px 35px 20px;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  vertical-align: middle;
  align-items: center;
  text-align: center;
}
.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;
}
.therapist-card__hover span {
  font-size: 1.8rem;
  color: #103665;
}
.therapist-card__hover svg {
  width: 20px;
  height: 20px;
  fill: #103665;
  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: 0 0 0;
  padding: 30px 0 0 0;
  height: auto;
}
.team_right img {
  height: 850px;
  width: 100%;
  object-fit: contain;
}
.product_title {
  font-weight: bold;
  color: #1b1b1b;
  margin: 0;
}
.desingation {
  margin: 0;
  font-size: 25px;
  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: #16bae0;
  color: #fff;
  padding: 15px 80px;
  text-decoration: none;
  border: 1px solid #16bae0;
}
.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: #103665;
}
.back_team i {
  margin: 0 5px 0 0;
  font-size: 23px;
}
.back_team a:hover {
  color: #000;
}
.team_cta {
  margin: 0 0 50px 0 !important;
}
.product_description {
  padding: 0 70px;
}
.contact_us_form {
  padding: 20px;
}
.contact_us_form ::-webkit-input-placeholder {
  color: #676767;
}
.contact_us_form :-ms-input-placeholder {
  color: #676767;
}
.contact_us_form ::placeholder {
  color: #676767;
}
.contact_us_form .wpcf7 input[type="text"],
.contact_us_form .wpcf7 input[type="email"] {
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #676767;
  line-height: 25px;
  height: auto;
  font-size: 14px;
  color: #333;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  font-family: inherit;
  margin: 0 0 15px 0;
  border-radius: 6px;
}
.contact_us_form select {
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #676767;
  line-height: 25px;
  height: auto;
  font-size: 14px;
  color: #333;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  font-family: inherit;
  margin: 0 0 15px 0;
  border-radius: 7px;
}
.contact_us_form .wpcf7 textarea {
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #676767;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  font-family: inherit;
  margin: 0 0 25px 0;
  border-radius: 6px;
  height: 150px;
}
.contact_us_form .wpcf7-submit {
  font-size: 17px;
  background: #16bae0;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
}
.contact_us_form .wpcf7-submit:hover {
  background: #16bae0;
}
.download_btn a {
  background: #103665;
  color: #fff;
  padding: 15px 30px;
  border-radius: 7px;
}
.download_btn a:hover {
  background: #16bae0;
}
.lightbox_page-template-default #wprmenu_bar {
  display: none !important;
}
.review_box {
  margin: 0 0 20px 0 !important;
  background: #16bae0;
  color: #fff;
  padding: 10px;
  border-radius: 7px;
}
.review_box a {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}
.review_box a:hover {
  color: #103665;
}
.page-list .children {
  width: 100%;
  padding: 0 40px 0 !important;
  margin: 0;
}
.accordation_sections .vc_tta-panel-heading {
  background: #16bae0 !important;
  padding: 6px 12px !important;
  color: #fff;
}
.accordation_sections .vc_tta-panel-title a {
  color: #fff !important;
  padding: 10px 40px !important;
}
.accordation_sections .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
.accordation_sections .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-controls-icon::after,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
#custom_html-3 strong {
  font-weight: bold !important;
  width: 110px;
  float: left;
  padding: 0 !important;
}
#custom_html-3 p {
  font-size: 16px;
}
.page-id-302 .main-inner-content ul li {
  line-height: 1.5 !important;
  padding: initial;
}
.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: #103665;
  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;
  color: #103665;
  border-bottom: 1px solid #eee;
}
.modal-title h4 {
  font-size: 17px;
}
.modal-body {
  padding: 15px 35px !important;
}
.main_content_inner h3 {
  font-weight: 600;
  color: #103665;
  margin: 0;
  padding: 0 0 15px 0;
  float: left;
  width: 100%;
}
.team_main_title h2 {
  font-weight: 700;
  color: #007278;
  margin: 0;
  padding: 15px 0 15px;
}
#wpfront-notification-bar {
  background: #103665 !important;
}
.wpb_text_column table tr td {
  padding: 5px 10px;
  width: 50%;
  border: 1px solid #000;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    opacity: 0;
    transform: translate3d(0,-100%,0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
