body {
  position: unset;
}

.pac-container {
  width: 262px !important;
}

@media screen and (min-width: 360px) {
  .pac-container {
    width: 295px !important;
  }
}

@media screen and (min-width: 450px) {
  .pac-container {
    width: 369px !important;
  }
}

@media screen and (min-width: 550px) {
  .pac-container {
    width: 230px !important;
  }
}

.grecaptcha-badge{opacity:0;pointer-events:none}

label.not-valid {
  display: none !important;
}

.previewBox {
  display: none;
}

.success-icon:after {
  content: url("https://media-mesotheliomaguide-com.s3.amazonaws.com/images/green-success-checkmark.svg");
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}

.error-icon:after {
  content: url("https://media-mesotheliomaguide-com.s3.amazonaws.com/images/erroriconform+(1).svg");
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}

#LandingPageForm .form-lp-input-container div.valid {
  border: 2px solid #5cb85c;
  background-color: #ffffff;
}

#LandingPageForm .form-lp-input-container div.invalid,
#LandingPageForm .form-lp-input-container div.not-valid {
  border: 2px solid #ec2828;
  background-color: #fde3e3;
}

#LandingPageForm .form-lp-input-container input.valid,
#LandingPageForm .form-lp-input-container select.valid {
  border: 2px solid #5cb85c;
  background-color: #ffffff;
}

#LandingPageForm .form-lp-input-container input.invalid,
#LandingPageForm .form-lp-input-container select.invalid,
#LandingPageForm .form-lp-input-container input.not-valid,
#LandingPageForm .form-lp-input-container select.not-valid {
  border: 2px solid #ec2828 !important;
  background-color: #fde3e3;
}

input:focus,
input:active {
  outline: none;
}

.form-lp-input-container input:-webkit-autofill,
.form-lp-input-container input:-webkit-autofill:focus,
.form-lp-input-container input:-webkit-autofill:active,
.form-lp-input-container select:-webkit-autofill,
.form-lp-input-container select:-webkit-autofill:focus,
.form-lp-input-container select:-webkit-autofill:active {
  outline: none;
  border: 2px solid #5cb85c;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: #ffffff 5000s ease-in-out 0s;
}

.form-lp-container {
  background-color: #d6e8eb;
}

.form-lp-inner-container {
  max-width: 1000px;
  margin: auto;
  padding-top: 30px;
}

.form-lp-inner-container h1 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  padding: 0 10px;
}

.form-lp-inner-container h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #656565;
  margin: 15px 0 10px 0;
  padding: 0 10px;
}

.form-lp-inner-container h3 {
  position: relative;
  font-size: 18px;
  text-align: center;
  font-weight: 500 !important;
  color: #353535;
  padding: 0 10px;
  margin-top: -10px;
  z-index: 1;
}

.form-lp-flex-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.free-mesoguide-img-container img:first-of-type,
.free-mesoguide-img-container a {
  display: none;
}

.free-mesoguide-img-container {
  position: relative;
  top: 0;
  right: 75px;
  width: 598px;
  height: auto;
}

.free-mesoguide-img-container img {
  width: 100%;
  height: auto;
}

.form-lp-form-container {
  width: 245px;
  margin: auto;
  border-radius: 5px;
  border: 2px solid #1999c0;
  background: #f9f9f9;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
  padding: 30px 20px 20px 20px;
}

.form-lp-form-header {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.form-lp-form-header-item {
  cursor: pointer;
}

.form-lp-form-header-item .form-lp-form-header-item-container {
  border-bottom: 2px solid #bed9e5;
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: #f9f9f9;
  padding-left: 3.5px;
  padding-right: 3.5px;
}

.form-lp-form-header-item .form-lp-form-header-item-container p {
  color: #bed9e5;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 5px;
}

.form-lp-form-header-item:first-of-type .form-lp-form-header-item-container p {
  padding: 0 4px 7px 2px;
}

.form-lp-form-header-item:last-of-type .form-lp-form-header-item-container p {
  padding: 0 2px 7px 4px;
}

.form-lp-tab {
  display: none;
}

.form-lp-shipping-info,
.form-lp-contact-info {
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.form-lp-fields:focus::placeholder {
  opacity: 0;
}

.form-lp-shipping-info .full-width-input,
.form-lp-contact-info .full-width-input {
  width: 209px;
  height: 30px;
  border-radius: 3px;
  border: 2px solid #1999c0;
  color: #353535;
}

.form-lp-contact-info select {
  width: 225px;
  height: 36px;
  border-radius: 3px;
  border: 2px solid #1999c0;
  cursor: pointer;
}

.form-lp-shipping-info select,
.form-lp-contact-info select {
  appearance: none;
  padding-left: 10px;
}

#FormLpContactInfoSelect,
#FormLpInputContainer {
  position: relative;
}


#FormLpContactInfoSelect #diagnosis,
#FormLpInputContainer #user_state {
  background-image: url('https://wpmedia.mesotheliomaguide.com/wp-content/uploads/2023/12/18181109/Vector.png');
  background-repeat: no-repeat;
  background-position-y: center;
}

#FormLpInputContainer #user_state {
  background-position-x: 96%;
}

#FormLpContactInfoSelect #diagnosis {
  background-position-x: 98%;
}

.form-lp-shipping-info input,
.form-lp-contact-info input,
.form-lp-shipping-info select,
.form-lp-contact-info select {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #353535;
}

.form-lp-shipping-info input,
.form-lp-contact-info input {
  padding-left: 10px;
}

.form-lp-shipping-info input::placeholder,
.form-lp-contact-info input::placeholder,
.shipping-info-state-zip select option,
.form-lp-contact-info select option {
  color: #353535;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.shipping-info-state-zip {
  display: flex;
  gap: 18px;
}

.shipping-info-state-zip input {
  height: 30px;
  border-radius: 3px;
  border: 2px solid #1999c0;
  width: 90px;
}

.shipping-info-state-zip select {
  height: 36px;
  border-radius: 3px;
  border: 2px solid #1999c0;
  width: 101px;
  cursor: pointer;
}

.form-lp-bottom-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.form-lp-desktop-flex {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-lp-continue-button,
.form-lp-submit-button {
  display: none;
}

.form-lp-continue-button,
.form-lp-submit-button input {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 225px;
  height: 45px;
  border-radius: 3px;
  box-shadow: 8px 10px 20px 0px rgba(46, 61, 73, 0.15);
  transition: 0.5s;
  cursor: pointer;
}

.form-lp-continue-button {
  background: #ffba1a;
}

.form-lp-continue-button:hover {
  background: #056883;
  transition: 0.5s;
}

.form-lp-continue-button:hover p {
  color: #ffffff;
  transition: 0.5s;
}

.form-lp-submit-button input {
  background: #056883;
}

.form-lp-submit-button input:hover {
  background: #ffba1a;
  transition: 0.5s;
}

.form-lp-submit-button input:hover input[value] {
  color: #353535;
  background: #ffba1a;
  transition: 0.5s;
}

.form-lp-submit-button input[value] {
  margin-bottom: 0;
  color: #ffffff;
  background: #056883;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
}

.form-lp-continue-button p {
  margin-bottom: 0;
  color: #353535;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
}

.continue-button-arrow {
  background-image: url("https://media-mesotheliomaguide-com.s3.amazonaws.com/images/form-arrow.svg");
  width: 10px;
  height: 18px;
}

.form-lp-continue-button:hover .continue-button-arrow {
  filter: invert(89%) sepia(99%) saturate(0%) hue-rotate(260deg) brightness(115%) contrast(101%);
  transition: 0.5s;
}

.bottom-privacy-policy p a {
  text-decoration: none;
  color: #353535;
}

.bottom-privacy-policy p a:hover {
  color: #1999c0;
}

.privacy-policy-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  width: 240px;
  margin-bottom: 0;
}

.privacy-policy-logo {
  width: 75px;
  height: auto;
}

.privacy-policy-logo img {
  width: 100%;
  height: auto;
}

.bottom-privacy-policy {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: -10px;
  margin-right: 5px;
}

.bottom-privacy-policy-shield {
  width: 18px;
  height: auto;
}

.bottom-privacy-policy-shield img {
  width: 100%;
  height: auto;
}

.bottom-privacy-policy p {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.form-veteran-checkbox {
  position: relative;
  left: 32px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px;

}

.form-veteran-checkbox label {
  color: #353535;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  order: 2;
  cursor: pointer;
}

.form-veteran-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  order: 1;
}

.form-lp-checkmark {
  position: absolute;
  top: -2px;
  left: -31px;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #1999c0;
}

.form-veteran-checkbox input:checked~.form-lp-checkmark {
  background-color: #1999c0;
}

.form-lp-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form-veteran-checkbox input:checked~.form-lp-checkmark:after {
  display: block;
}

.form-veteran-checkbox .form-lp-checkmark:after {
  left: 5px;
  top: 0;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-lp-input-container {
  position: relative;
  height: 35px;
}

#FormLpInputContainer label.valid {
  left: 69px !important;
}

#FormLpZipContainer label.valid {
  left: 74px !important;
}

.form-lp-input-container label.valid {
  position: relative !important;
  left: 193px !important;
  bottom: 31px !important;
  width: 26px;
  height: 26px;
  line-height: 28px;
}

/* BOTTOM FOLD */
.form-lp-bottom-fold-header {
  background: #f7f6f6;
  text-align: center;
  position: relative;
  border: solid #dfdfdf;
  border-width: 1px 0;
  margin-top: 30px;
  margin-bottom: 40px;
}

.form-lp-bottom-fold-header h2 {
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #353535;
  text-align: center;
}

.form-lp-bottom-fold-header:before,
.form-lp-bottom-fold-header:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.form-lp-bottom-fold-header:before {
  border-color: rgba(199, 199, 199, 0);
  border-top-color: #c7c7c7;
  border-width: 23px;
  margin-left: -23px;
}

.form-lp-bottom-fold-header:after {
  border-color: rgba(247, 246, 246, 0);
  border-top-color: #f7f6f6;
  border-width: 22px;
  margin-left: -22px;
}

.form-lp-bottom-fold-container {
  background-color: #fff;
}

.form-lp-fold-flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.form-lp-fold-inner-flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  gap: 20px;
}

.form-lp-fold-img-container {
  width: 234px;
  height: auto;
}

.form-lp-fold-img-container img {
  width: 100%;
  height: auto;
}

.form-lp-fold-text-container h3 {
  color: #1999c0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}

.form-lp-fold-text-container p {
  color: #656565;
  line-height: 22px;
  font-size: 18px;
  text-align: center;
  font-style: italic;
}

.form-lp-bottom-fold-plus {
  font-size: 40px;
  color: #afafaf;
  text-align: center;
}

.form-lp-bottom-fold-call-us {
  background: #f7f6f6;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 10px;
  margin: 20px 20px 40px 20px;
  text-align: center;
}

.form-lp-bottom-fold-inner-flex {
  background: #fff;
  border-radius: 3px;
  color: #656565;
  font-size: 20px;
  font-weight: 700;
  padding: 11px 35px;
  line-height: 26px;
}

.form-lp-bottom-fold-call-us .number {
  background: #1999c0;
  font-size: 24px;
  padding: 0 42px;
  line-height: 47px;
  border-radius: 0 0 3px 3px;
  cursor: pointer;
}

.form-lp-bottom-fold-call-us .number h4 {
  color: #fff;
  text-align: center;
}

.form-lp-desktop-text {
  display: none;
}

.form-lp-flex-container .success,
.form-lp-flex-container .success:after {
  position: absolute;
}

.form-lp-flex-container .success:after {
  text-align: center;
}

.form-lp-flex-container .success h4 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

#new-success {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin-bottom: 0;
  height: 105px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
}

.form-lp-flex-container .success:after {
  display: block;
  font-family: MesoGuideIcons;
  font-size: 32px;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  left: 20px;
  top: 22px;
  color: #fff;
  background: #ffba1a;
  content: "\24";
  line-height: 52px;
}

.form-lp-shipping-info .custom-select {
  width: 101px;
}

.custom-select {
  position: relative;
  width: 201px;
  background-color: #ffffff;
  height: 24px;
  border-radius: 3px;
  border: 2px solid #1999c0;
  cursor: pointer;
}

.custom-select:focus {
  outline: none;
}

@media screen and (min-width: 360px) {

  #FormLpContactInfoSelect:before,
  #FormLpInputContainer:before {
    top: 13px;
  }

  .form-lp-shipping-info .custom-select {
    width: 132px;
    height: 41px;
  }

  #FormLpContactInfoSelect select {
    width: 276px;
    height: 41px;
  }

  .form-lp-flex-container #new-success {
    height: 85px;
  }

  .form-lp-flex-container #new-success:after {
    top: 17px;
  }

  .form-lp-form-container {
    width: 285px;
  }

  .form-lp-shipping-info .full-width-input,
  .form-lp-contact-info .full-width-input {
    width: 260px;
    height: 35px;
  }

  .shipping-info-state-zip input {
    width: 110px;
    height: 35px;
  }

  .form-lp-form-header-item .form-lp-form-header-item-container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .form-lp-continue-button,
  .form-lp-submit-button input {
    width: 276px;
    margin-top: 5px;
    margin-bottom: -5px;
  }

  .form-lp-input-container {
    height: 40px;
  }

  .form-lp-shipping-info,
  .form-lp-contact-info {
    gap: 22px;
  }

  .success-icon:after,
  .error-icon:after {
    top: 8px;
  }

  .form-lp-desktop-flex {
    gap: 22px;
  }

  .form-lp-form-header {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 375px) {
  .form-lp-flex-container #new-success {
    height: 70px;
    margin: auto;
  }
}

@media screen and (min-width: 500px) {
  .form-lp-flex-container #new-success {
    height: 50px;
  }
}

@media screen and (min-width: 600px) {
  .custom-select {
    width: 366px;
  }

  .form-lp-shipping-info .custom-select {
    width: 181px;
  }

  .form-lp-form-header-item .form-lp-form-header-item-container {
    padding-left: 4px;
    padding-right: 4px;
  }

  #FormLpZipContainer label.valid {
    left: 155px !important;
  }

  .form-lp-input-container label.valid {
    left: 354px !important;
  }

  #FormLpInputContainer label.valid {
    left: 149px !important;
  }

  #FormLpContactInfoInput label.valid {
    left: 154px !important;
  }

  #FormLpContactInfoSelect label.valid {
    left: 358px !important;
  }

  .form-lp-vet-checkbox {
    width: 325px;
    left: 0;
  }

  .form-lp-form-header-item:first-of-type .form-lp-form-header-item-container p {
    padding: 0px 44px 7px 43px;
  }

  .form-lp-form-header-item:last-of-type .form-lp-form-header-item-container p {
    padding: 0px 43px 7px 44px;
  }

  .free-mesoguide-img-container {
    position: relative;
    top: 0;
    right: 30px;
    width: 530px;
    height: auto;
    margin: auto;
  }

  .form-lp-inner-container h3 {
    margin-bottom: 10px;
  }

  .form-lp-form-container {
    width: 443px;
  }

  .form-lp-shipping-info .full-width-input,
  .form-lp-contact-info .full-width-input {
    width: 370px;
  }

  .shipping-info-state-zip select {
    width: 181px;
  }

  .shipping-info-state-zip input {
    width: 171px;
  }

  #FormLpContactInfoSelect select {
    width: 394px;
  }

  .form-lp-desktop-flex {
    flex-direction: row;
  }

  .form-lp-desktop-flex input {
    width: 170px !important;
  }

  .form-lp-continue-button,
  .form-lp-submit-button input {
    width: 386px;
  }

  .privacy-policy-text {
    width: 370px;
  }

  .bottom-privacy-policy {
    margin-top: 0;
  }

  .form-lp-desktop-text {
    display: block;
  }

  .form-lp-desktop-text h3 {
    color: #056883;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }

}

@media screen and (min-width: 768px) {

  .form-lp-inner-container h1,
  .form-lp-inner-container h2 {
    padding: 0 20px;
  }

  .form-lp-bottom-fold-call-us {
    text-align: center;
    display: flex;
    align-items: center;
    width: 695px;
  }

  .form-lp-bottom-fold-inner-flex {
    padding: 10px 25px 10px 10px;
  }

  .form-lp-bottom-fold-inner-flex h4 {
    font-size: 18px;
  }

  .form-lp-bottom-fold-call-us .number {
    border-radius: 0 3px 3px 0;
    cursor: pointer;
  }
}

@media screen and (min-width: 769px) {
  .free-mesoguide-img-container img.mobile {
    display: block !important;
  }
}

@media screen and (min-width: 800px) {
  .form-lp-bottom-fold-inner-flex h4 {
    font-size: 20px;
  }

  .form-lp-bottom-fold-call-us {
    width: 740px;
    margin: 20px auto 40px auto;
  }
}

@media screen and (min-width: 850px) {
  .form-lp-fold-flex-container {
    flex-direction: row;
    justify-content: center;
  }

  .form-lp-fold-inner-flex-container:nth-of-type(3) {
    position: relative;
    top: 11px;
  }
}

@media screen and (min-width: 1000px) {
  .form-lp-flex-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .free-mesoguide-img-container img:first-of-type,
  .free-mesoguide-img-container a {
    display: block;
  }

  .free-mesoguide-img-container img:last-of-type {
    display: none !important;
  }

  .free-mesoguide-img-container {
    position: relative;
    top: 0;
    right: 10px;
    width: 475px;
  }

  .free-mesoguide-img-container a {
    position: absolute;
    top: 13px;
    right: 22px;
    color: #fff;
    font-size: 14px;
  }

  .free-mesoguide-img-container a span {
    padding-right: 7px;
  }

  .free-mesoguide-img-container a em {
    text-decoration: underline;
  }

  .form-lp-fold-flex-container {
    gap: 40px;
    margin-bottom: 40px;
  }

  .form-lp-flex-container {
    gap: 0;
  }

  #PreviewModal {
    display: none;
    background: black;
    opacity: 0.9;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .previewBox {
    display: none;
    position: fixed;
    z-index: 1000;
    background: #f7f6f6;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 20px 20px 56px 20px;
    width: 800px;
    min-height: 455px;
    max-height: 720px;
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    margin: 0 auto;
  }

  .previewBox .close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: -14px;
    top: -14px;
    background: url("https://wpmedia.mesotheliomaguide.com/wp-content/uploads/2023/12/10161147/XClose.png") 7px 7px no-repeat black;
    border: 2px solid white;
    border-radius: 15px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
  }

  .previewBox .close:hover {
    background-color: #1999c0;
    transition: 0.3s;
  }

  .previewBox .close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: 700;
    left: 50px;
    bottom: 35px;
  }

  .previewBox .contentBox {
    height: 100%;
    position: relative;
  }

  .previewBox {
    display: none;
  }

  .previewBox .previewContent {
    background: white;
    border-bottom: 1px solid #e7e7e7;
    height: 100%;
    overflow: auto;
  }

  .previewBox .previewNav {
    float: left;
  }

  .previewBox .previewContent img {
    width: 100%;
  }

  .previewBox .previewNav p {
    margin-bottom: 20px;
  }

  .previewBox .previewNav ul {
    width: 68px;
    margin-right: 20px;
    text-align: center;
  }

  .previewBox .previewNav ul li {
    font-size: 14px;
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 20px;
  }

  .previewBox.survivors .previewNav span {
    display: block;
    height: 68px;
    width: 68px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    margin-bottom: 5px;
  }

  .previewBox.survivors .previewNav span img {
    border: 0;
  }

  .previewBox .previewNav ul li img {
    display: block;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
    width: 66px;
  }

  .previewBox .previewPage {
    display: none;
  }

  .previewBox .previewPage.active {
    display: block;
  }

  .form-lp-flex-container #new-success {
    height: 45px;
    left: 20px;
  }

  .form-lp-flex-container #new-success:after {
    top: 18px;
  }

  .form-lp-flex-container #new-success h4 {
    font-size: 20px;
  }

  .free-mesoguide-img-flex {
    display: flex;
    flex-direction: column;
    margin-bottom: 150px;
  }

  .form-top-form-right form {
    width: 550px;
  }

  .form-lp-inner-container {
    padding-top: 40px;
  }

  .form-lp-inner-container h3 {
    text-align: right;
  }
}

@media screen and (min-width: 1025px) {

  .form-lp-inner-container h1,
  .form-lp-inner-container h2 {
    padding-left: 0;
  }

  .form-lp-flex-container {
    width: 1000px;
  }

  .free-mesoguide-img-container {
    width: 500px;
  }

  .form-lp-flex-container {
    gap: 0;
  }

  .free-mesoguide-img-container a {
    top: 14px;
    right: 23px;
    font-size: 15px;
  }

  .free-mesoguide-img-container a em {
    position: relative;
    bottom: 1px;
  }

  .form-lp-flex-container #new-success {
    height: 50px;
  }
}

@media screen and (min-width: 1100px) {
  .form-top-form-right {
    margin-right: 0;
  }

  .free-mesoguide-img-container {
    right: 30px;
  }

  .form-lp-inner-container h3 {
    margin-right: 30px;
  }

  .form-lp-flex-container {
    gap: 20px;
  }
}

.flex-input-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-input-fields .form-top-form-right-field {
  width: 100%;
}

.address-fields,
.inner-address-fields {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.inner-address-fields {
  width: 50%;
}

.address-fields .form-top-form-right-field {
  width: 46%;
}

.form-top-form-right form {
  width: 82%;
  max-width: 478px;
  border-radius: 5px;
  border: 2px solid #1999C0;
  background-color: #F9F9F9;
  margin: 20px 10px 30px 10px;
  padding: 20px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.17);
}

.optional-text {
  font-size: 14px;
  color: #e56b54;
  letter-spacing: 0;
}

.form-top-form-right form h2 {
  color: #056883;
  text-align: center;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  margin: 0;
}

.form-top-form-right form .form-top-form-right-field {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 5px;
  position: relative;
}

.form-top-form-right form .form-top-form-right-field label {
  color: #353535;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.form-top-form-right form .form-top-form-right-field input,
.form-top-form-right form .form-top-form-right-field select,
.form-top-form-right form .form-top-form-right-field textarea {
  font-size: 16px;
  font-weight: 600;
  color: #353535;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  border-radius: 3px;
  border: 2px solid #1999C0 !important;
  background: #FFF;
  padding-left: 10px;
}

.form-top-form-right form .form-top-form-right-field textarea {
  padding-top: 5px;
}

.form-top-form-right form .form-top-form-right-field input {
  height: 41px;
  padding: 0 0 0 10px;
}

.form-top-form-right form .form-top-form-right-field select {
  height: 45px;
  cursor: pointer;
  background-image: url('https://wpmedia.mesotheliomaguide.com/wp-content/uploads/2023/12/18181109/Vector.png');
  background-position-x: 98%;
  background-position-y: center;
  background-repeat: no-repeat;
  appearance: none;
}

.form-top-form-right form .form-top-form-right-field select[id="user_state"] {
  background-position-x: 89%;
}

.form-top-form-right-field label.not-valid,
.form-top-form-right-field label.valid,
.form-top-form-right-field label.not-valid:after,
.form-top-form-right-field label.valid:after {
  display: none !important;
  border: none !important
}

.form-lp-desktop-hr {
  height: 1px;
  background: #d4e5ed;
  margin: 20px auto 10px auto;
}

.form-top-form-right-field.success-icon:after {
  content: url('https://media-mesotheliomaguide-com.s3.amazonaws.com/images/green-success-checkmark.svg');
  position: absolute;
  top: 33px;
  right: 5px;
  z-index: 2;
}

.form-top-form-right-field.error-icon:after {
  content: url('https://media-mesotheliomaguide-com.s3.amazonaws.com/images/erroriconform+(1).svg');
  position: absolute;
  top: 33px;
  right: 5px;
  z-index: 2;
}

.form-top-form-right form .form-top-form-right-field input.success-border,
.form-top-form-right form .form-top-form-right-field select.success-border {
  border: 2px solid #00870d !important;
  background-color: #fff;
}

.form-top-form-right form .form-top-form-right-field input.error-border,
.form-top-form-right form .form-top-form-right-field select.error-border {
  border: 2px solid #ec2828 !important;
  background-color: #fff !important;
}

#FormSubmitBtn .button.primary {
  width: 100%;
  height: 52px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #353535;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 17px;
  transition: .3s;
}

#FormSubmitBtn .button.primary:hover {
  background-color: #1999c0;
  color: #fff;
  transition: .3s;
}

#new-success {
  position: relative;
  left: 0;
  top: 0;
  max-width: 450px;

  box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
  margin: 20px 10px 40px 10px;
}

#new-success:after {
  top: 17px;
}

@keyframes autofill {
  from {
    color: inherit;
  }

  to {
    color: inherit;
  }
}

/* input:-webkit-autofill {
  animation-name: autofill;
  animation-duration: 0.1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
} */

/* Change autocomplete styles in WebKit */
.form-top-form-right-field input:-webkit-autofill,
.form-top-form-right-field input:-webkit-autofill:hover,
.form-top-form-right-field input:-webkit-autofill:focus,
.form-top-form-right-field textarea:-webkit-autofill,
.form-top-form-right-field textarea:-webkit-autofill:hover,
.form-top-form-right-field textarea:-webkit-autofill:focus,
.form-top-form-right-field select:-webkit-autofill,
.form-top-form-right-field select:-webkit-autofill:hover,
.form-top-form-right-field select:-webkit-autofill:focus {
  border: 1px solid #434346;
  -webkit-text-fill-color: #353535;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;

  animation-name: autofill;
  animation-duration: 0.1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
}

.error-message {
  font-size: 16px;
  font-weight: 600;
  color: #ec2828;
  line-height: 18px;
  margin-top: 2px;
  margin-bottom: 0;
}

.form-top-form-right {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 360px) {
  .optional-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 425px) {
  .form-top-form-right form {
    padding: 20px;
  }
}


@media screen and (min-width: 550px) {
  .form-top-form-right form {
    width: 100%;
  }

  .address-fields .form-top-form-right-field:first-of-type {
    width: 230px;
  }

  .inner-address-fields {
    width: 48%;
  }

  .inner-address-fields .form-top-form-right-field:first-of-type {
    width: 100px;
  }

  .inner-address-fields .form-top-form-right-field:last-of-type {
    width: 110px;
  }

  .address-fields {
    justify-content: space-between;
  }

  .address-fields,
  .inner-address-fields {
    gap: 0;
  }
}

@media screen and (min-width: 570px) {
  .inner-address-fields .form-top-form-right-field:last-of-type {
    width: 117px;
  }

  .form-top-form-right form {
    padding: 20px 34px;
  }

  .flex-input-fields .form-top-form-right-field {
    display: flex;
    flex-direction: column;
    width: 230px;
  }
}

@media screen and (min-width: 768px) {
  .form-top-form-right {
    display: flex;
    align-items: center;
  }

  .form-top-form-right form {
    width: 550px;
  }
}

@media screen and (min-width: 1000px) {
  .form-top-form-right form {
    padding: 20px;
    margin: 0 10px 30px 10px;
  }

  .form-top-form-right {
    margin-right: 25px;
  }
}