.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

/* Doctor Section */
.doctor {
    margin-bottom: 30px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    transition: all 0.3s ease;
    height: 160px;
    background-color: #fff;
    position: relative;
}

.doctor:hover {
    box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
}

.image {
    padding: 8px 10px;
}

.doctor-image {
    width: 30%;
    float: left;
    padding: 8px 10px;
}

.doctor-image img {
    border: 1px solid #ccc;
    height: 100px;
    width: 100px;
}

.doctor-details {
    width: 70%;
    float: left;
}

.doctor-details h4 {
    background: #ededed;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 6px 5px;
    margin-top: 8px;
}

.doctor-details h5 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.doctor-details p {
    font-size: 12px;
    line-height: 14px;
}

.doctor .doctorButton {
    background-color: #1ca288;
    text-align: center;
    position: absolute;
    top: 130px;
    width: 100%;
    height: 30px;
    font-size: 14px;
}

.doctor .doctorButton a {
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}

.doctor .doctorButton a:hover {
    color: #2e3192;
}

.buttonBox {
    background-color: rgb(46, 49, 146) !important;
    color: rgb(46, 49, 146) !important;
}

.team-thumb {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.appointment {
    background-color: #ff0000;
    color: #fff !important;
    border: none;
}

.appointment_form select {
    border-radius: 0;
    box-shadow: none;
    height: 40px;
}