img.logo {
    height: 70px;
}

.text-black {
    color: #000 !important;
}

ul.dropdown {
    list-style: none;
}

.breadcrumbs h2 {
    position: relative;
}

.blog-content p {
    margin-bottom: 20px;
}

.blog-content ul,
.blog-content ol {
    margin-top: 20px;
    margin-left: 30px;
}

.blog-content li {
    margin-bottom: 15px;
}

.text-left {
    text-align: left;
}

.treatment-content p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.treatment-content ul {
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 10px;
}
.treatment-content ul li {
    margin-bottom: 5px;
    /* margin-left: 10px; */
}

.equal-height-box {
      background-color: #f8f9fa;
      border: 1px solid #c0c0c0;
      padding: 20px;
      border-radius: 8px;
}

.appointment .form input,
.appointment .form textarea,
.appointment .form .nice-select {
    margin-top: 16px;
    border: 1px solid #ccc;
    text-transform: none;
}

/* ============== Top Header menu Background (Start) ============== */

.header .header-inner {
    background: #c1bebe;
}

@media only screen and (max-width: 767px) {
    .header .header-inner {
        background: #c1bebe !important;
        padding-bottom: 0 !important;
    }
    .slicknav_menu {
        background: #c1bebe !important;
    }
}

/* #d2d1d1 */
/* ============== Top Header menu Background (End) ============== */