:root {
  --sprite-img: url(../img/icons/pq_sprite_icons.png);
  --sprite-img-size: 318px 697px;
  --sprite-whyBuyNow: url(../img/icons/prequote_whyPb.png);
}
.stepper {
  margin: 27px 0 37px;
}
.stepper ul {
  display: flex;
  align-items: center;
  counter-reset: stepCount;
}
.stepper ul li {
  counter-increment: stepCount;
  font-size: 12px;
  width: 33.33%;
  text-align: center;
  font-weight: 500;
  color: #b3bac5;
  position: relative;
}
@media screen and (max-width: 420px) {
  .stepper ul li {
    font-size: 3.2vw;
  }
}
.stepper ul li::before {
  content: counter(stepCount);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3bac5;
  display: block;
  font-size: 12px;
  color: #b3bac5;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  outline: 8px solid #fff;
}
@media screen and (max-width: 420px) {
  .stepper ul li::before {
    font-size: 3.2vw;
  }
}
.stepper ul li::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #b3bac5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.stepper ul li:first-child::before {
  margin: 0;
}
.stepper ul li:last-child::before {
  margin: 0 0 0 auto;
}
.stepper ul li.current::before {
  background: #36b37e;
  color: #fff;
  border-color: #36b37e;
}
.stepper ul li.completed::before {
  border-color: #36b37e;
  background: #36b37e;
  color: #fff;
  content: "";
  cursor: pointer;
}
.stepper ul li.completed span::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #36b37e;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.stepper ul li.completed span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
  left: 5px;
  z-index: 3;
  cursor: pointer;
}
.stepper ul li.completed + .current span::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #36b37e;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.stepper ul li.completed:nth-child(2) span::after {
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.stepper ul li.completed:nth-child(1) + .current span::before {
  width: 50%;
}
.pq_radios {
  display: flex;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.pq_radios label {
  min-height: 100px;
  display: flex;
  position: relative;
  cursor: pointer;
}
.pq_radios label input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.pq_radios label input[type="radio"] + p {
  background: #fff;
  border: 1px solid #7a869a;
  border-radius: 4px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.pq_radios label input[type="radio"] + p > span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pq_radios label input[type="radio"] + p em {
  font-style: normal;
  font-size: 12px;
  color: #253858;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 420px) {
  .pq_radios label input[type="radio"] + p em {
    font-size: 3.8vw;
  }
}
.pq_radios label input[type="radio"]:checked + p {
  background: #f2fcf8;
  border-color: #36b37e;
  color: #36b37e;
}
.pq_radios label input[type="radio"]:checked + p em {
  color: #36b37e;
}
.pq_radios label input[type="radio"] + p .gender {
  height: 33px;
  display: block;
  margin-bottom: 3px;
  background: var(--sprite-img) no-repeat;
  background-size: var(--sprite-img-size);
}
.pq_radios.members {
  margin-bottom: 10px;
}
.pq_radios.members label {
  width: calc((100% / 3) - 10px);
  margin-right: 14px;
  margin-bottom: 14px;
}
.pq_radios.members label:nth-child(3n + 3) {
  margin-right: 0;
}
.pq_radios.members label input[type="radio"] + p .gender.self {
  width: 32px;
  background-position: 3px 0;
}
.pq_radios.members label input[type="radio"]:checked + p .gender.self {
  background-position: -157.6px 0;
}
.pq_radios.members label input[type="radio"] + p .gender.members2 {
  width: 52px;
  background-position: 0 0;
  position: relative;
}
.pq_radios.members label input[type="radio"] + p .gender.members2::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 100%;
  background: var(--sprite-img) no-repeat;
  background-size: var(--sprite-img-size);
  background-position: 0 -48px;
  right: 0;
}
.pq_radios.members label input[type="radio"]:checked + p .gender.members2 {
  background-position: -160.6px 0;
}
.pq_radios.members
  label
  input[type="radio"]:checked
  + p
  .gender.members2::before {
  background-position: -163.6px -48px;
}
.pq_radios.members label input[type="radio"] + p .gender.members3 {
  width: 63px;
  background-position: 0 -95px;
}
.pq_radios.members label input[type="radio"]:checked + p .gender.members3 {
  background-position: -125px -95px;
}
.pq_radios.members label input[type="radio"] + p .gender.members4 {
  width: 77px;
  background-position: -1px -147px;
}
.pq_radios.members label input[type="radio"]:checked + p .gender.members4 {
  background-position: -111px -147px;
}
.pq_radios.members label input[type="radio"] + p .gender.parents {
  width: 54px;
  background-position: -1px -198px;
}
.pq_radios.members label input[type="radio"]:checked + p .gender.parents {
  background-position: -134px -198px;
}
.pq_radios.members label input[type="radio"] + p .gender.family {
  width: 38px;
  background-position: 4px -251px;
}
.pq_radios.members label input[type="radio"]:checked + p .gender.family,
.pq_radios.members label input[type="radio"]:checked + p .gender.family_edit {
  width: 38px;
  background-position: -155px -251px;
}
.genderRadioWrapper .pq_radios label {
  width: 102px;
  margin-right: 18px;
}
.genderRadioWrapper .pq_radios label input[type="radio"] + p em {
  font-size: 16px;
}
@media screen and (max-width: 420px) {
  .genderRadioWrapper .pq_radios label input[type="radio"] + p em {
    font-size: 4.5vw;
  }
}
.genderRadioWrapper .pq_radios label:last-child {
  margin-right: 0;
}
.genderRadioWrapper .pq_radios label input[type="radio"] + p .gender {
  height: 30px;
}
.genderRadioWrapper .pq_radios label input[type="radio"] + p .gender.male {
  width: 27px;
  height: 29px;
  background-position: 0 0;
}
.genderRadioWrapper
  .pq_radios
  label
  input[type="radio"]:checked
  + p
  .gender.male {
  background-position: -160.5px 0;
}
.genderRadioWrapper .pq_radios label input[type="radio"] + p .gender.female {
  width: 24px;
  height: 29px;
  background-position: 0 -48px;
}
.genderRadioWrapper
  .pq_radios
  label
  input[type="radio"]:checked
  + p
  .gender.female {
  background-position: -163.5px -48px;
}
.genderRadioWrapper .pq_radios {
  margin-bottom: 0;
}
.genderRadioWrapper .pq_radios label {
  width: 47%;
  margin-right: 0;
  height: 56px;
  min-height: unset;
}
.genderRadioWrapper .pq_radios label input[type="radio"] + p {
  align-items: flex-start;
  padding: 0 16px;
  justify-content: center;
}
.genderRadioWrapper .pq_radios label input[type="radio"] + p > span {
  flex-direction: row;
}
.genderRadioWrapper .pq_radios label input[type="radio"] + p .gender {
  margin-bottom: 0;
}



/*other memeber*/
.otherMembersWrapper {
  width: 378px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  animation: slideinEditMembers 0.3s ease-out forwards;
  display: flex;
  flex-direction: column;
}
@keyframes slideinEditMembers {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.otherMembersWrapper .sticky_top {
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 56px;
  background: #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
}
.otherMembersWrapper .sticky_top div:first-child {
  font-size: 18px;
  font-weight: 500;
}
.otherMembersWrapper .close_box_family {
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}
.otherMembersWrapper .close_box_family::after,
.otherMembersWrapper .close_box_family::before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background: #253858;
  border-radius: 2px;
  position: absolute;
  left: 50%;
}
.otherMembersWrapper .close_box_family:before {
  transform: translateX(-50%) rotate(45deg);
}
.otherMembersWrapper .close_box_family:after {
  transform: translateX(-50%) rotate(-45deg);
}
.otherMembersWrapper form {
  height: calc(100% - 56px);
  display: flex;
  flex-direction: column;
}
.otherMembersWrapper form .field_wrapper_family {
  height: calc(100% - 70px);
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 16px;
}
.otherMembersWrapper form .field_wrapper_family::-webkit-scrollbar {
  /* display: none; */
}
.otherMembersWrapper form .field_wrapper_family .box-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.otherMembersWrapper form .field_wrapper_family .box-container.kids {
  flex-wrap: wrap;
}
.otherMembersWrapper
  form
  .field_wrapper_family
  .box-container
  .field_container {
  width: calc(60% - 10px);
  position: relative;
}
.otherMembersWrapper
  form
  .field_wrapper_family
  .box-container.full
  .field_container,
.otherMembersWrapper
  form
  .field_wrapper_family
  .box-container.kids
  .field_container {
  width: 100%;
}
.otherMembersWrapper .field_container .checkbox label {
  display: block;
  position: relative;
  cursor: pointer;
}
.otherMembersWrapper .field_container .checkbox label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.otherMembersWrapper .field_container .checkbox label input + span {
  display: block;
  border: 1px solid #5e6c84;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  height: 48px;
  padding: 0 12px 0 40px;
}
@media screen and (max-width: 420px) {
  .otherMembersWrapper .field_container .checkbox label input + span {
    font-size: 3.8vw;
  }
}
.otherMembersWrapper .field_container .checkbox label input + span::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #7a869a;
  transition: all 0.3s ease-in;
}
.otherMembersWrapper .field_container .checkbox label input + span::after {
  content: "";
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  left: 18px;
  top: 17px;
  opacity: 0;
  visibility: hidden;
}
.otherMembersWrapper
  .field_container
  .checkbox
  label
  input:checked
  + span::before {
  background: #36b37e;
  border-color: #36b37e;
}
.otherMembersWrapper
  .field_container
  .checkbox
  label
  input:checked
  + span::after {
  opacity: 1;
  visibility: visible;
}
.otherMembersWrapper .box-container .select_box_width {
  width: 40%;
}
.otherMembersWrapper .box-container .select select {
  height: 48px;
  padding: 0 16px;
  font-size: 14px;
}
@media screen and (max-width: 420px) {
  .otherMembersWrapper .box-container .select select {
    font-size: 3.8vw;
  }
}
.box-container .field_container .checklist_son.radio_kids {
  position: absolute;
  right: 16px;
  top: 50%;
  display: flex;
  transform: translateY(-50%);
}
.box-container .field_container .checklist_son.radio_kids .circle_kids {
  width: 24px;
  height: 24px;
  border: 1px solid #5e6c84;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 20px;
  color: #5e6c84;
  cursor: pointer;
}
.box-container .field_container .checklist_son.radio_kids .input_kid {
  width: 36px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #5e6c84;
  text-align: center;
  list-style: 20px;
  font-size: 14px;
  margin: 0 8px;
}
@media screen and (max-width: 420px) {
  .box-container .field_container .checklist_son.radio_kids .input_kid {
    font-size: 3.8vw;
  }
}
.box-container .kids_box-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 12px;
}
.box-container .kids_box-container > div:first-child {
  height: 48px;
  border: 1px solid #5e6c84;
  border-radius: 4px;
  width: calc(60% - 10px) !important;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
.box-container .kids_box-container > div:first-child.childQues {
  border: none !important;
  padding-left: 0;
}
.box-container .kids_box-container > div:first-child.childQues > div {
  width: 100%;
}
.box-container .kids_box-container .select_box_width_kid {
  width: 40%;
}
.box-container.kids > .field_container + div {
  padding: 0 12px;
  width: 100%;
}
.otherMembersWrapper .sticky_bottom {
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  min-height: 70px;
  background: #fff;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  padding: 12px 16px;
}
.cityField {
  width: 328px;
  position: relative;
}
.cityField > .field {
  position: relative;
}
.cityField input {
  padding-right: 48px !important;
}
.close_city_box {
  position: absolute;
}
.cityField .close_city_box {
  width: 16px;
  height: 16px;
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.cityField .close_city_box::after,
.cityField .close_city_box::before {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  background: #253858;
  border-radius: 2px;
  position: absolute;
  left: 50%;
}
.cityField .close_city_box:before {
  transform: translateX(-50%) rotate(45deg);
}
.cityField .close_city_box:after {
  transform: translateX(-50%) rotate(-45deg);
}
.cityField .city_listing {
  position: absolute;
  background: #fff;
  border: 1px solid #5e6c84;
  border-top: none;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  width: 100%;
  top: 52px;
  max-height: 200px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 2;
}
@media screen and (max-width: 420px) {
  .cityField .city_listing {
    font-size: 3.8vw;
  }
}
.cityField .city_listing ::-webkit-scrollbar {
  display: none;
}
.cityField .city_listing ul li {
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.cityField .city_listing ul li:hover {
  background: #f2fcf8;
}
.cityField .city_listing ul li.active,
.cityField .city_listing ul li.active:hover {
  background: #36b37e;
  color: #fff;
}
.popularCities {
  margin-top: 24px;
}
.popularCities > p {
  font-size: 14px;
}
@media screen and (max-width: 420px) {
  .popularCities > p {
    font-size: 3.8vw;
  }
}
.popularCities .radio_pills {
  display: flex;
  flex-wrap: wrap;
}
.popularCities .radio_pills label {
  position: relative;
  display: flex;
  margin-right: 8px;
  margin-top: 12px;
}
.popularCities .radio_pills label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.popularCities .radio_pills label input + span {
  background: #fff;
  border: 1px solid #97a0af;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 16px;
  height: 36px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  .popularCities .radio_pills label input + span {
    font-size: 3.8vw;
  }
}
.popularCities .radio_pills label input:checked + span,
.popularCities .radio_pills label input:hover + span {
  background: #f2fcf8;
  border-color: #36b37e;
  color: #36b37e;
}
.field_wrapper_ped {
  width: 100%;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
}
.field_wrapper_ped .label_ques {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 420px) {
  .field_wrapper_ped .label_ques {
    font-size: 4.5vw;
  }
}
.field_wrapper_ped .label {
  font-size: 14px;
  font-weight: 400;
  color: #253858;
  padding: 0 0 16px 0;
}
@media screen and (max-width: 420px) {
  .field_wrapper_ped .label {
    font-size: 3.8vw;
  }
}
.field_wrapper_ped .ped_buttons_box {
  width: 100%;
  display: flex;
  margin: 16px 0 0 0;
}
.field_wrapper_ped .ped_button {
  width: 150px;
  height: 48px;
  border: 1px solid #97a0af;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 4px;
  margin-right: 16px;
  color: #253858;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}
@media screen and (max-width: 420px) {
  .field_wrapper_ped .ped_button {
    font-size: 4.5vw;
  }
}
.field_wrapper_ped .ped_button.active {
  background: #f2fcf8;
  color: #36b37e;
  border: 1px solid #36b37e;
  position: relative;
}
.field_wrapper_ped .ped_button.active::after {
  content: "";
  width: 16px;
  height: 8px;
  border: solid #36b37e;
  border-width: 0 0 2px 2px;
  position: absolute;
  right: 16px;
  top: 16px;
  transform: rotate(-45deg);
}
.pedDiseaseOptWrapper {
  margin-top: 30px;
  animation: pedOptionsAnim 0.4s ease-in forwards;
}
@keyframes pedOptionsAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pedDiseaseOptions {
  display: flex;
  flex-wrap: wrap;
}
.pedDiseaseOptions .ped_button {
  margin: 16px 16px 0 0;
  width: 47%;
}
.pedform {
  position: relative;
  top: 0;
  transition: none;
}
.loader_btn {
  position: absolute;
  content: "";
  right: 10px;
  top: 10px;
  border: 3px solid rgba(243, 243, 243, 0.3);
  border-radius: 50%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 28px;
  height: 28px;
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.know-preq > p {
  font-size: 14px;
  color: #7a869a;
}
@media screen and (max-width: 420px) {
  .know-preq > p {
    font-size: 3.8vw;
  }
}
.know-preq > ul {
  margin-top: 16px;
}
.know-box {
  font-size: 24px;
  margin: 36px 0 24px;
}
.know-box-open h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}
.know-box-open > ul {
  margin-bottom: 36px;
}
.know-box-open > ul > li {
  list-style: disc;
  font-size: 14px;
  color: #7a869a;
  margin-bottom: 16px;
  margin-left: 20px;
}
@media screen and (max-width: 420px) {
  .know-box-open > ul > li {
    font-size: 3.8vw;
  }
}
.know-box-open > ul > li a {
  color: #0065ff;
  text-decoration: none;
}
.know-box-open > ul > li:last-child {
  margin-bottom: 0;
}
.footer_wrapper {
  width: 100%;
  background: #fff;
  padding: 12px 0 12px;
}
.footer_container_web {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  font-size: 12px;
  color: #505f79;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .footer_container_web {
    font-size: 3.8vw;
  }
}
.footer_container_web a {
  color: #0065ff;
  text-decoration: none;
}
.footer_container_web p {
  margin-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .pq_radios + .required {
    margin-top: -30px;
  }
  .mobileFld .countrycode {
    top: 16px;
  }
  .pq_cta_wrapper {
    max-width: 328px;
  }
  .header_container {
    background: #fff;
    margin: 0 auto;
    box-shadow: none;
    max-width: 1170px;
    padding: 0 15px;
  }
  .tax_banner {
    background: #e6fcff;
    height: 56px;
    font-size: 14px;
    background-size: 29px;
    display: flex;
    width: 100%;
    padding: 0 16px 0 56px;
    line-height: 20px;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
    position: relative;
    color: #253858;
  }
  .tax_text {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAlCAYAAAC+uuLPAAAAAXNSR0IArs4c6QAABnRJREFUWAmdV2lsE0cUfrO7thOS+ApHiB3buQgUQkEQoAcKRFSUQguqAoJCimgbpBZQoU0lKlL+QNWTgkqpioRAQBBHCZBWCEoPaCkCytGIIxzNYTuJy5ESJ85hbO9MZxzsrO3dODA/PG+/d3w7M++9WQM8wcjKyCjIttiqnsA16MLJOdpstrQsq3WDnI5hCCE1AZKqpM80mydkWWzvKullSe12+x3qMDQ7wzZfybEvnOP4HSIiJ5RsZEmZsR/jjwCRdUqOSnimxTKP7sVVh8NxQ8mGV1K0t7e3GnT6CQa9fkBrW9tVqZ1eY/QhATdQ/LYUZ7JRb6gE0b+01eP5L1rX32chy2zOjTbOMRrN2enpGTqdziDVUVxrNptNUkxORgzMtlhW1DmdW6iI5YwYZsvImMMBNwsQvEYI/IU4lIkIaSQIDcQE7/UFAltcLleLkj9NzFcDhNx0Op01QVJaAuMBceeAoJL6RvteqSN9c6OaE44BxmcXTRcaVhUPGJecCPk0g8cwuxp74PyhP/xdlX8GrJ3dsLnead8k9WdylsX6PZ1QvdNRzJ6DpExgg77NHp8ormhqanrAnilhopoX6hdNEcrWLkl4i9bKFIYrjZXfdDc33xN3Hv69YU3IhsZkO/hbvcNRGcIiSBmYAzmaWqh9aDKZzAm8cP5WhXYZqE07kX6clrScBBA9IV/Z+etD3u7Dp/0/nL5sVyy3mOx9AA9EFm2w0Xjq81LNsuFP5e/jx+7SosEzaAX5gLRdlCULgRNHCKq6ZpyTmWbwX6lrPRPCpbNsnWZarcsJQbtmT1Zv40dtTAFBK/WJK783LyGh2U3KlQw5SlBGC7o0Mz0zL2SEMJm7b20iQeYSK2jSe2C6rbipImTS52xIQZA9FKV88k5uKKkE2t3m0Na4mrVIDgi5Q0thPKfCtJPQZDKZhgHHDRmbwy+Bjps9wSmhWP1G3POUvsnMSSq4+4DMZJjVah1EOPI6rUgtwvhOTCLRepzN0Sy9vVu3MhgkiW6A1/VYhMyvulaEdbsfBqpO1amCcSQ/gkQOirT+tOZB/Igw3nkrLD6OEBBFWsNiTHwWIyaRMEYdvADexyGQs9Un8/B8fkxxBE1j3gQjfKXpLsT0W7nAfWE1dgy65JjTC7rErLSxsbEOY1A3/BvVBVDU0XCJkZxR+lqXCAV5nD3SqOcphpTBGMGmHcd9f0sduPyttOuvonfXFEB564EbvQ2QdRnAoOmARlFd8vCwOcYEzt8QobhQvTMMSgT59VODvCyb49inA/SWIXxvZ0hfCJypBPCNMoDOm0FSREnxhZepR7CRBUN/XOGFYSaua37hQxOaandL+IKi7EqZpssvFi/9yns/wsG1ByAhDaDjOgAJAATagbSwr5Jewsv/iHC1XoR5RcIaOUIWTz69qIJ+ObiA0xmSE0n22FxBx4zZQPoCIN5mgIdUbSkFcp+Sep09Svq7brcXyks05wbNqikNg1GC4kqZHfGi7zYc8CdJfVjDR7rxPZBuHEDbpbD6pwt+4DkEw9K4t8OgjNAnacO9hrt+P9lx5Iwv/I1E3JfoailZMu0fXXaadd3hsKeqA7CgSLiMpl6vDoMyQp+kzJ4Aqqv42d97tmxldIVstdJrzucn8OPZADybr9oswxMBxSXFou+k3YU7er1o0niuA0otiiC9eEuEuYUq4EXPkV5beSkuKQpoWtu9MEHqTtz0Ik8ZCUC3OjTuuQm0ekiHUsaG7Ngc0walSibTc22xmW3uheu79CoBJTAsI/MojJ4EcHTvPfYYHPfddGtHqnqPIaSQmRWbQ8iWXnULkM5gyn1uxGJBpUoJ4TEzjwgtqFan2jL32hfr62L0EiDeSjkskoGWLze/5NMbR/k45dPAHR7w1tfadIbUjTT+KxKOGDEeKXa6mrbq9u8pQfS+gwDtQgrD11AHqWWrIWncxO0KJmE47vbqE/TWJG1S4cjqG0XUa3HYM0rwOuzQ8euJ/ZfLy+ZHqWIe460U3F63w5Ca1OWuqlzcffsm8D5fRBD6PxW45BTAnR5IXf7+M1BOL4M4Iy4p829obj4oHDywnddoCrRvLo3YY+Lzg+fMydSUaTOqeKMh7tayeHG3lxk9Gihv2oufpZWv+wCEnnsC0cTqrrkGiU+PgVMFo/odq18rfURKbv1y/MOkohe0KoNxMsOISoUTbNndKrPl20c2/Zr+BxtzL4KgAwTMAAAAAElFTkSuQmCC)
      no-repeat 13px 9px;
    height: 53px;
    padding: 20px 0 0 52px;
  }
  .tax_banner span {
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
  }
  .tax_close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 600%;
    display: block;
    text-indent: -99999px;
    position: absolute;
    right: 60px;
    top: 15px;
    background: #fff;
    cursor: pointer;
  }
  .tax_close:after,
  .tax_close:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 2px;
    background: #253858;
    transform: rotate(-45deg);
    left: 11px;
    top: 5px;
    border-radius: 3px;
  }
  .tax_close:before {
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 1023px) {
  .form-whatsapp {
    text-align: left;
  }
  .cityField {
    width: 100%;
  }
  .back_nav {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 16px;
  }
  .back_nav::before {
    content: "";
    border: solid #253858;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -6px;
  }
  .back_nav::after {
    content: "";
    height: 2px;
    width: 15px;
    background: #253858;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 5px;
  }
  .container {
    padding: 0 16px;
  }
  .header_container {
    margin: 0 auto 0;
    padding: 0 16px;
  }
  .inner_header {
    display: flex;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    align-items: center;
    height: 100%;
  }
  .pq_logo_pb {
    background: var(--sprite-img) no-repeat 0 -608px;
    background-size: var(--sprite-img-size);
    width: 32px;
    height: 30px;
    text-indent: -99999px;
    margin-right: 8px;
  }
  .wrapper_main {
    padding-top: 18px;
  }
  .left_container {
    display: none;
  }
  .right_container {
    width: 100%;
  }
  .pq_mainWrapper .right_container .pq_heading_main {
    font-size: 16px;
  }
  @media screen and (max-width: 420px) {
    .pq_mainWrapper .right_container .pq_heading_main {
      font-size: 4.5vw;
    }
  }
  .pq_mainWrapper .right_container .pq_heading_main span {
    line-height: 24px;
  }
  .pq_mainWrapper .right_container .pq_heading_main::after {
    margin-top: 10px;
  }
  .stepper {
    margin: 24px 0 30px;
  }
  .genderRadioWrapper .pq_radios {
    justify-content: space-between;
    margin-bottom: 0;
  }
  .genderRadioWrapper .pq_radios label {
    width: 47%;
    margin-right: 0;
    height: 56px;
    min-height: unset;
  }
  .genderRadioWrapper .pq_radios label input[type="radio"] + p {
    align-items: flex-start;
    padding: 0 16px;
    justify-content: center;
  }
  .genderRadioWrapper .pq_radios label input[type="radio"] + p > span {
    flex-direction: row;
  }
  .genderRadioWrapper .pq_radios label input[type="radio"] + p .gender {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .fieldBlock {
    margin-top: 0;
  }
  .firstStepFields {
    flex-direction: column;
  }
  .firstStepFields > div {
    width: 100%;
    margin-right: 0;
  }
  .field {
    margin-top: 24px;
  }
  .footer_container {
    font-size: 12px;
    color: #505f79;
    padding-bottom: 32px;
  }
  .returningWrap .footer_container {
    padding-bottom: 150px;
  }
  @media screen and (max-width: 420px) {
    .footer_container {
      font-size: 3.2vw;
    }
  }
  .footer_container p {
    margin: 8px 0;
  }
  .footer_container a {
    color: #0065ff;
    text-decoration: none;
  }
  .pq_radios label input[type="radio"] + p em {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
  }
  @media screen and (max-width: 420px) {
    .pq_radios label input[type="radio"] + p em {
      font-size: 3.2vw;
    }
  }
  .pq_radios label input[type="radio"] + p {
    padding: 10px 5px 5px;
    justify-content: center;
  }
  .pq_radios.members {
    margin-bottom: 0;
  }
  #form2 .fieldBlock.firstStepFields {
    margin-top: -14px;
  }
  .otherMembersWrapper {
    width: 100%;
    animation: slideinEditMembers 0.3s ease-out forwards;
  }
  @keyframes slideinEditMembers {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .bottom_text span {
    display: block;
    line-height: 17px;
  }
  .bottom_text span:nth-child(1n) {
    font-size: 18px;
    color: #253858;
    margin-bottom: 4px;
  }
  .bottom_text span:nth-child(2n) {
    font-size: 14px;
    color: #97a0af;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 420px) {
    .bottom_text span:nth-child(2n) {
      font-size: 3.8vw;
    }
  }
  .bottom_text span:nth-child(3n) {
    font-size: 13px;
    color: #fc4804;
    margin-bottom: 16px;
  }
/*end other member*/