html,
body,
#root,
#root > div {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial, Helvetica, sans-serif;
}

.MuiSnackbar-anchorOriginBottomCenter {
  bottom: initial !important;
}

.MuiAlert-standardError {
  color: red !important;
  font-size: 18px !important;
}

.UIClass {
  height: 80%;
}

.question p {
  margin: 0px;
}

.answer p {
  margin: 0px;
}

.policyBenifits p {
  margin: 0px;
  font-size: 16px;
  /* display: flex; */
  /* align-items: flex-start; */
}

.policyBenifits p::before {
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  display: inline-flex;
  /* background: url('checkedIcon.jpg') no-repeat; */
  background-size: 100% 100%;
  
}
.modalClass {
  top: 0;
  left: -7;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: -1;
  position: fixed;
  align-items: center;
  justify-content: center;
  margin: 10px 15px;
  padding: 5px;
  text-align: center;
  font: '14px system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif';
}
.bolgTableOl li{
margin-bottom: 10px;
}