.errorbox {
  font-size: 12px;
  color: red;
  display: none;
  text-align: center;
}

.paymentdet {
  cursor: pointer;
}

.spnred SVG {
  width: 20px;
  height: 20px;
}

.loader {
  width: 20px;
  height: 20px;
}

.pwdrate {
  display: flex;
  justify-content: space-between;
  gap:10px;
  width:100%;
}

.pwdrate DIV {
  width:30%;
  height: 10px;
  border-radius: 15px;
  background: rgb(203, 213, 225, 1);
};

.pwdrate_bad {
  background: #f82530 !important;
}

.pwdrate_middle {
  background: #e0c61b !important;
}

.pwdrate_high {
  background: #129590 !important;
}

.pwdrate_low {
  background: #f82530 !important;
}

.pwd_mes {
  display: none;
}

.low_text {
  color: #f82530 !important;
}

.middle_text {
  color: #e0c61b !important;
}

.high_text {
  color: #129590 !important;
}

.myimg {
  height: auto !important;
}

.myimg IMG {
  max-width: 50px;
  max-height: 50px;
}

.resultcl {
  color: rgb(13, 148, 136);
  font-weight: 600;
  font-size: 15px;
  display: none;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.smalltext {
  color: rgb(13, 148, 136);
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mobmenubody DIV UL LI A {
  font-weight: 600;
  font-size: 24px;
  color: #173244;
}

.mobmenubody DIV UL LI {
  margin-bottom: 15px;
}

.redcolorf {
  color: red !important;
}

.current-menu-item a,
.current_page_item a,
.current-menu-ancestor a {
  color: #173244 !important;

}

.icon-back {
  padding-left: 20px !important;
  position: relative;
}

.icon-back::before {
 content: '<';
 position: absolute;
 left: 0px;

}
