/* hospital page start */
.hospital-address-wrap {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
}
.hospital-adress-detail p:nth-child(1){
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
}
.hospital-adress-detail p:nth-child(2){
    font-size: 16px;
    line-height: 24px;
}
.ps-helpLine-map{
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-top: 15px;
}
.ps-helpLine-map .ps-map{
    padding: 8px 15px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.ps-findbydocSpecialist-wrapall{
    background: #fff;
    padding: 24px;
    border-radius: 5px;
}
.ps-findbydocSpecialist-wrapall h4{
    font-size: 40px;
    margin-bottom: 34px;
    font-weight: 900;
    color: #ea3a3c;
}
.findbydocSpecialist a{
    text-decoration: none;
}

.findbydocSpecialist span {
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.findbydocSpecialist-img{
    width: 100px;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ea3a3c;
    border-radius: 15px;
    padding: 20px;
    margin: 0 auto;
}
.findbydocSpecialist-img .fa{
    font-size: 50px;
    color: #fff;
}
.ps-experience-doc-head{
    font-size: 20px;
    padding: 34px 0px 29px 16px;
}
.view-more-specialization button{
    border-radius: 50px;
    border: none;
    color: #fff;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 500;
    background-color: red;
}
.doc-view-profile{
    width: 100%;
}
.doc-view-profile .cstm-view-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: transparent;
    border: 1px solid #967bb6;
    padding: 10px;
    border-radius: 7px;
    transition: .3s all ease-in-out;
}
.doc-view-profile:hover .cstm-view-profile{
    background: #967bb6;
    color: #fff;
} 
.doc-view-profile .cstm-view-profile p:nth-child(1){
    font-weight: 500;
    font-size: 16px;
}
.cstm-appointment-price{
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: none;
    background: #ff9e15;
    color: #fff;
    border-color: #ff9e15;
    transition: .5s all ease;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modalsearchbar{
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 10px;
}
.ps-type-specialist{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.custom-modal-style{
    max-width: 700px !important;
}
.modalsearchbar{
    display: flex;
    align-items: center;
}
.ps-service-provided-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 30px rgb(0 0 0 / 5%), 0 1px 4px rgb(0 0 0 / 15%);
}

/* hospital page end */



  /* subscribtion  start*/
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  .pricing hr {
    margin: 1.5rem 0;
  }
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 34px;
    letter-spacing: .1rem;
    font-weight: bold;
    color: #000 !important;
    padding: 20px;
  }
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  .pricing ul li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }
  .top-sec{
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      position: relative;
  }
  
  
  /* Hover Effects on Card */
  
  @media (min-width: 992px) {
    .pricing .card:hover {
      margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
      opacity: 1;
    }
  }
  

  /* video section start */
 .video-section{
    position: absolute;
    top: 0;
    right: 10px;
    width: 73%;
    bottom: 0;
    padding: 10px;
 }
  /* video section end */