.header__wrapper {
  text-align: center;
}

.header__wrapper .header__title {
  font-size: 30px;
  text-transform: uppercase;
}
.contact__us .body__wrapper {
  box-shadow: 0px 10px 20px #2946781a;
  border-radius: 5px;
  padding: 60px 30px;
  margin-bottom: 30px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contact__us .body__wrapper {
    padding: 30px 10px;
  }
}

.contact__us .body__wrapper form label {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact__us .body__wrapper form input {
  padding: 20px;
  background: #f7f8fa 0% 0% no-repeat padding-box;
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: 30px;
  border-radius: 5px;
}

.contact__us .body__wrapper form input:focus {
  background: #f7f8fa 0% 0% no-repeat padding-box;
  border: 2px solid #0080ff;
}

.contact__us .body__wrapper form textarea {
  height: 255px;
  font-size: 16px;
  background: #f7f8fa 0% 0% no-repeat padding-box;
}

.contact__us .body__wrapper .text__area__wrapper {
  position: relative;
}

.contact__us .body__wrapper .paper__icon {
  position: absolute;
  right: 25px;
  font-size: 2rem;
  color: #fff;
  bottom: 25px;
  background: var(--dynamic-color);
  border-radius: 5px;
  outline: 0;
  border: 0;
  height: 40px;
  width: 40px;
}
.section__footer {
  padding: 60px 40px 30px;
}

@media screen and (max-width: 991px) {
  .section__footer {
    padding: 50px 10px 10px;
  }
}

.section__footer .info__wrapper {
  display: flex;
  background: white;
  padding: 15px;
  border-radius: 8px;
  height: 112px;
}

@media screen and (max-width: 991px) {
  .section__footer .info__wrapper {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
    height: 130px;
  }
}

.section__footer .info__wrapper .info__icon .icon {
  font-size: 2.2rem;
  color: #0080ff;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .section__footer .info__wrapper .info__icon .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.section__footer .info__wrapper .info__desc {
  font-size: 16px;
}

.section__footer .info__wrapper .info__desc .info__title {
  color: #6e6e6e;
  display: block;
  text-transform: uppercase;
}

.section__footer .info__wrapper .info__desc p {
  color: #a7a7a7;
}

.box__shadow {
  box-shadow: 0px 10px 20px #2946781a;
}
.main_contact {
  width: fit-content;
  margin: auto;
  text-align: center;
}
.main_contact .bottom {
  background: #00a650;
  padding: 40px;
  border: 2px solid white;
  border-radius: 0px 0 100% 100%;
}
.main_contact .bottom h1 {
  font-size: 70px;
  color: white;
  font-weight: 500;
  margin-bottom: 20px;
}
.main_contact .bottom h1 svg {
  fill: white;
}
.main_contact .bottom h2 {
  font-size: 24px;
  color: #fff;
}
.main_contact .bottom h3 {
  font-size: 28px;
  color: white;
  margin-top: 16px;
  text-transform: initial;
}
.main_contact .bottom h3 span {
  font-weight: 700;
}

.main_contact .top {
  padding: 59px 40px 10px;
  background: #fff;
  border-radius: 100% 100% 0 0;
}

.main_contact .top h1 {
  font-size: 50px;

  margin-bottom: 0;
}

.main_contact .top h1 span {
  color: #00a650;
  font-weight: 700;
}
.main_contact .bottom h1 svg {
    width:60px;
}

@media screen and (max-width: 575px) {
  .main_contact .top h1 {
    font-size: 44px;
  }
  .main_contact .bottom {
    padding: 40px 0px;
  }
  .main_contact .bottom h1 {
    font-size: 36px;
  }
  .main_contact .bottom h1 svg {
    width: 30px;
  }
  .main_contact .bottom h2 {
    font-size: 20px;
  }

  .main_contact .bottom h3 {
    font-size: 20px;
  }
}
