*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    font-size: 23px;
    line-height: 36px;
}
@media only screen and (min-width: 980px) {
    .container {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    html, body {
        font-size: 18px;
        line-height: 28px;
    }
}
h1, h2, h3, h4, h5, h6, .blog #main h1 a {
    color: #000;
    font-family: 'Libre Caslon Text', sans-serif;
    font-weight: 700;
    margin: 0;
}
h1, .blog #main h1 a, h5 {
    font-size: 64px;
    line-height: 74px;
    margin: 0 0 20px;
}
h2 {
    font-size: 45px;
    line-height: 55px;
}
h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px;
    font-weight: 400;
}
h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    h1, .blog #main h1 a, h5, h2 {
        font-size: 38px;
        line-height: 48px;
    }
}
@media only screen and (max-width: 767px) {
    h3 {
        font-size: 24px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 400px) {
    h1, .blog #main h1 a, h5, h2 {
        font-size: 32px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 767px) {
    h4 {
        font-size: 22px;
        line-height: 24px;
    }
}
/* =========================
   TOP BAR
========================= */

.top-bar{
    height:42px;
    background:#f5f5f5;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    padding:0 25px;
    gap:30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
}

.contact-item{
    color:#111;
}

.contact-item a
{
    color: #111;
    text-decoration: none;
}

.phone::before{
    content:"\f095";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    margin-right:8px;
}

.address::before{
    content:"\f3c5";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    margin-right:8px;
}

/* =========================
   HEADER
========================= */

.main-header{
    background:#000;
    position:relative;
    z-index:999;
}

.navbar{
    min-height:96px;
    padding:0;
}

.logo{
    width:126px;
}

/* =========================
   NAVIGATION
========================= */

.navbar-nav{
    gap:0px;
}

.nav-link{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 5px 5px;
    
}

.nav-link.active, .nav-link:hover {
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-link.active {
    font-weight: 700;
}

/* dropdown arrow */

.nav-dropdown::after{
    content:"\f078";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    font-size:10px;
    margin-left: 2px;
    vertical-align: top;
}

/* =========================
   BUTTON
========================= */

.request-btn{
    border: none;
    border-radius: 0px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.15px;
    font-weight: 700;
    text-align: center;
    padding: 9px 15px;
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
    text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.request-btn:hover{
    background: linear-gradient(90deg, #fff -3.33%, #fff 11.85%, #fff 26.13%, #fff 44.67%, #fff 65.03%, #fff 97.55%);
}

.hero-btn
{
    width: 100%;
    max-width: 303px;
    margin: 10px 10px;
}

.golden-btn{
    border: none;
    border-radius: 0px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.15px;
    font-weight: 700;
    text-align: center;
    padding: 9px 15px;
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
    text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.golden-btn:hover{
    background: linear-gradient(90deg, #fff -3.33%, #fff 11.85%, #fff 26.13%, #fff 44.67%, #fff 65.03%, #fff 97.55%);
}

.golden-black-btn{
    border: none;
    border-radius: 0px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.15px;
    font-weight: 700;
    text-align: center;
    padding: 9px 15px;
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
    text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.golden-black-btn:hover{
    background: linear-gradient(90deg, #000 -3.33%, #000 11.85%, #000 26.13%, #000 44.67%, #000 65.03%, #000 97.55%);
    color: #fff;
}


.white-btn{
    border: none;
    border-radius: 0px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.15px;
    font-weight: 700;
    text-align: center;
    padding: 9px 15px;
    background: linear-gradient(90deg, #fff -3.33%, #fff 11.85%, #fff 26.13%, #fff 44.67%, #fff 65.03%, #fff 97.55%);
    text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.white-btn:hover{
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
}

/* =========================
   DROPDOWN
========================= */

.dropdown-menu{
    border:none;
    border-radius:0;
    min-width:245px;

    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
    color: #000;
    margin: 0;
    padding: 0;
}

.dropdown-item{
    color:#111;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    font-weight:500;
    text-transform: uppercase;
    letter-spacing: .095em;
    padding: .6em 1.5em;
    position:relative;
}

.dropdown-item:hover{
    background: #000;
    color: #fff;
}

/* submenu arrow */

.has-submenu::after{
    content:"\f054";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    font-size:10px;
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
}

/* =========================
   SUBMENU
========================= */

.dropdown-submenu{
    position:relative;
}

.dropdown-submenu > .dropdown-menu{
    top:0;
    left:100%;
    margin-top:0;
}

/* desktop hover */

@media(min-width:992px){

    .dropdown:hover > .dropdown-menu{
        display:block;
    }

    .dropdown-submenu:hover > .dropdown-menu{
        display:block;
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .top-bar{
        display: none;
    }

    .navbar{
        min-height:auto;
        padding:15px;
    }

    .logo{
        max-height: 80px;
        max-width: 100%;
    }

    .nav-link{
        padding:12px !important;
    }

    .request-btn{
        width:100%;
        margin-top:15px;
    }

    .dropdown-submenu > .dropdown-menu{
        position:relative;
        left:0;
    }

    .dropdown-menu{
        width:100%;
    }

}

/* ================= GLOBAL MOBILE MENU ================= */

.mobile-menu{
    display:none;
    position:fixed;
    inset:0;
    background:#fff;
    z-index:99999;
    overflow:hidden;
    font-family:'Poppins', sans-serif;
}

/* ================= TOP BLACK BAR ================= */

.mobile-top{
    height:55px;
    background:#000;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 15px;
}

.mobile-logo{
    max-height: 80px;
    max-width: 100%;
}

.mobile-close{
    background:none;
    border:none;
    color:#c9a43b;
    font-size:28px;
    cursor:pointer;
}

/* ================= SCREEN SYSTEM ================= */

.menu-screen{
    position:absolute;
    top:55px;
    left:0;
    width:100%;
    height:calc(100% - 55px);
    background:#fff;

    transform:translateX(100%);
    transition:all 0.35s ease;
    overflow-y:auto;
}

/* active screen */
.menu-screen.active{
    transform:translateX(0);
}

/* ================= MENU LIST ================= */

.menu-list{
    list-style:none;
    padding: 150px 15px 120px;
    margin:0;
}

.menu-list li{
    /*margin-bottom:22px;*/
}

.menu-list a{
    text-decoration:none;
    color:#111;
    font-size:11px;
    font-weight:500;
    letter-spacing:2px;
    text-transform:uppercase;
    display:block;
}

/* right arrow for submenu links */
.menu-list a.has-child::after{
    content:"\f054";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    float:right;
    /*color:#c9a43b;*/
    font-size:10px;
}

/* ================= BACK BAR ================= */

.back-bar{
    position:fixed;
    top:55px;
    left:0;
    width:100%;
    height:42px;

    background:#fff;
    border-bottom:1px solid #eaeaea;

    display:flex;
    align-items:center;
    padding:0 15px;

    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    cursor:pointer;

    z-index:10;
}

.back-bar i{
    margin-right:8px;
    font-size:10px;
    /*color:#c9a43b;*/
}

/* ================= BOTTOM ACTION BAR ================= */

.mobile-bottom{
    padding: 1em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #CED3DB;
    position:fixed;
    bottom:50px;
    left:0;
    width:100%;
}

.mobile-bottom a{
    flex:1;
    text-align:center;
    text-decoration:none;
    color:#333;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    font-size: 13px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.mobile-bottom i{
    font-size:17px;
    margin-bottom:4px;
    /*color:#c9a43b;*/
}

/* ================= REQUEST BUTTON ================= */

.mobile-cta{
    position:fixed;
    bottom: 10px;
    left: 5%;
    width: 90%;
    /*height:50px;*/
}

.mobile-cta a{
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
    padding: 10px 25px;
    border: none;
    border-radius: 0px;
    color: #000;
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px #00000040;
    z-index: 1;
    position: relative;
    text-decoration: none;
}

/* ================= SCROLL FIX ================= */

.menu-screen::-webkit-scrollbar{
    width:4px;
}

.menu-screen::-webkit-scrollbar-thumb{
    background:#c9a43b;
}

/* ================= RESPONSIVE SAFETY ================= */

@media(min-width:992px){
    .mobile-menu{
        display:none;
    }
}
.mobile-header-bar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    /*height:55px;*/
    background:#000;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 15px;
    z-index:100000;
}

.mobile-logo{
    max-height: 80px;
    max-width: 100%;
}

.menu-toggle{
    background:none;
    border:none;
    font-size:22px;
    color:#fff;
    position:relative;
}

/* default state */
.close-icon{
    display:none;
}

/* when menu open */
.mobile-wrapper.menu-open .open-icon{
    display:none;
}

.mobile-wrapper.menu-open .close-icon{
    display:block;
    color:#c9a43b;
}

/* RIGHT ARROW FOR ITEMS WITH SUBMENU */
.has-child{
    position:relative;
    padding-right:20px;
}

/* Font Awesome arrow */
.has-child::after{
    content:"\f054"; /* fa-chevron-right */
    font-family:"Font Awesome 6 Free";
    font-weight:900;

    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);

    font-size:10px;
    /*color:#c9a43b;*/
}
.mobile-bottom,
.mobile-cta{
    display:none;
}
.mobile-wrapper.menu-open .mobile-bottom,
.mobile-wrapper.menu-open .mobile-cta{
    display:flex;
}
.gradient-icon{
    background:linear-gradient(
        90deg,
        #b68d20,
        #e4d083,
        #f4ecc8
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-size: 35px;
}

.hero-section{
    position:relative;
    height:100vh;
    overflow:hidden;
    background-image: url('../images/slideshow/1-city.webp');
    background-size:cover;
    
}

.hero-video{
    position:absolute;
    top:50%;
    left:50%;
    min-width:100%;
    min-height:100%;
    transform:translate(-50%,-50%);
    object-fit:cover;
    z-index:1;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.35);
    z-index:2;
}

.hero-content{
    position:absolute;
    left:50%;
    bottom:30px;
    transform:translateX(-50%);
    width:100%;
    max-width: 1300px;
    text-align:center;
    z-index:3;
    padding: 20px;
    color: #fff;
    background-color: #c5c3c33b;
    border-radius: 20px;
}

.hero-title{
    font-family: 'Libre Caslon Text', sans-serif;
    font-weight:700;
    color:#fff;
    /*text-shadow:0 2px 8px rgba(0,0,0,.25);*/
    font-size: 64px;
    line-height: 74px;
    margin: 0 0 20px;
}

.hero-subtitle{
    color:#fff;
    /*font-family:'Inter', sans-serif;*/
    font-weight:400;
    margin-bottom: 20px;
    opacity:.95;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:28px;
    flex-wrap:wrap;
}

.btn-gold{
    background:#d0aa2b;
    border:none;
    color:#000;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:18px 40px;
    min-width:300px;
    border-radius:0;
    font-size:16px;
}

.btn-gold:hover{
    background:#c49c1d;
}

.btn-white{
    background:#fff;
    border:none;
    color:#000;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:18px 40px;
    min-width:300px;
    border-radius:0;
    font-size:16px;
}

.btn-white:hover{
    background:#f3f3f3;
}

@media(max-width:992px){

    .hero-title{
        font-size:48px;
        line-height: 56px;
    }

    .hero-subtitle{
        font-size:18px;
    }

    .btn-gold,
    .btn-white{
        min-width:260px;
    }
}

@media(max-width:576px){

    .hero-title{
        font-size:38px;
        line-height: 56px;
    }

    .hero-content{
        bottom:40px;
    }

    .hero-buttons{
        gap:0px;
    }

    .btn-gold,
    .btn-white{
        width:100%;
        min-width:auto;
    }
}

@media (max-width:991px){

    .hero-section{
        margin-top:100px;
        height:calc(100vh - 100px);
    }

    .hero-video{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .hero-content{
        width:95%;
        bottom:15px;
        padding:20px 15px;
    }

    .hero-title{
        font-size:38px;
        line-height:44px;
    }

    .hero-subtitle{
        font-size:16px;
        line-height:24px;
    }

}

.about-section{
    background-image: url('../images/main-pattern.webp');
    background-size:cover;
    background-attachment: fixed;
    padding: 100px 0;
    
}
.about-title
{
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
    color: #000;
    font-family: 'Libre Caslon Text', sans-serif;
    font-weight: 700;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .about-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
}

.about-subtitle a
{ 
    text-decoration: none;
    color: #cba328;
}

.about-subtitle a:hover, a:focus {
    color: #6a6a6a;
}

.new-patients-section{
    background: url('../images/home-new-patients.webp') center center no-repeat;
    background-size:cover;
    background-attachment: fixed;
    padding: 70px 0;
    
}
.new-patients-title
{
    color: white;
    font-size: 64px;
    line-height: 74px;
    margin: 0 0 20px;
    font-family: 'Libre Caslon Text', sans-serif;
    font-weight: 700;
}
.np-list {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5em;
}
.np-list ul {
    list-style: disc;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
}
.np-list ul li {
    text-align: center;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .new-patients-title {
        font-size: 38px;
        line-height: 48px;
    }
    .np-list {
        font-size: 16px;
    }
}

.doc-section
{
    padding: 100px 0px 100px 50px;
    background: #ececec;
}
.doc-section .container {
    max-width: 1600px;
}
.doc-section .row {
    align-items: center;
}
.dp {
    display: flex;
    justify-content: flex-end;
}
.doc-section .doc-pic {
    background: url(../images/doc-pic-new.webp) no-repeat center center;
    background-size: cover;
}

.doc-pic {
    width: 100%;
    max-width: 627px;
    height: 785px;
}
.doc-con {
    width: 100%;
    padding: 50px 20px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 5;
    margin-left: -100px;
}
@media (max-width: 1400px) {
    .doc-con {
        margin-left: -50px;
    }
}
.dc-inner h2 {
    color: #fff;
    width: 100%;
    max-width: 435px;
    font-size: 45px;
    line-height: 55px;
    font-family: 'Libre Caslon Text', sans-serif;
    font-weight: 700;
    margin: 0;
}
.dc-inner h3 {
    color: #fff;
    margin: 15px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 2px;
    font-weight: 400;
}
.dc-inner {
    width: 100%;
    max-width: 756px;
}
@media (max-width: 1199px) {
    .doc-section {
        padding: 50px 0;
    }
}

@media (max-width: 1199px) {
    .doc-section {
        background-color: #000;
        padding: 100px 0;
    }
}
@media (max-width: 1199px) {
    .doc-section .doc-pic-mobile {
        background: url(../images/doc-pic-new.webp) no-repeat center center;
        background-size: cover;
    }
}
@media (max-width: 600px) {
    .doc-pic-mobile {
        margin: 30px auto;
        max-width: 330px;
        height: 413px;
    }
}

@media (max-width: 1199px) {
    .doc-pic {
        display: none;
    }
}
@media (max-width: 1199px) {
    .doc-con {
        margin-left: inherit;
    }
}
@media (max-width: 1199px) {
    .dc-inner h2, .dc-inner {
        max-width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .doc-section
    {
        padding: 40px 0px;
    }
    .dc-inner h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .dc-inner h3 {
        font-size: 24px;
        line-height: 34px;
    }
}

.aff-section {
    padding: 50px 0;
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
}
.aff-row {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.aff {
    padding: 10px 13px;
}
svg.external-link {
    height: 1em;
    width: auto;
    margin-left: 0.5em;
    margin-bottom: -0.1em;
    fill: currentColor;
}
.external-link {
    display: none;
}
.aff:hover {
    transform: scale(1.03);
}
.transition {
    transition: all .2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (max-width: 600px) {
    .aff-section {
        padding: 30px 0;
    }
}
@media (max-width: 600px) {
    .aff-row {
        flex-wrap: wrap;
    }
}
@media (max-width: 600px) {
    .aff {
        width: 50%;
    }
}
.aff-row img 
{
    width: 100%;
}
.showcase-section{
    padding:80px 0;
    background:#ececec;
}
.show-title {
    text-align: center;
}
.show-title h2 {
    margin-bottom: 15px;
}
.show-title h3 {
    color: #cba328;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.15px;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}
.show-title h3::before {
    content: '';
    width: 75px;
    height: 2px;
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
    position: absolute;
    left: -97px;
    top: 19px;
}
.show-title h3::after {
    content: '';
    width: 75px;
    height: 2px;
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
    position: absolute;
    right: -97px;
    top: 19px;
}
.show-row{
    margin:0 -5px;
}

.show{
    padding:0 5px;
}

.show-inner{
    position:relative;
    height:525px;
    overflow:hidden;
    border-radius:4px;
}

/*.show-inner::before{*/
/*    content:"";*/
/*    position:absolute;*/
/*    inset:0;*/
/*    background:rgba(0,0,0,.15);*/
/*    transition:.4s;*/
/*}*/

/*.show-inner:hover::before{*/
/*    background:rgba(0,0,0,.35);*/
/*}*/

.s1{
    background:url("../images/show-1.webp") center/cover no-repeat;
}

.s2{
    background:url("../images/show-2.webp") center/cover no-repeat;
}

.s3{
    background:url("../images/show-3.webp") center/cover no-repeat;
}

.s4{
    background:url("../images/show-4.webp") center/cover no-repeat;
}

.s5{
    background:url("../images/show-5.webp") center/cover no-repeat;
}


.show-con{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:100px;
    background:rgba(0,0,0,.9);
    color:#fff;
    text-align:center;
    padding:0 20px;
    overflow:hidden;
    transition:.4s ease;
}

.show-inner:hover .show-con{
    height:100%;
}

.show-inner:hover .show-t {
    height: auto;
    margin-top: 130px;
}

.show-t{
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

a {
    text-decoration: none;
}
.show-t h3{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
    text-decoration: none;
}

.show-line{
    width:217px;
    height:2px;
    background:#fff;
    margin:0 auto 15px;
}

.show-con p{
    opacity:0;
    transform:translateY(20px);
    transition:.4s;
    color: #fff;
}

.show-inner:hover .show-con p{
    opacity:1;
    transform:translateY(0);
}

/* Center slide effect */

.slick-slide{
    transition:.4s;
    /*opacity:.6;*/
}

.slick-center{
    opacity:1;
    /*transform:scale(1.02);*/
}
.slick-dots {
    list-style: none !important;
    display: flex !important;
    justify-content: center !important;
    margin: 30px 0 0 0 !important;
    position: relative !important;
    z-index: 3 !important;
}
.slick-dots li {
    margin: 10px 7px !important;
}
.slick-dots button, .slick-dots input[type='button'], .slick-dots input[type='reset'], .slick-dots input[type='submit'], .slick-dots a[class*='btn'], .slick-dots a[class*='bttn'] {
    color: transparent !important;
    padding: 0 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background: none !important;
    border: 1px solid #000 !important;
}
.slick-dots .slick-active button, .slick-dots .slick-active input[type='button'], .slick-dots .slick-active input[type='reset'], .slick-dots .slick-active input[type='submit'], .slick-dots .slick-active a[class*='btn'], .slick-dots .slick-active a[class*='bttn'] {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}
.slick-dots li button:before {
    display: none;
}
.show-inner {
    width: 100%;
    max-width: 380px;
    height: 525px;
    margin: 15px auto;
    position: relative;
    overflow: hidden;
}

/* Tablet */
@media (max-width: 992px) {
    .show-inner {
        height: 450px;
        max-width: 100%;
    }

    .show-t h3 {
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .showcase-section {
        padding: 50px 0;
    }

    .show-title h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .show-inner {
        height: 420px;
    }

    .show-con {
        height: 75px;
    }

    .show-inner:hover .show-con {
        /*height: 160px;*/
    }
}

/* Small mobile */
@media (max-width: 767px) {
    .show-title h2 {
        margin-bottom: 15px;
    }
    .show-title h3::before {
        display: none;
    }
    .show-title h3::after {
        display: none;
    }
}

.slick-dots li button:before{
    font-size:12px;
}

.testimonial-section {
    position: relative;
    background: url('../images/rev-bg.webp') center center/cover no-repeat;
    background-attachment: fixed;
    padding: 80px 0px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.testimonial-heading {
    color: #fff;
    margin-bottom: 40px;
}

.testimonial-content {
    max-width: 1000px;
    margin: auto;
    margin-top:40px;
}

.testimonial-content p {
    color: #fff;
    margin: 0 0 15px;
}

.testimonial-content h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 33px;
    margin: 25px 0 35px;
    letter-spacing: 1.15px;
    color: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{
    bottom: var(--swiper-pagination-bottom, 0px) !important;
}

.swiper {
    padding-bottom: 70px;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 8px;
    background: transparent;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}
.why-choose {
    position: relative;
    padding: 75px 0;
    text-align: center;
    background: #fff url(../images/main-pattern.webp) center center no-repeat;
    background-size: cover;
}
.wc-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}
.wc-inner h2 {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.24em;
    color: #000;
    margin: 0;
}
.wc-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    max-width: 1291px;
}
.wc-box {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 154px;
    width: 290px;
    border-radius: 0;
}
.wc-box span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6em;
    letter-spacing: 0.12em;
    text-align: center;
}
.wc-address p {
    margin: 0;
}
@media (max-width: 767px) {
    .wc-inner h2 {
        font-size: 29px;
    }
}
@media (max-width: 767px) {
    .why-choose {
        padding: 40px 15px;
    }
}
@media (max-width: 767px) {
    .wc-boxes {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .wc-box {
        width: 100%;
        min-height: 80px;
    }
}
@media (max-width: 767px) {
    .wc-box span {
        font-size: 16px;
        letter-spacing: 0.06em;
    }
}
@media (max-width: 767px) {
    .wc-address {
        font-size: 16px;
    }
}

.tech-section {
    padding: 100px 0;
    background-color: #ececec;
}
.tech-section .container {
    max-width: 1650px;
}
.tech-section .row {
    align-items: center;
}
.tech-con {
    width: 100%;
    padding: 50px 20px;
    background: #000;
    color: #fff;
    width: 889px;
    position: relative;
    z-index: 5;
}
@media (max-width: 1400px) {
    .tech-con {
        max-width: 726px;
    }
}
.tc-inner {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}
.tech-con h2
 {
    color: #fff;
}
.tech-con h3 {
    color: #fff;
    margin: 20px 0;
}
.tc-inner p {
    max-width: 756px;
}
.tech-b {
    margin-top: 20px;
}
.tech-b .main-btn4 {
    width: 100%;
    max-width: 190px;
}
.tech-pic {
    width: 100%;
    max-width: 759px;
    height: 759px;
}
@media only screen and (max-width: 767px) {
    .tech-section {
        padding: 50px 0;
    }
}
@media (max-width: 1199px) {
    .tech-section {
        background-color: #000;
    }
}
@media (max-width: 1400px) {
    
.tech-con {
        max-width: 726px;
    }
}
@media (max-width: 1500px) {
    
.tech-con {
        max-width: 800px;
    }
}
@media (max-width: 1199px) {
    .tech-con {
        width: 100%;
        padding: 0;
        text-align: center;
        max-width: 100%;
    }
}
.tech-section .tech-pic {
    background: url(../images/tech-pic.webp) no-repeat center center;
    background-size: cover;
}
@media (max-width: 1199px) {
    .tech-pic-mobile {
        width: 100%;
        max-width: 494px;
        height: 330px;
        margin: 30px auto;
    }
}
@media (max-width: 1199px) {
    .tech-section .tech-pic-mobile {
        background: url(../images/tpn.webp) no-repeat center center;
        background-size: cover;
    }
}
@media (max-width: 1199px) {
    .tc-inner p {
        max-width: 100%;
    }
}
@media (max-width: 1199px) {
    .tech-pic {
        display: none;
    }
}

.gallery-section {
    position: relative;
    overflow: hidden;
    background-image: url(../images/gal-pattern.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.gallery-slider {
    max-width: 1100px;
    margin: auto;
}

.gallery-item {
    padding: 0 10px;
    transition: all .5s ease;
}

.gallery-img {
    width: 100%;
    max-width: 530px;
    height: 294px;
    margin: 15px auto;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

/* Dots */

.gallery-slider .slick-dots {
    /*bottom: 0px !important;*/
    margin-top:0px !important;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #999;
}

.slick-dots li.slick-active button:before {
    color: #0d6efd;
}

/* Mobile */

@media(max-width:768px){

    .gallery-img{
        height:300px;
    }

    .gallery-title{
        font-size:32px;
    }
}

.no-ins {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/no-ins.webp) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}
.no-ins h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 25px;
}
.no-ins-b {
    margin-top: 30px;
}

.map-area {
    position: relative;
    max-height: 442px;
    overflow: hidden;
}

.map-overlay1 {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
    background: url('../images/map.webp') center center no-repeat;
    background-size: cover;
    transition: opacity 0.3s ease;
}

.map-overlay1.hide {
    opacity: 0;
    pointer-events: none;
}

.map-iframe {
    width: 100%;
    border: none;
    display: block;
}
iframe, #servicesIframe {
    padding: 0;
    border: none;
    width: 100%;
}
iframe[data-map-src] {
    display: block;
    max-height: 50vh;
    background-color: #f6f6f6;
}
@media (max-width: 500px) {
    .map-area {
        max-height: 320px;
    }
}
@media (max-width: 767px) {
    .loaded.webp .map-overlay1 {
        background: url(../images/mapm.webp) top center no-repeat;
        background-size: cover;
    }
}

.footer-container {
    font-size: 18px;
    line-height: 28px;
    padding: 100px 0;
    text-transform: none;
    background-color: #000;
    color: #fff;
    font-weight: 400;
}
.footer-container .container {
    max-width: 1450px;
}
.logo-f {
    text-align: center;
    margin: 15px 0;
}
.f-nav {
    width: 100%;
    max-width: 200px;
    margin: 15px auto;
}
.footer-container h4 {
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 10px;
}
.footer-container ul {
    margin: 0;
    list-style: none;
    padding: 0px;
}
.footer-container ul li {
    margin-bottom: 8px;
    letter-spacing: normal;
}
.footer-container a {
    color: #fff;
}
.f-con {
    width: 100%;
    max-width: 265px;
    margin: 15px auto;
}
.social li, .foot-social li {
    display: inline-block;
    list-style-type: none;
}
.foot-social a {
    display: block;
    font-size: 18px;
    background-color: #EBEFF0;
    border-radius: 50%;
    padding: 7px;
    margin-right: 12px;
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
}
.f-hrs {
    width: 100%;
    max-width: 340px;
    margin: 15px auto;
}
@media (min-width: 1200px) and (max-width: 1450px) {
    .f-hrs {
        font-size: 14px;
        line-height: 24px;
    }
}
.table-wrap-scroll {
    max-width: 100%;
    overflow-x: auto;
}
body[class*='page-template-contact'] .contact-page-info iframe, .single-team-member, .formatted-hours {
    margin-bottom: 1em;
}
.f-hrs tr:first-child {
    display: none;
}
.formatted-hours td.day {
    padding-right: 2em;
}
.text-right {
    text-align: right;
}
.f-attrib {
    width: 100%;
    max-width: 1221px;
    margin: 50px auto 0;
    border-top: 1px solid #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    padding-top: 30px;
}
#bpicredits {
    display: inline;
}
.attribution strong {
    font-weight: normal;
}
.icon-logo:before {
    content: "\e900";
    font-size: 1.2em;
    vertical-align: text-top;
}
@media (max-width: 1199px) {
    .footer-container {
        padding: 40px 0;
    }
}
@media (max-width: 600px) {
    .footer-container {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 1199px) {
    .footer-container .container {
        max-width: 797px;
    }
}
@media (max-width: 767px) {
    .f-nav, .f-con, .f-hrs {
        max-width: 340px;
    }
}
@media (max-width: 600px) {
    .f-hrs .formatted-hours {
        width: 100%;
    }
}


/*Community Involvement*/
.slideshow-bg, .slide-container, .slides {
    position: relative;
    z-index: 1;
}

.bannerarea {
    position: relative;
    /*min-height: 350px;*/
    /*min-height: 50vh;*/
    z-index: 1;
}
@media (min-width: 1201px) {
    .bannerarea, .home .bannerarea {
        /*margin-top: 125px;*/
    }
}
.bannerarea {
    position: relative;
    min-height: 400px;
    padding: 50px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/slideshow/1i-city.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.internal-title {
    width: 100%;
    max-width: 1400px;
    margin: 45px auto 0;
}
.internal-title h1 {
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #fbecbd 26.13%, #feffc2 44.67%, #fbecbd 65.03%, #9f7904 97.55%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}
.main-wrap {
    padding: 100px 0;
}
@media (max-width: 1199px) {
    .main-wrap {
        padding: 50px 0px;
    }
}
.clearfix:before, .clearfix:after {
    clear: both;
    content: "";
    display: table;
}
.main-wrap .container {
    max-width: 1500px;
}
.gallery{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:center;
    align-items: center;
    text-align: center;
}
.gallery a{
    width:calc(50% - 10px);
    overflow:hidden;
    border-radius:8px;
}
@media(max-width:991px){
    .gallery a{
        width:calc(50% - 10px);
    }
}

@media(max-width:576px){
    .gallery a{
        width:100%;
    }
}

.gallery img{
    width:100%;
    height:300px;
    object-fit:cover;
    transition:.4s;
    display:block;
    margin: 5px;
    display: inline-block;
    /*max-width: 24%;*/
    /*margin: 5px;*/
}

@supports (object-fit: cover) {
    .gallery img {
        /*width: 380px;*/
        height: 380px;
    }
}
@supports (object-fit: cover) {
    .gallery img {
        object-fit: cover;
    }
}
.gallery img {
    border: none;
}
.sb {
    /*display: flex;*/
    justify-content: flex-end;
    align-items: flex-start;
}
.sb-outer {
    width: 100%;
    max-width: 415px;
    background: #000;
    padding: 50px 15px;
    color: #fff;
}
.side-bar {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
}
.side-rev {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
.side-bar h4 {
    color: #fff;
    text-transform: none;
    margin-bottom: 15px;
}

.side-rev{
    border-bottom:1px solid #fff;
    margin-bottom:30px;
    padding-bottom:30px;
}

.review-box{
    color:#fff;
    min-height:220px;
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next{
    width:35px;
    display: none;
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon{
    background-size:18px ;
    display: none !important;
}

#testimonialCarousel .carousel-indicators{
    margin-bottom:0;
    display: none !important;
}

#testimonialCarousel .carousel-indicators button{
    width:10px !important;
    height:10px !important;
    border-radius:50%;
    background:#fff !important;
    opacity:.4;
}

#testimonialCarousel .carousel-indicators .active{
    opacity:1;
    display: none !important;
}
#testimonialCarousel .carousel-indicators
{
    display: none !important;
}
.side-bar .patient-name {
    font-weight: 400;
    font-size: 23px;
    line-height: 33px;
    color: #fff;
    letter-spacing: normal;
}
.side-hrs {
    font-size: 16px;
    line-height: 26px;
}
.table-wrap-scroll {
    max-width: 100%;
    overflow-x: auto;
}
.side-hrs tr:first-child {
    display: none;
}
.formatted-hours td.day {
    padding-right: 2em;
}
.lb-details
{
    display: none !important;
}


/*meet our doctors*/
.contentarea .single-team-member img {
    height: auto;
}
.alignleft {
    margin-right: 1em;
    float: left;
}
@media only screen and (max-width: 767px) {
    .alignleft, .alignright {
        float: none;
        display: block;
        margin: 0 auto 15px;
    }
}
.goldena, .goldena:visited {
    color: #cba328;
}
.goldena:hover, .goldena:focus {
    color: #6a6a6a;
    text-decoration: underline;
} 
.lb-prev {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

/*contact page*/
.contact-page-info {
    margin-top: 50px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .contact-page-info {
        font-size: 20px;
        line-height: 30px;
    }
}
.contact-page-info .table-wrap-scroll {
    max-width: 100%;
    overflow-x: auto;
}

/*faqs*/
.custom-accordion .accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:16px !important;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}
.custom-accordion .accordion-button{
    background:#fff;
    font-weight:600;
    font-size:23px;
    padding:10px 25px;
    color:#1e293b;
    box-shadow:none;
}
.custom-accordion .accordion-button:not(.collapsed){
    background: linear-gradient(90deg, #9f7904 -3.33%, #e9c968 11.85%, #9f7904 26.13%, #e9c968 44.67%, #9f7904 65.03%, #e9c968 97.55%);;
    color:#fff;
}
.custom-accordion .accordion-button::after{
    transition:0.3s ease;
    color: #fff;
}
.custom-accordion .accordion-body{
    padding:25px;
    /*color:#64748b;*/
    font-size: 20px;
    line-height:1.8;
    background:#fff;
}
.custom-accordion .accordion-item:hover{
    transform:translateY(-2px);
    transition:0.3s;
}

/*Finanial Options*/
.affiliate-logo {
    max-height: 60px;
    height: auto;
    max-width: 100%;
}

/*Gallery*/
.gal-pics img {
    width: 100%;
    max-width: 500px;
    height: 300px;
    object-fit: cover;
    margin-bottom: 25px;
}


/*Reviews*/
.dq-reviews {
    width: 100%;
    height: 800px;
    max-height: 80vh;
    border: none;
    margin-bottom: 40px;
}

/*Blogs*/
.blog #main article {
    clear: both;
    margin-bottom: 50px;
}
.blog #main h1 a {
    color: #000 !important;
    font-family: 'Libre Caslon Text', sans-serif;
    font-weight: 700;
    margin: 0;
}
.read-more-link{
    color: #cba328;
}

.alignright {
    margin-left: 1em;
    float: right;
}

.side-frm {
    /*margin-top: 50px;*/
    border-top: 1px solid #fff;
    width: 100%;
    max-width: 415px;
    background: #000;
    padding: 50px;
    color: #fff;
}
.side-frm h4 {
    color: #fff;
    font-weight: 700;
}

.side-bar h4 {
    color: #fff;
    text-transform: none;
    margin-bottom: 15px;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.floating-label {
    display: block;
    position: relative;
    padding-top: 1em;
}

.floating-label input, .floating-label textarea, .new_patient_form input[type="text"], .new_patient_form input[type="tel"], .new_patient_form input[type="email"], .new_patient_form input[type="date"], .new_patient_form select, .new_patient_form textarea {
    display: block;
    width: 100%;
}

.side-frm input, .side-frm select, .side-frm textarea {
    border-radius: 0;
    background: none;
    color: #fff;
    padding: 6px;
    border: 1px solid #fff;
}

.floating-label input + span, .floating-label textarea + span {
    position: absolute;
    left: .5em;
    top: .25em;
    font-size: .9em;
    line-height: 1;
    background-color: #fff;
    color: #2B303A;
    padding: 4px;
    opacity: 1;
    transform: translateY(0) scale(.9);
    transition: opacity .2s, transform .2s;
    pointer-events: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

.floating-label input:placeholder-shown + span, .floating-label textarea:placeholder-shown + span {
    opacity: .8;
    transform: translateY(1.5em) scale(1);
}

.floating-label input::placeholder, .floating-label textarea::placeholder {
    opacity: .0;
}

.side-frm .floating-label input + span, .side-frm .floating-label textarea + span {
    color: #fff;
    background: none;
}

.side-frm .floating-label input:focus:invalid + span, .side-frm .floating-label textarea:focus + span {
    background: #fff;
    color: #000;
}

.floating-label input:focus + span, .floating-label textarea:focus + span {
    color: #6B98F2;
    opacity: 1;
    transform: translateY(0) scale(.9);
}

.floating-label input:focus .floating-label input::placeholder, .floating-label textarea:focus .floating-label textarea::placeholder {
    opacity: 1;
}