* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* container */
.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

/* header */
.header {
  border-bottom: 2px solid #9c0023;
  background: #009c79;
  padding: 3.95px 0;
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 15.3px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.7px; /* 194.118% */
  border-radius: 5px;
  background: #7ac143;
  padding: 0px 10px;
}

/* content */
.content {
  margin-top: 19px;
}
.adv {
  color: #999;
  text-align: center;
  font-family: Arial;
  font-size: 15.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.95px; /* 150% */
}
.adv span {
  color: #069;
  font-family: Arial;
  text-transform: uppercase;
  font-weight: 700;
}
.contentTitle {
  color: #333;
  text-align: center;
  font-family: Arial;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 49.5px; /* 110% */
  text-transform: capitalize;
  margin-top: 21px;
}
.contentImg {
  margin-top: 20px;
}
.contentImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.maxWidth {
  max-width: 940px;
  margin: 0 auto;
}
.contentSubsGap20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 26px;
}
.contentSubsGap17 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17.7px;
}
.contentSub {
  color: #333;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px; /* 165% */
}
.contentSub a {
  color: #069;
  font-family: Arial;
  font-weight: 700;
}
.redColor {
  color: #8b0000;
  font-weight: 700;
  font-family: Arial;
}
.contentSubsGap9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}
.contentSubList {
  margin-left: 40px;
}
.contentTitle1 {
  color: #333;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 110% */
  text-transform: capitalize;
}
.contentSub1 {
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px; /* 185.625% */
  background: #ff0;
  padding: 3px 30px;
}
.selectBox {
  margin-top: 30px;
}
.selectBoxInner {
  max-width: 630px;
  margin: 0 auto;
}
.selectBoxTitle {
  color: #069;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.4px; /* 110% */
  text-transform: capitalize;
}
.selectBoxAnswers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.selectBoxAnswer {
  display: block;
  color: #069;
  text-align: center;
  font-family: Arial;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px; /* 132% */
  border: 2px solid #fff;
  background: #eee;
  padding: 27px 2px;
  width: 105px;
}
.btnContainer {
  text-align: center;
}
.selectBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.7px; /* 132% */
  text-transform: uppercase;
  padding: 15px 25px;
  border-radius: 5px;
  background: #7ac143;
  margin-top: 30px;
}

/* footer */
.footer {
  background: #009c79;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: 130px;
}
.footerLogo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.footerSub {
  color: #f4f5e6;
  text-align: center;
  font-family: Arial;
  font-size: 11.7px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.63px; /* 125.043% */
  margin-top: 11px;
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 13px;
  margin-top: 11px;
}
.footerLink {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.63px; /* 108.37% */
}
