.appointment-btn{
    background-color: #2bb0ef;
    border-radius: 5px;
}

#mainnav ul li a.appointment-btn{
    color: white;
    font-weight: bold;
}

#mainnav ul li a.appointment-btn:hover{
border: none;
}

.custom-call-to-action{
    background-color: rgba(0, 0, 0, 0.1);
    padding-block: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.call-us-btn{
    background-color: #2bb0ef;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    padding: 0.5rem 2rem;
}

.page-title__contact{
    background-image: url(../images/pages/contact.jpg);
    background-position: center;
}

.page-title__services{
    background-image: url(../images/pages/services.jpg);
    background-position: center;
}

.page-title__about{
    background-image: url(../images/pages/about-lady.jpg);
    background-position: center;
}

.page-title__implant{
    background-image: url(../images/services/implant-bg.jpg);
    background-position: center;
}

.page-title__cosmetic{
    background-image: url(../images/services/cosmetic-bg.jpg);
    background-position: center;
}

.page-title__ortho{
    background-image: url(../images/services/ortho-bg.jpg);
    background-position: center;
}

.page-title__ext{
    background-image: url(../images/services/extraction-bg.jpg);
    background-position: top;
}

.page-title__endodontic{
    background-image: url(../images/services/endodontic-bg.jpg);
    background-position: center;
}

.page-title__dentures{
    background-image: url(../images/services/dentures-bg.jpg);
    background-position: center;
}

.page-title__pediatric{
    background-image: url(../images/services/pediatric-bg.jpg);
    background-position: center;
}

.page-title__periodontic{
    background-image: url(../images/services/periodontic-bg.jpg);
    background-position: center;
}

.page-title__family{
    background-image: url(../images/services/family-bg.jpg);
    background-position: center;
}

.page-title h1{
    text-shadow: 1px 1px 3px rgb(131, 131, 131);
}

.page-title{
    min-height: 500px;
    padding: 4rem;
}

.page-container{
    margin-block: 4rem;
}

.contact-section{
    padding: 4rem;
}

.custom-service-image{
    margin-top: 3rem;
}

.custom-service-section{
    margin-inline: 1rem;
}

.custom-service-section p{
    margin-top: 1rem;
}

.first-ph{
    margin-top: 0;
    margin-bottom: 2rem;
}

.flat-row.row-about.custom-service-section{
    padding-top: 50px;
}