.col-md-3.grid_leftside {
  background: white;
  border-radius: 20px;
  margin-top: 10px;
}
.bgwhite_rounded {
  background:white;
  border-radius:30px;
}
      .rounded_plant {
  border: 1px solid #92b95b;
  border-radius: 20px;
  margin: 10px 10px 30px 10px;
  padding: 30px 8px 30px 10px;
  background: white;
}
#faq .card .card-header .btn-header-link{
  background: white;
  border: 1px solid lightgray;
  padding: 8px;
}
.col-md-3.border-left,.col-md-6.border-left  {
  border-left: 2px solid #000;
}
.card {
  border: 0px;
}
.bgset {
  margin-left: -70px;
}
button.close.removethis_plant {
  position: absolute;
  right: -15px;
  top:37%;
  color: red;
  font-size: xxx-large;
}
.card-block.nopadding {
  padding: 0px;
}
.card.plant_middle {
  top: 50%;
  transform: translateY(-50%);
}
input.button.button-primary.btn.btn-primary {
  border: 1px solid #92b95b !important;
  border-radius: 20px !important;
}
}
.carousel-caption {
    color: black;
	width: 30%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


.heading_center {
    text-align: center;
}


.carousel-item.active {
    padding-top: 110px;
}
  



  #faq .card {
    margin-bottom: 10px;
    border: 0;
    background-color: rgba(255,255,255,0);
  }
  
  #faq .card .card-header {
    border: 0;
  /*  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);  */
    border-radius: 2px;
    padding: 0;
	background-color: transparent;
  }
  
  #faq .card .card-header .btn-header-link {
    color: #222;
    display: block;
    text-align: left;
    /*background: #d3d5da;*/
    color: #222;
    padding: 8px;
  }
  
  #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  
  #faq .card .card-header .btn-header-link.collapsed {
    /*background: #d3d5da;*/
    color: #222;
  }
  
  #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
  #faq .card .collapsing {
    /*background: #d3d5da;*/
    line-height: 30px;
  }
  
  #faq .card .collapse {
    border: 0;
  }
  
  #faq .card .collapse.show {
    background: white;
    line-height: 30px;
    color: #222;
  }
  

.card-title {
    text-align: center;
	font-size: 0.8rem;
}


.card-img-bottom {
	width:90%;
    border-radius: 20px;
}



