@import url("./payment.css");
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.content-5m {
    
}

.img-5m {
    
      background-image: url("../images/patuhi5m.jpg");
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center; 
  
    /*width:100vw;*/
    /*height:100vh;*/
  
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-image: url("../images/patuhi5m.jpg");*/
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 80px rgba(25, 61, 184, 0.2);
          box-shadow: 4px 4px 80px rgba(25, 61, 184, 0.2);
  padding: 0 75px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.main-nav .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-nav .left .logo {
  margin-right: 80px;
  width: 150px;
}

.main-nav .left .logo.menkes {
  width: 120px;
}

.main-nav .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-nav .right .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-nav .right .logo-box .logo-img {
  width: 40px;
}

.main-wrapper {
  position: relative;
}

.main-wrapper .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 75px;
  padding-top: 10px;
}

.main-wrapper .lang .lang-select {
  border: none;
  outline: none;
}

.main-wrapper .ill-bg {
  position: fixed;
  top: -50px;
  left: -100px;
  height: 150px;
  width: 150px;
}

.main-wrapper .ill-bg img {
  width: 100%;
  height: 100%;
}

.main-wrapper .title-box {
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.main-wrapper .title-box .title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: -10px;
}

.main-wrapper .title-box .sub-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}

.main-wrapper .title-box .ch-title {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
}

.main-wrapper .action-box {
  padding: 0 15%;
  margin-top: 20px;
}

.main-wrapper .action-box .ill-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.main-wrapper .action-box .ill-box .ill-splash {
  width: 280px;
  
}

.main-wrapper .action-box .ill-box .message-box {
  background-color: #e5e5e4;
  width: 350px;
  padding: 20px;
  border-radius: 0 0 0 30px;
}

.main-wrapper .action-box .ill-box .message-box .msg {
  font-weight: 600;
  font-size: 16px;
}

.main-wrapper .action-box .ill-box .message-box .msg span {
  color: #ff0000;
}

.main-wrapper .action-box .ill-box .btnRegister {
  text-decoration: none;
  border: none;
  outline: none;
  position: absolute;
  margin-left:35%;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(200, 174, 73, 0.66);
  height: 55px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  color: #0a0a0a;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.main-wrapper .action-box .ill-box .btnRegister:hover {
  background-color: #cdba71;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.footer {
  background-color: #1d2953;
  padding: 5px 75px;
}


.footer .top {
  font-weight: 600;
  text-align: center;
  margin-bottom: 3px;
  color: #fff;
  font-size: 16px;
}

.footer .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .main .itemFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  color: #fff;
  margin: 5px;
}

.footer .main .itemFooter .num {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #3650c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #fff;
  margin-right: 5px;
  font-size:12px;
}

.footer .main .itemFooter span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 200px;
  font-size:12px;
}

.divider {
  height: 15px;
  width: 100%;
  background-color: #d7c88d;
}

.card-form {
  padding: 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 10px;
}

.btnNext {
  width: 100%;
  background-color: #cdba71;
  padding: 10px;
  border: none;
  border-radius: 50px;
  margin-top: 30px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btnNext:hover {
  color: inherit;
  background-color: #9e8e4b;
}

.label-custom {
  font-size: 18px;
  color: #9d9d9d;
}

.ucase{
    text-transform: uppercase;
}

.form-control.form-custom,
.form-select.form-custom {
  background-color: #f4f4f4 !important;
  border: none;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid transparent;
}

.form-control.form-custom:focus,
.form-select.form-custom:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cdba71;
}

.title-box {
  margin-top: -25px;
}

.title-box .title-reg {
  display: block;
  font-weight: 400;
  font-size: 20px;
}

.result-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.result-box .img-check {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.result-box .text-result {
  font-weight: 500;
  font-size: 20px;
}

.result-data {
  background-color: red;
  padding: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 30px 0;
}

@media (max-width: 992px) {
  .main-nav {
    height: 80px;
    padding: 0 10px;
  }
  .main-nav .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .main-nav .left .logo {
    margin-right: 20px;
    width: 120px;
  }
  .main-nav .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .main-nav .right .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .main-nav .right .logo-box .logo-text {
    font-weight: 600;
  }
  .main-wrapper {
    position: relative;
    min-height: calc(100vh - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-wrapper .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 10px;
    position: absolute;
    right: 10px;
    padding-right: 0;
  }
  .main-wrapper .ill-bg {
    position: fixed;
    top: 150px;
    left: -100px;
    height: 250px;
    width: 250px;
  }
  .main-wrapper .ill-bg img {
    width: 100%;
    height: 100%;
  }
  .main-wrapper .title-box {
    font-family: "Roboto", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
  }
  .main-wrapper .title-box .title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .main-wrapper .title-box .sub-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .main-wrapper .title-box .ch-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
  }
  .main-wrapper .action-box {
    margin-top: -25px;
  }
  .main-wrapper .action-box .ill-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .main-wrapper .action-box .ill-box .ill-splash {
    position: fixed;
    top: 56%;
    z-index: -1;
  }
  .main-wrapper .action-box .ill-box .message-box {
    position: absolute;
    background-color: rgba(229, 229, 228, 0.635);
    top: -53vh;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
  }
  .main-wrapper .action-box .ill-box .message-box .msg {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
  }
  .main-wrapper .action-box .ill-box .message-box .msg span {
    color: #ff0000;
  }
  .main-wrapper .action-box .ill-box .btnRegister {
    position: relative;
    bottom: 20px;
    height: 45px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 16px;
    margin-left:0px;
  }
  .result-box .img-check {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .result-box .text-result {
    font-weight: 500;
    font-size: 20px;
  }
  .result-data {
    padding: 10px;
    margin: 30px 0;
  }
  .result-data .table tr {
    font-size: 14px;
  }
  .footer {
    background-color: #1d2953;
    padding: 10px;
   
    
  }
  .footer .top {
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 22px;
  }
  .footer .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .main .itemFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    color: #fff;
    margin: 10px;
  }
  .footer .main .itemFooter .num {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #3650c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
  }
  .footer .main .itemFooter span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 230px;
  }
}


img.limam {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */