@charset "UTF-8";


html {
font-size: 1.0625rem;
}
@media (max-width: 575px) {
html {
font-size: 1rem;
}
}
body {
line-height: 1.6;
}
body.media {
display: block;
}
body.no-scrolling {
overflow: hidden;
}
@media (max-width: 1200px) {
body {
margin-bottom: 52px;
}
}
a,
button {
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
button {
cursor: pointer;
}
a:focus {
outline-style: dotted;
outline-width: 1px;
}
a:not(.btn) {
text-decoration: underline;
}
p:last-of-type {
margin-bottom: 0;
}
img,
svg {
max-width: 100%;
height: auto;
}
input:focus,
select:focus,
textarea:focus,
[tabindex]:not([tabindex='-1']):focus {
outline-style: dotted;
outline-width: 2px;
}
.pt-6 {
padding-top: 70px;
}
.pb-6 {
padding-bottom: 70px;
}
.py-6 {
padding-top: 70px;
padding-bottom: 70px;
}
.pt-7 {
padding-top: 100px;
}
.pb-7 {
padding-bottom: 100px;
}
.py-7 {
padding-top: 100px;
padding-bottom: 100px;
}
@media (max-width: 575px) {
.pt-6,
.pt-7 {
padding-top: 60px;
}
.pb-6,
.pb-7 {
padding-bottom: 60px;
}
.py-6,
.py-7 {
padding-top: 60px;
padding-bottom: 60px;
}
}
.btn-skip-content {
position: fixed !important;
top: 0;
left: 0;
z-index: 1032 !important;
color: white;
border: 1px solid white;
padding: .375rem .75rem;
}
.btn-skip-nav {
position: absolute !important;
top: 0;
left: 0;
z-index: 1030;
color: white;
border: 1px solid white;
padding: .375rem .75rem;
}
.mobile-cta a {
width: 50%;
border: 1px solid black;
font-size: .88rem;
font-weight: 600;
padding: 13.5px 10px;
text-transform: uppercase;
letter-spacing: .05em;
text-decoration: none !important;
background: #004D84;
color: white;
}
.mobile-cta a:hover,
.mobile-cta a:focus {
background: white;
color: #004D84;
}
.mobile-cta a:focus {
outline: inherit;
}
@media (max-width: 575px) {
.cta-shortcode {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.cta-shortcode .btn {
width: 100%;
margin: 0 0 1rem !important;
}
}
.wow {
opacity: 0;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
-webkit-transition: opacity .3s ease-in;
}
.animation-finished {
opacity: 1;
-webkit-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
}
.grecaptcha-badge {
display: none !important;
}
.wow {
visibility: visible !important;
}
@media (max-width: 575px) {
.flc-cta .btn {
width: 100%;
margin: 0 0 1rem !important;
}
.flc-cta .btn:last-of-type {
margin-bottom: 0 !important;
}
}
.yt-image::after {
content: "";
background-image: url(//www.danielbenhurimd.com/wp-content/themes/flc/dist/images/yt.svg);
position: absolute;
width: 14%;
height: 20%;
top: 7%;
right: 6%;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.yt-image .embed-responsive-item {
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
body,
.bg-white,
.text-body {
color: #494949;
}
.text-white a:not(.btn) {
color: white;
}
.bg-primary a:focus,
.bg-tetriary a:focus,
.white-outline a:focus {
outline-color: white !important;
}
.bg-primary a:not(.btn),
.bg-tetriary a:not(.btn),
.white-outline a:not(.btn) {
color: white;
}
.bg-primary a .svg-inline--fa,
.bg-tetriary a .svg-inline--fa,
.white-outline a .svg-inline--fa {
border-bottom: 1px solid white;
padding-bottom: 2px;
}
.bg-primary {
color: white;
}
hr {
border-color: #d0d0d0;
}
.alignnone {
margin-left: 0;
margin-right: 0;
max-width: 100%;
height: auto;
}
.aligncenter {
display: block;
margin: 1rem auto;
height: auto;
}
.alignleft,
.alignright {
margin-bottom: 1rem;
height: auto;
}
@media (min-width: 576px) {
.alignleft {
float: left;
margin-right: 1rem;
}
.alignright {
float: right;
margin-left: 1rem;
}
}
@media (max-width: 575px) {
.alignleft,
.alignright {
width: 100%;
direction: block;
}
}
body#tinymce {
margin: 12px !important;
}
.btn {
border-radius: 0 !important;
font-size: .94rem !important;
font-weight: 600 !important;
padding: 13.5px 27px !important;
text-transform: uppercase;
letter-spacing: .05em;
text-decoration: none !important;
z-index: 1;
}
.btn:focus {
box-shadow: unset;
outline: none !important;
}
.btn .svg-inline--fa {
border-bottom: none !important;
}
.btn-underline {
color: black;
border: none;
border-bottom: 2px solid black;
background: transparent !important;
-webkit-transition: .2s linear;
-o-transition: .2s linear;
transition: .2s linear;
position: relative;
overflow: hidden;
min-width: 245px;
text-align: left;
}
.btn-underline::before {
content: '';
position: absolute;
z-index: -1;
top: 100%;
left: 0;
width: 100%;
height: 100%;
background: black;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.btn-underline:hover,
.btn-underline:focus,
.btn-underline:not(:disabled):not(.disabled):active {
color: white;
}
.btn-underline:hover::before,
.btn-underline:focus::before,
.btn-underline:not(:disabled):not(.disabled):active::before {
top: 0;
}
.btn-underline.btn-white {
color: white;
border-color: white;
}
.btn-underline.btn-white::before {
background: white;
}
.btn-underline.btn-white:hover,
.btn-underline.btn-white:focus,
.btn-underline.btn-white:not(:disabled):not(.disabled):active {
color: black;
}
.btn-black {
background: white;
color: black;
border-color: black;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:not(:disabled):not(.disabled):active {
background: black;
color: white;
}
.btn-grey {
background: #8a8290;
color: white;
border-color: #8a8290;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:not(:disabled):not(.disabled):active {
background: white;
color: #8a8290;
}
.btn-blue {
background: #004D84;
color: white;
border-color: white !important;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:not(:disabled):not(.disabled):active {
background: white;
color: #004D84;
border-color: #004D84;
}
.btn-purple {
background: #84004D;
color: white;
border-color: white !important;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:not(:disabled):not(.disabled):active {
background: white;
color: #84004D;
border-color: #84004D;
}
@media (max-width: 575px) {
.btn-underline {
width: 100%;
padding: 13px;
text-align: center;
}
}
.gform_wrapper label {
margin-bottom: 0;
font-size: .9rem;
font-weight: 500;
display: block;
}
.gform_wrapper label .gfield_required {
margin-left: 5px;
color: inherit;
}
.gform_wrapper label .gfield_required_text {
font-size: 80%;
font-weight: 500;
margin: 0;
}
.gform_wrapper .gform_fields {
padding: 0;
list-style: none;
}
.gform_wrapper input[type="email"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper select,
.gform_wrapper textarea {
width: 100% !important;
border: 1px solid #134872;
padding: 8px 13px !important;
font-size: 0.9rem !important;
}
.gform_wrapper select {
padding: 9px 13px !important;
}
.gform_wrapper .gfield {
margin-bottom: 1rem;
}
.gform_wrapper .hidden_label label {
display: none;
}
.gform_wrapper .privacy-notice {
font-size: .65rem;
}
.gform_wrapper .gform_validation_container {
display: none !important;
position: absolute !important;
left: -9000px;
}
.transaction-form br {
display: none;
}
.transaction-form #Submit {
border-radius: 0;
font-size: .88rem;
font-weight: 600;
padding: 13.5px 22px;
text-transform: uppercase;
letter-spacing: .05em;
text-decoration: none !important;
z-index: 1;
background: black;
color: white;
border: 1px solid black;
cursor: pointer;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.transaction-form #Submit:hover,
.transaction-form #Submit:focus {
background: white;
color: black;
}
.navbar-brand img {
width: auto;
max-height: 50px;
}
.navbar .navbar-collapse {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
z-index: 99;
}
.dropdown-item.active,
.dropdown-item:active {
background: transparent;
}
.navbar-nav a:focus,
.navbar-nav a:hover {
background: transparent;
}
.navbar:not(.highlight-active) .navbar-nav .nav-link.highlighted {
background-color: white;
}
.nav-link:focus,
.nav-link:hover {
text-decoration: underline;
}
.navbar-dark .navbar-nav .nav-link {
color: white;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: white;
}
.navbar-dark .dropdown-item {
color: white;
}
.navbar-dark .navbar-nav .active>.nav-link {
color: white;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show {
color: white;
}
.navbar-dark .navbar-nav .show>.nav-link {
color: white;
}
.navbar-dark .navbar-toggler {
color: white;
border-color: white;
}
.navbar-dark .navbar-toggler span {
background: white;
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow,
.navbar-dark .navbar-nav.sm-collapsible .sub-arrow {
border-color: white;
}
.navbar-dark .dropdown-menu {
border-color: white;
}
.navbar-light .navbar-nav .nav-link {
color: gray;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: gray;
}
.navbar-light .dropdown-item {
color: gray;
}
.navbar-light .navbar-nav .active>.nav-link {
color: gray;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show {
color: gray;
}
.navbar-light .navbar-nav .show>.nav-link {
color: gray;
}
.navbar-light .navbar-toggler {
color: gray;
border-color: gray;
}
.navbar-light .navbar-toggler span {
background: #000;
}
.navbar-light .navbar-nav.sm-collapsible .nav-link .sub-arrow,
.navbar-light .navbar-nav.sm-collapsible .sub-arrow {
border-color: gray;
}
.navbar-light .dropdown-menu {
border-color: gray;
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(128, 128, 128, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.dropdown-menu {
border-radius: 0;
}
.navbar-toggler {
position: relative;
height: 52px;
width: 70px;
}
.navbar-toggler span {
border: none;
height: 4px;
width: 55px;
position: absolute;
top: 5px;
left: 50%;
-webkit-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
cursor: pointer;
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
background: white;
}
.navbar-toggler span:nth-of-type(2) {
top: 23px;
}
.navbar-toggler span:nth-of-type(3) {
top: 41px;
}
.navbar-toggler[aria-expanded="true"] .top {
-webkit-transform: translateY(18px) translateX(-50%) rotate(45deg);
-o-transform: translateY(18px) translateX(-50%) rotate(45deg);
transform: translateY(18px) translateX(-50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .middle {
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bottom {
-webkit-transform: translateY(-18px) translateX(-50%) rotate(-45deg);
-o-transform: translateY(-18px) translateX(-50%) rotate(-45deg);
transform: translateY(-18px) translateX(-50%) rotate(-45deg);
}
@media (max-width: 575px) {
.navbar-toggler {
height: 36px;
}
.navbar-toggler span {
height: 3px;
width: 47px;
top: 0;
}
.navbar-toggler span:nth-of-type(2) {
top: 15px;
}
.navbar-toggler span:nth-of-type(3) {
top: 31px;
}
.navbar-toggler[aria-expanded="true"] .top {
-webkit-transform: translateY(15px) translateX(-50%) rotate(45deg);
-o-transform: translateY(15px) translateX(-50%) rotate(45deg);
transform: translateY(15px) translateX(-50%) rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .bottom {
-webkit-transform: translateY(-15px) translateX(-50%) rotate(-45deg);
-o-transform: translateY(-15px) translateX(-50%) rotate(-45deg);
transform: translateY(-15px) translateX(-50%) rotate(-45deg);
}
}
.navbar-highlight {
position: absolute;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
background: #e4335c;
z-index: 1;
}
@media (max-width: 991px) {
.fixed-top {
z-index: 1031;
max-height: 100vh;
}
}
.flc-submenu+p {
margin-top: 1rem;
}
.flc-submenu ul {
list-style: none;
padding: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 -7px;
}
@media (max-width: 767px) {
.flc-submenu ul {
margin: 0;
}
}
.flc-submenu li {
width: 50%;
padding: 7px;
}
@media (max-width: 767px) {
.flc-submenu li {
width: 100%;
padding: 2px 0;
}
}
.flc-submenu a {
color: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
height: 100%;
border-style: solid;
border-width: 1px;
text-decoration: none !important;
outline: 0;
text-transform: uppercase;
font-size: .88rem;
letter-spacing: .05em;
padding: 13.5px 22px;
font-weight: 600;
}
.flc-submenu a:focus,
.flc-submenu a:hover {
background: white !important;
}
.submenu-column ul {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-line-pack: center;
align-content: center;
}
.breadcrumb {
background: transparent !important;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
margin-bottom: 0;
}
@media (max-width: 991px) {
.breadcrumb {
padding-top: 0;
}
}
@media (max-width: 575px) {
.breadcrumb {
font-size: .825rem;
}
}
.header-image ol {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.header-image .breadcrumb-item.active {
color: white;
}
.breadcrumb-item+.breadcrumb-item::before {
color: white;
}
.socials a,
.sharing a {
margin-right: .5rem;
color: #004D84;
font-size: 1rem;
}
a .fa-stack .svg-inline--fa:last-of-type {
border-bottom: transparent !important;
}
.sharing-text {
padding-bottom: 5px;
margin-right: 5px;
}
.header-image {
height: 22.65vw;
position: relative;
overflow: hidden;
min-height: 350px;
}
.header-image::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: black;
opacity: .4;
}
.header-image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
.header-image h1 {
font-size: 2rem;
letter-spacing: 0.025em;
font-weight: 500;
}
.header-image>.container {
position: absolute;
bottom: 15px;
right: 0;
left: 0;
text-align: center;
}
@media (max-width: 575px) {
.header-image {
min-height: 220px;
height: auto;
}
.header-image img {
position: absolute;
top: 0;
left: 0;
z-index: -1;
-o-object-position: 18% 50%;
object-position: 18% 50%;
}
.header-image .container {
position: relative;
bottom: 0;
padding: 140px 15px 15px;
}
.header-image .page-header h1 {
font-size: 1.65rem;
}
} header.banner {
}
@media (max-width: 440px) {
header.banner {
top: 67px;
}
}
header.banner :focus {
outline-color: white;
}
header.banner.menu-opened {
z-index: 9999999999999;
}
header.banner .flc-logo-svg {
width: 430px;
}
header.banner .flc-logo-svg svg {
display: block;
}
header.banner .btn-wcag {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 53px;
height: 53px;
padding: 0;
border-radius: 0;
color: black;
border: 1px solid black;
background: white;
font-size: 1.25rem;
margin-left: 190px;
}
header.banner .btn-wcag:hover,
header.banner .btn-wcag:focus {
background: black;
color: white;
}
header.banner .navbar {
padding: 0;
}
header.banner .navbar-nav:not(.sm-collapsible) .sub-arrow {
display: none;
}
header.banner .navbar-nav .fa-angle-down {
font-size: .6rem;
top: -2px;
position: relative;
}
header.banner .navbar-nav .nav-link {
font-weight: 600;
font-size: 1.125rem;
padding: 0 15px;
font-weight: 700;
}
header.banner .navbar-toggler {
z-index: 999; }
header.banner .navbar-toggler[aria-expanded="true"] {
position: fixed;
right: 177px;
top: 56px;
-webkit-transform: none;
-o-transform: none;
transform: none;
}
@media (max-width: 767px) {
header.banner .navbar-toggler[aria-expanded="true"] {
right: 20px;
}
}
header.banner .navbar-collapse{
position:fixed;
inset:0;
width:100%;
height:100vh;
opacity:0;
visibility:hidden;
pointer-events:none;
background:rgba(0,0,0,.9);
transition:opacity .3s ease, visibility .3s ease;
overflow-y:auto;
z-index:9999;
}
header.banner .navbar-collapse.show{
opacity:1;
visibility:visible;
pointer-events:auto;
}
header.banner .navbar-nav {
height: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
header.banner .navbar-nav.hidden {
opacity: 0;
}
header.banner .navbar-nav .nav-link {
font-size: 1.5rem;
letter-spacing: .075em;
font-weight: 600;
text-transform: uppercase;
line-height: 1.2;
margin-bottom: 1.75rem;
color: white;
text-align: center;
}
@media (max-width: 1350px) {
header.banner { }
header.banner .btn-wcag {
margin-left: 120px;
}
header.banner .navbar-toggler { }
header.banner .navbar-toggler[aria-expanded="true"] {
right: 120px;
}
}
@media (max-width: 1199px) {
header.banner .cta-shortcode {
display: none !important;
}
}
@media (max-width: 991px) {
header.banner .flc-logo-svg {
width: 300px;
}
}
@media (max-width: 575px) {
header.banner {
padding: 15px;
}
header.banner .navbar-brand {
margin: 0;
}
header.banner .flc-logo-svg {
width: 200px;
}
header.banner .btn-wcag {
width: 45px;
height: 45px;
font-size: 1rem;
margin-left: 105px;
}
header.banner .navbar-toggler[aria-expanded="true"] {
right: 82px;
top: 44px;
}
header.banner .navbar-nav .nav-link {
font-size: 1.15rem;
margin-bottom: 1.25rem;
}
}
@media (max-width: 400px) {
header.banner .flc-logo-svg {
width: 180px;
}
}
@media (max-width: 340px) {
header.banner {
padding: 15px 10px;
}
header.banner .flc-logo-svg {
width: 150px;
}
header.banner .right-side {
padding-top: 15px !important;
}
header.banner .btn-wcag {
margin-left: 65px;
}
header.banner .navbar-toggler {
right: -55px;
}
header.banner .navbar-toggler[aria-expanded="true"] {
right: 64px;
top: 35px;
}
}
aside.sidebar h2 {
font-size: 1.5rem;
margin: 0 0 20px;
text-transform: uppercase;
letter-spacing: .1em;
}
aside.sidebar .latest-posts-sidebar {
list-style: none;
padding: 0;
}
aside.sidebar .latest-posts-sidebar a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
}
aside.sidebar .latest-posts-sidebar img {
min-width: 125px;
-webkit-box-flex: 0;
-ms-flex: 0 0 125px;
flex: 0 0 125px;
}
aside.sidebar .latest-posts-sidebar time {
font-weight: 400;
display: block;
color: #797979;
margin-top: 3px;
}
aside.sidebar .latest-posts-sidebar li {
margin-bottom: 20px;
}
aside.sidebar .latest-posts-sidebar .sidebar-posts-content {
font-size: .875rem;
font-weight: 600;
color: #3b404d;
padding-left: 10px;
}
footer.content-info .sr-only-focusable {
position: absolute;
border: 2px solid;
}
footer.content-info .footer-top {
padding: 100px 0 80px;
}
footer.content-info .footer-top h2 {
font-size: 2.35rem;
letter-spacing: .025em;
font-weight: 500;
text-transform: normal;
line-height: 1.2;
margin-bottom: 2rem;
}
footer.content-info .footer-top h2 small {
display: block;
font-size: 1.17rem;
letter-spacing: 0;
font-weight: 400;
margin-top: .25rem;
}
footer.content-info .footer-top .footer-details {
border-left: 28px solid #004D84;
}
footer.content-info .footer-top .footer-details h3 {
font-size: 1.17rem;
font-weight: 700;
margin-right: 24px;
min-width: 88px;
}
footer.content-info .footer-top .footer-details .phone_anchor {
color: black;
}
footer.content-info .footer-top .footer-details .footer-details-single {
margin: 0 0 10px -23px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
footer.content-info .footer-top .footer-details .footer-details-single:not(:last-child) {
margin-bottom: 35px;
}
footer.content-info .footer-top .footer-details .footer-details-single>.svg-inline--fa {
color: white;
width: 1rem;
height: auto;
margin: 5px 20px 0 0;
}
footer.content-info .footer-top .socials {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: -8px 0 0 -6px;
}
footer.content-info .footer-top .socials a {
font-size: 1.25rem;
display: block;
margin: 0;
}
footer.content-info .footer-bottom {
font-size: .888rem;
padding: 45px 0;
border-top: 2px solid #004D84;
}
footer.content-info .footer-bottom .nav li:not(:last-of-type) {
margin-right: 24px;
position: relative;
}
footer.content-info .footer-bottom .nav li:not(:last-of-type)::after {
content: ' | ';
position: absolute;
top: 50%;
right: -15px;
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
footer.content-info .footer-bottom .nav a {
padding: 0;
text-decoration: underline;
color: #000;
text-transform: uppercase;
}
@media (max-width: 575px) {
footer.content-info .footer-top {
padding: 60px 0;
}
footer.content-info .footer-top .footer-details h3 {
width: 75px;
min-width: 75px;
}
footer.content-info .footer-top .socials {
margin-top: 0;
}
footer.content-info .google-map {
height: 300px;
}
footer.content-info .footer-bottom {
padding: 25px 0;
}
footer.content-info .footer-bottom .nav li:not(:last-of-type) {
margin-right: 0;
}
footer.content-info .footer-bottom .nav li:not(:last-of-type)::after {
display: none;
}
}
@media (max-width: 410px) {
footer.content-info .footer-top .socials a {
font-size: .9rem;
}
}
@media (max-width: 374px) {
footer.content-info .footer-top .socials {
margin-left: -4px;
}
}
@media (max-width: 320px) {
footer.content-info .footer-top .socials a {
font-size: .75rem;
}
}
.bg-image {
background-size: cover;
background-position: center;
}
.padding-section {
padding: 90px 0;
}
.content-section-lg {
padding: 120px 0;
}
@media (max-width: 575px) {
.padding-section {
padding: 60px 0;
}
}
.home-section {
overflow: hidden;
position: relative;
}
.home h1,
.home h2,
.home-sections h1,
.home-sections h2 {
font-size: 2.2rem;
font-weight: 500;
line-height: 1.2;
margin-bottom: 1.75rem;
}
@media (max-width: 575px) {
.home h1,
.home h2,
.home-sections h1,
.home-sections h2 {
font-size: 1.7rem;
margin-bottom: 1.25rem;
}
}
.home-jumbotron {
min-height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding: 140px 0;
position: relative;
z-index: 1;
}
.home-jumbotron::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: black;
opacity: .3;
z-index: -1;
}
.home-jumbotron :focus {
outline-color: white;
}
.home-jumbotron .title {
font-size: 4.9rem;
margin: 0;
line-height: 1;
}
.home-jumbotron .title small {
font-size: 1.75rem;
display: block;
margin-top: 0.65rem;
text-transform: uppercase;
letter-spacing: .25em;
}
.home-jumbotron .phone_anchor {
font-size: 2.22rem;
letter-spacing: -.05em;
font-weight: 600;
}
@media (max-width: 1199px) {
.home-jumbotron .title {
font-size: 3.5rem;
}
.home-jumbotron .title small {
font-size: 1.5rem;
}
.home-jumbotron .phone_anchor {
font-size: 1.5rem;
}
}
@media (max-width: 991px) {
.home-jumbotron .title {
font-size: 3rem;
}
.home-jumbotron .title small {
font-size: 1.3rem;
}
.home-jumbotron .phone_anchor {
font-size: 1.3rem;
}
}
@media (max-width: 575px) {
.home-jumbotron {
min-height: 1px;
padding: 250px 15px 40px;
}
.home-jumbotron .title {
font-size: 8.5vw;
text-shadow: 0 0 10px black;
}
.home-jumbotron .title small {
font-size: 3.75vw;
margin-top: 2.5vw;
}
.home-jumbotron .phone_anchor {
font-size: 1.2rem;
}
}
.content-section-2 .img-column {
position: relative;
}
.content-section-2 .img-column::after {
content: '';
width: 135%;
height: 100%;
position: absolute;
bottom: -46px;
left: -210px;
background-image: url(//www.danielbenhurimd.com/wp-content/themes/flc/dist/images/signature.svg);
background-position: left bottom;
background-size: 100%;
background-repeat: no-repeat;
}
@media (max-width: 1199px) {
.content-section-2 .img-column::after {
width: 100%;
height: 100%;
bottom: -8%;
left: -15%;
}
}
@media (max-width: 575px) {
.content-section-2 .img-column::after {
width: 85%;
bottom: -20px;
left: -10px;
}
}
.home-procedures-bg {
min-height: 595px;
padding: 50px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.home-procedures-bg .item {
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
opacity: 0;
}
.home-procedures-bg .item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
}
.home-procedures-bg .item:first-of-type {
opacity: 1;
}
@media (max-width: 767px) {
.home-procedures-bg {
height: auto;
}
}
@media (max-width: 575px) {
.home-procedures-bg .item {
background-position-x: 67%;
}
}
.services-section {
overflow: visible;
z-index: 1;
}
.home-procedures-links {
padding: 32px 0 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.home-procedures-links .nav-link {
color: black;
border: 1px solid black;
margin: 0 20px 20px;
border-radius: 10px;
}
.home-procedures-links .nav-link:focus {
outline: 2px solid black !important;
}
.home-procedures-links .nav-link.active {
color: white;
background: black;
}
.home-procedures-links .nav-link.active::before {
top: 0;
}
.home-procedures .home-procedures-content {
width: 100%;
}
.home-procedures .home-procedures-content :focus {
outline-color: white;
}
.home-procedures .home-procedures-content .subpages-list {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
}
.home-procedures .home-procedures-content .subpages-list li {
padding: 25px 20px 0 0;
width: 33.333333%;
font-weight: 600;
}
@media (max-width: 991px) {
.home-procedures-links .nav-link {
font-size: .75rem;
}
.home-procedures .home-procedures-content .subpages-list li {
width: 50%;
padding: 25px 15px 0 0;
}
}
@media (max-width: 767px) {
.home-procedures {
height: auto;
padding: 10px 15px;
}
.home-procedures-links .nav-link {
font-size: .725rem;
}
.home-procedures .home-procedures-content h2 {
padding: 0;
font-size: 2rem;
}
}
@media (max-width: 575px) {
.home-procedures-links {
padding: 0 0 10px;
}
.home-procedures-links .nav-item {
width: 100%;
}
.home-procedures-links .nav-link {
padding: 10px 5px;
font-size: .85rem;
margin: 0 0 8px;
}
.home-procedures .home-procedures-content h2 {
margin-bottom: 1rem;
}
.home-procedures .home-procedures-content .subpages-list li {
width: 100%;
padding: 6px 0;
}
}
@media (max-width: 374px) {
.home-procedures-links .nav-link {
font-size: .725rem;
}
}
.content-3-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
background: white;
color: #004d84 !important;
font-size: 1.75rem;
line-height: 1.5;
text-decoration: none !important;
padding: 25px;
border: 2px solid white;
font-weight: 700;
}
.content-3-link::after {
content: '';
height: 4px;
background: #004d84;
width: calc(100% + 20px);
margin: 20px 0 0 -10px;
-webkit-transition: .2s;
-o-transition: .2s;
transition: .2s;
}
.content-3-link:hover,
.content-3-link:focus {
background: #004d84;
color: white !important;
}
.content-3-link:hover::after,
.content-3-link:focus::after {
background: white;
}
@media (max-width: 575px) {
.content-3-link {
font-size: 1.6rem;
}
}
.cta-section {
background-image: url(//www.danielbenhurimd.com/wp-content/themes/flc/dist/images/signature-white.svg);
background-size: 135%;
background-position: 23% 50%;
background-attachment: fixed;
}
.cta-section .cta-shortcode {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 575px) {
.cta-section {
background-size: cover;
background-position: center;
background-attachment: initial;
}
}
.blog-section {
padding-left: 70px;
padding-right: 70px;
}
.blog-section .home-posts-top {
padding: 0 105px;
margin-bottom: 10px;
}
.blog-section .blog-link {
font-size: .88rem;
text-transform: uppercase;
font-weight: 700;
letter-spacing: .05em;
color: black;
}
.blog-section .blog-link svg {
margin-left: 5px;
}
.blog-section .home-posts-container {
padding: 70px 105px;
}
.blog-section .home-posts-container :focus {
outline-color: white;
}
.blog-section .home-posts-container .posts-feed {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.blog-section .home-posts-container .post-column {
max-width: 350px;
}
.blog-section .home-posts-container .post-separator {
width: 4px;
background: #199EB0;
}
.blog-section .home-posts-container .post-separator:last-child {
display: none;
}
@media (max-width: 1500px) {
.blog-section {
padding-left: 40px;
padding-right: 40px;
}
.blog-section .home-posts-top {
padding: 0 35px;
}
.blog-section .home-posts-container {
padding: 50px 35px;
}
}
@media (max-width: 1200px) {
.blog-section {
padding-left: 15px;
padding-right: 15px;
}
.blog-section .home-posts-top {
padding: 0 25px;
}
.blog-section .home-posts-container {
padding: 50px 25px;
}
.blog-section .home-posts-container .post-column {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(33.333333% - 3px);
flex: 0 0 calc(33.333333% - 3px);
max-width: calc(33.333333% - 3px);
}
}
@media (max-width: 991px) {
.blog-section .home-posts-container {
padding: 40px;
}
.blog-section .home-posts-container .post-column {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.blog-section .home-posts-container .post-separator {
width: calc(100% - 30px);
position: relative;
height: 4px;
margin: 40px auto;
}
}
@media (max-width: 575px) {
.blog-section .home-posts-top {
padding: 0;
}
.blog-section .home-posts-container {
padding: 30px 15px;
}
}
.content a:not(.btn) {
font-weight: bold;
text-decoration: underline !important;
}
#content {
position: relative;
}
.page-content {
padding: 85px 15px;
}
.page-content h2,
.page-content h3,
.page-content h4 {
font-weight: 500;
line-height: 1.2;
margin: 2rem 0 1rem;
font-size: 1.75rem;
letter-spacing: .025em;
}
.page-content h3 {
font-size: 1.5rem;
}
.page-content h4 {
font-size: 1.35rem;
}
@media (max-width: 575px) {
.page-content {
padding: 50px 15px;
}
.page-content h2 {
font-size: 1.5rem;
}
.page-content h3 {
font-size: 1.4rem;
}
.page-content h4 {
font-size: 1.3rem;
}
}
.contact-us-details {
text-align: center;
font-weight: 100;
font-size: .805rem;
line-height: 1.8;
}
.contact-us-details h2 {
font-size: 1.1rem;
margin: .75rem 0 .5rem;
}
.contact-us-details h2::after {
display: none;
}
@media (max-width: 575px) {
.contact-us-details h2 {
margin-bottom: 0;
}
}
.contact-us-details strong {
font-weight: 800;
}
.contact-us-details .contact-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 60px;
height: 60px;
margin: 0 auto;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
background: #000;
color: white;
font-size: 1.5rem;
}
.before-after-categories .before-after-category {
min-height: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
background-size: cover;
background-position: center;
margin-bottom: 35px;
position: relative;
padding: 40px 60px;
}
.before-after-categories .before-after-category::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.before-after-categories .before-after-category:hover::before {
background: rgba(0, 0, 0, 0.3);
}
.before-after-categories .before-after-category .content {
position: relative;
}
.before-after-categories .before-after-category .content h2 {
margin: 0 0 1rem;
}
.before-after-categories .before-after-category .content h2 a {
font-weight: 400;
}
.before-after-categories .before-after-category .content ul {
margin: 0;
padding-left: 0;
list-style: none;
letter-spacing: .05em;
line-height: 2;
}
.before-after-categories .before-after-category .content ul a {
font-weight: 300;
}
.before-after-categories .before-after-category .content ul a:hover,
.before-after-categories .before-after-category .content ul a:focus {
color: #40bacb;
outline-color: white;
}
.gallery-columns-3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -15px;
}
.gallery-columns-3 .gallery-item {
width: 33.33333%;
padding: 0 15px;
}
@media (max-width: 991px) {
.gallery-columns-3 .gallery-item {
width: 50%;
}
}
@media (max-width: 575px) {
.gallery-columns-3 .gallery-item {
width: 100%;
}
}
@media (min-width: 576px) {
.page-id-1346 .page-content {
font-size: .875rem;
line-height: 1.65;
}
.page-id-1346 .page-content h2 {
font-size: 1.5rem;
}
}
.flc-team {
font-size: .825rem;
}
.flc-faq .card-header {
background: transparent;
color: black;
white-space: initial;
}
.flc-faq .card-header:focus {
outline: 1px dotted !important;
}
.flc-faq .card-header[aria-expanded="true"] .fa-chevron-down {
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.flc-faq .fa-chevron-down {
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
@media (max-width: 575px) {
.flc-faq .card-header {
padding: 10px;
}
.flc-faq .card-body {
padding: 15px 5px;
}
}
.flc-testimonials cite {
font-size: .88rem;
font-weight: 600;
font-style: normal;
}
.flc-testimonials .testimonials-blockquote {
font-style: italic;
position: relative;
}
.flc-testimonials .testimonials-blockquote:not(:last-child) {
margin-bottom: 3rem;
}
.flc-testimonials .testimonials-blockquote::before {
content: '“';
position: absolute;
color: #EDDDD0;
opacity: .3;
font-size: 150px;
top: -29px;
left: -10px;
line-height: 1;
font-style: normal;
font-weight: 500;
}
.flc-testimonials .testimonials-stars {
color: #f5cc7b;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: .75rem;
}
.flc-testimonials .testimonials-stars svg {
margin-right: 1px;
}
body.blog h1 {
margin-bottom: 1rem;
}
body.blog .section-latest-single .container-post-thumbnails {
margin-right: 30px;
}
.blog-page-posts {
margin: 0 -25px;
}
@media (max-width: 991px) {
.blog-page-posts {
margin: 0 -15px;
}
}
.blog-page-posts article {
padding: 0 25px 60px;
}
@media (max-width: 991px) {
.blog-page-posts article {
padding: 0 15px 40px;
}
}
.blog-page-posts h2 {
margin-top: 15px;
}
.blog-page-posts time {
color: #757575;
}
.blog-page-posts .entry-title {
font-weight: 800;
font-size: 1.2rem;
line-height: 1.4;
margin: 1rem 0 1.25rem;
letter-spacing: 0;
}
.blog-page-posts .excerpt {
font-size: .875rem;
line-height: 1.8;
margin-bottom: 1.5rem;
}
.blog-page-posts .excerpt .more-link {
display: none;
}
.single-post-content time {
display: block;
}
.single-post-content .attachment-thumbnail {
float: left;
margin: 7px 15px 15px 0;
}
@media (max-width: 575px) {
.single-post-content .attachment-thumbnail {
float: none;
display: block;
margin: 0 auto 15px;
width: 100%;
}
}
.behalf {
margin-top: 60px;
clear: both;
}
.behalf>p {
margin-bottom: .5rem;
font-size: .925rem;
}
.posts-feed {
padding: 0;
list-style: none;
}
.posts-feed .post-container {
padding-bottom: 105px;
font-size: .95rem;
padding-bottom: 50px;
height: 100%;
position: relative;
}
.posts-feed .post-title-link {
color: black;
}
.posts-feed .entry-date {
font-size: .77rem;
text-transform: uppercase;
}
.posts-feed .post-title {
font-size: 1.2rem;
line-height: 1.4;
margin: 0 0 .5rem;
text-transform: none;
}
.posts-feed .more-link {
bottom: 5px;
}
.posts-navigation a {
font-weight: 600;
color: black;
text-transform: uppercase;
font-size: .875rem;
letter-spacing: .05em;
}
.posts-navigation .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.contrastHigh :focus {
outline: 3px dotted black;
}
.contrastHigh .btn-pink {
background: #874040;
border-color: #874040;
}
.contrastHigh .btn-pink:hover,
.contrastHigh .btn-pink:focus,
.contrastHigh .btn-pink:not(:disabled):not(.disabled):active {
color: #874040;
background: white;
border-color: #874040;
}
.contrastHigh .wow {
visibility: visible !important;
-webkit-animation-name: none !important;
-o-animation-name: none !important;
animation-name: none !important;
opacity: 1 !important;
}
.contrastHigh .bg-wcag-primary {
background-image: none !important;
}
.contrastHigh .blog-page-posts time,
.contrastHigh aside.sidebar .latest-posts-sidebar time {
color: black;
}
.contrastHigh .wpcf7-not-valid-tip {
color: #960000;
}
.contrastHigh .section-type-1 .container::before,
.contrastHigh .testimonials-section .testimonials-body::before {
display: none;
}
.contrastHigh .testimonials-section .testimonials-stars {
color: black;
}
.contrastHigh header.banner :focus {
outline-color: white;
}
.contrastHigh footer.content-info .footer-top .socials a:hover .fa-circle,
.contrastHigh footer.content-info .footer-top .socials a:focus .fa-circle {
color: black;
}
.row-logo img {
width: auto;
max-height: 100px;
height: auto;
}
.pop-up-membership .modal-header {
padding: 1.5rem;
}
.pop-up-membership .modal-title {
margin-bottom: 0 !important;
}
.pop-up-membership .modal-body {
font-size: 16px;
padding: 2rem 1.5rem;
}
.concierge-package .card {
border-radius: 12px;
padding: 15px;
background: linear-gradient(145deg, #004D84 0%, #003A63 100%); 
box-shadow: 0 1px 10px rgba(0, 77, 132, 0.3);
transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 600px;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column; 
border-radius: 12px;
background-color: #ffffff;
box-shadow: 0 2px 8px rgba(0, 77, 132, 0.08); 
transition: transform 0.3s ease, box-shadow 0.3s ease;
height: 600px;
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
color: #004D84;
}
.concierge-package .card .bg-dark {
background-color: #004d84; 
}
.concierge-package .card .bg-primary {
background-color: #84004D;
}
.concierge-package .card ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
.concierge-package .card ul li {
display: flex;
}
.concierge-package .card hr {
border-color: #199EB0!important;
border-style: solid;
border-width: 1px;
}
.concierge-package .card-body {
padding: 1rem;
}
.concierge-package .card ul li:not(:last-child) {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #199EB0;
}
.concierge-title {
min-height: 60px;
display: flex;
}
.tick-circle {
min-width: 22px;
height: 22px;
border-radius: 50%;
background-color: #199EB0; 
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 14px;
font-weight: bold;
margin-top: 2px;
margin-right: 7px;
}
.tick-circle::before {
content: "✓";
line-height: 1;
}
.concierge-package .row {
display: flex;
flex-wrap: nowrap; 
overflow-x: auto;
}
.concierge-package .col-lg-4, 
.concierge-package .col-md-6 {
flex: 0 0 auto; 
padding-right: 10px;
padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
.concierge-package .col-md-6 {
width: 48%; 
}
}
@media (max-width: 767px) {
.concierge-package .col-12 {
width: 93%;
}
}
.card-limited {
display: flex;
height: 100%; 
position: relative;
}
@media (max-width: 575px) {
.card-limited {
max-height: 480px;
overflow: hidden;
transition: max-height 0.3s ease-in-out;
padding-bottom: 60px!important;
}
.read-more {
position: relative;
margin-top: 20px; 
width: 100%; }
}
@media (max-width: 575px) {
.card-limited .read-more {
display: block;
background-color: #84004D;
color: white;
padding: 10px;
text-align: center;
cursor: pointer;
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
border-radius: 5px;
}
}
@media (min-width: 576px) {
.card-limited .read-more {
display: none; 
}
}
.page-id-2429 .page-content {
padding: 0 15px;
}
.content-concierge-care img {
border-radius: 2px!important;
box-shadow: 0 1px 10px rgba(0, 77, 132, 0.2);
visibility: visible !important;
opacity: 1 !important;
transition: opacity 0.5s ease;
}
.concierge-package .card.expanded {
height: auto;
max-height: none;
overflow: visible;
}
.concierge-package .card-body {
flex-grow: 1;
overflow-y: hidden;
transition: max-height 0.3s ease;
}
.concierge-package .card-footer-gradient {
border-radius: 12px;
display: flex;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 124px;
background: linear-gradient(0deg, rgba(0, 77, 132, 1) 43%, rgba(0, 77, 132, 0) 100%);
}
.card-footer-gradient {
pointer-events: none;
}
.card-footer-gradient .read-more {
pointer-events: auto;
}
.concierge-package .read-more {
margin: 76px auto 32px;
display: flex;
align-items: center;
justify-content: center;
border: none;
background: transparent;
appearance: none;
font-size: 16px;
font-weight: 600;
line-height: 1;
max-width: max-content;
color: #fff;
cursor: pointer;
} .concierge-package .card-body {
padding-bottom: 80px; 
}
.concierge-package .row {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
position: relative;
scroll-behavior: smooth;
}
.concierge-package .carousel-nav-left, .concierge-package .carousel-nav-right {
display: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 2;
font-size: 4rem;
color: rgba(25, 158, 176, 0.8);
cursor: pointer;
background: none;
border: none;
padding: 0; 
line-height: 1;
transition: color 0.3s;
}
.carousel-nav-left:hover,
.carousel-nav-right:hover { }
.concierge-package .carousel-nav-left {
left: -10px;
}
.concierge-package .carousel-nav-right {
right: -10px;
}
.concierge-package {
position: relative;
}
@media (max-width: 991px) {
.concierge-package .carousel-nav-left,
.concierge-package .carousel-nav-right {
display: block;
}
}
.concierge-package .carousel-nav-left:focus,
.concierge-package .carousel-nav-right:focus {
outline: none;
color: #199EB0;
}
::-webkit-scrollbar-thumb {
background: #199EB0; 
border-radius: 10px; 
}
::-webkit-scrollbar-thumb:hover {
background: #168E97; 
}
@media (max-width: 767px) {
.concierge-package .row .col-12:nth-child(4) {
display: none;
}
}	
.content-concierge-care .testimonials {	
border-radius: 0px 0 100px 0px;
overflow: hidden;
background-color: rgba(248, 249, 250);
}
.content-concierge-care blockquote {margin: 0;}
.content-concierge-care .testimonials-blockquote::before {
content: '“';
position: absolute;
top: -3px;
left: 24;
font-size: 10rem;
color: #004D84;
opacity: .1;
font-family: 'Prata', serif;
font-weight: 500;
line-height: 1;
}
.content-concierge-care .testimonials-blockquote { 
padding:40px;
position: relative;
}
.content-concierge-care blockquote.testimonials-blockquote cite {
font-style: normal;
font-weight: 600;
display: block;
color: #004d84;
}
.content-concierge-care blockquote.testimonials-blockquote span {
font-weight: normal;
}
.content-concierge-care .testimonials-stars {
color: #EFB034;
display: flex;
}
.content-concierge-care .testimonials-stars .svg-inline--fa.fa-w-18 {
width: 1.325em;
}
.content-concierge-care cite {
margin-top: 0.5rem;
}
.section-third .card ul li {
line-height: 1.8;
}
.content-concierge-care .bx-wrapper .bx-prev {
left: -0.3rem;
color: #84004D;
}
.content-concierge-care .bx-wrapper .bx-next {
right: -0.3rem;
color: #84004D;
}
.content-concierge-care nav {
margin-top: -10px;
margin-bottom: 20px;
}
.content-concierge-care .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 4rem;
}
.content-concierge-care nav button, .content-concierge-care .bx-controls-auto button {
color: #84004D;
}
.content-concierge-care nav button:hover, .content-concierge-care .bx-wrapper .bx-next:hover,
.content-concierge-care .bx-wrapper .bx-prev:hover, .content-concierge-care .bx-wrapper .bx-prev:focus,
.content-concierge-care nav button:focus, .content-concierge-care .bx-wrapper .bx-next:focus,
.content-concierge-care .bx-controls-auto button:hover, .content-concierge-care .bx-controls-auto button:focus {
color: #004d84;
}
.content-concierge-care table.comparison-table {
width: 100%;
margin: 2rem auto;
overflow: hidden;
background-color: #fff;
border-radius:1rem;
border-collapse: separate;
border-spacing: 0;
border: 0.8px solid #ccc;
}
@media (min-width: 992px) {
.content-concierge-care table.comparison-table {
width: 80%;
}
.package-comparison table.comparison-table {
width: 100%; 
}
}
.content-concierge-care table.comparison-table thead {
background-color: #004d84 !important;
color: #ffffff !important;
}
.content-concierge-care table.comparison-table th, td {
padding: 1rem;
text-align: center;
border: 0.6px solid #ccc;
word-break: normal; 
word-wrap: break-word;
white-space: normal;
}
.content-concierge-care table.comparison-table th[scope="row"] {
text-align: left;
font-weight: 500;
}
td.yes::before {
content: "✓";
background-color: #199EB0;
color: #fff !important;
font-weight: bold;
border-radius: 50%;
display: inline-block;
width: 1.5rem;
height: 1.5rem;
line-height: 1.5rem;
text-align: center;
}
td.no::before {
content: '✗';
background-color: #e57373;
color: #fff !important;
font-weight: bold;
border-radius: 50%;
display: inline-block;
width: 1.5rem;
height: 1.5rem;
line-height: 1.5rem;
text-align: center;
}
@media (max-width: 600px) {
.content-concierge-care table.comparison-table th[scope="row"] {
font-size:0.8rem;
}
.content-concierge-care table.comparison-table th, td {
font-size:0.8rem;
padding: 0.8rem;
}
td.yes::before {
width: 1.6rem;
height: 1.6rem;
line-height: 1.6rem;
}
td.no::before {
width: 1.6rem;
height: 1.6rem;
line-height: 1.6rem;
}
}
@media (max-width: 420px) {
.content-concierge-care table.comparison-table th[scope="row"] {
font-size:0.7rem;
}
.content-concierge-care table.comparison-table th, td {
font-size:0.7rem;
padding: 0.7rem;
}
.content-concierge-care table.comparison-table thead th, td {
font-size:0.6rem;
}
td.yes::before {
width: 1.4rem;
height: 1.4rem;
line-height: 1.4rem;
}
td.no::before {
width: 1.4rem;
height: 1.4rem;
line-height: 1.4rem;
}
}
.package-comparison .h4 {
font-size: 1.4rem;
}
.package-comparison .first {
font-size: 1.05rem;
}
@media (orientation: landscape) {
.package-comparison .h4 {
font-size: 1.1rem;
}
.package-comparison .first {
font-size: 1rem;
}
} .custom-footer {
background: #131416;
color: #fff;
padding: 70px 0 25px;
}
@media (min-width: 1200px) {
.custom-footer .container {
max-width: 1325px;
}
} .footer-grid {
display: grid;
grid-template-columns: 1.3fr 1fr 1fr 1.2fr 1.2fr;
gap: 40px;
align-items: start;
}
.footer-grid > div:not(:last-child) {
border-right: 1px solid rgba(255, 255, 255, 0.15);
padding-right: 20px;
} .custom-footer h2 {
margin-bottom: 30px;
font-size: 22px;
font-weight: 700;
color: #fff;
font-family: "Sweet Sans Pro";
} .footer-about img {
max-width: 220px;
}
.footer-about-text {
margin: 25px 20px 25px 0;
font-size: 18px;
line-height: 1.8;
font-family: "Sweet Sans Pro";
} .footer-social {
display: flex;
gap: 12px;
}
.custom-footer .socials a {
margin-right: 0.2rem;
color: #AF8658;
} .footer-links ul,
.footer-services ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer-links li,
.footer-services li {
margin-bottom: 15px;
}
.footer-links a,
.footer-services a,
.footer-policy-links a {
color: #fff;
text-decoration: none;
font-size: 18px;
font-weight: 300;
font-family: "Sweet Sans Pro";
transition: color 0.3s ease;
}
.footer-links a:hover,
.footer-services a:hover,
.footer-policy-links a:hover {
color: #AE8657;
}
.footer-policy-links a {
font-size: 14px;
} .hs-footer-address,
.hs-footer-phone,
.hs-footer-hours {
display: flex;
gap: 10px;
align-items: flex-start;
}
.hs-footer-address i,
.hs-footer-phone i,
.hs-footer-hours i {
color: #AE8657;
font-size: 16px;
flex-shrink: 0;
margin-top: 4px;
}
.hs-footer-phone,
.hs-footer-hours {
margin-top: 10px;
}
.hs-footer-address p,
.hs-footer-hours p {
margin: 0;
font-size: 16px;
font-family: "Sweet Sans Pro";
}
.hs-footer-hours strong {
font-size: 18px;
line-height: 27px;
text-transform: uppercase;
}
.hs-footer-phone .phone_anchor {
color: #fff;
font-size: 20px;
font-family: "Sweet Sans Pro";
} .footer-btn {
display: inline-block;
margin-top: 20px;
padding: 12px 24px;
background: #AE8657;
color: #fff;
border-radius: 4px;
text-decoration: none !important;
font-size: 17px;
font-weight: 700;
font-family: "Sweet Sans Pro";
transition: opacity 0.3s ease;
}
.footer-btn:hover {
color: #fff;
opacity: 0.9;
} .footer-map iframe {
width: 100%;
height: 180px;
border: 0;
} .footer-policy-links {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
margin-top: 20px;
} .footer-bottom {
margin-top: 50px;
padding-top: 20px;
border-top: 3px solid #AE8657;
text-align: center;
font-size: 20px;
font-weight: 300;
color: #fff;
font-family: "Sweet Sans Pro";
} @media (max-width: 991px) {
.custom-footer {
padding: 50px 0 20px;
}
.footer-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.footer-grid > div {
border-right: none !important;
padding-right: 0;
}
.footer-about img {
max-width: 180px;
}
.footer-policy-links {
grid-template-columns: 1fr;
}
.footer-bottom {
margin-top: 30px;
font-size: 16px;
}
}
.hs-posts-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:all .3s ease;
height:100%;
display:flex;
flex-direction:column;
}
.hs-posts-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,.12);
}
.hs-posts-image{
display:block;
overflow:hidden;
}
.hs-posts-image img{
width:100%;
height:260px;
object-fit:cover;
display:block;
transition:transform .4s ease;
}
.hs-posts-card:hover .hs-posts-image img{
transform:scale(1.05);
}
.hs-posts-content{
padding:30px;
display:flex;
flex-direction:column;
flex:1;
}
.hs-posts-date{
font-size:14px;
color:#121415;
margin-bottom:12px;
font-family: "Sweet Sans Pro";
}
.hs-posts-title{
font-size:26px !important;
line-height:1.3;
margin: 0px 0px 15px 0px !important;
font-family: "Sweet Sans Pro";
text-decoration:none !important;
}
.hs-posts-title a{
color:#121415;
text-decoration:none;
transition:color .3s ease;
}
.hs-posts-title a:hover{
color:#ae8657;
text-decoration:none !important;
}
.hs-posts-excerpt{
color:#121415;
line-height:1.8;
margin-bottom:25px;
flex:1;
font-family: "Sweet Sans Pro";
font-size:18px;
}
.hs-posts-read-more{
display:inline-flex;
align-items:center;
font-weight:600;
color:#ae8657;
text-decoration:none !important;
transition:all .3s ease;
font-family: "Sweet Sans Pro";
}
.hs-posts-read-more::after{
content:"→";
margin-left:8px;
transition:margin-left .3s ease;
}
.hs-posts-read-more:hover::after{
margin-left:14px;
}
.hs-posts-read-more:hover{
color:#121415;
}
.hs-cta-section{
background:#04548d;
background-image:url(https://www.danielbenhurimd.com/wp-content/uploads/Consultation-BG.png);
background-size:cover;
padding:100px 0;
position:relative;
overflow:hidden;
}
.hs-cta-badge{
display:inline-flex;
align-items:center;
gap:10px;
padding:12px 24px;
border:1px solid rgba(255,255,255,.3);
border-radius:50px;
color:#fff;
font-size:15px;
margin-bottom:35px;
background:rgba(255,255,255,.08);
}
.hs-cta-badge i{
color:#c89a5b;
}
.hs-cta-title{
color:#fff;
font-size:70px;
line-height:1.05;
font-weight:300;
margin-bottom:50px;
}
.hs-cta-title span{
color:#c89a5b;
font-weight:700;
}
.hs-cta-text{
color:rgba(255,255,255,.85);
font-size:20px;
line-height:1.8;
max-width:520px;
margin-bottom:40px;
}
.hs-cta-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-top: 25px;
margin-bottom: 25px;
}
.hs-cta-btn{
text-decoration:none !important;
padding:18px 35px;
border-radius:8px;
font-weight:700;
transition:.35s;
display:inline-flex;
align-items:center;
gap:12px;
}
.hs-cta-btn-primary{
background:#c89a5b;
color:#fff;
}
.hs-cta-btn-primary:hover{
background:#b68645;
color:#fff;
transform:translateY(-4px);
}
.hs-cta-btn-outline{
border:2px solid #fff;
color:#fff;
}
.hs-cta-btn-outline:hover{
background:#fff;
color:#04548d;
}
.hs-cta-stats{
display:flex;
gap:80px;
}
.hs-cta-stat{
text-align:center;
color:#fff;
}
.hs-cta-stat i{
width:70px;
height:70px;
background:rgba(255,255,255,.08);
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:26px;
margin:auto auto 18px;
color:#c89a5b;
}
.hs-cta-stat h4{
font-size:42px;
margin-bottom:5px;
color:#fff;
}
.hs-cta-stat span{
color:#d6e4ef;
}
.hs-cta-image-wrapper{
position:relative;
text-align:right;
}
.hs-cta-circle{
position:absolute;
width:280px;
height:280px;
background:#c89a5b;
border-radius:50%;
bottom:-40px;
left:0;
opacity:.9;
}
.hs-cta-image-wrapper img{
position:relative;
z-index:2;
width:100%;
border-radius:35px;
box-shadow:0 30px 70px rgba(0,0,0,.35);
transition:.4s;
}
.hs-cta-image-wrapper:hover img{
transform:translateY(-8px);
}
@media(max-width:991px){
.hs-cta-section{
padding:70px 0;
text-align:center;
}
.hs-cta-title{
font-size:48px;
}
.hs-cta-text{
margin:auto auto 35px;
}
.hs-cta-buttons{
justify-content:center;
}
.hs-cta-stats{
justify-content:center;
flex-wrap:wrap;
margin-bottom:50px;
}
.hs-cta-image-wrapper{
text-align:center;
}
.hs-cta-circle{
display:none;
}
}
@media(max-width:576px){
.hs-cta-title{
font-size:38px;
}
.hs-cta-buttons{
flex-direction:column;
}
.hs-cta-btn{
justify-content:center;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}