h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h2 {
  font-weight: 600;
}

h4 {
  font-size: 1.5rem;
}

.orange-button {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 18px 0;
  text-align: center;
  letter-spacing: .07em;
  color: #fff;
  border: 0;
  border-radius: 7px;
  background: #fe660c;
  box-shadow: none;
  width: 100%;
}

.orange-button:hover {
  background-color: #d66502;
  cursor: pointer;
}

input.hero-input {
  margin-top: 0;
  padding: 16px 20px;
  border: 0;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
}

input.hero-input.intl-phone-input {
  padding-left: 52px;
}

input.hero-input:focus {
  outline: none;
}

.hero {
  background-color: #3d648c;
  padding-top: 100px;
}

.jumbotron {
  background-image: url("/assets/customer/img/1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px !important;
}

.jumbotron input.form-control {
  margin-bottom: 0;
}

.hero-content {
  color: #fff;
}

.hero-content .form-control {
  border-left: none;
}

.hero-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.info-1-content,
.info-2-content,
.info-3-content {
  color: #000;
}

.info-1 {
  background-color: #fff;
  height: 50%;
}

.info-2 {
  background-color: #efefef;
  height: 60%;
}

.info-3 .jumbotron {
  background-image: url("/assets/customer/img/7-min.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60%;
  border-radius: 0px !important;
}

.info-3-content {
  color: #fff;
}

.reviews {
  background-color: #fff;
  height: 60%;
  padding-top: 4%;
  padding-bottom: 3%;
}

.reviews .mentions {
  margin-bottom: 7%;
}

.reviews a {
  color: #000;
  font-size: 18px;
}

.reviews h2 {
  color: #000;
  font-weight: 600;
}

.memberships {
  background-color: #fff;
  height: 60%;
}

.memberships ul {
  padding: 0 30px 0 30px;
}

.memberships li {
  list-style-type: none;
  margin-bottom: 2rem;
  font-size: 18px;
}

.memberships li:before {
  content: "";
  font-family: "Font Awesome 5 Free","serif";
  color: #3d648c;
  font-weight: 600;
  margin-right: 15px;
}

.memberships h2 {
  margin-bottom: 60px;
  color: #000;
  font-weight: 600;
}

.bronze {
  margin: 0px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bronze h4 {
  color: #e29d5d;
  font-weight: 600;
}

.silver {
  margin: 0px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.silver h4 {
  color: #bbc9d7;
  font-weight: 600;
}

.gold {
  margin: 0px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gold h4 {
  color: #f8d000;
  font-weight: 600;
}

.medal-container {
  transition: background-color .3s;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.medal-container:hover {
  background-color: rgba(239,239,239,.625);
  border-radius: 7px;
}

.faq {
  background-color: #fff;
  height: 60%;
}

.faq .card-body {
  padding-left: 20px;
}

.faq a {
  cursor: pointer;
  line-height: 25px;
  position: relative;
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #d0d0d0;
}

.faq .card-header a.collapsed:after {
  content: "+";
}

.faq .card-header a:after {
  position: absolute;
  right: 10px;
  content: "-";
  color: #000;
}

.menu-list {
  list-style: none;
  padding: 0px;
}

.menu-list li a {
  text-decoration: none;
  color: #000;
}

.section-1 {
  border: 2px solid #ff7500;
  padding: 20px 30px;
  border-radius: 7px;
}

.hero-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-arrow .arrow-right {
  text-align: center;
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .hero-text {
    width: 100%;
  }
}