.btn {
  padding: 5px 30px !important;
  background-color: #cddc39;
  color: #fff !important;
  border-radius: 6px;
}

.shadow .btn {
  width: 150px !important;
}

.banner {
  background: linear-gradient(#00000000, #00000087), url(/images/banner.jpg) !important;
  background-position: top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.banner h1,
.banner p {
  color: #fff;
}

.heading-el {
  border-bottom: 2px solid #64508538;
  margin-bottom: 20px;
}

.heading-el p {
  font-weight: 600;
  color: #4d258d;
  line-height: 1;
}

.shadow {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.shadow .content {
  flex-grow: 1;
}

.shadow span,
.img-box .title {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #4d258d;
}

.img-box .desc {
  font-style: italic;
}

.img-box {
  display: grid;
}

@media (min-width: 991px) {
  .img-box {
    width: 400px;
  }
}

h2 {
  margin: 20px 0px;
}

p {
  margin-bottom: 10px;
}

.box {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
}

.box span {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  color: #00cf53;
  font-size: 19px;
}

.faq {
  border-top: 1px solid #eee;
}

.box i {
  display: grid;
  background-color: #cddc39;
  margin-bottom: 20px;
  font-size: 40px;
  border-radius: 50%;
  color: #fff;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.faq span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  color: #80d6a3;
  font-size: 20px;
}
a {
  color: #00cf53;
}

.clear {
  clear: both;
}

@media (max-width: 500px) {
  h1,
  .h1 {
    font-size: 29px;
  }

  h2 {
    font-size: 25px;
    line-height: 1.2;
  }
}

.space .box {
  display: table;
}

.accordion-button {
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: 500;
    color: #4d258d;
    border-bottom: 2px solid #d1d1d1;
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
}

.error{
	display: grid;
	align-items: center;
	justify-content: center;
}

.error a {
  margin: 0 20px;
  padding: 20px;
  text-align: center;
  background-color: #20e995;
  color: #fff !important;
  width: 200px;
  justify-self: center;
}

.error a:hover{
	background-color: #28e0c7;

}

.error h1{
	text-align: center;
}

b,strong{
  font-weight: bold !important;
}

.sitemap a,
footer a {
  display: block;
}
