.doctor-block {
    box-shadow: inherit !important;
}

.doctor-items .thumb img {
    width: 250px !important;
    height: 250px !important;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: 1px solid rgb(250 152 14 / 50%);
}

.doctor-items .info {
    border-top: none;
}

.doctor-block{
    position: relative;
}

.doctor-discription{
 position: absolute;
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px;
  top: 0;
  height: 100%;
  z-index: 1;
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: default;
}

.doctor-discription h3{
    font-size: 16px;
    font-weight: 600;
    color: #fa980e;
    margin-bottom: 6px;
}

.doctor-discription h4 a{
    font-size: 20px;
    font-weight: 600;
    color: #01407f;
    margin-bottom: 35px;
}

.doctor-discription h4 a:hover{
    text-decoration: underline;
}

.view-profile{
    border: 1px solid #01407f;
    background-color: #01407f;
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 5px 10px;
    margin-top: 30px;
    text-transform: uppercase;
}

.view-profile:hover{
    background-color: transparent;
    color: #01407f;
}

.doctor-block:hover .doctor-discription{
    display: flex;
}


@media (max-width: 540px) {
    .doctor-items .thumb img {
        width: 200px !important;
        height: 200px !important;
    }
}

.search-doc-row .form-group{
    margin-bottom: 0;
}