/*
#overview
base
*/
/*
#colors
@$primaryColor #00578E
@$secondaryColor #122e7e
@$textColor #4E4E4E
*/
html {
  scroll-behavior: smooth !important;
}

#formb table td {
  border-bottom: 1px solid #BFBFBF;
}
#formb table td .nin, #formb table td .radio, #formb table td input, #formb table td select {
  border-bottom-width: 0 !important;
}
#formb .checkp .c-validate__errortxt {
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.c-inputradio {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px 25px;
  border-bottom-width: 0 !important;
}
.c-inputradio__item {
  display: inline-block;
}

.c-form input[type=submit] {
  display: none;
}
.c-form .days:first-of-type {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 900px) {
  .c-form .days:first-of-type {
    width: 100%;
    margin-right: 0;
  }
}
.c-form .days .c-datetimepick__date input {
  width: 100%;
}
.c-form table th, .c-form table td {
  height: 90px;
}
.c-form .submit {
  opacity: 1;
  background-color: #164332;
  color: #FFF;
  font-size: 12px;
  padding: 16px 10px 13px 10px;
  display: inline-block;
  width: 200px;
  border: none;
  border-radius: 400px;
  cursor: pointer;
}
.c-form .back {
  background-color: #fff;
  opacity: 1;
  font-size: 12px;
  padding: 16px 10px 13px 10px;
  display: inline-block;
  width: 200px;
  border: none;
  border-radius: 400px;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-form .back:hover {
    border-color: #164332;
  }
}

.c-validate {
  position: relative;
}
.c-validate__errortxt {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #e3584c;
}
.c-validate--iserror {
  margin-bottom: 25px !important;
}

.st {
  position: relative;
}

.c-thanks {
  padding-top: 200px;
}
.c-thanks__wrapper {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 70px;
  position: relative;
  z-index: 2;
}
.c-thanks__wrapper h1 {
  font-size: 30px;
}
.c-thanks__wrapper p {
  margin-top: 2em;
  text-align: center;
}
.c-thanks__anchor {
  margin-top: 2em;
  opacity: 1;
  background-color: #164332;
  color: #FFF;
  font-size: 12px;
  padding: 16px 10px 13px 10px;
  display: inline-block;
  width: 200px;
  border: none;
  border-radius: 400px;
  border: 1px solid #164332;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .c-thanks__anchor:hover {
    background-color: #fff;
    color: #164332;
  }
}