article a {
    font-weight: bold;
}
p a {
    font-weight: bold;
}

/*OFFICE BACKGROUND*/

.office-bg {
    height: 62vh;
    min-height: 520px;
}

.loaded.no-webp .office-bg {
    background-image: url(../images/office-bg.jpg);
}
.loaded.webp .office-bg {
    background-image: url(../images/office-bg.webp);
}

/*TOP-PAR*/
.top-par-whole {
    max-width: 1320px;
    margin: 0 auto 0;
    padding: 45px 20px;
}

.top-par-title {
    text-align: center;
    margin: 0 0 27px;
}

/* IMPLANT SECTION
----------------------------------*/
.implants {
    padding: 50px 0;
}
.implants h2 {
    padding: 10px;
}
.implants .row {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.implants .left {
    /* max-width: 25vw; */
    width: 100%;
}
.implants .right {
    /* max-width: 35vw; */
    width: 100%;
}
.implants .right .video-container {
    padding-bottom: 60%;
}

/* TESTIMONIALS
--------------------------------*/
.testimonial {
}

/*DOCTOR*/

.loaded.no-webp.home .contentarea {
    background-image: url(../images/doctor-bg.jpg);
}
.loaded.webp.home .contentarea {
    background-image: url(../images/doctor-bg.webp);
}

.doc-con p {
    margin: 1em 0 1.7em;
}

/*SHOWCASE*/

.loaded.no-webp .showcase {
    background-image: url(../images/showcase-bg.jpg);
}
.loaded.webp .showcase {
    background-image: url(../images/showcase-bg.webp);
}

.show-slider,
.smile-slider {
    padding: 2em 0;
}

.show-box {
    background-color: var(--primary-color);
    padding: 1.5em 1em;
    border-radius: 20px;
    box-shadow: -15px 15px #9296a0;
    margin: 1em 3.5em;
}

.show-box a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

.showcase a img {
    margin-bottom: 12px;
}

.showcase h3 {
    font-size: 30px;
    line-height: 1.2;
    text-shadow: none;
}

.pulse:hover {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.02, 1.02);
    }
    100% {
        transform: scale(1, 1);
    }
}

.showcase .slick-arrow {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.show-slider img.slick-arrow,
.smile-slider img.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 50px);
    cursor: pointer;
    padding: 20px;
}

.show-slider img.slick-arrow.next-arrow,
.smile-slider img.slick-arrow.next-arrow {
    right: unset;
    left: calc(100% + 50px);
}

.showcase a.main-btn {
    margin: 2em auto 0;
}

/*REVIEWS*/

.rev-con {
    padding: 2em;
}

.rev-slides img.slick-arrow {
    position: absolute;
    bottom: 0;
    right: 58vw;
    cursor: pointer;
}

.rev-slides img.slick-arrow.next-arrow {
    right: unset;
    left: 58vw;
}

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 240px;
    margin: 3em auto 1em;
}

.slick-dots li {
    list-style: none;
}

.slick-dots li button {
    font-size: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #7aa5bb;
}

.slick-dots li.slick-active button {
    background-color: #7aa5bb;
    border: none;
    height: 20px;
    width: 20px;
}

.rev-con hr {
    background-color: var(--primary-color);
    padding: 2px;
    margin: 2em auto;
}
.smile-gal .bp-slider-box .bp-slider::after {
    line-height: 1.7;
}
/*SMILE GALLERY*/

.smile-slider img.slick-slide {
    border-radius: 20px;
    box-shadow: -15px 15px #9296a0;
    margin: 2em;
}

/*CTA*/

.loaded.no-webp .cta-section {
    background-image: url(../images/cta-bg.jpg);
}
.loaded.webp .cta-section {
    background-image: url(../images/cta-bg.webp);
}

.loaded.no-webp .contact-section {
    background-image: url(../images/contact-bg.jpg);
}
.loaded.webp .contact-section {
    background-image: url(../images/contact-bg.webp);
}

.split-pic a svg.external-link {
    display: none;
}

.contact-split {
    margin: 3em auto 1em;
}

.contact-section .split-con h4 {
    font-size: 25px;
    text-shadow: none;
}

.contact-section .split-con p {
    margin: 1em 0;
}

a.bot-address,
a.bot-phone {
    display: block;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
a.bot-phone {
    margin: 0.5em 0;
}

a.bot-address svg,
a.bot-phone svg {
    margin-right: 10px;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1026px) {
    .doc-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .doc-pic {
        min-width: 420px;
    }
    .doc-con {
        max-width: 700px;
        margin-left: 2em;
    }
    .rev-split {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .rev-pics {
        max-width: 60%;
    }
    .rev-con {
        max-width: 40%;
        padding: 0 3em;
    }
    .rev-slides img.slick-arrow {
        right: 23vw;
    }
    .rev-slides img.slick-arrow.next-arrow {
        right: unset;
        left: 23vw;
    }
    .cta-section .container {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .contact-split {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .contact-split .split-pic a img {
        min-width: 470px;
    }
    .contact-section .split-con {
        max-width: 550px;
        margin: 0 2.5em;
    }
}

@media (max-width: 1580px) {
    .show-slider img.slick-arrow,
    .smile-slider img.slick-arrow {
        max-width: 120px;
    }
    .show-slider img.slick-arrow,
    .smile-slider img.slick-arrow {
        right: 95%;
    }
    .show-slider img.slick-arrow.next-arrow,
    .smile-slider img.slick-arrow.next-arrow {
        right: unset;
        left: 95%;
    }
    .show-slider {
        margin: 0 3em;
    }
    .showcase a img {
        max-height: 110px;
    }
    .rev-con h2 {
        font-size: 36px;
    }
    ul.slick-dots {
        max-width: 220px;
        margin: 0 auto;
    }
    .smile-slider img.slick-slide {
        margin: 2em 3em;
    }
}

@media (max-width: 1340px) {
    .show-slider,
    .smile-slider {
        margin: 0 10vw;
    }
    .show-box {
        margin: 1em 4em;
    }
    .show-slider img.slick-arrow,
    .smile-slider img.slick-arrow {
        right: 97%;
    }
    .show-slider img.slick-arrow.next-arrow,
    .smile-slider img.slick-arrow.next-arrow {
        right: unset;
        left: 97%;
    }
    .rev-con hr {
        margin: 18px auto;
    }
}

@media (max-width: 1025px) {
    .office-bg {
        height: 40vh;
        min-height: 350px;
    }
    .split-con,
    .doc-con {
        text-align: center;
    }
    .show-box {
        margin: 1em 3em;
        padding: 2em 3em;
    }
    .show-slider img.slick-arrow,
    .smile-slider img.slick-arrow {
        max-width: 90px;
        right: 95%;
    }
    .show-slider img.slick-arrow.next-arrow,
    .smile-slider img.slick-arrow.next-arrow {
        right: unset;
        left: 95%;
    }
    .contact-split .split-pic a img {
        display: block;
        margin: 1em auto;
    }
    .contact-split .split-pic img {
        display: block;
        margin: 1em auto;
    }
}

@media only screen and (max-width: 991px) {
    .doc-wrap.md-padding img {
        display: block;
        margin: 0 auto 2em;
    }
}

@media only screen and (max-width: 767px) {
}

@media all and (max-width: 600px) {
    .show-slider,
    .smile-slider {
        margin: 0 20px;
    }
    .show-box {
        margin: 1em auto;
        padding: 10px 1em;
        width: 230px !important;
    }
    .show-slider img.slick-arrow,
    .smile-slider img.slick-arrow {
        max-width: 80px;
    }
    .show-slider img.slick-arrow,
    .smile-slider img.slick-arrow {
        right: 88%;
        z-index: 3;
    }
    .show-slider img.slick-arrow.next-arrow,
    .smile-slider img.slick-arrow.next-arrow {
        right: unset;
        left: 88%;
    }
    .rev-con h2 {
        font-size: 30px;
    }
    .rev-slides img.slick-arrow {
        right: 70vw;
    }
    .rev-slides img.slick-arrow.next-arrow {
        right: unset;
        left: 70vw;
    }
    a.bot-address,
    a.bot-phone {
        letter-spacing: normal;
    }
    .smile-slider .bp-slider-box {
        height: 47vw;
        box-shadow: none !important;
        margin: 20px auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .show-slider,
    .smile-slider {
        margin: 0 auto;
    }
    .show-box,
    .smile-slider img.slick-slide {
        box-shadow: -8px 8px #9296a0;
    }
    .show-slider img.slick-arrow {
        display: none !important;
    }
    .smile-slider img.slick-slide {
        margin: 1em;
    }
}
