@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 900;
}
.err-txt {
color: #ff0000;
}

select[name=dd], select[name=mm],select[name=yyyy] {
    background-color: #F7F7F7;
    border: 1px solid #707070;
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    border-radius: 50px;
    outline: none;
    padding: 7px 10px;
    text-align: center;
    transition: all 0.6s ease;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 55px;
  color: #338bcd;
  font-weight: 900;
}
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 37px;
  color: #fff;
  font-weight: 900;
}
@media only screen and (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  color: #338bcd;
  font-weight: 700;
}

.text-blue {
  color: #338bcd;
}

.text-green {
  color: #30c98d;
}

.big_number {
  color: #30c98d;
  font-weight: 800;
  font-size: 140px;
  line-height: 110px;
}

span.radio {
  background-color: #30c98d;
  border-radius: 40px;
  padding: 10px;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  span.radio {
    display: inline-block;
    width: 100%;
  }
}
span.radio label {
  background-color: transparent;
  margin-left: 0px;
}
span.radio input:checked {
  background-color: #30c98d;
  border-color: #fff;
}
span.radio input:focus {
  box-shadow: none;
}

@media only screen and (max-width: 992px) {
  .text-muted {
    font-size: 12px;
  }
}

ul {
  list-style: none;
  padding: 0;
}
ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
ul li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1rem;
  background-color: #338bcd;
  color: #fff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

button {
  background-color: #F7F7F7;
  border: 1px solid #707070;
  font-size: 18px;
  font-weight: 500;
  color: #707070;
  border-radius: 50px;
  outline: none;
  padding: 7px 10px;
  text-align: center;
  transition: all 0.6s ease;
}
button:hover {
  background-color: #338bcd;
  color: #fff;
  border: 1px solid #338bcd;
}
button.active_btn {
  background-color: #338bcd;
  color: #fff;
  border: 1px solid #338bcd;
}

input[type=text],
input[type=email],
input[type=password] {
  background-color: #F7F7F7;
  border: 1px solid #707070;
  font-size: 18px;
  font-weight: 500;
  color: #707070;
  border-radius: 50px;
  outline: none;
  padding: 7px 10px;
  text-align: center;
  transition: all 0.6s ease;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  border-color: #338bcd;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(31, 90, 140, 0.25);
}

label, .bg-label {
  background-color: #338bcd;
  margin-left: 15px;
  top: -0.7rem;
}

.custom-checkbox {
  position: relative;
  background-color: #fff;
}
.custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.custom-checkbox .checkmark {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 1px solid #707070;
  background-color: #F7F7F7;
  flex-shrink: 0;
  position: relative;
}
.custom-checkbox input:checked + .checkmark {
  background-color: #30c98d;
  border-color: #30c98d;
}
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 10px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-primary {
  background-color: #30c98d;
  color: #fff;
  border: none;
  padding: 10px 90px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-primary:hover {
  background-color: #2a9f7c;
  outline: none;
  border: none;
}
@media only screen and (max-width: 768px) {
  .btn-primary {
    width: 100%;
  }
}

header {
  position: relative;
  background: linear-gradient(to top, #2770BD, #338bcd);
  padding: 30px 20px;
  height: auto;
  transition: all 1.3s ease;
}
header .bg_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/header_bg.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
header img.logo {
  height: 160px;
  padding: 0 0 60px 0;
}
@media only screen and (max-width: 768px) {
  header img.logo {
    height: 140px;
    padding: 0 0 30px 0;
  }
}
header .sub-head {
  font-size: 25px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  header .sub-head {
    font-size: 18px;
  }
}
header .container {
  position: relative;
  z-index: 1;
}
header .step_1 h2 {
  font-size: 29px;
}

.progress-bar {
  background-color: #338bcd;
}

.why_join {
  top: -4vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .why_join {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .why_join {
    top: -2vw;
  }
}
.why_join strong {
  color: #30c98d;
  width: 100%;
  display: inline-block;
}
.why_join i {
  background-color: #30c98d;
  color: #fff;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}

.how_it_works .question {
  font-weight: 500;
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .how_it_works .question {
    flex-direction: column;
    align-items: flex-start;
  }
}
.how_it_works .question .num {
  background-color: #338bcd;
  color: #fff;
  min-width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .how_it_works .question .num {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
.how_it_works .question strong {
  color: #338bcd;
  width: 100%;
  display: inline-block;
}

.facebook_section, .members_join_section {
  background-color: #338bcd;
  text-transform: uppercase;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 22px;
  font-weight: 500;
}
.facebook_section i, .members_join_section i {
  color: #30c98d;
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  .facebook_section i, .members_join_section i {
    clear: both;
    display: block;
  }
}

.members_join_section {
  text-transform: none;
}
.members_join_section i {
  font-size: 55px;
}
@media only screen and (max-width: 768px) {
  .members_join_section i {
    font-size: 25px;
    padding-right: 10px;
  }
}

.awards i {
  background-color: #30c98d;
  color: #fff;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .awards {
    font-size: 10px;
  }
}

.icons i {
  background-color: #30c98d;
  color: #fff;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  margin: 0 5px;
}

#faqAccordion {
  width: 100%;
}
#faqAccordion .accordion-button {
  background-color: transparent;
  color: #1f5a8c;
  font-weight: 600;
  font-size: 15px;
  box-shadow: none !important;
  padding: 5px 0;
  justify-content: end;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  #faqAccordion .accordion-button {
    padding: 10px 0;
    font-size: 16px;
    justify-content: space-between;
    margin-left: 5px;
  }
}
#faqAccordion .accordion-button::after {
  background-image: none;
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  transition: transform 0.3s ease;
  background-color: #338bcd;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 20px;
}
#faqAccordion .accordion-button:focus {
  box-shadow: none;
}
#faqAccordion .accordion-button:hover {
  border: none;
  color: #338bcd;
}
#faqAccordion .accordion-item {
  border: none;
  background-color: transparent;
}
#faqAccordion .accordion-body {
  font-size: 15px;
  color: #707070;
  text-align: right;
  padding: 10px 40px;
}
@media only screen and (max-width: 992px) {
  #faqAccordion .accordion-body {
    padding: 10px 5px;
    text-align: left;
  }
}

.cobrand {
  padding: 90px 0;
}
.cobrand .row {
  --bs-gutter-x: 94px;
  --bs-gutter-y: 45px;
}
@media only screen and (max-width: 992px) {
  .cobrand .row {
    --bs-gutter-x: 0px;
  }
}
.cobrand .card-body {
  padding: 24px;
}
.cobrand .heading {
  font-size: 40px;
  color: #338bcd;
}
.cobrand .earn-rewards {
  padding-top: 90px;
  color: #338bcd;
}
.cobrand .earn-rewards .btn {
  width: 100%;
  max-width: 570px;
  background-color: #30c98d;
  border-color: #30c98d;
}
@media only screen and (min-width: 992px) {
  .cobrand {
    padding: 110px 0 146px 0;
  }
  .cobrand .card-body {
    padding: 40px 30px;
  }
  .cobrand .card-body-copy {
    font-size: 17px;
    line-height: 28px;
  }
  .cobrand .earn-rewards {
    padding-top: 140px;
  }
}

footer {
  background-color: #338bcd;
  font-size: 13px;
}

#landing h1 {
  font-size: 40px;
}
@media only screen and (max-width: 992px) {
  #landing h1 {
    font-size: 30px;
  }
}
#landing .questions {
  top: -4vw;
  position: relative;
}
@media only screen and (max-width: 992px) {
  #landing .questions {
    top: -9vw;
  }
}
@media only screen and (max-width: 576px) {
  #landing .questions {
    top: -15vw;
  }
}
#landing .questions i {
  color: #30c98d;
  font-size: 30px;
  padding: 20px;
}
#landing .questions h2 {
  font-size: 25px;
  color: #338bcd;
  font-weight: 700;
}
#landing .questions h2.text-green {
  color: #30c98d;
}
#landing #back-button-2 {
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
