/*banner Button*/
.banner_btn a {
  padding: 15px 25px;
  border: unset;
  border-radius: 20px 50px 20px 50px;
  color: #212121;
  z-index: 1;
  background: #e8e8e8;
  position: relative;
  font-weight: 1000;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
}

.banner_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #076837;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

.banner_btn a:hover {
  color: #e8e8e8;
}

.banner_btn a:hover::before {
  width: 100%;
}

.banner_btn2 a {
  padding: 15px 25px;
  border: unset;
  border-radius: 20px 50px 20px 50px;
  color: #fff;
  z-index: 1;
  background: #076837;
  position: relative;
  font-weight: 1000;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
}

.banner_btn2 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #fff;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

.banner_btn2 a:hover {
  color: #076837;
}
.slider__content .btn-list .banner_btn2 a:hover {
  color: #076837;
}

.banner_btn2 a:hover::before {
  width: 100%;
}

.about_btn:link,
.about_btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(27, 27, 27);
  padding: 10px 30px;
  border: 1px solid;
  border-radius: 1000px;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
}

.about_btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(7, 104, 55, 0.5);
}

.about_btn:active {
  transform: translateY(-3px);
}

.about_btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}

.about_btn:hover::after {
  background-color: rgb(0, 238, 255);
  transform: scaleX(1.4) scaleY(1.5);
  opacity: 0;
}
.align-content-center {
  align-content: center;
}
.testibtn {
  background: white;
  color: #076837;
  padding: 5px 20px;
  border-radius: 20px 10px 20px 10px;
  font-weight: 600;
  font-size: 18px;
}
.border1pxdash {
  border: 1px dashed grey;
}
.formsubmitbtn{
  font-size: 25px;
 background-color: #076837;
 color:white;
 padding:10px 20px; 
 border-radius: 1px solid white;
 border-radius: 30px 10px 30px 10px;
}
.reviewbtn{
  background-color:#fff;
  color:#076837;
  padding:10px;
  border-radius: 20px;
}
.catalougebtn{
	text-align:center;
	margin-top:20px;
}
.catalougebtn a{
	color: #076837;
	font-size:30px;
	font-weight:600;

}
/*
7EBB41
076837 rgb(7, 104, 55)
EEFCEE rgb(238, 252, 238)*/
