.about-banner {
    background-image: url(./img/consultation.jpg);
}
.about-inner{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
 }
 .go-now{
    margin-top: 0px
 }


 @keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }


  .treatment-list{
    padding: 0px 30px;
}
.treatment-list ul{
    list-style: none;
    padding: 0;
    text-align: center;
}
.treatment-list ul li{
    display: block;
    margin: 0 auto;
    padding: 12px 10px 13px;
    width: 50%;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
    transition:.3s ease;
    -webkit-transition:.3s ease;
    -moz-transition:.3s ease;
    -ms-transition:.3s ease;
}

.treatment-list ul li:nth-of-type(odd){
  background-color: #fff;
  color: #232323;
}
.treatment-list ul li:nth-of-type(even){
  background-color: #232323;
  color: #fff;
}
.main-pro{
  background-color: #e1e1e1;
}
.procedures{
  padding: 30px 0px;
}
.procedures h3{
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.procedures p{
  text-align: center;
  margin-bottom: 30px;
}