/* Generated by less 3.11.1 
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}

@font-face {
    font-family: 'Voltaire';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/voltaire/v10/1Pttg8PcRfSblAvGvQoo.ttf) format('truetype');
}*/

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

* {
    margin: 0px;
    padding: 0px;
}

button:focus {
    outline: none !important;
    border: none;
}

strong {
    font-weight: bold;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    color: #505050;
}

a,
button {
    transition: all ease 0.3s;
}

a:hover,
button:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

em {
    font-style: italic;
}

p {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Voltaire', sans-serif;
}

h2 {
    color: #58BFFF;
    font-size: 52px;
    margin-bottom: 30px;
}

.h1 {
    color: #88B7D5;
    font-size: 60px;
    line-height: normal;
    position: relative;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}

.h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 146px;
    height: 5px;
    background: #FFCE00;
}

.clear {
    clear: both;
}

.container {
    max-width: 1420px;
}

.cta-btn {
    background: #58BFFF;
    padding: 0px 60px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    display: inline-block;
}

.cta-btn:after {
    content: "";
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: #58BFFF solid 1px;
    left: -4px;
    top: -4px;
    transition: all ease 0.3s;
}

.cta-btn:hover {
    background: #ffdb16;
    color: #000;
}

.cta-btn:hover:after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: #000 solid 1px;
    left: 4px;
    top: 4px;
}

.cta-btn.dark-blue {
    background: #70A1BF;
}

.cta-btn.dark-blue:after {
    border: #70A1BF solid 1px;
}

.cta-btn.dark-blue:hover {
    background: #ffdb16;
    color: #000;
}

.cta-btn.dark-blue:hover:after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: #000 solid 1px;
    left: 4px;
    top: 4px;
}

.cta-btn.green-btn {
    background: #0D8443;
}

.cta-btn.green-btn:after {
    border: #70A1BF solid 1px;
}

.cta-btn.green-btn:hover {
    background: #ffdb16;
    color: #000;
}

.cta-btn.green-btn:hover:after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: #000 solid 1px;
    left: 4px;
    top: 4px;
}

.announcement-section {
    background: #F5C80D;
    padding: 10px 15px;
}

.announcement-section p {
    font-family: 'Voltaire', sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
}

.announcement-section p a {
    color: #000;
}

.announcement-section p i {
    padding-left: 10px;
}

header {
    background: #F9F9F5;
    padding: 5px 0px;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.29);
}

header .logo {
    max-width: 70px;
}

header .header-menu > ul {
    display: flex;
}

header .header-menu > ul > li {
    position: relative;
    line-height: 30px;
    cursor: pointer;
}

header .header-menu > ul > li > a {
    color: #505050;
    margin-right: 30px;
    font-size: 20px;
    font-family: 'Voltaire', sans-serif;
}

header .header-menu > ul > li > a:hover {
    color: #58BFFF;
}

header .header-menu > ul > li > ul {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 210px;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    top: 32px;
    z-index: 333;
}

header .header-menu > ul > li > ul > li {
    position: relative;
}

header .header-menu > ul > li > ul > li > a {
    color: #505050;
    font-size: 20px;
    font-family: 'Voltaire', sans-serif;
    border-bottom: dashed 1px #ddd;
    padding: 8px 0px;
    display: block;
}

header .header-menu > ul > li > ul > li > a:hover {
    color: #58BFFF;
   
}

header .header-menu > ul > li > ul > li > ul {
    position: absolute;
    right: -210px;
    top: 0;
    padding: 10px;
    background: #fff;
    min-width: 210px;
    display: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
}

header .header-menu > ul > li > ul > li > ul li a {
    color: #505050;
    font-size: 20px;
    font-family: 'Voltaire', sans-serif;
    border-bottom: dashed 1px #ddd;
    padding: 8px 0px;
    display: block;
}

header .header-menu > ul > li > ul > li > ul li a:hover {
    color: #58BFFF;
    padding-left: 5px;
}

header .header-menu > ul > li > ul > li:hover ul {
    display: block;
}

header .header-menu > ul > li:hover > ul {
    display: block;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .cta-section {
    display: flex;
    align-items: center;
}

header .cta-section .contact-info {
    margin-right: 40px;
}

header .cta-section .contact-info i {
    margin-right: 12px;
    color: #000;
}

header .cta-section .contact-info i.fa-phone {
    transform: rotate(96deg);
}

header .cta-section .contact-info span,
header .cta-section .contact-info a {
    color: #000;
    font-family: 'Voltaire', sans-serif;
}

.rplg-grid,
.rplgsw-pagination-bullets {
    display: none;
}

.accept-medical {
    background: #72A1BD;
    padding: 60px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.accept-medical h3 {
    font-size: 50px;
    color: #fff;
}

.accept-medical img {
    max-width: 100px;
    margin-left: 15px;
}

.banner {
    background: #F9F9F5;
}

.banner .banner-img {
    background: url(../images/banner.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.banner .banner-caption {
    max-width: 520px;
    margin: 0 auto;
    position: relative;
    left: -30px;
    padding: 100px 0px;
}

.banner .banner-caption h1 {
    color: #000;
    line-height: normal;
    font-size: 42px;
}

.banner .banner-caption h1 span {
    color: #58BFFF;
}

.banner .banner-caption h1 em {
    color: #58BFFF;
}

.banner .banner-caption .sub-heading {
    color: #000;
    font-size: 35px;
    font-family: 'Voltaire', sans-serif;
    margin-bottom: 20px;
}

.banner .banner-caption p {
    color: #505050;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 25px;
}

.banner .banner-caption .contact-info {
    margin-bottom: 15px;
    font-size: 20px;
}

.banner .banner-caption .contact-info i {
    width: 25px;
    color: #58BFFF;
    font-size: 16px;
}

.banner .banner-caption .contact-info i.fa-phone {
    transform: rotate(96deg);
    top: 4px;
    left: -4px;
    position: relative;
}

.banner .banner-caption .contact-info span,
.banner .banner-caption .contact-info a {
    color: #505050;
    font-family: 'Voltaire', sans-serif;
}

.banner .banner-caption .sp {
    border-top: dashed 2px #58BFFF;
    opacity: 0.8;
    margin-top: 5px;
    margin-bottom: 20px;
}

.banner .banner-caption ul {
    margin-bottom: 25px;
}

.banner .banner-caption ul li {
    display: flex;
    max-width: 260px;
    font-family: 'Voltaire', sans-serif;
    font-size: 20px;
    color: #505050;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.banner .banner-caption .call {
    max-width: 195px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    color: #505050;
    font-size: 14px;
}

.banner .banner-caption .call a {
    color: #505050;
    font-weight: 600;
}

.about-us {
    padding: 60px 0px;
}

.about-us .about-text {
    color: #808080;
    font-size: 26px;
    line-height: 42px;
}

.about-us .sp {
    border-top: dashed 2px #58BFFF;
    margin: 40px 0px;
}

.about-us .about-block {
    text-align: center;
}

.about-us .about-block img,
.about-us .about-block svg {
    display: block;
    margin: 0 auto;
    max-width: 80px;
}

.about-us .about-block .icon-4 {
    fill: none;
    stroke: #58BFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
}

.about-us .about-block .icon-3 {
    stroke: #58BFFF;
    fill: #58BFFF;
}

.about-us .about-block p {
    text-align: center;
    color: #808080;
    font-size: 30px;
    font-family: 'Voltaire', sans-serif;
    line-height: normal;
    margin-top: 20px;
}

.about-us .about-block a {
    margin-top: 26px;
    display: inline-block;
    color: #fff;
    border: #58BFFF solid 5px;
    padding: 0px 20px;
    line-height: 44px;
    font-size: 20px;
    font-family: 'Voltaire', sans-serif;
    position: relative;
    background: #58BFFF;
}

.about-us .about-block a:after {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: #58BFFF solid 1px;
    left: -10px;
    top: -10px;
    transition: all ease 0.3s;
}

.about-us .about-block a:hover {
    background: #ffdb16;
    color: #000;
    border-color: #ffdb16;
}

.team-section {
    padding: 40px 0px 0px;
    position: relative;
}

.team-section .owl-carousel {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}

.team-section .owl-nav {
    display: none;
}

.team-section .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.team-section .owl-dots .owl-dot {
    background: #505050;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0px 5px;
}

.team-section .owl-dots .owl-dot.active {
    background: #58BFFF;
}

.team-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 318px;
    width: 100%;
    background: #E2F0F4;
    z-index: -1;
}

.team-section h2 {
    color: #58BFFF;
    font-size: 52px;
    margin-bottom: 80px;
    text-align: center;
}

.team-section .team-block {
    cursor: pointer;
    text-align: center;
}

.team-section .team-block .info-mask {
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    width: 280px;
    height: 100%;
    z-index: 3;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    transition: all ease 0.4s;
    transform: scale(0);
    opacity: 0;
}

.team-section .team-block .img-holder {
    position: relative;
}

.team-section .team-block .img-holder .circle {
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    margin: 0 auto;
}

.team-section .team-block .img-holder .circle img {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
}

.team-section .team-block .img-holder .main-img {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
    max-width: 280px;
}

.team-section .team-block p {
    color: #808080;
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
    font-family: 'Voltaire', sans-serif;
}

.team-section .team-block .read-more {
    text-align: center;
    font-size: 18px;
    color: #808080;
    display: inline-block;
    border-bottom: solid 1px #808080;
    margin-top: 10px;
    line-height: 36px;
}

.team-section .team-block:hover .info-mask {
    transform: scale(1);
    opacity: 1;
}

.team-section .team-block:hover .read-more {
    border-color: #58BFFF;
    color: #58BFFF;
}

.team-modal .modal-title {
    color: #58BFFF;
    font-size: 26px;
}

.team-modal .modal-content {
    border: none;
    border-bottom: #ffdb16 solid 5px;
    border-radius: 0;
}

.cate-custom-modal .modal-title {
    color: #58BFFF;
    font-size: 26px;
}

.cate-custom-modal .modal-dialog {
    max-width: 700px;
}

.cate-custom-modal .modal-header {
    border: none;
}

.cate-custom-modal .modal-header .close {
    padding: 0px;
    font-size: 26px;
}

.cate-custom-modal .modal-header h5 {
    position: relative;
}

.cate-custom-modal .modal-header h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    border-bottom: 1px dashed #70A1BF;
    height: 2px;
    width: 150px;
}

.cate-custom-modal .modal-content {
    border: none;
    padding: 20px 30px;
    border-left: #ffdb16 solid 7px;
    border-radius: 0;
}

.cate-custom-modal .modal-content .modal-body {
    padding: 30px 15px;
}

.cate-custom-modal .modal-content p {
    line-height: 26px;
}

.main-locations {
    height: 100%;
}

.main-locations .wpgmp_map_container.wpgmp-map-1,
.main-locations .wpgmp_map_parent,
.main-locations .wpgmp_map {
    height: 100% !important;
}

.cate-section {
    padding: 60px 0px 50px 0px;
}

.cate-section .cate-block {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    line-height: 0;
}

.cate-section .cate-block img {
    max-width: 100%;
    transition: all ease 0.3s;
}

.cate-section .cate-block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 88, 137, 0.75);
}

.cate-section .cate-block p {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
    font-family: 'Voltaire', sans-serif;
    font-size: 32px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 20px);
    align-items: center;
}

.cate-section .cate-block p i {
    opacity: 0.5;
    margin-left: 30px;
}

.cate-section .cate-block:hover {
    cursor: pointer;
}

.cate-section .cate-block:hover p i {
    opacity: 9;
}

.cate-section .cate-block:hover img {
    transform: scale(1.1);
}

.about-company {
    background: #F9F9F5;
    padding: 100px 0px;
}

.about-company p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.about-company p em {
    font-weight: 700;
    display: block;
    margin-top: 20px;
}

.services-section {
    padding: 100px 0px;
}

.services-section hr {
    border-top: solid 1px #808080;
}

.services-section .service-row ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services-section .service-row ul li {
    list-style: none;
    flex: 0 0 calc(90% / 2);
    max-width: calc(90% / 2);
}

.services-section .card-header {
    background: none;
    padding: 0px;
    border: none;
}

.services-section .card-header h5 {
    display: flex;
    justify-content: space-between;
    border-bottom: #ddd solid 1px;
    padding: 15px 0px;
    color: #505050;
    font-size: 24px;
    align-items: center;
}

.services-section .card-header h5 i {
    transition: all ease 0.3s;
}

.services-section .card-header a:not(.collapsed) h5 i {
    transform: rotateX(160deg);
}

.services-section .card-body {
    padding: 20px 0px;
}

.services-section .card-body p {
    line-height: 1.4;
}

.services-section .card-body a {
    display: block;
    color: #58BFFF;
    margin-top: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.services-section .card-body a:hover {
    color: #88B7D5;
}

.services-section .card-body a i {
    padding-left: 10px;
}

.services-section .cta-section {
    background: #70A1BF;
    padding: 40px 0px;
    margin-top: 60px;
}

.services-section .cta-section h3 {
    color: #fff;
    max-width: 570px;
    font-size: 52px;
    line-height: normal;
}

.services-section .cta-section .actions-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.services-section .cta-section .actions-btns .cta-btn {
    background: #CEF0FF;
    color: #000;
}

.services-section .cta-section .actions-btns .cta-btn:after {
    border: #CEF0FF solid 1px;
}

.services-section .cta-section .actions-btns .cta-btn:hover {
    background: #ffdb16;
    color: #000;
}

.services-section .cta-section .actions-btns .cta-btn:hover:after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: #000 solid 1px;
    left: 4px;
    top: 4px;
}

.services-section .cta-section .actions-btns .dark-blue {
    background: #F9F9F5;
    color: #000;
}

.services-section .cta-section .actions-btns .dark-blue:after {
    border: #F9F9F5 solid 1px;
}

.services-section .cta-section .actions-btns .dark-blue:hover {
    background: #ffdb16;
    color: #000;
}

.services-section .cta-section .actions-btns .dark-blue:hover:after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: #000 solid 1px;
    left: 4px;
    top: 4px;
}

.gallery-section .item img {
    height: 650px;
    object-fit: cover;
}

.gallery-section .owl-nav {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
}

.gallery-section .owl-nav button.owl-prev {
    margin-left: 60px;
    font-size: 40px;
    color: #fff;
}

.gallery-section .owl-nav button.owl-next {
    margin-right: 60px;
    font-size: 40px;
    color: #fff;
}

.testimonial-section {
    padding: 80px 0px;
}

.testimonial-section h2 span {
    color: #0A5889;
}

.testimonial-section .testimonial-block {
    background: #F9F9F5;
    padding: 50px 30px;
}

.testimonial-section .testimonial-block h3 {
    color: #808080;
    font-size: 22px;
    margin-top: 40px;
}

.testimonial-section .owl-carousel .owl-nav {
    text-align: right;
    padding-right: 60px;
    margin-top: 30px;
}

.testimonial-section .owl-carousel .owl-nav button.owl-prev {
    color: #808080;
    font-size: 24px;
    margin: 0px 5px;
}

.testimonial-section .owl-carousel .owl-nav button.owl-next {
    color: #808080;
    font-size: 24px;
    margin: 0px 5px;
}

.virtual-tour {
    background: #E2F0F4;
    padding: 60px 15px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
}

.virtual-tour h3 {
    color: #484848;
    font-size: 28px;
    margin-right: 80px;
}

.stars {
    display: flex;
}

.stars li i {
    display: inline-block;
    font-size: 20px;
    margin-right: 6px;
    color: #FFCE00;
}

.stars.small-stars li i {
    margin-right: 3px;
    font-size: 14px;
}

.testimonial-block .stars {
    display: flex;
}

.testimonial-block .stars li i {
    display: inline-block;
    font-size: 20px;
    margin-right: 6px;
    color: #9e9e9e;
}

.testimonial-block .stars li i.active {
    color: #FFCE00;
}

.testimonial-block .stars.small-stars li i {
    margin-right: 3px;
    font-size: 14px;
}

.contact-section .contact-clm {
    background: #E2F0F4;
    display: flex;
    align-items: center;
}

.contact-section .contact-clm .ft-contact {
    max-width: 380px;
    flex: 0 0 380px;
    padding-left: 40px;
}

.contact-section .contact-clm .ft-contact h3 {
    color: #000;
    line-height: normal;
    font-size: 34px;
    margin-bottom: 20px;
}

.contact-section .contact-clm .ft-contact h3 span {
    color: #58BFFF;
}

.contact-section .contact-clm .ft-contact .contact-info {
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-section .contact-clm .ft-contact .contact-info i {
    width: 25px;
    color: #58BFFF;
    font-size: 14px;
}

.contact-section .contact-clm .ft-contact .contact-info i.fa-phone {
    transform: rotate(96deg);
    top: 4px;
    left: -4px;
    position: relative;
}

.contact-section .contact-clm .ft-contact .contact-info span,
.contact-section .contact-clm .ft-contact .contact-info a {
    color: #505050;
    font-family: 'Voltaire', sans-serif;
}

.contact-section .contact-clm .ft-contact .sp {
    border-top: dashed 2px #70A1BF;
    margin-top: 10px;
    margin-bottom: 25px;
}

.contact-section .contact-clm .ft-contact ul {
    margin-bottom: 25px;
}

.contact-section .contact-clm .ft-contact ul li {
    display: flex;
    max-width: 260px;
    font-family: 'Voltaire', sans-serif;
    font-size: 20px;
    color: #505050;
    align-items: center;
    justify-content: space-between;
}

.footer-cta-section {
    text-align: center;
    background: url(../images/footer-bg.jpg) repeat center center;
    background-size: cover;
    padding: 100px 0px;
    margin-top: 15px;
    position: relative;
}

.footer-cta-section:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #eaf7ed;
    opacity: 0.9;
}

.footer-cta-section .container {
    position: relative;
    z-index: 3;
}

.footer-cta-section p {
    color: #808080;
    font-family: 'Voltaire', sans-serif;
    font-size: 30px;
}

.footer-cta-section h4 {
    color: #505050;
    font-size: 46px;
    margin: 35px 0px;
}

.footer-cta-section.main-page-cta h4 {
    margin: 0 auto 35px auto;
    max-width: 780px;
}

#bookNow .modal-title {
    font-size: 28px;
}

#bookNow .modal-body h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

#wpcf7-f96-o1 .wpcf7-form-control-wrap .wpcf7-text {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#wpcf7-f96-o1 .wpcf7-form-control-wrap .wpcf7-text:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#wpcf7-f96-o1 .wpcf7-textarea {
    height: 150px;
}

#wpcf7-f96-o1 .cta-btn {
    background: #58BFFF;
    padding: 0px 80px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

#wpcf7-f96-o1 .cta-btn:after {
    content: "";
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: #58BFFF solid 1px;
    left: -4px;
    top: -4px;
    transition: all ease 0.3s;
}

#wpcf7-f96-o1 .cta-btn:hover {
    background: #ffdb16;
    color: #000;
}

#wpcf7-f96-o1 .cta-btn:hover:after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: #000 solid 1px;
    left: 4px;
    top: 4px;
}

#wpcf7-f96-o1 .group-fld {
    position: relative;
}

#wpcf7-f96-o1 .group-fld .wpcf7-form-control-wrap input {
    padding-left: 50px;
}

#wpcf7-f96-o1 .group-fld .input-group-text {
    position: absolute;
    z-index: 2;
    height: 38px;
    border-right: none;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wpcf7-f96-o1 .wpcf7-not-valid-tip {
    padding-top: 5px;
    display: block;
}

.wpcr3_div_2 {
    margin: 0 auto;
}

.wpcr3_div_2 .wpcr3_leave_text {
    font-family: 'Voltaire', sans-serif;
    font-size: 28px;
    text-transform: capitalize;
    color: #58BFFF;
    margin-bottom: 20px;
}

.wpcr3_div_2 table td {
    padding: 10px 0px;
    vertical-align: middle;
}

.wpcr3_div_2 table td .text-input,
.wpcr3_div_2 table td .wpcr3_ftext {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wpcr3_div_2 table td .text-input:focus,
.wpcr3_div_2 table td .wpcr3_ftext:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.wpcr3_div_2 .wpcr3_button_1 {
    background: #58BFFF;
    padding: 0px 80px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}

.wpcr3_div_2 .wpcr3_button_1:after {
    content: "";
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: #58BFFF solid 1px;
    left: -4px;
    top: -4px;
    transition: all ease 0.3s;
}

.wpcr3_div_2 .wpcr3_button_1:hover {
    background: #ffdb16;
    color: #000;
}

.wpcr3_div_2 .wpcr3_button_1:hover:after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: #000 solid 1px;
    left: 4px;
    top: 4px;
}

.breadcrumbs {
    margin: 30px 0px;
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
}

.breadcrumbs span {
    margin: 0 2px;
}

.breadcrumbs a,
.breadcrumbs .current-item {
    font-size: 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
}

.breadcrumbs a:hover {
    color: #58BFFF;
}

.breadcrumbs .current-item {
    font-weight: bold;
    color: #777;
    margin: 0;
}

.wpcr3_respond_1 div.wpcr3_dotline,
.wpcr3_respond_1 div.wpcr3_review div.wpcr3_dotline {
    display: none !important;
}

.wpcr3_table_2 .wpcr3_cancel_btn {
    display: none !important;
}

.wpcr3_respond_3 {
    display: none;
}

.wpcr3_respond_2 {
    display: block !important;
}

.wpcr3_reviews_holder {
    display: none;
}

.locations-container .locations-clm {
    max-width: 730px;
    margin: 0 auto;
    padding: 0px 15px;
}

.locations-container .locations-text {
    color: #505050;
    line-height: 27px;
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 730px;
}

.locations-container .locations-listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.locations-container .locations-listing .location-block {
    flex: 0 0 calc(90% / 2);
    max-width: calc(90% / 2);
    position: relative;
    padding: 30px 0px 0px;
    margin-bottom: 30px;
    border-top: 1px dashed #70A1BF;
}

.locations-container .locations-listing .location-block .fas {
    position: absolute;
    right: 0;
    top: 66%;
    transform: translateY(-50%);
    color: #505050;
    font-size: 20px;
}

.locations-container .locations-listing .location-block h2 {
    font-size: 30px;
    line-height: normal;
    color: #505050;
    margin-bottom: 8px;
}

.locations-container .locations-listing .location-block p {
    font-size: 18px;
    font-family: 'Voltaire', sans-serif;
    line-height: 24px;
    max-width: 220px;
    color: #9CA6AC;
}

.locations-container .locations-listing .location-block p a {
    margin-top: 10px;
    color: #9CA6AC;
    display: block;
}

.locations-container .locations-listing .location-block p a:hover {
    color: #88B7D5;
}

.locations-container .locations-listing .location-block a:hover h2 {
    color: #88B7D5;
}

.locations-container .locations-listing .location-block a:hover .fas {
    color: #58BFFF;
}

.services-container {
    padding: 0px 0px;
}

.services-container p {
    color: #505050;
}

.services-container .lrg-text {
    max-width: 600px;
}

.services-container .services-accourdion {
    margin-top: 40px;
    padding-bottom: 60px;
}

.services-container .services-accourdion .card {
    border: none;
}

.services-container .services-accourdion .card-header {
    border: none;
    background: none;
    border-top: 1px dashed #70A1BF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.services-container .services-accourdion .card-header .card-header-content {
    display: flex;
    align-items: center;
}

.services-container .services-accourdion .card-header .card-header-content i {
    transition: all ease 0.3s;
    font-size: 28px;
}

.services-container .services-accourdion .card-header .card-header-content img {
    margin-right: 20px;
}

.services-container .services-accourdion .card-header .card-header-content > div {
    flex: auto;
}

.services-container .services-accourdion .card-header .card-header-content h5 {
    display: flex;
    align-items: center;
    font-size: 34px;
    margin-bottom: 10px;
    color: #505050;
    justify-content: space-between;
}

.services-container .services-accourdion .card-header .card-header-content a {
    color: #505050;
}

.services-container .services-accourdion .card-header .card-header-content span {
    color: #505050;
}

.services-container .services-accourdion .card-header .card-header-content h5 a:not(.collapsed) i {
    transform: rotateX(160deg);
}

.services-container .card-body {
    max-width: 944px;
    padding-left: 140px;
}

.services-container .service-block {
    margin-bottom: 40px;
}

.services-container .service-block h6 {
    color: #505050;
    font-size: 28px;
}

.services-container .service-block p {
    margin: 15px 0px;
}

.services-container .service-block a {
    color: #58BFFF;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.services-container .service-block a i {
    margin-left: 8px;
    transition: all ease 0.3s;
}

.services-container .service-block a:hover {
    color: #ffdb16;
}

.services-container .service-block a:hover i {
    margin-left: 12px;
}

.faq-block .services-accourdion {
    margin-top: 40px;
    padding-bottom: 60px;
}

.faq-block .services-accourdion .card {
    border: none;
}

.faq-block .services-accourdion .card-header {
    border: none;
    background: none;
    border-top: 1px dashed #70A1BF;
    padding: 20px 0px;
}

.faq-block .services-accourdion .card-header a {
    justify-content: space-between;
    align-items: baseline;
    display: flex;
    width: 100%;
}

.faq-block .services-accourdion .card-header .card-header-content {
    display: flex;
    align-items: center;
}

.faq-block .services-accourdion .card-header .card-header-content i {
    transition: all ease 0.3s;
    font-size: 28px;
}

.faq-block .services-accourdion .card-header .card-header-content img {
    margin-right: 20px;
}

.faq-block .services-accourdion .card-header .card-header-content > div {
    flex: auto;
}

.faq-block .services-accourdion .card-header .card-header-content h5 {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 10px;
    color: #505050;
    justify-content: space-between;
}

.faq-block .services-accourdion .card-header .card-header-content a {
    color: #505050;
}

.faq-block .services-accourdion .card-header .card-header-content span {
    color: #505050;
}

.faq-block .services-accourdion .card-header .card-header-content h5 a:not(.collapsed) i {
    transform: rotateX(160deg);
}

.faq-block .card-body {
    padding: 30px 15px;
    border-top: 1px dashed #70A1BF;
}

.faq-block .service-block {
    margin-bottom: 0px;
}

.faq-block .service-block p {
    margin: 0px 0px;
}

.faq-block .service-block a {
    color: #58BFFF;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.faq-block .service-block a i {
    margin-left: 8px;
    transition: all ease 0.3s;
}

.faq-block .service-block a:hover {
    color: #ffdb16;
}

.faq-block .service-block a:hover i {
    margin-left: 12px;
}

aside ul li {
    padding-top: 10px;
    border-top: 1px dashed #70A1BF;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Voltaire', sans-serif;
    max-width: 240px;
}

aside ul li a {
    color: #505050;
}

aside ul li:hover a {
    color: #58BFFF;
    padding-left: 5px;
}

aside ul li.active a {
    color: #58BFFF;
    text-decoration: underline;
}

.services-category {
    padding-bottom: 60px;
}

.services-category .service-cate-block {
    border-top: 1px dashed #70A1BF;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.services-category .service-cate-block .fa-angle-right {
    position: absolute;
    right: 0;
    color: #505050;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.services-category .service-cate-block h2 {
    color: #505050;
    font-size: 28px;
    margin-bottom: 10px;
}

.services-category .service-cate-block p {
    line-height: normal;
    max-width: 700px;
}

.services-category .service-cate-block:hover .fa-angle-right {
    color: #58BFFF;
}

#sb_instagram .sbi_follow_btn a {
    background: #58BFFF;
}

.banner-slider {
    position: relative;
    overflow: hidden;
    height: 70vh;
}

.banner-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-slider .owl-stage-outer {
    z-index: 33;
    height: 100%;
}

.banner-slider .owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.banner-slider .cta-btn {
    margin-left: auto;
    margin-right: auto;
}

.banner-slider .owl-carousel {
    position: absolute;
    z-index: 33;
    top: 0;
    height: calc(100%);
    background: rgba(0, 0, 0, 0.5);
    line-height: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.banner-slider .owl-carousel button.disabled {
    opacity: 0.5;
}

.banner-slider .slider-block {
    position: relative;
    width: 100%;
    height: 70vh;
}

.banner-slider .slider-block video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.banner-slider .slider-block .banner-caption {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    z-index: 2;
    text-align: center;
    padding: 0px 15px;
}

.banner-slider .slider-block .banner-caption h1 {
    font-size: 52px;
    color: #fff;
    margin: 0px;
}

.banner-slider .owl-dots {
    display: none;
}

.banner-slider .owl-nav {
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0px 30px;
}

.banner-slider .owl-nav button {
    position: relative;
    z-index: 34;
}

.banner-slider .owl-nav button i {
    color: #fff;
    font-size: 22px;
}

.rplg-slider .rplgsw-slide .rplg-slider-review .rplg-stars {
    display: block !important;
    margin-bottom: 15px;
}

.neigbors-section {
    padding: 60px 0px;
}

.neigbors-section .container > p {
    font-size: 20px;
    line-height: 1.4;
    max-width: 700px;
}

.neigbors-section .locations-listing {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    align-items: flex-end;
}

.neigbors-section .locations-listing li {
    width: calc(100% / 7 - 12px);
    margin: 0px 6px;
    transition: all ease 0.3s;
    margin-bottom: 20px;
    position: relative;
}

.neigbors-section .locations-listing li:hover {
    transform: translateY(-10px);
}

.neigbors-section .locations-listing li:nth-child(1) a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://www.thedentalexpress.com/wp-content/uploads/2021/12/DowntownOverlay.png) no-repeat center top;
    background-size: 100%;
    display: none;
    top: 0;
}

.neigbors-section .locations-listing li:nth-child(2) a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://www.thedentalexpress.com/wp-content/uploads/2021/12/ClairemontOverlay.png) no-repeat center top;
    background-size: 100%;
    display: none;
    top: 0;
}

.neigbors-section .locations-listing li:nth-child(3) a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://www.thedentalexpress.com/wp-content/uploads/2024/07/escondidoOverlay.png) no-repeat center top;
    background-size: 100%;
    display: none;
    top: 0;
}

.neigbors-section .locations-listing li:nth-child(4) a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://www.thedentalexpress.com/wp-content/uploads/2021/12/pointlomaoverlay.png) no-repeat center top;
    background-size: 100%;
    display: none;
    top: 0;
}

.neigbors-section .locations-listing li:nth-child(5) a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://www.thedentalexpress.com/wp-content/uploads/2021/12/Santeeoverlay.png) no-repeat center top;
    background-size: 100%;
    display: none;
    top: 0;
}

.neigbors-section .locations-listing li:nth-child(6) a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://www.thedentalexpress.com/wp-content/uploads/2021/12/HillcrestOverlay.png) no-repeat center top;
    background-size: 100%;
    display: none;
    top: 0;
}

/*.neigbors-section .locations-listing li:nth-child(7) a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://www.thedentalexpress.com/wp-content/uploads/2021/12/HillcrestOverlay.png) no-repeat center top;
    background-size: 100%;
    display: none;
    top: 0;
}*/

.neigbors-section .locations-listing li a:hover:after {
    display: block;
}

.neigbors-section .locations-listing li a:hover img {
    opacity: 0;
}

.neigbors-section .neighbors-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.neigbors-section .neighbors-links .h1 {
    font-size: 44px;
}

.neigbors-section .neighbors-links li {
    flex: 0 0 calc(85% / 3);
    border-top: dashed 1px #70A1BF;
    padding-top: 20px;
    margin-bottom: 20px;
}

.neigbors-section .neighbors-links li p {
    display: flex;
    color: #505050;
    font-size: 26px;
    justify-content: space-between;
    align-items: center;
    font-family: 'Voltaire', sans-serif;
}

.neigbors-section .neighbors-links li p i {
    font-size: 20px;
}

.neigbors-section .neighbors-links li p:hover {
    color: #58BFFF;
}

.our-mission .row {
    justify-content: space-between;
}

.our-mission .row .img-clm {
    padding-right: 0;
}

.our-mission .row .img-clm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-mission .row .info-clm {
    background: #F0FCFF;
    display: flex;
    align-items: center;
}

.our-mission .row .info-clm .info-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 40px;
}

.our-mission .row .info-clm .info-wrapper .h1 {
    text-transform: uppercase;
    font-size: 32px;
    color: #505050;
}

.our-mission .row .info-clm .info-wrapper h4 {
    font-size: 34px;
    color: #58BFFF;
    margin-bottom: 15px;
}

.our-mission .row .info-clm .info-wrapper p {
    line-height: 26px;
}

.top-rated .row .img-clm {
    padding-left: 0;
    padding-right: 15px;
}

.top-rated .row .info-wrapper {
    padding: 40px 0px;
}

.our-philosophy {
    background: url(../images/philosophy-bg.JPG) no-repeat center bottom;
    background-size: cover;
    padding: 80px 0px;
}

.our-philosophy .col-md-4 {
    margin-bottom: 30px;
}

.our-philosophy h2 {
    color: #88B7D5;
    font-size: 42px;
    margin-bottom: 20px;
}

.our-philosophy .sub-heading {
    color: #505050;
    max-width: 500px;
    text-align: left;
    margin-bottom: 60px;
}

.our-philosophy h4 {
    color: #505050;
    font-size: 28px;
    border-bottom: solid 1px #88B7D5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.our-philosophy p {
    line-height: 26px;
}

#careerForm .modal-content {
    padding: 10px 20px;
}

.our-locations {
    padding: 60px 0px;
}

.our-locations p {
    font-size: 18px;
}
.our-locations .row {
    align-items: center;
}
.our-locations .locations-listing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our-locations .locations-listing .location-block {
    border-top: 1px dashed #70A1BF;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    flex: 0 0 calc(82% / 2);
    max-width: calc(82% / 2);
}

.our-locations .locations-listing .location-block .fa-angle-right {
    position: absolute;
    right: 0;
    color: #505050;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.our-locations .locations-listing .location-block h2 {
    color: #505050;
    font-size: 28px;
    margin-bottom: 10px;
}

.our-locations .locations-listing .location-block p {
    line-height: normal;
    max-width: 240px;
    color: #9CA6AC;
    font-size: 16px;
}

.our-locations .locations-listing .location-block p a {
    color: #505050;
}

.our-locations .locations-listing .location-block p a:hover {
    color: #58BFFF;
}

.our-locations .locations-listing .location-block a:hover .fa-angle-right {
    color: #58BFFF;
}

.our-locations .locations-listing .location-block a:hover h2 {
    color: #88B7D5;
}

.join-us .row .info-clm .info-wrapper {
    max-width: 700px;
    margin: 0;
    padding-left: 30px;
}

.join-us .row .info-clm .info-wrapper .h1 {
    color: #88B7D5;
    text-transform: inherit;
    font-size: 42px;
}

.join-us .row .info-clm .info-wrapper .cta-btn {
    padding-left: 20px;
    padding-right: 20px;
}

footer {
    background: #44677C;
    padding: 30px 0px 0px;
    margin-top: 15px;
}

footer .footer-logo {
    max-width: 110px;
}

footer .row {
    justify-content: space-between;
}

footer .social-links {
    display: flex;
    margin-top: 125px;
}

footer .social-links li a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
}

footer .social-links li a:hover {
    transform: translateY(-4px);
    color: #ffdb16;
}

footer h4 {
    border-bottom: 1px solid #E0F4FF;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}

footer .ft-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .ft-links ul li {
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
}

footer .ft-links ul li a {
    color: #fff;
    padding: 5px 0px;
    display: block;
}

footer .ft-links ul li a:hover {
    padding-left: 5px;
    color: #ffdb16;
}

footer .copright-section {
    padding: 15px 0px;
    margin-top: 30px;
    background: #1C4762;
}

footer .copright-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .copright-section .container p,
footer .copright-section .container a {
    color: #fff;
    line-height: normal;
}

.service-detail-container h1,
.service-detail-container h2,
.service-detail-container h3,
.service-detail-container h4,
.service-detail-container h5,
.service-detail-container h6 {
    font-weight: normal !important;
    font-family: 'Voltaire', sans-serif !important;
}

.service-detail-container h1 {
    color: #58BFFF !important;
    font-size: 52px !important;
    line-height: normal;
    position: relative;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 30px;
    font-weight: normal !important;
}

.service-detail-container h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 146px;
    height: 5px;
    background: #FFCE00;
}

.service-detail-container p {
    color: #505050 !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

.service-detail-container h2 {
    margin-bottom: 10px !important;
    color: #88B7D5 !important;
    font-size: 46px !important;
    font-weight: normal !important;
}

.service-detail-container h3 {
    font-size: 42px !important;
    color: #58BFFF !important;
    margin-bottom: 10px;
}

.service-detail-container .annual-section h3 {
    color: #fff !important;
}

.service-detail-container .annual-section p {
    color: #fff !important;
}

.service-detail-container ul {
    list-style: inside;
}

.service-detail-container ul li {
    color: #505050 !important;
    font-size: 18px !important;
    margin-bottom: 3px;
    line-height: 26px !important;
}

.page-template-locations-php footer {
    margin-top: 0;
}

.breadcrumbs-container {
    position: absolute;
    left: 5%;
    z-index: 2;
    width: 100%;
    max-width: 1420px;
    left: 50%;
    transform: translate(-50%, 10px);
}

.custom-breadcrumbs {
    padding: 15px 0px 30px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
}

.custom-breadcrumbs span {
    margin: 0 4px;
}

.custom-breadcrumbs a {
    color: #505050;
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
}

.custom-breadcrumbs a:hover {
    color: #58BFFF;
}

.custom-breadcrumbs .current {
    font-weight: bold;
    color: #777;
    margin: 0;
}

.content-page .elementor-row h1,
.content-page .elementor-row h2,
.content-page .elementor-row h3,
.content-page .elementor-row h4,
.content-page .elementor-row h5,
.content-page .elementor-row h6 {
    font-weight: normal !important;
    font-family: 'Voltaire', sans-serif !important;
}

.content-page .elementor-row h1 {
    color: #88B7D5 !important;
    font-size: 60px !important;
    line-height: normal;
    position: relative;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 30px;
}

.content-page .elementor-row h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 146px;
    height: 5px;
    background: #FFCE00;
}

.content-page .elementor-row h2 {
    font-size: 30px !important;
    color: #0A5889 !important;
    line-height: 38px !important;
}

.content-page .elementor-row p {
    color: #505050 !important;
    line-height: 27px !important;
    font-size: 18px;
}

.content-page .elementor-row p a {
    color: #505050 !important;
    text-decoration: underline;
}

.content-page .elementor-row p a:hover {
    color: #88B7D5 !important;
}

.content-page .elementor-row .light-blue h2 {
    color: #58BFFF !important;
}

.content-page .insurance-cta {
    padding: 80px 0px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 80px;
    background: transparent linear-gradient(256deg, #F0FCFF 0%, #E0F4FF 100%) 0% 0% no-repeat padding-box;
}

.content-page .insurance-cta h3 {
    color: #183345;
    font-size: 52px;
    padding-bottom: 30px;
}

.content-page .insurance-cta p {
    font-size: 22px;
    color: #505050;
    padding-bottom: 40px;
}

.medi-listing li {
    color: #505050;
    line-height: 27px !important;
    font-size: 18px;
    background: url(../images/tooth.png) no-repeat 0 0;
    padding-left: 30px;
    padding-bottom: 6px;
}

.tag-line {
    font-family: 'Voltaire', sans-serif;
    font-size: 20px;
    margin-right: auto;
    padding-left: 15px;
}

#menu-main-menu li.cta-btn {
    display: none;
}

#sbi_load {
    display: none !important;
}

.sbi_header_text.sbi_no_bio h3 {
    font-size: 22px !important;
    color: #58bfff !important;
}

.sb_instagram_header.sbi_no_avatar {
    display: flex;
    justify-content: center;
}

#wpcf7-f2120-o2 .ajax-loader {
    margin: auto;
    position: relative;
    left: 10px;
    top: 6px;
}

.safety-precautions-page .elementor-row h1 {
    color: #58BFFF !important;
    padding-top: 30px;
}

.safety-precautions-page .elementor-row h2 {
    color: #88B7D5 !important;
}

.safety-precautions-page .elementor-text-editor ul {
    list-style: outside;
    margin-left: 20px;
}

.safety-precautions-page .elementor-text-editor ul li {
    margin-bottom: 10px;
    color: #505050 !important;
    line-height: 27px !important;
    font-size: 18px !important;
}

.san-diego .elementor-row h1 {
    color: #58BFFF !important;
}

.san-diego .elementor-row h2 {
    color: #88B7D5 !important;
    font-size: 40px !important;
}

.san-diego .elementor-row h3 {
    font-size: 40px !important;
    color: #58BFFF !important;
}

.overlap-breadcrumb {
    margin-bottom: -47px;
    position: relative;
    z-index: 2;
}

.our-doctors {
    position: relative;
}

.our-doctors .breadcrumbs {
    margin: 0;
    padding-top: 30px;
}

.our-doctors:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 402px;
    background: #E2F0F4;
    z-index: -1;
}

.our-doctors .h1 {
    margin-top: 30px;
    margin-bottom: 60px;
}

.our-doctors .h1:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.our-doctors .doctors-listing {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.our-doctors .doctors-listing .doctor-block {
    flex: 0 0 calc(100% / 4 - 20px);
    max-width: calc(100% / 4 - 20px);
    text-align: center;
    margin: 0px 10px 30px;
}

.our-doctors .doctors-listing .doctor-block img {
    cursor: pointer;
}

.our-doctors .doctors-listing .doctor-block .title {
    font-family: 'Voltaire', sans-serif;
    font-size: 25px;
    line-height: normal;
    padding: 15px 0px;
    color: #0A5889;
}

.our-doctors .doctors-listing .doctor-block .location {
    color: #505050;
    font-size: 18px;
}

.our-doctors .doctors-listing .doctor-block a {
    color: #88B7D5;
    border: solid #88B7D5 1px;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 15px;
}

.our-doctors .doctors-listing .doctor-block a:hover {
    color: #fff;
    background: #88B7D5;
}

.dental-express-videos {
    position: relative;
}

.dental-express-videos .breadcrumbs {
    margin: 0;
    padding-top: 30px;
}

.dental-express-videos:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 402px;
    background: #E2F0F4;
    z-index: -1;
}

.dental-express-videos .h1 {
    margin-top: 30px;
    margin-bottom: 60px;
}

.dental-express-videos .h1:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dental-express-videos .doctors-listing {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}

.dental-express-videos .doctors-listing .doctor-block {
    flex: 0 0 calc(100% / 3 - 20px);
    max-width: calc(100% / 3 - 20px);
    text-align: center;
    margin: 0px 10px 30px;
}

.dental-express-videos .doctors-listing .doctor-block img {
    cursor: pointer;
}

.dental-express-videos .doctors-listing .doctor-block .img-holder {
    position: relative;
}

.dental-express-videos .doctors-listing .doctor-block .img-holder .play-icon {
    position: absolute;
    background: url(../images/play-icon.png) no-repeat center top;
    z-index: 1;
    width: 72px;
    height: 72px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.dental-express-videos .doctors-listing .doctor-block .title {
    font-family: 'Voltaire', sans-serif;
    font-size: 25px;
    line-height: normal;
    padding: 15px 0px;
    color: #0A5889;
    min-height: 92px;
}

.dental-express-videos .doctors-listing .doctor-block .location {
    color: #505050;
    font-size: 18px;
}

.dental-express-videos .doctors-listing .doctor-block a.border-btn {
    color: #88B7D5;
    border: solid #88B7D5 1px;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 15px;
}

.dental-express-videos .doctors-listing .doctor-block a.border-btn:hover {
    color: #fff;
    background: #88B7D5;
}

.cate-custom-modal .doc-page {
    color: #88B7D5;
    border: solid #88B7D5 1px;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 15px;
}

.cate-custom-modal .doc-page:hover {
    color: #fff;
    background: #88B7D5;
}

.rplg-slider .rplg-slider-prev {
    display: none !important;
}

.rplg-slider .rplg-slider-next {
    display: none !important;
}

.reviews-container .rplg-reviews {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.reviews-container .rplg-reviews .rplg-box {
    margin-bottom: 15px;
    flex: 0 0 calc(100% / 4 - 20px);
    max-width: calc(100% / 4 - 20px);
    margin: 0px 10px 20px !important;
}

.reviews-container .rplg-reviews .rplg-box-content {
    max-height: 115px;
}

.blog-container .banner-section {
    background: #F0FCFF;
}

.blog-container .banner-section .row {
    align-items: center;
}

.blog-container .banner-section .h1 {
    margin-left: 12%;
    font-size: 45px;
    line-height: 56px;
    padding-right: 15px;
}

.blog-container .banner-section .blog-single-img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.blog-container .blog-listing {
    padding: 30px 0px;
}

.blog-container .blog-listing .filter-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}

.blog-container .blog-listing .filter-section .form-control {
    border: 1px solid #CBCBCB;
    border-radius: 0px;
    color: #505050;
}

.blog-container .blog-listing .filter-section select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Voltaire', sans-serif;
    background: url(../images/drop-down-arrow.jpg) no-repeat right 10px top 13px;
}

.blog-container .blog-listing .filter-section .input-group-text {
    background: none;
    border-right: none;
}

.blog-container .blog-listing .filter-section .input-group .form-control {
    padding-left: 0;
    border-left: 0px;
}

.blog-container .blog-listing .filter-section .input-group .form-control i {
    color: #808080;
}

.blog-container .blog-listing .filter-section .filter {
    max-width: 270px;
    flex: 0 0 270px;
    margin-right: 20px;
}

.blog-container .blog-listing .filter-section .search {
    max-width: 270px;
    flex: 0 0 270px;
}

.blog-container .col-lg-4 {
    margin-bottom: 30px;
}

.line-height-0 {
    line-height: 0;
}

#recent-post li {
    display: flex;
    align-items: center;
    max-width: 100%;
}

#recent-post li a {
    display: flex;
    align-items: flex-start;
}

#recent-post li a p {
    font-size: 16px;
    margin-left: 8px;
}

#recent-post li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.blog-block {
    border: 1px solid #88B7D5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-block img {
    height: 360px;
    object-fit: cover;
    width: 100%;
}

.blog-block .info {
    padding: 15px;
}

.blog-block .info .post-info {
    display: flex;
    align-items: center;
    color: #808080;
    font-family: 'Voltaire', sans-serif;
    text-transform: capitalize;
    font-size: 12px;
}

.blog-block .info .post-info .dot {
    color: #58BFFF;
    padding: 0px 8px;
    font-size: 16px;
    line-height: 0;
}

.blog-block .info p {
    color: #505050;
    line-height: 24px;
    font-size: 16px;
}

.blog-block .info h2 {
    color: #000000;
    margin: 12px 0px;
    font-size: 30px;
}

.blog-block .button-wrapper {
    padding: 15px;
}

.blog-block a.read-more {
    border: 2px solid #58BFFF;
    color: #58BFFF;
    display: inline-block;
    align-items: center;
    padding: 10px 40px;
    text-transform: capitalize;
    font-family: 'Voltaire', sans-serif;
    font-size: 15px;
}

.blog-block a.read-more i {
    padding-left: 10px;
    transition: all ease 0.2s;
}

.blog-block a.read-more:hover {
    color: #000;
    border-color: #ffdb16;
}

.blog-block a.read-more:hover i {
    transform: translateX(2px);
}

.alm-btn-wrap {
    text-align: center;
}

.alm-btn-wrap .load-more-posts {
    background: #58BFFF !important;
    color: #fff !important;
    border-radius: 0px !important;
    font-family: 'Voltaire', sans-serif !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    padding: 0px 60px !important;
}

.alm-btn-wrap .load-more-posts:hover {
    background: #88B7D5 !important;
}

.breadcrumbs-wrapper {
    background: #f0fcff;
    padding: 20px 0px;
}

.single-post-container .custom-breadcrumbs {
    margin-bottom: 0px;
    padding-bottom: 0;
    padding-top: 0px;
}

.single-post-container .post-date-info {
    display: flex;
    align-items: center;
    color: #5C5C5C;
    font-family: 'Voltaire', sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    padding-left: 12%;
}

.single-post-container .post-date-info .dot {
    color: #58BFFF;
    padding: 0px 8px;
    font-size: 16px;
    line-height: 0;
}

.single-post-container .post-date-info p {
    color: #505050;
    line-height: 24px;
    font-size: 16px;
}

.post-content-container {
    padding: 60px 15px;
}

.post-content-container .entry-content h2 {
    color: #000000;
    margin: 15px 0px 30px;
    font-size: 30px;
}

.post-content-container .entry-content h3 {
    color: #000000;
    margin: 15px 0px 30px;
    font-size: 26px;
}

.post-content-container .entry-content p {
    color: #505050;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0px;
}

.post-content-container .entry-content p a {
    font-weight: bold;
    color: #505050;
    text-decoration: underline;
}

.post-content-container .entry-content p a:hover {
    color: #88B7D5;
}

.post-content-container .entry-content ol,
.post-content-container .entry-content ul {
    margin: 10px 0px;
    list-style: disc;
    margin-left: 20px;
}

.post-content-container .entry-content ol li,
.post-content-container .entry-content ul li {
    padding: 4px 0px;
    line-height: 26px;
}

.post-content-container aside {
    border-left: #ebebeb solid 1px;
    padding-left: 30px;
    height: 100%;
}

.post-content-container aside .widget-title {
    color: #88B7D5;
    font-size: 30px;
    font-family: 'Voltaire', sans-serif;
    border-bottom: 2px dashed #70A1BF;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
}

.post-content-container aside .widget ul li {
    max-width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
}

.post-content-container aside .widget ul li a {
    color: #505050;
    font-size: 18px;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-content-container aside .widget ul li a:hover {
    color: #88B7D5;
}

#custom-img-clm {
    height: 100%;
}

#custom-img-clm .elementor-widget-container {
    height: 100%;
}

#custom-img-clm .elementor-image {
    height: 100%;
}

#custom-img-clm .elementor-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#careerForm .modal-title {
    font-size: 25px;
    margin-left: auto;
    color: #88B7D5;
    margin-right: auto;
}

#careerForm .close {
    position: absolute;
    top: 22px;
    right: 25px;
    padding: 0;
}

#searchform .fld {
    border: 1px solid #CBCBCB;
    height: 35px;
    color: #808080;
    line-height: 35px;
    display: flex;
    align-items: center;
}

#searchform .fld i {
    padding: 0px 10px;
    font-size: 14px;
}

#searchform .fld input#s {
    flex: auto;
    height: 33px;
    border: none;
    outline: none;
}

#searchform .fld button {
    background: none;
    border: none;
    outline: none;
}

.menu-icon {
    display: none;
}

div.rplg-slider .rplg-box .rplg-box-content {
    display: block !important;
}

.contact-banner {
    background: #f0fcff;
}

.contact-banner .row {
    align-items: center;
}

.contact-banner h1 {
    margin: 40px 0px;
}

.contact-locations {
    padding: 60px 0px;
}

.contact-locations .contact-location-block {
    padding-bottom: 30px;
    border-bottom: 2px dashed #70A1BF;
    margin-bottom: 30px;
}

.contact-locations .contact-location-block h2 {
    color: #58BFFF;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.contact-locations .contact-location-block p {
    color: #9CA6AC;
}

.contact-locations .contact-location-block a {
    color: #9CA6AC;
}

.contact-locations .contact-location-block a:hover {
    color: #58BFFF;
}

.contact-locations .contact-location-block .schedule-btn {
    border: 1px solid #58BFFF;
    border-radius: 5px;
    color: #58BFFF;
    text-transform: uppercase;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
}

.contact-locations .contact-location-block .schedule-btn:hover {
    background: #58BFFF;
    color: #fff;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1420px !important;
}

.honored-to-serve {
    background: #F0FCFF;
    padding: 90px 0px;
    margin-top: 15px;
}

.honored-to-serve img {
    display: block;
    margin: 0 auto;
}

.honored-to-serve .row {
    align-items: center;
}

.honored-to-serve h2 {
    color: #88B7D5;
}

.honored-to-serve p {
    line-height: 26px;
}


.page-id-3394 .san-diego .elementor-row h2 {
    color: #083F88 !important;
}

.page-id-3394 .medi-listing li {
    background: url(https://www.thedentalexpress.com/wp-content/uploads/2021/06/Icon-feather-star.png) no-repeat 0 3px;
}

.gradient-border {
    position: relative;
}

.gradient-border:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent linear-gradient(90deg, #DB0000 0%, #FFFFFF 48%, #003F93 100%) 0% 0% no-repeat padding-box;
    height: 5px;
    width: 100%;
}

.apply-form {
    max-width: 700px;
    margin: 0 auto;
}

.apply-form .form-control {
    border: 1px solid #BBBBBB;
    height: 40px;
    border-radius: 0px;
    margin-bottom: 20px;
}

.apply-form .wpcf7-not-valid-tip {
    margin-bottom: 20px;
}

.apply-form .recaptcha .wpcf7-not-valid-tip {
    text-align: center;
}

.apply-form .custom-chechboxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.apply-form .custom-chechboxes .wpcf7-list-item {
    margin: 0px;
    width: calc(100% / 3);
    margin-bottom: 10px;
}

.apply-form .custom-chechboxes .wpcf7-list-item-label {
    padding-left: 10px;
}

.apply-form label {
    color: #555555;
}

.apply-form .resume {
    background: #88B7D5;
    width: 210px;
    position: relative;
    color: #fff;
    height: 42px;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 10px;
}

.apply-form .resume:after {
    content: "UPLOAD RESUME";
    width: 100%;
    height: 100%;
    top: 12px;
    position: absolute;
    left: 0;
    margin-left: -5px;
}

.apply-form .resume input {
    position: absolute;
    opacity: 0;
    height: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
}

#wpcf7-f3463-o1 .wpcf7-response-output {
    text-align: center;
    margin-top: 0;
    max-width: 700px;
    margin: 0 auto;
}

.apply-form .cta-btn {
    min-width: 210px;
}

.apply-form .resume:before {
    content: "";
    background: url(https://www.thedentalexpress.com/wp-content/uploads/2021/06/file-upload.png) no-repeat center top;
    right: 17px;
    top: 13px;
    width: 11px;
    height: 14px;
    position: absolute;
}

.codedropz-upload-inner span {
    display: none;
}

.apply-form .ajax-loader {
    display: block !important;
    text-align: center !important;
    margin: 11px auto !important;
}

.apply-form .codedropz-upload-wrapper {
    margin-bottom: 30px
}

.apply-form .wpcf7-textarea {
    height: 150px !important;
}

.apply-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
}


@media only screen and (min-width: 1599px) {
    .apply-banner-height .elementor-container {
        min-height: 500px;
    }
}

@media only screen and (max-width: 1599px) {
    .container {
        max-width: 1240px;
    }

    .banner .banner-caption {
        left: 0;
    }

    .team-section .team-block .info-mask {
        width: 260px;
    }

    .gallery-section .item img {
        height: 550px;
        object-fit: cover;
    }

    .team-section .team-block .img-holder .circle img {
        max-width: 280px;
    }
}

@media only screen and (max-width: 1279px) {
    .banner .banner-caption {
        padding: 100px 30px;
    }

    header .header-menu ul li a {
        margin: 10px;
    }

    header .cta-btn {
        padding: 0px 22px;
    }

    .team-section .team-block .info-mask {
        width: 205px;
    }

    .team-section .team-block .img-holder .circle img {
        max-width: 224px;
    }

    .overlap-breadcrumb {
        margin-bottom: 30px;
    }

    header .cta-section .contact-info {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: left;
        width: 100%;
    }

    .services-section .cta-section h3 {
        font-size: 40px;
    }

    .services-section .cta-section .actions-btns {
        flex-direction: column;
    }

    .services-section .cta-section .actions-btns .cta-btn {
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
        width: 250px;
        text-align: center;
        margin-left: 0 !important;
    }

    .banner-slider .slider-block .banner-caption h1 {
        padding: 0px 50px;
    }

    .our-locations .locations-listing {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .services-section .cta-section h3 {
        margin: 0 auto 15px auto;
        text-align: center;
    }

    .honored-to-serve h2 {
        margin-top: 20px;
    }

    .honored-to-serve {
        padding: 30px 0px;
    }

    .post-content-container aside {
        padding-left: 0px;
        padding-top: 30px;
        border-left: 0px;
        margin-top: 30px;
        border-top: #ebebeb solid 1px;
    }

    .banner .banner-img {
        background-size: cover;
        background-position: center center;
        height: 400px;
    }

    .team-section .team-block {
        margin: 0;
        margin-bottom: 30px;
    }

    .team-section .team-block .img-holder {
        margin: 0 auto;
    }

    .team-section .team-block .img-holder .circle img {
        max-width: 296px;
    }

    .team-section .team-block .info-mask {
        width: 276px;
    }

    .cate-section {
        padding: 30px 0px;
    }

    .gallery-section .item img {
        height: 300px;
    }

    .services-section .service-row ul li {
        flex: 0 0 calc(100% / 1);
        max-width: calc(100% / 1);
    }

    .contact-section .contact-clm .ft-contact {
        max-width: 342px;
        flex: 0 0 342px;
    }

    .virtual-tour {
        flex-direction: column;
    }

    .virtual-tour h3 {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .locations-container .locations-clm {
        max-width: 100%;
    }

    .locations-container .location-map {
        height: 400px;
    }

    .banner .banner-caption {
        max-width: 100%;
    }

    footer {
        text-align: center;
    }

    footer .social-links {
        justify-content: center;
        margin: 20px 0px;
    }

    footer .ft-links ul li {
        text-align: left;
    }

    .banner-slider .slider-block .banner-caption h1 {
        font-size: 32px;
    }

    .h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    .our-mission .row .img-clm {
        padding-left: 0;
    }

    .our-mission .row .img-clm img {
        height: auto;
    }

    .top-rated .row .img-clm {
        padding-right: 0;
    }

    .breadcrumbs-container {
        position: inherit;
        left: 0;
        padding-left: 2%;
    }

    .breadcrumbs-container .custom-breadcrumbs {
        padding-bottom: 15px;
    }

    .our-doctors .doctors-listing .doctor-block {
        flex: 0 0 calc(100% / 3 - 20px);
        max-width: calc(100% / 3 - 20px);
    }

    .our-doctors:before {
        height: 325px;
    }

    footer h4 {
        text-align: left;
    }

    footer .social-links li:last-child a {
        margin-right: 0;
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .schedule-location-col {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .elementor-1448 .elementor-element.elementor-element-83b0d6d .elementor-heading-title {
        font-size: 44px !important;
    }

    .schedule-location-block {
        flex: 0 0 calc(100% / 1) !important;
        max-width: calc(100% / 1) !important;
    }

    .h1 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .h1:after {
        width: 120px;
        height: 3px;
    }

    .blog-block img {
        height: 260px;
    }

    h2 {
        font-size: 24px;
    }

    .banner-slider .slider-block {
        height: 350px;
    }

    .banner-slider .slider-block video {
        object-fit: cover;
    }

    .banner .banner-caption {
        padding: 30px 15px;
        max-width: 300px;
    }

    .banner .banner-caption h1 {
        font-size: 32px;
    }

    .banner .banner-caption .sub-heading {
        font-size: 24px;
    }

    .banner .banner-caption .contact-info {
        font-size: 16px;
    }

    .banner .banner-caption .contact-info i {
        font-size: 14px;
    }

    .banner .banner-caption ul li {
        font-size: 16px;
        margin: 0 auto;
    }

    .banner .banner-caption .mb-center {
        text-align: center;
    }

    .banner .banner-caption .call {
        margin: 10px auto 0 auto;
    }

    .our-mission .row .info-clm .info-wrapper {
        padding: 30px 0px;
    }

    .about-us {
        padding: 30px 0px;
    }

    .about-us .about-text {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }

    .accept-medical {
        flex-direction: column;
        text-align: center;
    }

    .accept-medical h3 {
        font-size: 32px;
    }

    .accept-medical img {
        margin-top: 10px;
        margin-left: 0;
    }

    .about-us .about-block {
        margin-bottom: 20px;
    }

    .team-section {
        padding: 30px 0px 10px;
    }

    .team-section h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about-company {
        text-align: center;
        padding: 30px 0px;
    }

    .about-company p {
        font-size: 16px;
        line-height: 24px;
    }

    h2 {
        font-size: 30px;
    }

    .services-section {
        padding: 30px 0px;
    }

    .contact-section .col-lg-7 {
        padding-right: 0;
        margin-bottom: 1px;
    }

    .contact-section .contact-clm .ft-contact {
        flex: 100%;
        max-width: 100%;
        padding: 30px 15px;
    }

    .contact-section .contact-clm {
        padding-left: 0;
    }

    .footer-cta-section {
        padding: 30px 0px;
    }

    .footer-cta-section h4 {
        font-size: 35px;
        margin: 22px 0px;
    }

    .locations-container .locations-listing .location-block {
        flex: 0 0 calc(100% / 1);
        max-width: calc(100% / 1);
    }

    aside {
        margin-bottom: 30px;
    }

    aside ul li {
        max-width: 100%;
    }

    footer .copright-section .container {
        justify-content: center;
        flex-direction: column;
    }

    .service-detail-container h1,
    .service-detail-container h2,
    .service-detail-container h3,
    .service-detail-container h4,
    .service-detail-container h5,
    .service-detail-container h6 {
        font-weight: normal !important;
        font-family: 'Voltaire', sans-serif !important;
    }

    .service-detail-container h1 {
        color: #58BFFF !important;
        font-size: 42px !important;
        line-height: normal;
        position: relative;
        padding-bottom: 30px;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: normal !important;
    }

    .service-detail-container h1:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 146px;
        height: 5px;
        background: #FFCE00;
    }

    .service-detail-container p {
        color: #505050 !important;
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .service-detail-container h2 {
        margin-bottom: 10px !important;
        color: #88B7D5 !important;
        font-size: 36px !important;
        font-weight: normal !important;
    }

    .service-detail-container h3 {
        font-size: 30px !important;
        color: #58BFFF !important;
        margin-bottom: 10px;
    }

    .follow-up .elementor-row .elementor-col-50:first-child {
        order: 2;
    }

    .content-page .elementor-row h1 {
        font-size: 42px !important;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .content-page .insurance-cta h3 {
        font-size: 32px;
    }

    .content-page .insurance-cta p {
        font-size: 18px;
    }

    #menu-main-menu {
        display: none;
        position: absolute;
        background: #f9f9f5;
        width: 100%;
        left: 0;
        top: 70px;
        height: calc(100vh - 84px);
        overflow: auto;
    }

    header .header-menu > ul > li ul {
        position: inherit;
        top: 0;
        padding: 0;
        min-width: 100%;
        width: 100%;
    }

    header .cta-section {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    header .cta-section .cta-btn {
        display: none;
        margin: 10px 0px;
        margin-left: 15px !important;
        width: 100%;
        line-height: 32px;
        padding: 0px 0px;
        min-width: 100px;
    }

    header .cta-section .menu-icon {
        display: flex;
        align-items: center;
    }

    header .cta-section .menu-icon i {
        background: #ebc00c;
        padding: 0;
        color: #000;
        width: 34px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .announcement-section p {
        font-size: 16px;
    }

    .san-diego .elementor-row h2 {
        font-size: 26px !important;
    }

    .san-diego .elementor-row h3 {
        font-size: 26px !important;
        color: #58BFFF !important;
    }

    .our-doctors .doctors-listing .doctor-block {
        flex: 0 0 calc(100% / 2 - 20px);
        max-width: calc(100% / 2 - 20px);
    }

    .our-doctors .doctors-listing .doctor-block .title {
        font-size: 18px;
    }

    .our-doctors .doctors-listing .doctor-block .location {
        font-size: 16px;
    }

    .our-doctors .doctors-listing .doctor-block a {
        padding: 8px 16px;
        font-size: 12px;
        font-weight: bold;
    }

    .our-doctors:before {
        height: 291px;
    }

    .our-locations .locations-listing .location-block {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .neigbors-section .neighbors-links li {
        flex: 0 0 100%;
    }

    .cate-custom-modal .modal-content {
        padding: 10px 15px;
    }

    .blog-container .blog-listing .filter-section {
        display: block;
    }

    .blog-container .blog-listing .filter-section .filter {
        max-width: 100%;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .blog-container .blog-listing .filter-section .search {
        max-width: 100%;
    }

    .blog-container .banner-section .h1 {
        margin-left: 15px;
        padding-top: 30px;
        font-size: 22px;
        line-height: normal;
    }

    .single-post-container .post-date-info {
        padding-left: 15px;
        margin-bottom: 30px;
    }

    header .header-menu > ul > li > ul > li > ul {
        position: inherit;
        right: 0;
        margin-left: 0px;
        min-width: 100%;
        width: 100%;
    }

    header button.cta-btn {
        display: none;
    }

    #menu-main-menu li.cta-btn {
        display: block;
        width: calc(100% - 30px);
        text-align: center;
    }

    #menu-main-menu li.cta-btn a {
        color: #fff;
        display: block;
    }

    #menu-main-menu li.cta-btn a {
        position: relative;
        z-index: 2;
    }

    header .logo {
        max-width: 56px;
    }

    .tag-line {
        padding-right: 15px;
        font-size: 16px;
    }

    .neigbors-section .locations-listing li {
        width: calc(100% / 1 - 30px);
        margin: 0px 15px 30px;
    }

    .contact-locations {
        padding: 30px 0px;
    }

    .dental-express-videos .doctors-listing .doctor-block {
        flex: 0 0 calc(100% / 1 - 20px);
        max-width: calc(100% / 1 - 20px);
    }

    .our-philosophy {
        background: url(../images/our_philosophy-mobile.jpg) no-repeat center bottom;
        background-size: cover;
        padding: 30px 0px;
        position: relative;
    }

    .our-philosophy .container {
        position: relative;
        z-index: 2;
    }

    .our-philosophy:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.7);
        width: 100%;
        height: 100%;
    }

    .reviews-container .rplg-reviews .rplg-box {
        flex: 0 0 calc(100% / 2 - 20px);
        max-width: calc(100% / 2 - 20px);
    }
}

@media only screen and (max-width: 1599px) {
    .breadcrumbs-container {
        max-width: 1240px;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumbs-container {
        position: absolute;
        left: 0;
        transform: none;
    }
}
