

.doctor-card {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s;
    /* text-align: center; */
    min-height: 385px;
  }
  .doctor-card:hover {
    transform: translateY(-5px);
  }
  .doctor-name {
    padding-top: 7%;
    color: #0d6efd;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .doctor-speciality {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 5px;
  }
  .doctor-location {
    font-size: 14px;
    color: #495057;
    margin-bottom: 5px;
  }
  .view-profile-btn {
    background-color: #84b03f;
    color: #fff;
    border: none;
    border-radius: 12px;
    
  }
  .view-profile-btn:hover {
    background-color: white;
    color:#84b03f;
    font-weight: 500;
    box-shadow: 2px 2px 2px lightgray;
  }

  .doc-img{
    width: 100%;
    border-radius: 20px;
    display: block;
    margin: auto;
    height: 200px;
    object-fit: cover;
    object-position: top;
  }

  .doc-qual{
    font-size: 14px;
    margin-bottom: 15px;
  }

  /* doctors portfolio */


  .doc-portfolio{
    padding: 10% 0%;
  }


  .doc-portfo-img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
  }

  .doc-info{
    padding-left: 5%;
  }

  .doctor-port-name{
    font-size: 25px;
    font-weight: 600;
    color: #1a769a;
  }

  .btm-line{
    height: 2px;
    width: 100px;
    background-color: #84b03f;
  }

  .doctor-port-speciality, .doctor-port-location, .doc-qual{
    font-size: 12px;
    color: gray;
  }

  .doc-pre{
    font-size: 18px;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: black;
    
  }


  .doc-message{
    text-align: justify;
  }

  .bok-doc-apo a{
    text-decoration: none;
    /* margin-left: 5%; */
    color: #84b03f;
  }

  a .bok-ap-doc{
    width: 15px;
    height: 15px;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    background-color: #84b03f;
  }



  @media only screen and (max-width:760px) {
    .doc-portfo-img {
        width: 100%;
        height: 370px;
    }
  }