

.doctor_slider{
    width: 90%;
    margin: 0 auto!important;
  }
  .item_important{
    background-color: #f8f8f8;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 2px 2px 8px #8289b1; 
   
  
  
  }
  .item_important img{
    width: 180px!important;
    height: 180px!important;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    border:4px solid #3F51B5;
    
  }
  .item_important span{
    color: #3F51B5;
    font-size: 1.05rem!important;
   
  
  }
  .item_important label{
    color: #555556;
    font-size: 1rem!important;
    margin-top: 1rem!important;
    height: 60px!important;
   
  }
  
  a button{
    background-color: #3F51B5;
    padding: 0.5rem;
    border:none;
    color: #fff;
    border-radius: 0.3rem;
    width: 100%;
    margin-top: 1.3rem;
    font-size: 1rem;
    transition:  all 0.25s;
  
  }
  a button:hover{
    background-color: rgb(72, 193, 153);
   
  }
  
  /* اسلایدر والد را موقعیت relative می‌دهیم تا دکمه‌ها به درستی در آن موقعیت بگیرند */
  .slide-container-fluid {
      position: relative;
  }
  
  /* استایل دکمه‌های بعد و قبل */
  .swiper-button-next2,
  .swiper-button-prev2 {
      background-color: rgb(72, 193, 153); /* رنگ آبی */
      color: white!important; /* رنگ سفید برای فلش‌ها */
      border-radius: 50%; /* دایره‌ای کردن دکمه‌ها */
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* سایه */
      position: absolute;
      top: 40%; /* قرارگیری در وسط از بالا */
      transform: translateY(-50%); /* تنظیم دقیق وسط بودن */
      z-index: 10; /* برای قرارگیری روی اسلایدر */
      opacity: 1;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .swiper-button-next2 {
      right: 10px; /* قرارگیری در سمت راست */
  }
  
  .swiper-button-prev2 {
      left: 10px; /* قرارگیری در سمت چپ */
  }
  
  .swiper-button-next2:hover,
  .swiper-button-prev2:hover {
      background-color: #0043b2; /* رنگ آبی تیره‌تر در حالت هاور */
      box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3); /* افزایش سایه در حالت هاور */
  }
  @media only screen and (max-width: 1200px){
  
  
  .doctor_slider{
  width: 98%;
  
  }
  .item_important{
  
  padding: 0.7rem;
  
  
  
  
  }
  .item_important span{
    color: #3F51B5;
    font-size: 1.15rem!important;
   
  
  }
  .item_important label{
    color: #555556;
    font-size: 1rem!important;
    margin-top: 1rem!important;
  
  }
  .item_important img{
  width: 160px!important;
  height: 160px!important;
  margin-bottom: 1rem;
  
  }
  
  }
  @media only screen and (max-width: 992px){
  
  
    .doctor_slider{
    width: 100%;
   
  }
  .item_important{
  
    padding: 0.7rem;
   
   
  
  
  }
  .item_important img{
    width: 140px!important;
    height: 140px!important;
    margin-bottom: 1rem;
  
  }
  .item_important span{
    color: #3F51B5;
    font-size: 1.1rem!important;
   
  
  }
  .item_important label{
    color: #555556;
    font-size: 0.95rem!important;
    margin-top: 1rem!important;
  
  }
  
  a button{
    background-color: #3F51B5;
    font-size: 1rem;
    
  
  }
  
  
  }
  @media only screen and (max-width: 520px){
    .doctor_slider{
    width: 80%;
   
  }
  }
