* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: inherit;
  outline: none !important;
}

body {
  font-size: 1.6rem;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

a, a:hover {
  text-decoration: none;
}

.card-legal {
  width: 60%;
  min-height: 5rem;
  background-color: #160e0e54;
  border-radius: 10px;
  margin: 7rem 0;
  text-align: center;
  margin: 10rem auto;
  padding: 4rem 2rem;
}

@media only screen and (max-width: 62em) {
  .card-legal {
    width: 100%;
  }
}

.card-legal .l-p {
  font-size: 1.8rem;
}

.card-legal h4 {
  font-size: 2.5rem;
}

.form-tag {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 48em) {
  .form-tag {
    margin-bottom: 2rem;
  }
}

.main-body {
  width: 100%;
  min-height: 100vh;
  position: relative;
  color: white;
  background-size: cover;
  background-image: url(../img/BG.jpg.png);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 62em) {
  .main-body {
    background-image: none;
  }
}

.respond-bg {
  width: 100%;
  position: absolute;
  min-height: 100vh;
  top: 0;
  z-index: -1;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
}

.respond-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 62em) {
  .respond-bg {
    display: block;
  }
}

.bg-img {
  width: 100%;
  position: absolute;
  min-height: 100vh;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 62em) {
  .bg-img {
    min-height: 100vh;
  }
}

.bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-card {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  z-index: -1;
}

.main-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 62em) {
  .main-card {
    display: none;
  }
}

.text-box {
  width: 70%;
  min-height: 90vh;
  z-index: 1000;
  padding: 5rem 2rem;
}

.text-box p {
  font-size: 3.5rem;
  text-align: center;
}

@media only screen and (max-width: 62em) {
  .text-box p {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 36em) {
  .text-box p {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 360px) {
  .text-box p {
    font-size: 1.5rem;
  }
}

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

@media only screen and (max-width: 62em) {
  .text-box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding: 2rem;
  }
}

.text-box .progress-form {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-top: 7rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 48em) {
  .text-box .progress-form {
    margin-top: 2rem;
    width: 100%;
  }
}

.logo-box {
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 48em) {
  .logo-box {
    width: 100%;
  }
}

@media only screen and (max-width: 62em) {
  .img-desktop {
    display: none;
  }
}

.img-mobile {
  display: none;
}

@media only screen and (max-width: 62em) {
  .img-mobile {
    display: block;
  }
}

.lg-sub-text {
  text-transform: uppercase;
}

.h-div {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 15rem;
  background: rgba(0, 0, 0, 0);
}

.footer {
  width: 100%;
  padding: 2rem;
}

.footer p {
  text-align: center;
}

@media only screen and (max-width: 62em) {
  .footer {
    text-align: center;
    position: fixed;
    background: #1b1010;
    bottom: 0;
    width: 100%;
    padding: 1rem;
  }
}

.msg-error {
  margin-bottom: 2rem;
  padding: 0;
  background-color: rgba(255, 0, 0, 0.849);
  text-align: center;
  font-size: 1.4rem;
  transition: all .5s ease;
}

.v-h {
  width: 100%;
  height: 20rem;
}

#msform {
  text-align: center;
  position: relative;
}

#msform fieldset {
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 50rem;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 36em) {
  #msform fieldset {
    width: 100%;
  }
}

.form-card {
  display: block;
}

.form-card input {
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  border-radius: 10px;
  border: none;
  font-size: 1.8rem;
  font-weight: 500;
}

.form-card input::placeholder {
  text-transform: capitalize;
  font-size: 1.8rem;
  font-weight: 500;
}

#msform textarea {
  width: 100%;
  height: 20rem;
  background-color: #fff;
  resize: none;
  border-radius: 10px;
  padding: 1.5rem 2rem;
  color: #2C3E50;
}

@media only screen and (max-width: 36em) {
  #msform textarea {
    height: 10rem;
  }
}

#msform .action-button {
  background-image: linear-gradient(#37d694, #1c7764);
  width: 100%;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 3rem;
  padding: 1rem 1.5rem;
  font-size: 2.5rem;
}

@media only screen and (max-width: 48em) {
  #msform .action-button {
    margin-top: 1rem;
    font-size: 2rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 360px) {
  #msform .action-button {
    font-size: 1.7rem;
  }
}

.card {
  z-index: 0;
  border: none;
  position: relative;
  background-color: transparent;
}

.card .form-tag {
  font-size: 2rem;
}

@media only screen and (max-width: 36em) {
  .card .form-tag {
    font-size: 1.8rem;
  }
}

.card small {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.fs-title {
  font-size: 25px;
  color: #673AB7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #673AB7;
  font-weight: normal;
}

.check-label {
  width: 100%;
  background-color: white;
  height: 30rem;
  border-radius: 10px;
  color: black;
  cursor: pointer;
}

.check-label h3 {
  font-size: 3rem;
  text-transform: capitalize;
  margin-bottom: 4rem;
}

.check-label label {
  cursor: pointer;
}

.custom-control {
  background-color: white;
  height: 18rem;
  padding: 2rem 2rem;
  border-radius: 10px;
  color: black;
  cursor: pointer;
  margin-bottom: 2rem;
}

.custom-control h3 {
  font-size: 2.5rem;
  text-transform: capitalize;
}

.custom-control img {
  height: 8rem;
}

.form-response {
  width: 100%;
  min-height: 20rem;
  margin-top: 5rem;
  border-radius: 10px;
  margin-bottom: 5rem;
  background-color: white;
  padding: 3rem 3rem;
}

@media only screen and (max-width: 360px) {
  .form-response {
    padding: 3rem 1rem;
    margin-top: 1rem;
    margin-bottom: 10rem;
  }
}

.form-response .r-para {
  font-size: 1.8rem;
  color: black;
}

.radio-select {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  height: 25rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 62em) {
  .radio-select {
    height: 10rem;
    width: 60%;
  }
}

@media only screen and (max-width: 36em) {
  .radio-select {
    width: 80%;
  }
}

.radio-select .card-input-element {
  display: none;
}

.radio-select .card-input {
  padding: 00px;
  position: relative;
}

@media only screen and (max-width: 62em) {
  .radio-select .card-input {
    height: 10rem;
  }
}

.radio-select .panel-heading {
  color: black;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 62em) {
  .radio-select .panel-heading {
    position: absolute;
    left: 12%;
    font-weight: bold;
    top: 19%;
    font-size: 2.5rem;
    font-weight: bolder;
    color: #ff5bf2;
  }
}

@media only screen and (max-width: 62em) and (max-width: 360px) {
  .radio-select .panel-heading {
    top: 28%;
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 62em) {
  .radio-select .panel-heading--position {
    right: 12%;
    color: #1c9cff;
  }
}

@media only screen and (max-width: 360px) {
  .radio-select .panel-heading--position {
    right: 12%;
  }
}

@media only screen and (max-width: 62em) {
  .radio-select .panel-body {
    position: absolute;
    right: -12%;
  }
}

@media only screen and (max-width: 62em) {
  .radio-select .panel-body {
    position: absolute;
    right: -12%;
  }
}

@media only screen and (max-width: 36em) {
  .radio-select .panel-body {
    right: -18%;
  }
}

@media only screen and (max-width: 360px) {
  .radio-select .panel-body {
    right: -19%;
  }
}

.radio-select .panel-body--position {
  left: -109%;
}

@media only screen and (max-width: 62em) {
  .radio-select .panel-body img {
    height: 10rem;
  }
}

.radio-select .card-input:hover {
  cursor: pointer;
}

.radio-select .card-input-element:checked + .card-input {
  box-shadow: 0 0 12px 1px #2ecc71;
  height: 25rem;
  border-radius: 10px;
}

@media only screen and (max-width: 62em) {
  .radio-select .card-input-element:checked + .card-input {
    height: 10rem;
  }
}

.msf_hide {
  display: none;
}

.msf_show {
  display: block;
}

.error-ms {
  font-size: 1.9rem !important;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  color: rgba(255, 255, 255, 0.856);
  background-color: #d34444;
  transition: all .3s ease;
}

.icon-verify {
  width: 8rem;
  height: 5rem;
  margin: 0 auto;
}

.icon-verify img {
  width: 100%;
  height: 100%;
}

.alert {
  padding: 10px;
}

.alert .alert-danger {
  background-color: #ce0000;
  color: #FFFFFF;
}

.alert .invalid-feedback {
  color: #ce0000;
  font-style: italic;
  font-style: 14px;
}
/*# sourceMappingURL=main.css.map */