.sectionMain {
  display: none;
  min-height: 100vh
}

.ConfirmInfoParent {
  text-align: center
}

.ConfirmInfoParent h2 {
  text-align: center
}

.upperContent {
  display: flex;
  justify-content: stretch;
  padding-top: 30px;
  gap: 487px
}

.ConfirmInfoContainer {
  padding: 30px 21px 21px;
  text-align: start;
  max-width: 790px;
  margin: auto;
  border: 2px var(--color-orange-hover);
  border-radius: 16px;
  border-style: dashed;
  background-color: var(--color-bg-white)
}

.subDesp {
  text-align: center;
  font-family: var(--font-sans);
  font-size: var(--text-md);
  font-weight: var(--weight-regular);
  line-height: var(--leading-body);
  color: var(--color-text-body);
  padding-bottom: 30px;
  max-width: 700px;
  margin: 0 auto
}

.esaletterParent {
  text-align: center
}

.esaletterParent h2 {
  text-align: center
}

.esaletterContainer {
  padding: 21px;
  text-align: start;
  max-width: 790px;
  margin: auto;
  border: 2px var(--color-orange-hover);
  border-radius: 16px;
  border-style: dashed;
  background-color: var(--color-bg-white)
}

.stepsheadingEsa {
  font-family: var(--font-serif);
  font-size: var(--text-4xl);
  font-weight: var(--weight-regular);
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-tight);
  color: var(--color-text-heading);
  padding: 25px 0px 0px 0px
}

.esaletterDescription {
  font-family: var(--font-sans);
  font-size: var(--text-md);
  line-height: var(--leading-body);
  font-weight: var(--weight-regular);
  color: var(--color-text-body)
}

.customIconListBold {
  list-style: none;
  padding: 0;
  margin: 0
}

.customIconListBold li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: var(--text-lg);
  line-height: 25.5px;
  font-weight: 700;
  color: var(--color-text-heading)
}

.customIconListBold li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain
}

.spanEl {
  font-family: var(--font-serif);
  color: var(--color-orange)
}

.stepsHeading {
  font-family: var(--font-serif);
  font-size: var(--text-4xl);
  font-weight: var(--weight-regular);
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-tight);
  color: var(--color-text-heading);
  padding: 30px 0px 5px;
  max-width: 830px;
  margin: auto;
  text-align: center
}

.ConfirmInfoContainer>p:nth-of-type(2) {
  padding: 10px 0px 0px
}

.esaletterContainer>ul.customIconListBold:first-of-type {
  padding-top: 26px
}

.esaletterContainer>ul.customIconListBold:nth-of-type(2) {
  padding-top: 30px
}

.customIconListBold+p {
  padding-top: 13px;
  padding-bottom: 17px
}

.spanPhone {
  color: var(--color-text-heading);
  font-weight: 600
}

.spanOrange a {
  color: var(--color-orange);
  text-decoration: none
}

.spanOrange a:hover {
  text-decoration: underline
}

.sectionMain::before {
  content: "";
  position: absolute;
  background-image: url(../images/backgroundImage.svg);
  width: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 64%;
  ;
  z-index: -1
}

.inputGroup label {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: var(--weight-bold);
  line-height: var(--leading-normal);
  color: var(--color-text-heading);
  margin-top: 8px
}

input::placeholder {
  color: #EFC6B9
}

.termText {
  color: var(--color-text-body);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: var(--weight-regular);
  line-height: var(--leading-normal)
}

.signatureForm .termBody {
  display: flex;
  align-items: start;
  gap: 11px;
  margin-top: 20px
}

.signatureForm .inputGroup input {
  font-size: var(--text-md);
  font-weight: 400;
  line-height: 15.73px;
  height: 55px;
  width: 41%;
  background-color: #fdfefd;
  outline: none;
  border: 1px solid var(--color-orange);
  border-radius: 8px;
  padding: 14px
}

.btnSubmit {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px
}

.btnSubmit button {
  background: var(--color-orange);
  border: none;
  color: var(--color-text-inverse);
  border-radius: var(--radius-md);
  padding: 13px 40px;
  font-family: var(--font-sans);
  font-size: var(--text-md);
  font-weight: var(--weight-bold);
  cursor: pointer;
  box-shadow: var(--shadow-cta);
  transition: all var(--transition-normal)
}

.btnSubmit button:hover {
  background: var(--color-orange-hover);
  box-shadow: var(--shadow-cta-hover);
  transform: translateY(-1px)
}

#medical_support_checkbox:checked {
  background-color: var(--color-orange);
  border-color: var(--color-orange)
}

#medical_support_checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-bg-salmon);
  border-radius: 3px;
  background-color: var(--color-bg-white);
  cursor: pointer;
  position: relative;
  top: 6px;
  flex: 0 0 15px;
  padding: 2px
}

#medical_support_checkbox:checked::after {
  content: url(../images/tick_white.svg);
  color: var(--color-text-inverse);
  font-size: var(--text-xs);
  position: absolute;
  top: 60%;
  left: 52%;
  transform: translate(-50%, -50%)
}

.signatureGroup {
  padding-top: 20px
}

@media screen and (max-width:421px) {
  .firstLi::before {
    top: 28% !important
  }
}

@media screen and (max-width:575px) {
  .sectionMain {
    padding-bottom: 75px
  }
}

@media screen and (max-width:768px) {
  .subDesp {
    padding: 14px
  }

  .upperContent a:first-child {
    position: absolute;
    left: 15px;
    top: 25px
  }

  .sectionMain::before {
    content: "";
    position: absolute;
    background-image: url(../images/mobile-Image.svg) !important;
    width: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 87%;
    z-index: -1
  }

  .upperContent {
    display: flex;
    justify-content: center;
    padding: 20px 0 0px
  }

  .backIconimage {
    width: 29px;
    height: 29px
  }

  .signatureForm .inputGroup input {
    width: 100%
  }

  .siteLogoimage {
    width: 89.7px;
    height: 39px
  }

  .customIconListBold li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain
  }

  .esaletterParent {
    padding: 15px
  }

  .stepsHeading {
    font-size: 23px;
    line-height: 36px;
    padding: 20px 10px
  }

  .customIconListBold li {
    font-size: var(--text-base)
  }

  .esaletterDescription {
    font-size: var(--text-base);
    line-height: 27px
  }
}

@media screen and (max-height:769px) {
  .sectionMain::before {
    bottom: -67px
  }
}