/*font-family: 'Raleway', sans-serif;*/

body{
  font-family: 'Poppins' !important;
  margin: auto !important;
  max-width: 1000px;
  padding: 2rem 0;
  color: #4b4b4b;
  counter-reset: step-count;
  /*background: linear-gradient(to bottom, #ffffff, #e0f8fe);*/
  
}

.markq .tooltiptext{
  visibility: hidden;
  width: 80px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  margin-left: 3px;
  text-transform: none !important;
}

.markq:hover .tooltiptext{
  visibility: visible;
}

#tac{
  color: #D1D1D1;
  padding-bottom: 0px;
  font-size: 15px;
  opacity: 0.6;
}

.smolpar{
  margin-top:0.5rem; 
  font-weight: 500;
  font-size: 14;
  text-align: center;
}

.ttdpt{
  font-size: 15px;
  margin-bottom:0;
  margin-top: 35px;
}

.ttdptmy{
  font-weight: bold; 
  font-size: 20px;
  margin-bottom: 35px;
}

.Path {
  margin-top: 24px;
  margin-bottom: 10px;
}

.baqiu{
  cursor: pointer;
  position: absolute;
  right: 6px; 
  top: 14px;
}

.Form-Cell{
  width:100%;
}

/* .btmref{
  font-size: 13px;
} */
.Breadcrumb{
  left: 2em;
}

.Breadcrumb .Path{
position: relative;
}

.Breadcrumb .Path:before{
  content: '';
  display: block;
  width: 1px;
  height: calc(86% - 2px);
  background-color: #eeeeee;
  position: absolute;
  left: 4px;
  top: 9px;
}

.Breadcrumb .Path .Step{
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  margin-top: 12px;
}

.Breadcrumb .Path .Step .Dot.Active{
  background-color: #10A7B5;
}

.Breadcrumb .Path .Step .Dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #dddddd;
  display: inline-block;
  font-size: 11px;
  color: #999999;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  padding-top: 1px;
  box-sizing: border-box;
}

.Breadcrumb .Path .Step .Name{
  font-size: 10px;
  display: inline-block;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.Breadcrumb .Path .Step:last-of-type{
  background: none;
  margin-bottom: 0px;
}

.hidden{
  display: none;
}

/* For new input type testing */
.Payment-Form{
  margin-left: auto;
  margin-right: auto;
  min-height: 80px;
}

.Form-Row {
  margin: 10px 0px;
}

.Form-Input{
  border-bottom: 2px solid #EEEEEE;
  padding: 0px 0px 10px;
  position: relative;
}

.Form-Input input{
  border: 0px;
  padding: 5px 10px 0px 5px;
  font-weight: bold;
  color: #ffffff;
}

.Form-Input-Element input{
  width: 65%;
  margin-left: 6%;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  color: #444444;
  font-size: 14px;
}


.Payment-Form .Form-Row:first-of-type{
  margin-top: 0px;
}

.Form-Row{
  margin: 10px 0px;
}

.Form-Input-Element{
  text-align: left;
}

.Form-Input-Element label{
  border-right: 2px solid #EEEEEE;
  color: #AAAAAA;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 22%;
  vertical-align: middle;
  line-height: 1.2em;
  margin-bottom: 0px;
}
.Form-Row{
  margin: 10px 0px;
}

/* .Form-Input-Element input {
  border: 0px;
  padding: 5px 10px 0px 5px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
} */

/* line-height: 35px; */

#line1 {
  height: 100%;
  border-radius: 10px;
  font-size: small;
  padding: 5px;
  box-shadow: 2px 1.5px #D3D3D3;
  width: 100%;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 400px) {
  .pic {
    width: 30.2px !important;
    height: 30.2px !important;
    
  }

  #line1 {

    font-size: 12px !important;
 
  }
}

.pic {
  width: 50.2px;
  height: 50.2px;
  border-radius: 50%;
  box-shadow: 2px 1.5px gray;
  margin-left: 5px;
  margin-right: 30px;
  text-align: left;

  
}

/* #word{
  font-size: 13px;
  padding: 1px;
  margin-top: 8px;
} */

#text{
  font-size: small;
}

.line{
  border-right: 1px solid #E8DADA;
  
 }

 #demo {
  color:#CA444A;
  font-size: 14px;
 }

 .btmtime {
  margin-top: -15px;
  font-weight: bolder;
  /* font-size: 14px; */
 }

 .mobiletb {
  display:none;

 }

 .loginp{
  margin-top:25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 11px;
 }

 .divid{
  padding-left: 15px;
  padding-right: 15px;
 }
/*progress bar*/

.progress-step {
  text-align: center;
  position: relative;
}
/* first vertical line */
.progress-step:before, .progress-step:after {
  background-color: #20c997;
  content: "";
  height: 2px;
  position: absolute;
  z-index: 0;
  top: 20px;
}

.progress-step:first-child::before, .progress-step:last-child::after{
  z-index: -1;
}
.progress-step1:first-child::before, .progress-step1:last-child::after{
  z-index: -1;
}
.progress-step:after {
  left: 2%;
  height: 142%;
  width: 1px;
  top: 10px;
}
.progress-step:last-of-type.is-active:after {
  background-color: #20c997;
}
@media screen and (min-width: 640px) {
  .progress-step:first-of-type:before {
    right: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .progress-step:first-of-type:before, .progress-step:last-of-type:after {
    background-color: white !important;
  }
}
.progress-step:last-of-type:after {
  left: 50%;
  width: 50%;
}
.progress-step .step-count {
  background-color: #20c997;
  height: 10px;
  /* width: 30px; */
  margin: 0 auto;
  border-radius: 50%;
  color: white;
  line-height: 30px;
  z-index: 100;
  /* border: 5px solid white; */
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 5px;
}
/*.progress-step .step-count:before {
  counter-increment: step-count;
  content: counter(step-count);
}*/
.progress-step.is-active .step-description {
  font-weight: 500;
}
/*  second vertical line */
.progress-step.is-active:after {
  background-color: #dad6ce;
}

/* Third circle */
.progress-step.is-active ~ .progress-step .step-count {
  background-color: #dad6ce;
}
.progress-step.is-active ~ .progress-step:after {
  background-color: #dad6ce;
}

.step-description {
  font-size: 0.8rem;
  /* position: relative; */
}
/* 
.step-description::before {
  content:"";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: -10px;
  background-color: green;
  border-radius: 100px;
}

.step-description::after {
  content: "";
  width: 5px;
  height: 100%;
  border-left: 1px dotted #000;
  position: absolute;
  left: -20px;
} */
/* media*/
/* @media (max-width: 992px) {
  #maybank{

  }
}  */


.progress-bar2 {
  width: 100%;
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
}


.progress-step1 {
  text-align: center;
  position: relative;
}
.progress-step1:before, .progress-step1:after {
  background-color: #20c997;
  content: "";
  height: 2px;
  position: absolute;
  z-index: 0;
  top: 14px;
}
.progress-step1:after {
  left: 58%;
  width: 100%;
}
.progress-step1:last-of-type.is-active:after {
  background-color: #20c997;
}
@media screen and (min-width: 640px) {
  .progress-step1:first-of-type:before {
    right: 59%;
    width: 34%;
  }
}
@media screen and (max-width: 640px) {
  .progress-step1:first-of-type:before, .progress-step1:last-of-type:after {
    background-color: white !important;
  }
}
.progress-step1:last-of-type:after {
  left: 59%;
  width: 32%;
}
.progress-step1 .step-count1 {
  background-color: #20c997;
  height: 25px;
  width: 25px;
  margin: 0 auto;
  border-radius: 50%;
  color: white;
  line-height: 30px;
  z-index: 100;
  border: 7px solid white;
  font-size: 0.8rem;
  font-weight: 500;
}
/*.progress-step .step-count:before {
  counter-increment: step-count;
  content: counter(step-count);
}*/
.progress-step1.is-active .step-description1 {
  font-weight: 500;
}
.progress-step1.is-active:after {
  background-color: #dad6ce;
}
.progress-step1.is-active ~ .progress-step1 .step-count1 {
  background-color: #dad6ce;
}
.progress-step1.is-active ~ .progress-step1:after {
  background-color: #dad6ce;
}

.step-description1 {
  font-size: 0.7rem;
}
/* end testing */
.form {
  width : 20%;
  position: relative;
  height: 50px;
  overflow: hidden;
}

.form input {
  width: 100%;
  height: 100%;
  color: #595f6e;
  padding-top: 20px;
  border: none;
  outline: none;
  font-size: 18px;
}

.form label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-bottom: 1px solid black;
}

.form label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 100%;
  width: 100%;
  border-bottom: 3px solid #5fa8d3;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.content-name {
  position: absolute;
  bottom: 5px;
  left: 0;
  transition: all 0.3s ease;
}

.form input:focus + .label-name .content-name,
.form input:valid + .label-name .content-name {
  transform: translateY(-150%);
  font-size: 14px;
  color: #5fa8d3;
}

.form input:focus .label-name::after,
.form input:valid + .label-name:after {
  transform: translateX(0%);
}

/*  SHIT    inline takes prio of css first only run class   ******************************************* */
.rm{
  margin-left:2.5rem;
   font-weight:bold;
   font-size: 2rem;
   text-shadow: 1.8px 0 black;
}

.deposit{
   margin-left:2.5rem;
   height: 0px; 
   font-weight: 800;
}
.hh4{
  font-weight:bold; 
  font-size: 15px;
  color:#D1D1D1;
}

.PbeBank-background{
  background-color: #f1f9fa;
  border-radius: 30px;
}

.MayBank-background{
  background-color: #FFC70A;
  border-radius: 30px;
}

.CimbBank-background{
  background-color: #FFFFFF;
  border-radius: 30px;
}

.RhbBank-background{
  background-color: #6CCEE6;
  border-radius: 30px;
}

.BankRakyat-background{
  background-color: #FFC70A;
  border-radius: 30px;
}

.BankIslam-background{
  background-color: #C91F4E;
  border-radius: 30px;
}

.BankIslam-background .deposit{
  color: #FFF;
}

.BankIslam-background .rm{
  color: #FFF;
}

.AmBank-background{
  background-color: #E10513;
  border-radius: 30px;
}

.AmBank-background .deposit{
  color: #FFEB01;
}

.AmBank-background .rm{
  color: #FFEB01;
}

.HlbBank-background{
  background-color: #FFFFFF;
  border-radius: 30px;
}

.BSN-background{
  background-color: #00A1B3;
  border-radius: 30px;
}

.BSN-background .deposit{
  color: #FFF;
}

.BSN-background .rm{
  color: #FFF;
}

.AllianceBank-background{
  background-color: #FFF;
  border-radius: 30px;
}

.AffinBank-background{
  background-color: #FFF;
  border-radius: 30px;
}

.HSBCBank-background{
  background-color: #FFC70A;
  border-radius: 30px;
}

.AgroBank-background{
  background-color: #FFC70A;
  border-radius: 30px;
}

.SCBank-background{
  background-color: #FFC70A;
  border-radius: 30px;
}

.MuamalatBank-background{
  background-color: #FFC70A;
  border-radius: 30px;
}

.UOBBank-background{
  background-color: #FFC70A;
  border-radius: 30px;
}

.OCBCBank-background{
  background-color: #FFC70A;
  border-radius: 30px;
}

.ARBank-background{
  background-color: #FFC70A;
  border-radius: 30px;
}

.CitiBank-background{
  background-color: #FFC70A;
  border-radius: 30px;
}

.Tng-background{
  background-color: #0058af;
  border-radius: 30px;
}

.Tng-background .deposit{
  color: #FFF;
}

.Tng-background .rm{
  color: #FFF;
}

.GrabPay-background{
  background-color: #06ad50;
  border-radius: 30px;
}

.GrabPay-background .deposit{
  color: #FFF;
}

.GrabPay-background .rm{
  color: #FFF;
}

.Boost-background{
  background-color: #f32c14;
  border-radius: 30px;
}

.Boost-background .deposit{
  color: #FFF;
}

.Boost-background .rm{
  color: #FFF;
}

.DuitNowQR-background{
  background-color: #FFF;
  border-radius: 30px;
}

.MayBankQR-background{
  background-color: #ffdd32;
  border-radius: 30px;
}

.KBank-background{
  background-color: #FFF;
  border-radius: 30px;
}

.KrungThaiBank-background{
  background-color: #01A6E6;
  border-radius: 30px;
}

.SCBBank-background{
  background-color: #4F2A81;
  border-radius: 30px;
}

.SCBBank-background .deposit{
  color: #FFF;
}

.SCBBank-background .rm{
  color: #FFF;
}

.KrungsriBank-background{
  background-color: #FFF;
  border-radius: 30px;
}

.BangkokBank-background{
  background-color: #003399;
  border-radius: 30px;
}

.BangkokBank-background .deposit{
  color: #FFF;
}

.BangkokBank-background .rm{
  color: #FFF;
}

.PromptPay-background{
  background-color: #003D6A;
  border-radius: 30px;
}

.PromptPay-background .deposit{
  color: #FFF;
}

.PromptPay-background .rm{
  color: #FFF;
}

.MandiriBank-background{
  background-color: #FFF;
  border-radius: 30px;
}

.CimbNiagaBank-background{
  background-color: #780000;
  border-radius: 30px;
}

.CimbNiagaBank-background .deposit{
  color: #FFF;
}

.CimbNiagaBank-background .rm{
  color: #FFF;
}

.PermataBank-background{
  background-color: #FFF;
  border-radius: 30px;
}

.Qris-background{
  background-color: #FFF;
  border-radius: 30px;
}


/* media*/
 @media screen and (max-width: 767px) {

  .smolpar{
    margin-bottom: 35px;
  }
  
  .TACC{
    /*margin-left: 125px;*/
    margin-right: 125px;
  }
  .bannertacc{
    margin-top: 33px;
    margin-bottom: 25px;
  }

  .tick{
   order: 2;
  }

  .btan{
    order: 1;
  }

  .Path{
  margin-bottom: 15px;
  margin-top: 15px;
  }

  .ttdpt{
    margin-top: 36px;
  }

  .ttdptmy{
    margin-bottom: 36px;
  }

  .Form-Input-Element input{
    width: 53%;
  }

  .baqiu{
    right: -3px; 
  }

  .Form-Cell{
    width:100%;
  }

  .Breadcrumb{
    position: relative;
    left: auto;
    text-align: center;
    margin-bottom: 2em;
  }

  .Breadcrumb .Path{
    position: relative;
  }

  .Breadcrumb .Path:before{
    width: 60%;
    left: 20%;
    height: 1px;
    top: 13px;
  }
  .Breadcrumb .Path .Step, .Breadcrumb .Path .Step:last-of-type{
    margin-bottom: 0px;
    display: inline-block;
    background-color: #ffffff;
    padding-right: 3px;
    margin: 0 2%;
  }

  .Payment-Form{
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 80px;
    width: 280px;
  }

  .Form-Input-Element label{
    font-size: 11px;
    width: 30%;
  }
  

  .hidden{
    display:flex;
    border-top: 1px solid gray;
    margin: 0px 38.25px;
  }

  div.hqq{
    margin-top: 15px !important;
  }

  div.hmb{
    margin-bottom: 15px !important;
  }

  .loginp{
    font-size: 13px;
    text-align: center;
  }

  .rm {
    margin-left:0;
    font-size: 1.5rem;
    margin-bottom: 0px;
  }

  .deposit{
    margin-left:0;
    font-size: 0.9em;
   
  }

  .ref{
    font-size: 12px;
  }

  .tm{
    font-size: 12px;
  }

  .line{
    border-right: 0px solid !important; 
   }
   
   ::placeholder{
    font-size: 13px;
   }
   
   .logbtn {
    font-size: 13px !important;
    border-right-width : 20px !important;
    border-left-width : 20px !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
   }
   
   .logbtnn {
    font-size: 13px !important;
    border-right-width : 20px !important;
    border-left-width : 20px !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
   
   }
   
   .divid{
    padding-left: 0px;
    padding-right: 10px;
   }

   .btmref{
    font-size: 12px;
  }

   .btmtime {
    font-size: 12px;
   }
   
   
  .mobiletb { 

    display: grid !important;
    
  }

  .desktoptb {
    display: none !important;
  }

  .progress-bar1 {
    width: 100%;
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  }

  .progress-bar2 { 
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
  }

}
 
 @media (max-width: 530px) {
 .TACC{
    margin-left: 20px;
    margin-right: 20px;
  }

} 

/* @media (max-width: 331px) {
  .Payment-Form{
    width: 100%;
  
  }
} */

@media (max-width: 530px) {
 .tooltiptext{
    top: 100%;
    left: 80%; 
  }
}

@media (max-width: 367px) {
  .Form-Cell{
    width: 88%;
  }
}

@media (max-width: 341px) {
  .logbtnn {
    font-size: 13px !important;
    border-right-width : 14px !important;
    border-left-width : 14px !important;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
   }
}

@media (max-width: 508px) {

  .ref{
    font-size: 10px;
  }

  .tm{
    font-size: 10px;
  }

  .hh4{
    font-size: 13px;
  }
}
/* helpppp */
@media (max-width: 490px) {

  .loginnp{
    font-size: 12px;
  }
}



.loginnp{
  margin-top:1.5rem; font-weight: 600; font-size: 15;
}

@media (max-width: 472px) {

  .userrname{
    font-size: 13;
  }
}

@media (max-width: 403px) {

  .userrname{
    font-size: 11;
  }
}

@media (max-width: 395px) {
  #demo {
    font-size: 0.9rem;
   }
}

/* @media (max-width: 361px) {
  .loginp {
    margin-left: -24px;
   }
   
} */

@media (max-width: 332px) {
  .Form-Input-Element label{
    width: 32%;
  }
}

@media (max-width: 386px) {

  .blimg{
    min-width: 82px;
  }

}

@media screen and (min-width: 768px) {
    .Breadcrumb {
        margin-left: 2em;
    }
}