.valError{border-style: solid !important; border-color: red !important;}
.screen_display ul {
  list-style: none;
  position: relative;
  width: 100%;
}

.gernal_decInpt.dmi h1 {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  height: 60px;
  line-height: 60px;
  padding: 0 26px;
  font-family: 'Nunito Sans';
  font-weight: 600;
  font-size: 16px;
  color: #232323;
  background:#FFFFFF url(../images/downangle-arrow.png) no-repeat 97% center;
	cursor: pointer;
}
.gernal_decInpt.dmi h1.active {
  background:#FFFFFF url(../images/upangle-arrow.png) no-repeat 97% center;
}
.clientInfoDetails {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
  border-radius: 0 0 4px 4px;
  padding: 0px 30px 20px 30px;
  margin: -2px 0 0;
  display: flex;
  column-gap: 31px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.cid_formgroup {
  flex: 0 0 47.5%;
}
.clientInfoDetails label {
  display: block;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding-bottom: 7px;
  color: #232323;
}
.clientInfoDetails input[type=text], .clientInfoDetails input[type=email], .clientInfoDetails input[type=url] {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  color: #232323;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  width: 100%;
  max-width: 100%
}
.clientInfoDescription { margin-top: 20px;}