*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --blue:#004086;
}

.logo-top-left {
    float: left;
    margin: 40px 5% 25px 0;
    width: 29.5%;
}

.central-logo {
    float: left;
    margin: 40px 0 25px 0;
}

.phone-up {
    float: right;
    margin: 40px 5% 25px 0;
    color: var(--blue);
}

.button-1 {
    background-color: white;
    color: var(--blue);
}

.navbar-1 {
    width: 100%;
    background-color: var(--blue);
    color: white;
}

.carousel-top {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.55);
}

.home-services {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;       
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/home-services-section-bg.jpg);
    background-repeat: repeat;
}

.about-me {
    background-image: url(../img/meet-dr-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: flex;
    padding: 60px 10vw;
}

.about-me-left {
    display: flex;
    width: 50%;
   
}

.about-me-right {
    width: 50%;
    
}

.about-me-photo{
    margin: 0 30px 0 0;
}

.about-me-text {
    color: white;
}

.figure-caption {
    color: white;
    text-align: center;
}

.header-up{
    position: relative;
    margin: 0 auto;
    width: 80%;
}

.nav-link{
    color: white !important;
    margin: 0 20px;
    font-size: large;
}

.d-block {
    height: 70vh;
}
