body {
  margin:0;
  background-color: #ecfff0;
  font-family: "Poppins", sans-serif;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}
.therapy{
  width: 100%;
  /* background-image: url("../image/therapy.jpg"); */
}
.bgimg{
  width: 100%;
  height: 1000px;
  background-image: url("image/services_discription.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
 
}
.tag {
  margin-top: 3%;
  /* margin-left: 43%;
  position: absolute; */
  text-align: center;
  /* left: 0px; */
  /* top: 0px; */
  /* z-index: 1000; */
  /* background-color: #92AD40; */
  /* padding: 5px; */
  color: #025102;
  font-weight: bold;
}
.kmbtn{
  width: 20%;
  text-decoration: none !important;
  display: block;
  margin: auto;
  background-color: #025102;
  color: #ffffff;
  /* margin-left: 35%; */
  padding: 1% 2% 1% 2%;
  font-size: 20px;
  font-weight: bold;
  border: none;
  text-align: center;
  border-radius: 30px 0px 30px 0px;
}
.kmbtn:hover{
  text-decoration: none !important;
  transition:ease-out ;
  transition-duration: 1s;
  font-size: 20px;
  font-weight: bold;
  background-color: #a0cd4e;
  color: #000000;  
  cursor: pointer;
}
.ikmbtn{
  width: 50%;
  color: #fff;
  border: none;
  cursor: pointer;
}
.ikmbtn:hover{
  width: 50%;
  color: #000000;
  border: none;
}
.about{
  display: flex;
  justify-content: center;
}
.about1{
  width: 30%;
  margin-right: 3%;
}
.about2{
  width: 30%;
}
.about22{
  text-align: justify;
  /* margin-top: 8%; */
}
.review{
  display: flex;
  padding: 1%;
  text-align: center;
}
.review1{
  width: 30%; 
  margin: 2%;
  padding: 1%;
  background-color: #fff;
  border: 1px solid #025102;
  border-radius: 10px;
}
.review1:hover{
  font-size: 16.5px;
  /* font-weight: bold; */
  /* background-color: #ecfff0; */
  box-shadow: 0 4px 8px 0 #a0cd4e, 0 6px 20px 0 #a0cd4e;
}
.review2{
  width: 30%;
  margin: 2%;
  padding: 1%;
  background-color: #fff;
  border: 1px solid #025102;
  /* box-shadow: #bbb; */
  border-radius: 10px;
}
.review2:hover{
  font-size: 16.5px;
  /* background-color: #a0cd4e; */
  box-shadow: 0 4px 8px 0 #a0cd4e, 0 6px 20px 0 #a0cd4e;
}
.review3{
  width: 30%; 
  margin: 2%;
  padding: 1%;
  background-color: #fff;
  border: 1px solid #025102;
  /* box-shadow: #bbb; */
  border-radius: 10px;
}
.review3:hover{
  font-size: 16.5px;
  /* background-color: #a0cd4e; */
  box-shadow: 0 4px 8px 0 #a0cd4e, 0 6px 20px 0 #a0cd4e;
}
.wrapimg{
  shape-outside: circle(80%);
  border-radius: 50%;
  margin-left: 2%;
	width: 10%; 
	/* height: 200px;  */
	float: right; 
}
.imgw20{
  width: 20%;
}
.kmorebtn{
  width: 15%;
  background-color: #025102;
  color: #fff;
  padding: 0.5% 0%;
  border-radius: 50px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {

  [class="about"] {
    display: block;
  }
  [class="kmorebtn"] {
    width: 40%;
  }
  [class="imgw20"] {
    width: 40%;
  }
  [class="kmbtn"] {
    width: 30%;
    font-size: 16px;
  }
  [class="about1"] {
    width: 80%;
    margin-left: 10%;
    justify-content: center;
  }
  [class="about2"] {
    width: 80%;
    margin-left: 10%;
    margin-top: 0%;
    justify-content: center;
  }
  [class="about22"] {
    text-align: justify;
    margin-top: 0%;
  }
  [class="review"] {
    display: block;
  }
  [class="review1"] {
    width: 60%; 
    margin-left: 20%;
  }
  [class="review2"] {
    width: 60%; 
    margin-left: 20%;
  }
  [class="review3"] {
    width: 60%; 
    margin-left: 20%;
  }
}