section.errorScreen {
  margin-top: 5%;
}
section.errorScreen a {
  text-decoration: underline;
  color: #005580;
  cursor: pointer;
}
section.errorScreen .tdUP {
  vertical-align: top;
}
section.errorScreen .tdBOTTOM {
  vertical-align: bottom;
  padding-bottom: 5px;
}
section.errorScreen .font14 {
  font-size: 14px !important;
}
section.errorScreen .textHeading {
  margin-top: 15px;
}
section.errorScreen .heading {
  color: #008080;
}
section.errorScreen .listItemError {
  padding-left: 25px;
}
section.errorScreen .listStyleDisc {
  list-style-type: disc;
}
section.errorScreen .errorContainer {
  width: 90%;
  /* height: 300px; */
  top: 25%;
  background-color: #ffffff;
  /* border: 1px solid red; */
  margin-left: 3%;
}
section.errorScreen .rvmhtmlContainer {
  height: 500px;
  background-color: #ffffff;
}
section.errorScreen .vocieErrorContainer {
  height: 500px;
  background-color: #ffffff;
}
section.errorScreen .errorTitleUser {
  margin-top: 30px;
  position: absolute;
  font-weight: bold;
}
section.errorScreen .msgButton {
  margin-left: 18%;
}
section.errorScreen .voiceErrorMsgButton {
  /* margin-left: 16%; */
  margin-left: 19%;
  margin-top: 16px;
}
section.errorScreen .errorTitle {
  margin-top: 5%;
  padding-bottom: 30px;
}
section.errorScreen .errorPageNotFound {
  padding-top: 50px;
}
section.errorScreen .errorTitleInfo {
  padding: 10px;
  /*   height:20%;   */
  margin-top: 5%;
  margin-left: 17%;
  /* border:1px solid green; */
}
section.errorScreen .rvmhtmlTitleInfo {
  padding-top: 250px;
  padding-left: 350px;
}
section.errorScreen .voiceErrorTitleInfo {
  padding-top: 250px;
  padding-left: 150px;
  padding-right: 50px;
}
section.errorScreen .voiceErrorTitleInfo h4 {
  margin: 0 0 5px 0;
}
section.errorScreen .cpniTitleInfo {
  margin-top: 0% !important;
  padding-top: 12%;
}
section.errorScreen .errorTitleContent {
  padding: 10px;
}
section.errorScreen .errorButton {
  right: 11.57rem;
  top: 25.42rem;
  background-color: #2a8eb7;
  border: medium none;
  color: #ffffff;
  height: 1.857rem;
  cursor: pointer;
  text-align: left;
}
section.errorScreen .errorBottom {
  padding: 10px;
  font-size: 12px;
  margin-left: 17.5%;
  margin-top: -2%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.errorScreen .voiceErrorMsgButton {
    /* margin-left: 22%; */
    margin-left: 25.5%;
    margin-top: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  section.errorScreen .voiceErrorTitleInfo {
    padding-left: 100px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  section.errorScreen .voiceErrorTitleInfo {
    padding-top: 200px;
    padding-left: 5px;
    padding-right: 50px;
  }
  section.errorScreen .voiceErrorMsgButton {
    /* margin-left: 5px; */
    margin-left: 43px;
    margin-top: 16px;
  }
  section.errorScreen .errorButton {
    right: 11.57rem;
    top: 25.42rem;
    background-color: #2a8eb7;
    border: medium none;
    color: #ffffff;
    height: 1.857rem;
    cursor: pointer;
    text-align: left;
  }
  section.errorScreen .errorTitleUser {
    margin-top: -1px;
    position: absolute;
    font-weight: bold;
    font-size: 14px;
  }
}
@media only screen and (max-width: 319px) {
  section.errorScreen .errorScreen {
    margin-top: 0%!important;
  }
}
section.rvmhtmlScreen {
  margin-top: 0% !important;
}
