@font-face {
  font-family: "Sans-medium";
  src: url("./Assests/Font/static/OpenSans-Medium.ttf");
}
@font-face {
  font-family: "Sans-Bold";
  src: url("./Assests/Font/static/OpenSans-Bold.ttf");
}
@font-face {
  font-family: "Sans-SemiBoldItalic";
  src: url("./Assests/Font/static/OpenSans-SemiBoldItalic.ttf");
}
@font-face {
  font-family: "Sans-Regular";
  src: url("./Assests/Font/static/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "Open-Sans600";
  src: url("./Assests/Font/static/OpenSans-SemiBold.ttf");
}
.hrLine {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.hrLine .grLine {
  width: 100px;
  height: 1px;
  background-color: rgba(136, 136, 136, 0.5529411765);
}
.hrLine .rdLine {
  width: 100px;
  height: 4px;
  background-color: #cd0001;
}

.RmBtn {
  background-color: #cd0001;
  padding: 15px 10px;
  border: none;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  width: 300px;
  margin-top: 35px;
}

.textDecor {
  text-decoration: none;
  color: #fff;
}/*# sourceMappingURL=common.css.map */