footer {
    background-color: #2f3241;
    color: #fff;
}
footer .doctor-info {
    color: #fff;
}
footer .doctor-info .footer-name {
    margin-bottom: 10px;
    font-weight: 600;
}
footer .doctor-info p {
    font-size: 16px;
}
footer .social-icon {
    display: flex;
}
footer .social-icon .icon-button {
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    height: 2.6rem;
    line-height: 3.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    width: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* footer .social-icon .icon-button:hover i {
    color: #fff;
}
footer .social-icon .icon-button:hover span {
    transform: scale(1);
} */
/* footer .social-icon .icon-button span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s;
} */
footer .social-icon .icon-button .twitter {
    background-color: #4099ff;
}
footer .social-icon .icon-button .facebook {
    background-color: #3b5998;
}
footer .social-icon .icon-button i {
    color: #53c0ff;
    z-index: 555;
}
footer .contact-info .address, footer .contact-info .phone, footer .contact-info .email {
    display: flex;
    align-items: center;
}
footer .contact-info .address img, footer .contact-info .phone img, footer .contact-info .email img {
    width: 40px;
}
footer .quick-links .list-group li a {
    color: #fff;
    text-transform: capitalize;
}
footer .work-time {
    background-color: #2a2d3d;
    position: relative;
}
footer .work-time .content {
    padding: 10px 15px 5px 15px;
}
footer .work-time .content .item {
    padding: 5px;
    border-bottom: 1px solid #363948;
    font-size: 14px !important;
}
footer .work-time .content .item p {
    text-transform: uppercase;
}
footer .work-time .content .item:last-child {
    border: none;
}
footer .work-time .content div:hover p {
    color: #71cd29;
}
footer .work-time .clock {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}
footer .work-time .clock img {
    width: 50px;
}
footer .bowerd-by-container {
    padding: 20px 0;
    border-top: 1px solid #3f4253;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
footer .bowerd-by-container div p {
    color: #fff;
}
