.testFont4 {
    font-size: 11px;
}

.boxA1 {

    border-bottom: 1px solid #908E8E;
    width: 100%;
    height: auto;
    border-radius: 0px;
    padding: 15px;
}

.txtBox14 {
    padding: 0px;
}

.devLine1 {
    border: 0px solid #939393;
    margin-bottom: 25px;
}
.btnNew15 {
    background-color: #85FFEC;
    width: 180px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin: 0px 5px;
    cursor: pointer;
    font-family: Inter;
    text-transform: uppercase;
    font-size: 16px;
    
}
.btnNew16 {
    background-color: #FD5669;
    width: 120px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
    margin: 0px 5px;
    cursor: pointer;
    font-family: Inter;
    text-transform: uppercase;
    font-size: 16px;
    
}


.form44 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  padding: 30px;
  width: 450px;
  border-radius: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.form44 button {
  align-self: flex-end;
}

.flex-column44 > label {
  color: #151717;
  font-weight: 600;
}

.inputForm44 {
  border: 1.5px solid #ecedec;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}

.input44 {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 100%;
}

.input44:focus {
  outline: none;
}

.inputForm44:focus-within {
  border: 1.5px solid #2d79f3;
}

.flex-row44 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.flex-row44 > div > label {
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.span44 {
  font-size: 14px;
  margin-left: 5px;
  color: #2d79f3;
  font-weight: 500;
  cursor: pointer;
}

.button-submit44 {
  margin: 20px 0 10px 0;
  background-color: #151717;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  cursor: pointer;
}

.p44 {
  text-align: center;
  color: black;
  font-size: 14px;
  margin: 5px 0;
}

.btn44 {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  border: 1px solid #ededef;
  background-color: white;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.btn44:hover {
  border: 1px solid #2d79f3;
  ;
}




.newRowMob {
    margin-top: 5px;
}
.newMobileAin {
        text-align: right;
    }
.newButtonsize55 {
        max-width:350px;
    }

.DiscountButton22 {
    border: 2px solid #85FFEC;
    color: #85FFEC;
    display: inline-block;
    font-weight: 400;
    text-align: center;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    width: 100%;
    
}

.DiscountButton22:hover {

  background-color: #85FFEC;
  color: #000;
    
}

.DiscountButton22a {
    border: 2px solid #85FFEC;
    color: #000;
    display: inline-block;
    font-weight: 400;
    text-align: center;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #85FFEC;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-transform: uppercase;
    width: 100%;
    
}

.DiscountButton22a:hover {

  background-color: #85FFEC;    
  border: 2px solid #39BBA6;
  color: #39BBA6;
    
}

@media screen and (max-width: 768px) {
  .newRowMob {
    margin-top: 25px;
}
    .newMobileAin {
        text-align: left;
    }
    .newButtonsize55 {
        max-width:100%;
    }
}

    