.main-div-content
  {
  }
    .div-class-1
    {
      width: 100%;
      display: flex;
      max-width: 100%;
      
  }
  .div-subclass
  {
      display: inline-block;
      width: 33.33%;
      margin-left: auto;
      margin-right: auto;
      background:#8cc769;
     
  }

.div-subclass.first
{
    padding-top: 100px;
}
.div-subclass.last {

    padding-top: 100px;
    padding-bottom: 100px;

}
  .subdiv-text-content
  {
    text-align: center;
    color: #fff;
  }

.subdiv-img
{
  margin-left: auto;
  margin-right: auto;
  display: inherit;
  padding-bottom: 20px;
}

.acupuncture-service-boxes.change p
{
    text-align: center;
    color:#fff;
    padding-bottom: 15px;
}


.acupuncture-single-box-change1
{
  width: 24%;

float: left;

padding: 20px;

background:
#fff;

text-align: center;

margin-right: 1%;

margin-bottom: 1%;

position: relative;

min-height: 110px;

box-shadow: 0px 1px 3px
#dcdcdc;
height: 220px;
margin-top: 20px;
}


.acupuncture-single-box-change
{
    width: 19%;
    float: left;
    padding: 19px;
    background: #fff;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
    min-height: 110px;
    box-shadow: 0px 1px 3px #dcdcdc;
    height: 330px;
    margin-top: 20px; 
    margin-bottom: 40px;
}

.acupuncture-single-box.change
{
    margin-top: 20px; 
}

.acupuncture-service-boxes
{
}
.section-headline.text-center h2
{
    margin-bottom: 50px;
}

#testimonials-area1
{
    background-image: url(../img/testimonial-back.png) !important;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.wellcome-area1
{
    background-image: url('../img/subscribe-bg.jpg') !important;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
    background-size: cover;
}
    
.testi-text p,.testi-text h6
{
    color: #000;
}

.section-headline.testi-head h2::after
{
    border: 1px solid #000 !important;
}

.single-well p
{
    text-align: justify;
}

.text-center
{
  text-align: center;
}
/*-----Header Spach------*/
.section-headline.services-head.text-center h2
{
    padding: 10px !important;
}
.area-padding
{
}

.owl-item .single-testi
{
    padding-top: 0px;
}
.fa.fa-quote-left
{
    color: #417505;
    font-size: 50px;
}



/*-----------5 Column-----------*/

/*--------------------Service Page Banner----------------------*/
#banner_img
{
    width: 100% !important;
    height: 600px !important;
}
/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px) 
{
  .div-subclass
  {
    width: 100% !important;
  }
  .div-class-1
  {
    display: block !important;
  }
  .subdiv-img
  {
    display: block;
  }

  .div-subclass.last
  {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .div-subclass.first
  {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .main-div-content
  {
  }


/*package page*/
.acupuncture-single-box-change1
  {
    width: 100%;
  }

  .acupuncture-single-box.change
  {
    width: 100% !important;
  }

  .acupuncture-single-box-change
  {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  /*menu*/
  
}

/*---------------------------------------------------------------------------------------------------------------*/

@media (min-width: 481px) and (max-width: 1024px)
{
  .subdiv-text-content
  {
    font-size: 20px !important;
  }
  .acupuncture-single-box-change1
  {
    height: 285px;
  }
  .acupuncture-single-box-change
  {
    height: 390px;
    padding: 10px;
  }
  .acupuncture-single-box-change h3
  {
    font-size: 26px;
  }
}