.default-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.doctor-details-area .thumb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .doctor-details-area .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 160%) repeat scroll 0 0;
    content: "";
    height: 30%;
    width: 100%;
} */

.doctor-details-area .thumb .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    text-align: center;
    right: 0;
    z-index: 1;
}

.doctor-details-area .thumb .overlay li {
    display: inline-block;
}

.doctor-details-area .thumb .overlay li a {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 0 10px;
}

h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 700;
}

.doctor-details-area .info h4 {
    margin-bottom: 25px;
    color: #666666;
    text-transform: uppercase;
}

h4 {
    font-size: 22px;
    font-weight: 700;
}

p {
    color: #666666;
    margin: 0 0 25px;
    text-transform: none;
    font-weight: 400;
    line-height: 1.8;
}

.doctor-details-area .info a {
    margin-top: 10px;
}


.doctor-details-area .info a:hover {
    background-color: #212529;
}


.btn.btn-theme {
    color: #fff;
    border: none;
    background: #0cb8b6;
}

.btn-md {
    padding: 16px 52px !important;
    font-size: 16px !important;
}

.btn {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 7px;
    border: 2px solid transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-size: 16px;
    letter-spacing: 0;
    padding: 13px 30px;
    background: #E7EDF8;
    position: relative;
    z-index: 1;
}

a {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    font-weight: 700;
    line-height: 26px;
}

.doctor-details-area .nav-pills {
    border-bottom: 1px solid #e7e7e7 !important;
    margin-bottom: 30px;
    margin-top: 50px;
}

.doctor-details-area .nav-pills .nav-link {
    margin-right: 25px;
    float: left;
    color: #04000b;
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.doctor-details-area .nav-pills .nav-link.active::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    height: 5px;
    width: 100%;
    background: #0cb8b6;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-pills .nav-link {
    border: 0;
    border-radius: .25rem;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    height: auto;
    width: auto;
}

.nav-tabs {
    padding: 0px;
}


.nav-link {
    display: block;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

button {
    outline: medium none;
    font-weight: 700;
    line-height: 26px;
}

button.nav-link {
    height: 70px !important;
}

.doctor-details-area .tab-content {
    margin-bottom: -10px;
}

.tab-content {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: none;
}

.col-lg-4 li.working_hours:nth-child(odd) {
    background: #f4f4f4;
}

.col-lg-4 li.working_hours {
    text-transform: uppercase;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-button {
    padding: 0.25rem !important;
}
