  /* omomi */
    .accordion1 {
      width: 40px;
      max-width: 600px;
      margin: 0px auto;
      border: 0px solid #ddd;
  background: url(pic/) right no-repeat;
     font-size: 14px !important;
       padding-left: 0px !important;
 padding-right:  0px !important;

    }


    /* onvan */
    .accordion-header1 {
      color: white;
      height: 40px  ;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      user-select: none;


    }

    .accordion-header1:hover {
      background:  transparent;
    }

    .accordion-header1 .title1 {
      font-size: 14px;
      font-weight: 600;
    }

    .accordion-header1 .chevron1 {
      transition: transform 0.25s ease;
      font-size: 12px   ;
    }

    /* 1111 */
    .accordion-content1 {
       float:  left;
      max-height: 0;
      overflow:  hidden;
      background:  transparent;
      color: #333;
      transition: max-height 0.25s ease;
      border: 0px solid #eee;
      width: 300px;
      border-radius: 6px;
      margin-top: 10px   !important;
          margin-left: -100px !important;
    }

    .accordion-content-inner1 {
      padding: 16px 0 20px;
      line-height: 1.6;
    }

    /* zir majmoe */

    @media (min-width: 700px) {
          .box1 {
      background: #fff;
      border: 1px solid  #8F8F8F;
      border-radius: 6px;
  margin-top: -15px !important;
        padding: 10px !important;
        width: 70%;
        margin-right: 70px;
        font-size: 13px;
        text-align: center;
    }
}
/*
mobile  F3F4F8
*/
@media (max-width: 700px) {
      .box1 {
      background: #fff;
      border: 1px solid  #8F8F8F;
      border-radius: 6px;
      margin-top: -15px !important;
      padding: 10px  !important;
    }
}

    /* kerkere baz */
    .open .accordion-content1 {
     max-height: 500px;

    }

    .open .chevron1 {
      transform: rotate(180deg);
    }


/*
  =============================
*/

.sabadghabmega{
  width: 100%;
  background: #eee;
  padding: 5px    !important;
    border-top-right-radius: 10px;
 border-top-left-radius: 10px;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px ;
 margin-bottom: 10px   !important;
}









