.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 #52bab0;
    border-radius: 16px;
    border-style: dashed;
    background-color: #fff;
}

.subDesp {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    color: #6B6E98;
    padding-bottom: 30px;
}
.esaletterParent {
    text-align: center;
}
.esaletterParent h2 {
    text-align: center;
  }
  .esaletterContainer {
    padding: 21px;
    text-align: start;
    max-width: 790px;
    margin: auto;
    border: 2px #52bab0;
    border-radius: 16px;
    border-style: dashed;
    background-color: #fff;
  }

  .stepsheadingEsa {
    font-family: "DM Serif Display";
    font-size: 38px;
    font-weight: 400;
    line-height: 52.1px;
    color: rgba(14, 20, 95, 1);
    padding: 25px 0px 0px 0px;
  }

  .esaletterDescription {
    font-size: 15px;
    line-height: 180%;
    font-weight: 500;
    color: #6b6e98;
   
}

  .customIconListBold {
    list-style: none; /* Remove default bullets */
    padding: 0;
    margin: 0;
  }
  .customIconListBold li {
    position: relative;
    padding-left: 30px; /* Space for the icon */
    margin-bottom: 15px; /* Add some spacing between items */
    font-size: 17px;
    line-height: 25.5px;
    font-weight: 700;
    color: #0e145f;
  }
  
  .customIconListBold li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Center the icon vertically */
    width: 20px; /* Icon width */
    height: 20px; /* Icon height */
    background-image: url("../images/arrow-right.svg"); /* Path to your custom icon */
    background-repeat: no-repeat;
    background-size: contain; /* Ensures the icon fits within the box */
  }
  .spanEl {
    font-family: "DM Serif Display";
    background: linear-gradient(
      92.64deg,
      #52bab0 22.79%,
      #f5863e 31.93%,
      #f99936 41.07%,
      #fea72f 49.46%
    );
    background-clip: text; /* Clips the background to the text */
    -webkit-text-fill-color: transparent; /* Makes the text itself transparent */
  }

  .stepsHeading {
    font-family: "DM Serif Display";
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
    color: rgba(14, 20, 95, 1);
    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: #0E145F;
    font-weight: 600;
  }
  .spanOrange a {
    color: #52bab0;
    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-size: 15px;
    font-weight: 700;
    line-height: 18px;
    color: #0E145F;
    margin-top: 8px;
}
input::placeholder {
  color: #EFC6B9; /* Change to any color */

}
.termText {
    color: #6B6E98;
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
}
.signatureForm .termBody {
    display: flex;
    align-items: start;
    gap: 11px;
    margin-top: 20px;
}
.signatureForm .inputGroup input {
    font-size: 16px;
    font-weight: 400;
    line-height: 15.73px;
    height: 55px;
    width: 41%;
    background-color: #fdfefd;
    outline: none;
    border: 1px solid #52bab0;
    border-radius: 8px;
    padding: 14px;
}
.btnSubmit {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
 
}

.btnSubmit button {
  background: #52bab0;
  border: none;
  color: #fff;
  border-radius: 8px;
  padding: 13px 66px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.btnSubmit button:hover {
background: #52bab0;
}
#medical_support_checkbox:checked {
    background-color: #52bab0;
    border-color: #52bab0;
}

#medical_support_checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #FF9575;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    top: 6px;
    flex: 0 0 15px;
    padding: 2px;
}
#medical_support_checkbox:checked::after {
    content: url(../images/tick_white.svg);
    color: #fff;
    font-size: 12px;
    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: 15px;
    }
    .esaletterDescription {
        font-size: 15px;
        line-height: 27px;
    }
    
}
@media screen and (max-height: 769px){
  .sectionMain::before{
        bottom: -67px;
  }
}