@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');


body{
    background-color: white;
    letter-spacing: 1px;
    
}

.relative{
    position: relative;
}

.z-10{
    z-index: 10;
}

.font-3rem{
    font-size: 3rem;
}
p{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    line-height: 2;
    letter-spacing: .6px;
    font-size: 13px;
    color:   #00172c ;
}

h2.title{
    font-size: 45px !important;
    font-weight: 400px !important;
    color:  #00172c !important;
}

/* h1.font,
h2.font,
h3.font,
h4.font,
h5.font,
p.font,
a.font,
span.font{
    font-family: 'Playfair Display', serif !important;
} */

/* .font.italic{
    font-style: italic !important;
} */

header.transparent{
    backdrop-filter: blur(30px);
}

header .display-logo{
    display: none;
}

header.clone.smaller .display-logo{
    display: block !important;
}

.cta-header-btn {
    color: #fff;
    line-height: 24px;
    background: -webkit-linear-gradient(120deg,#11bac4 0,#18cbd4 99%,#18cbd4 100%);
    background: -o-linear-gradient(120deg,#11bac4 0,#18cbd4 99%,#18cbd4 100%);
    background: linear-gradient(-30deg,#11bac4 0,#18cbd4 99%,#18cbd4 100%);
    box-shadow: 0 18px 40px rgb(158 158 148 / 29%);
    width: 255px;
    padding: 15px 20px;
    -webkit-transition: color .2s,-webkit-box-shadow .2s;
    -o-transition: color .2s,box-shadow .2s;
    transition: color .2s,box-shadow .2s;
    transition: color .2s,box-shadow .2s,-webkit-box-shadow .2s;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat,sans-serif;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 1rem;
    margin-block: 2rem;
    color: white !important;
    font-weight: 500 !important;
}

.cta-header-btn:hover{
    cursor: pointer;
}

.cta-header-btn.white{
    background: rgb(223, 223, 223) !important;
    color: black !important;
}

#mainmenu #cus-nav-services li a{
    color: white !important;
}

.cta-header-btn.add-pad{
    padding: 1.5rem 6rem;
}

.much-margin{
    margin-top: 120px;
}


a.cta-btn:hover{
    cursor: pointer !important  ;
}
#mainmenu > li > a {
    /* letter-spacing: 1.5px; */
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
}

#mainmenu a{
    padding-inline: 1rem !important;
}

#expand-color li a{
    color: #f5f5f5 !important;
}

.custom-services-item{
   /* height: 350px; */
   display: flex;
   flex-direction: column;
   /* align-items: flex-end; */
}

.custom-service-item:after{
    content: '';
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    padding: 0rem 1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, #0000 100%)
}

/* .service-title-list{
    margin-bottom: 50px;
} */


.custom-services-item h3{
    /* margin-top: 200px; */
    font-size: 30px;
    /* margin-top: auto; */
}

.custom-services-text{
    font-size: 50px;
}











#testimonial-carousel img.stars{
    width: 100px !important;
    margin-bottom: 1.8rem;
}
#testimonial-carousel p.name{
    padding: 0;
    margin: 0;
}

#testimonial-carousel img.google-logo{
    width: 40px ;
}

#testimonial-carousel .item{
    /* height: 400px !important; */
    padding: 1rem 0.5rem;
}
#testimonial-carousel .item p{
    font-size: 12px;
}

.container.testimonial{
    height: 360px;
}

.container.testimonial{
    padding-block: 1rem;
    border: 1px solid #ceb888;
    /* padding: 0; */
}










.custom-service-item{
    position: relative;
    overflow: hidden;
    margin-inline: 2.5px;
    transition: all 400ms ease-in-out;
}

.custom-service-item .overlay-bg{
    opacity: 0;
    transition: all 700ms ease;
}

.custom-service-item:hover .overlay-bg{
    opacity: 1;
}

.absolute-text{
    padding: 2rem;
    position: absolute;
    bottom: -70px;
    z-index: 10000;
    transition: all 650ms ease-in;
    color: white;
}

.absolute-text.list{
    bottom: -105px;
}


.custom-service-item img{
    transition: all 700ms ease-in-out;

}

.custom-services-item h3.service-title{
    margin-bottom: 50px;
    font-weight: 400 !important;
}

.custom-service-item:hover img{
    transform: scale(1.2);
}

/* .custom-service-item:hover .absolute-text{
    bottom: 0;
} */

/* .custom-service-item:hover .absolute-text.list{
    bottom: 0;
} */

.list-item-service{
    color: white !important;
    transition: all 200ms ease;
}

.custom-services-item li{
    transition: all 200ms ease;
}

.custom-services-item li:hover{
    color: #ceb888 !important;
    transform: translateX(6px);
}

/* @media (min-width: 1500px){
 
    .absolute-text.list{
        top: calc(85% - 35px);
    }

    
    .custom-service-item:hover .absolute-text.list{
        top: 50%;
    }
} */








.header-phone{
    border-right: 0.5px solid rgba(160, 154, 154, 0.5);
    padding-right: 2rem;
    padding-block: 0.5rem;
}

.text-container{
    background-color: #fff;
    -webkit-box-shadow: 0 10px 43px rgb(11 17 18 / 20%);
    box-shadow: 0 10px 43px rgb(11 17 18 / 20%);
    border-top: 3px solid #ceb888;
    padding: 25px 5px;
}

.cta-btn{
    background: url(./z-imgs/img-bg-btn.jpg) no-repeat,-webkit-linear-gradient(120deg,#ceb888 0,#dccaa1 99%,#dccaa1 100%);
    background: url(./z-imgs/img-bg-btn.jpg) no-repeat,-o-linear-gradient(120deg,#ceb888 0,#dccaa1 99%,#dccaa1 100%);
    background: url(./z-imgs/img-bg-btn.jpg) no-repeat,linear-gradient(-30deg,#ceb888 0,#dccaa1 99%,#dccaa1 100%);
    -webkit-background-size: cover;
    background-size: cover;
    color: white !important;
    text-transform: uppercase;
    padding: 1rem 2rem;
}

.image-container{
    background-color: rgba(0, 0, 0, 0.2);
    width: 80%;
    margin-inline: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.woman-image{
   width: 100%;
   margin-inline: auto;
}


#cta-section h2.title{
    font-size: 40px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
}

.block-head:after {
    content: '';
    display: block;
    position: relative;
    width: 1px;
    height: 30px;
    margin: 2px auto 0;
    margin-bottom: 2rem;
    background-color: #ceb888;
}

#video-section h2{
    font-size: 45px;
    font-weight: 400 !important;
    color: rgb(53, 53, 53);
}


section#cta-section-2{
    padding: 0;
}




.logo-small{
    width: 200px !important;
}

.custom-footer-text{
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    align-items: center;
}

.custom-footer-text i{
    font-size: 3em;
    margin-right: 0.4rem;
}

.social-icons.footer i{
    margin-inline: 1.5rem;
    background-color: rgba(255, 255,255, 0.1);
    border-radius: 50%;
    padding: 1.2rem;
    height: auto !important;
    width: auto !important;
    font-size: 20px;
    font-weight: 600;
}

.below-footer-icons-text{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px !important;
    margin-top: 1rem;
}

footer{
    position: relative;
    font-family: 'Montserrat';
    background: url(./z-imgs/footer-bg.jpg) bottom;
}

footer i,
footer .text-left span,
footer p,
footer .text-left h3{
    font-weight: 700;
    letter-spacing: 2.5px;
    font-size: 16px;
}

hr.fot{
    border: 1px solid white;
}

.display-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.display-flex h3{
    margin-bottom: 0;
}

.subfooter-custom,
.subfooter-custom p,
.subfooter-custom span{
    font-size: 10px !important;
}

/* MEET OUR TEAM  */
.de-team-list{
    position: relative;
}

.member-name-container{
    position: absolute;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0rem 1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.849) 0%, #0000 100%)
}

/* .member-name-container:after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
 
} */



 @media (max-width: 700px){ 
    .container.testimonial{
        height: auto;
    }
 }
 @media (max-width: 1200px){
    .cta-header-btn{
        letter-spacing: 1.5px;
        font-size: 10px;
        font-weight: 400;
        margin-left: 0.5rem;
        margin-block: 1rem;
        padding: 13px 15px;
    }
 }





 /* SURGEON LIST (copied styles)  */

 /* .surgeon-list.big {
    padding-bottom: 14px;
} */

.bg-secondary .surgeon-list {
    background-color: #fff;
}
.surgeon-list.big {
    padding-bottom: 14px;
}
.bg-secondary .surgeon-list {
    background-color: #fff;
}
.surgeon-list {
    margin-top: 60px;
    background-color: #f7f7f7;
    border: 1px solid #ceb888;
    border-top-width: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.surgeon-list {
    /* margin-top: 60px; */
    background-color: #f7f7f7;
    border: 1px solid #ceb888;
    border-top-width: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.surgeon-list__item {
    width: 100%;
    padding: 15px 18px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 100%;
}
.surgeon-list__item {
    width: 100%;
    padding: 15px 18px 0 18px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 100%;
}

.surgeon-list__title {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 10px;
    pointer-events: none;
}
/* .surgeon-list__title {
    font-style: italic;
    font-family: 'Playfair Display', serif !important;
} */

.surgeon-list__item li {
    padding-left: 0;
    margin-bottom: 0;
}
.surgeon-list__item li {
    padding-left: 0;
    margin-bottom: 0;
}

.surgeon-list__item li a {
    margin-bottom: 7px;
    font-weight: 400;
}
.surgeon-list__item li a {
    margin-bottom: 7px;
    font-weight: 400;
}
.surgeon-list__item a {
    color: grey;
    font-size: 14px;
    display: block;
    padding-left: 10px;
}

.surgeon-list__item li{
    color: grey;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    list-style: square;
    transition: 250ms all ease;
    color: #ceb888;
    font-size: 12px;
}

.surgeon-list__item li:hover{
    color: #ceb888;
    transform: translateX(7px);
}

.list-section{
    padding: 0 !important;
}








.custom-cta-video{
    padding-block: 5rem;
}





h1.header-title {
    /* color: #fff !important; */
    /* text-transform: uppercase !important; */
    letter-spacing: 3px !important;
    font-weight: 600 !important;
    font-size: 60px !important;
    margin-bottom: 10px !important;
}

.header-description{
    font-family: "montserrat";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.header-btn{
    margin-left: 0;
}


.separator{
    margin: 0 0 5px 0 !important;
}

.de-front{
    margin-top: 10%;
}

section#cta-video{
    position: relative;
}

section#cta-video:after{
    content: '';
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    width: 50%;
    height: 100%;
}



.de-video-content{
    z-index: 1000;
}


h2.large {
    font-size: 90px;
    font-weight: 200;
    line-height: .8;
}

.custom-play-icon{
    padding: 1rem;
    border: 3px solid rgba(0, 0, 0, 0.315);
}

.cta-container{
    background-color: #f1f1f1;
    margin-top: 5rem;
}

.absolute-cta-image{
    position: relative;
}

.absolute-cta-image img{
    position: absolute;
    bottom: 0;
    left: 10%;
}

@media (max-width: 768px){
    section#cta-video:after{
        width: 100%;
    }
    h2.large{
        font-size: 50px;
    }
    .cta-header-btn{
        width: 100%;
        margin-left: 0;
    }
    .cta-header-btn.add-pad{
        padding: 1.2rem 4rem;
    }
    .surgeon-list{
        flex-direction: column;
    }
    .absolute-cta-image img {
        z-index: 0;
        opacity: 0.3;
    }
    
}

#homepage{
    width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 600px){
    .cta-btn{
        padding: 0.7rem 1.2rem;
    }
}

@media (max-width: 400px){
    .cta-btn{
        font-size: 12px;
        padding: 0.7rem 0.9rem !important;
    }
}






.cta1-container{
    /* background-color: rgba(0, 0, 0, 0.02); */
    border-radius: 5px;
    padding: 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cta1-container2{
    border: 2px solid #ceb888;
    display: inline-flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    padding: 0 2rem;
}

@media (max-width: 500px){
    .cta1-container{
        border-radius: 5px;
        padding: 0.3rem;
        padding-top: 2rem;
    }
    
    .cta1-container2{
        padding: 0 0.5rem;
    }
}