.headerform label {
    margin-bottom: 0px;
}

.form-group {
    margin-bottom: 10px;
}

.doctor-details {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #fff;
}

.doctor-details img {
    border-radius: 10px;
    margin-bottom: 10px;
}

.doctor-details h3 {
    font-size: 36px;
    color: black;
}

.doctor-details h6 {
    color: #b07e01;
    font-size: 18px;
    margin-bottom: 14px;
}

.doctor-details p {
    font-size: 17px;
}

.doctor-details .stats {
    text-align: center;
}

.doctor-details .stats h3 {
    color: #c27e01;
    font-size: 41px;
    margin-bottom: 0px;
}

.doctor-details .stats p {
    font-size: 17px;
    color: #694709;
}

.landing-section .title-area h2 {
    color: #573e00;
}

.landing-section .title-area p {
    color: #6f6f6f;
    font-size: 19px;
}

@media (max-width: 767.98px) {
    .landing-section .title-area h2 {
        font-size: 38px;
    }
}

@media (max-width: 1399.98px) {
  
}

.landing-section .before-after img {
    border-radius: 17px;
    border: 2px solid #c27e0055;
    margin-bottom: 10px;
}

.landing-section .why-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    border-radius: 23px;
    background-color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.landing-section .why-card img {
    width: 100%;
    max-width: 84px;
    background: #f5e8c6;
    padding: 10px;
    border-radius: 23px;
}

.landing-section .why-card h6 {
    margin-top: 14px;
    font-family: "Source Sans 3", sans-serif;
}