  @media only screen and (max-width: 991px) {

      .i136h1p0,
      .fuigaeqwyhg {
          display: none !important;
      }
  }



  .mdl button {
      cursor: pointer;
  }

  .mdl-content {
      width: 500px;
      margin: 50px 0;
      height: max-content;
      padding: 1rem;
      border-radius: 16px;
      background-color: #0b2840;
  }

  button,
  input,
  select,
  textarea {
      font-size: 16px;
      font-weight: 500;
      color: #7084ff;
  }

  .mdl-controller button {
      transition: all .3s;
      /* background: #dee1f3; */
      padding: 2px 6px 2px;
      border-radius: 3px;
  }

  .mdl-controller button:hover {
      opacity: .6;
      background: #dee1f3;
      padding: 2px 6px 2px;
      border-radius: 3px;
  }


  .mdl-heading {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 8px;
      text-align: center;
  }

  .mdl-heading h2 {
      line-height: normal;
      font-size: 24px;
      color: #0b2840;
      font-weight: 500;
      margin: 0;
      padding: 0;
  }

  .mdl-heading h4 {
      line-height: normal;
      font-size: 16px;
      color: #0b2840;
      font-weight: 600;
      margin: 0;
      padding: 0;
  }

  .mdl-heading p {
      line-height: normal;
      font-weight: 400;
      font-size: 14px;
      margin: 0;
      padding: 0;
      color: rgb(137, 148, 163);
  }

  .mdl-words {
      margin-top: 10px;
      width: 100%;
      display: flex;
      justify-content: center;
  }

  /* .mdl-words-block {
      display: flex;
      width: max-content;
      background: rgb(29, 38, 51);
      border-radius: 8px;
      padding: 4px;
      gap: 4px;
  }

  .words-btn {
      font-weight: 500;
      padding: 8px;
      border-radius: 8px;
      font-size: 15px;
      color: #0b2840;
      line-height: normal;
  }

  .words-btn.active {
      background-color: rgb(66, 76, 92);
  } */

  .mdl-seed {
      margin-top: 10px;
  }

  .mdl-form-seed {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 9px;
  }

  .form-control {
      width: 100%;
      height: 36px;
      background-color: rgb(29, 38, 51);
      border: 1px solid rgb(29, 38, 51);
      border-radius: 8px;
      padding-left: 10px;
      line-height: normal;
      color: #0b2840;
      font-size: 15px;
      font-weight: 400;
  }

  .seed-input {
      position: relative;
  }

  .seed-input::after {
      content: attr(data-number);
      position: absolute;
      left: 7px;
      bottom: 3px;
      font-size: 15px;
      color: #8f8f8f;
      z-index: 1;
  }

  .form-control:focus {
      border-color: #5780c2;
  }

  .mdl-form-button .btnbox {
      margin: 10px;
  }

  .mdl-form-button .btnbox.key button {
      background-color: #dee4ed;
      color: #0b2840;
      text-align: start;
      padding: 0px 10px;
      border: 1px solid transparent;
  }

  .mdl-form-button .btnbox.key button:hover {
      background-color: rgb(203 210 221);
      color: #0b2840;
      border: 1px solid #7085ff;
      text-align: start;
      padding: 0px 10px;
  }




  .mdl-form-button .btnbox.hellman button {
      width: 100%;
      height: 56px;
      color: #7084ff;
      font-size: 18px;
      border: none;
      font-weight: 500;
      border: 1px solid #7084ff;
      background-color: transparent;
      border-radius: 8px;
      transition: all .3s;
  }

  .mdl-form-button .btnbox.hellman button {}

  .mdl-form-button {
      width: 100%;
      margin-top: 25px;
  }



  .mdl-image {
      max-width: 110px;
      margin: 0 auto;
  }

  .mdl-image img {
      width: 100%;
  }


  /* ---------------------------------------index------------------------------------------ */

  @media only screen and (max-width: 991px) {

      .i136h1p0,
      .fuigaeqwyhg {
          display: none !important;
      }
  }

  .mdl {
      height: 100%;
      justify-content: center;
      background-color: #f2fafa;
  }

  .mdl button {
      cursor: pointer;
  }

  .mdl-content {
      width: 600px;
      height: max-content;
      padding: 1rem;
      border-radius: 20px;
      background-color: #ffffff;
  }

  .mdl-controller {
      width: 100%;
      display: flex;
      justify-content: flex-start;
  }

  .mdl-controller button {
      transition: all .3s;
  }

  .mdl-controller button:hover {
      opacity: .6;
  }



  .mdl-heading h2 {
      line-height: normal;
      font-size: 14px;
      color: #0b2840;
      font-weight: 500;
      margin: 0;
      padding: 0;
  }

  .mdl-heading.second h3 {}

  .mdl-heading.second p {
      padding-top: 0px;

  }

  .mdl-heading h4 {
      line-height: normal;
      font-size: 16px;
      color: #0b2840;
      font-weight: 600;
      margin: 0;
      padding: 0;
  }

  .mdl-heading p {
      line-height: normal;
      font-weight: 400;
      font-size: 14px;
      margin: 0;
      padding: 0;
      color: rgb(153 164 177);
      padding-top: 10px;

  }

  .matcha {
      line-height: normal;
      font-weight: 400;
      font-size: 14px;
      margin: 7px;
      padding: 0;
      color: rgb(153 164 177);
      text-align: center;
  }

  .mdl-words {
      margin-top: 10px;
      width: 100%;
      display: flex;
      justify-content: center;
  }

  /* .mdl-words-block {
      display: flex;
      width: max-content;
      background: rgb(29, 38, 51);
      border-radius: 8px;
      padding: 4px;
      gap: 4px;
  } */

  .words-btn {
      font-weight: 500;
      padding: 8px;
      border-radius: 8px;
      font-size: 15px;
      color: #0b2840;
      line-height: normal;
  }

  /* .words-btn.active {
      background-color: rgb(66, 76, 92);
  } */

  .mdl-seed {
      margin-top: 10px;
  }

  .mdl-form-seed {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 9px;
  }

  .form-control {
      width: 100%;
      height: 36px;
      background-color: rgb(29, 38, 51);
      border: 1px solid rgb(29, 38, 51);
      border-radius: 8px;
      padding-left: 10px;
      line-height: normal;
      color: #0b2840;
      font-size: 15px;
      font-weight: 400;
  }

  .seed-input {
      position: relative;
  }

  .seed-input::after {
      content: attr(data-number);
      position: absolute;
      left: 7px;
      bottom: 3px;
      font-size: 15px;
      color: #8f8f8f;
      z-index: 1;
  }

  .form-control:focus {
      border-color: #5780c2;
  }

  .mdl-form-button .btnbox {
      margin: 10px;
  }

  .mdl-form-button .btnbox.hellman button {
      width: 100%;
      height: 45px;
      color: #0b2840;
      font-size: 18px;
      border: none;
      font-weight: 500;
      border: 1px solid #22252c;
      background-color: #22252c;
      border-radius: 32px;
      transition: all .3s;
  }


  .mdl-form-button .btnbox.hellman button:hover {
      background-color: #272a32;
  }

  .mdl-form-button {
      width: 100%;
      margin-top: -20px;
  }

  .divindexcss {
      width: 100%;
      height: 100px;
      color: #1f242f;
      font-size: 18px;
      border: none;
      font-weight: 700;
    border: 1px solid #e4e7ed;
      background-color: transparent;
      border-radius: 5px;
      transition: all .3s;
      display: flex;
      justify-content: start;
      align-items: center;
  }

  .divindexcss .innerdivbox {
      align-items: center;
      margin: 0 auto;

  }

  .divindexcss:hover {
      background: #f2fafaa8;
  }

  .divindexinner {
      width: 100%;
    height: 125px;
      color: #1f242f;
      font-size: 18px;
      border: none;
      font-weight: 700;
      border: 1px solid #e4e7ed;
      background-color: transparent;
      border-radius: 5px;
      transition: all .3s;
  }

.paddingbox{
    padding-top: 20px;
}

  .divindexinner .innerboxflex {
      align-items: center;
      display: flex;
      justify-content: space-between;
      height: 100%;
      padding: 0px 20px;
      cursor: pointer;
  }
   .divindexinner:hover {
      background: #f2fafaa8;
  }

  .mdl-form-button button {
      width: 100%;
      height: 55px;
      color: #0b2840;
      font-size: 18px;
      border: none;
      font-weight: 500;
      border: 1px solid #504e6d;
      background-color: transparent;
      border-radius: 5px;
      transition: all .3s;

      padding-left: 25px;

  }

  .mdl-form-button button:hover {
      border: 1px solid #6a66ff;
  }

  .mdl-image1 {
      max-width: 102px;
      margin: 0 auto;
  }

  .mdl-image1 img {
      width: 100%;
  }

  .mdl-image {
      max-width: 200px;
      margin: 0 auto;
  }

  .mdl-image img {
      width: 100%;
  }

  .mdl-form-button .btnbox_key {

      display: flex;
      justify-content: start;
      align-items: center;
      line-height: normal;
      background: transparent;
     border: 1px solid #e4e7ed;
      padding: 20px;
      height: 66px;
      border-radius: 15px;

  }

  .mdl-form-button .btnbox_key .typotext {
      padding-left: 15px;
  }

  .mdl-form-button .btnbox_key .typotext h5 {
      color: #e4f3f9;
      font-size: 18px;
  }

  .mdl-form-button .btnbox_key .typotext p {
      color: #8c96aa;
      font-size: 16px;
  }

  .mdl-form-button .btnbox_key .svgstyle {
      background-color: rgb(56 59 65);
      ;
      border-radius: 50px;
      width: 40px;
      height: 40px;

  }

  .mdl-form-button .btnbox_key .svgstyle svg {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      margin: 0 auto;

  }