.ul_typeF{
  padding: 0;
  li{
    border-bottom: 1px solid #c2c0bd;
    padding: 2rem 1rem;
    vertical-align: baseline;
    line-height: 1.5;
    &::before{
      content:  "";
      width:  5px;
      height:  5px;
      display:  inline-block;
      background-color: #9a5260;
      border-radius:  50%;
      margin-right: 10px;
      position:  relative;
      top: -3px;
    }
  }
}

.cont_wrap{
  .sub_flow_2,
  .sub_flow_3,
  .sub_flow_4{
    .flow_box {
      background-color: #f1ebe2;
      @media only screen and (max-width: 767px){
        margin-bottom: 3rem;
      }
    }
  }
}

.page-id-64{
  .doctor{
    ul_typeF{
      padding: 0;
    }
  }
}
