.transparent.smaller .logo{
    width: 150px
}

section#subheader{
    padding-block: 130px;
} 

.custom-about-section{
    background-color: rgba(255, 255, 255, 0.92);
    margin: 25rem 2rem 0 2rem;
    padding: 4rem 2.5rem;
    box-shadow: 1px 1px 12px -3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 1px 12px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 12px -2px rgba(0,0,0,0.75);
}



.custom-row{
    margin-block: auto;
    margin-inline: auto;
}

.custom-conditions{
    background: linear-gradient(180deg,#2a2b39,#666) !important;
}

/* .custom-skills .box-number.square > .text{
    border: 1px solid black !important;
} */

.box-number .text {
    margin-left: 0 !important;
    margin-inline: 50px;
    /* border: 1px solid black !important; */

}

.custom-btn{
    width: 80% !important;
    padding-block: 2rem !important;
    background: rgba(0, 0, 0, 0.5);
    /* margin-block: 0.03rem; */
    border-bottom: 0.1px solid rgba(0, 0, 0, 0.5) !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.custom-home1{
    padding: 0px;
}

.custom-display1{
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-display1 .topics-div{
    max-width: 50%;
    margin-left: auto;
    padding: 0 !important;
}

.custom-display1 .topics-div .custom-btn{
    width: 100% !important;
}

.custom-display1 .custom-text{
    margin-left: 220px;
    line-height: 4;
}

.what-we-do{
    font-size: 120px;
}

@media (max-width: 1000px){
    .logo{
        width: 185px;
    }
    .what-we-do{
        font-size: 90px;
    }
    .custom-display1 .custom-text{
        margin-left: 110px;
    }
}

.custom-do{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
}

.custom-we{
    font-weight: bolder;
}

@media (max-width: 600px){
    .custom-home1{
        padding-top: 10px;
    }
    .custom-display1{
        flex-direction: column;
    }
    .custom-display1 .topics-div{
        max-width: 100%;
    }
    .custom-display1 .custom-text{
        margin-left: 0px;
    }
    .custom-about-section{
        margin: 5rem 0.2rem 1rem 0.2rem;
        padding: 2rem 0.5rem;
    }
    h2.style-4 {
        font-size: 30px !important;
    }
    .what-we-do{
        font-size: 70px;
    }
    
}


.meet-our-doctors .owl-item.active:nth-child(odd){
    margin-right: 0px !important;
}

.meet-our-doctors .owl-item{
    height: 660px;
}

.blog-list .post-text, .blog-read .post-text {
    /* padding-left: 0px !important; */
    background-color: white;
}

/* .content-item{
    margin-right: 30px !important;
} */

.meet-our-doctors .item img{
    height: 660px;
    width: 550px;
    margin-left: auto;
}

.meet-our-doctors .item .post-text{
    height: 660px; 
    width: 550px;
    margin-right: auto;
    padding: 2rem;
}


.text-white{
    color: white !important;
}

.cus-dots{
    /* width: 200px; */
    position: absolute;
    bottom: 10%;
    right: 1%;
}
.cus-dots-2{
    width: 20%;
    position: absolute;
    bottom: 35%;
    right: 2%;
}

.custom-nav-phone{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}


.doctor-name{
    font-weight: bolder;
}

.doctor-description{
    color: rgba(0, 0, 0, 0.6) !important;
}







/* subpages */
.custom-subheader{
    padding: 140px 0 50px 0;
    background-color: #18191b !important;
}

.custom-subheader .inner-page-title{
    margin-block: 8rem;
}

.inner-padding.location{
    padding-bottom: 50px;
}

.blog-read .post-text.custom-blog{
    padding-left: 0;
}

.picframe img{
   aspect-ratio: 1.3;
}

.team-desc p{
    font-size: 13px;
    line-height: 1.2rem;
}

@media (max-width: 700px) {
    .team-desc p{
        font-size: 10px;
        line-height: .8rem;
    }
}

.box-container{
    background-color: #a8c1c4;
    width: 100%;
    height: 100%;
    padding: 5.5rem 3rem;
}

.box-container2{
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    padding: 2.5rem 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}