.mat-dialog-content {
  display: initial;
  margin: 0 0px;
    padding: 0 0px;
}
.form-group {
  position: relative;
}
.time-bound .form-control {
  margin-top: 4px;
}
.input-group-addon, .input-group-btn {
  position: absolute;
  top: 21px;
  right: 50px;
  font-size: 0;
  display: table-caption;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.btn-default{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  height: 35px;
}
.dateCtrlIconValidation {
  border-bottom: 1px solid red !important;
  border-top: 1px solid red !important;
  border-right: 1px solid red !important;
  height: 35px;
}
.btn.focus, .btn:focus {
  box-shadow: none !important;
  height: 35px !important;
}

.custom-content {
  position: absolute;
  z-index: 1081;
  top: 350px;
  cursor: pointer;
  align-self: center;
}

.mat-card{
  text-align: center;
  padding-bottom: 30px;
  cursor: pointer;
  height: 120px;
}
.align-card{
  display: flex;
  align-items: center;
  text-align: center;
}
ul.hem-tabs-option {
  list-style: none;
  padding: 0px;
  line-height: 1;
  margin: 0px;
}
ul.hem-tabs-option li {
  display: inline-block;
  padding: 10px 15px;
  letter-spacing: 0.6px;
  font-size: 16px;
  border: solid 1px #1fa4ce;
}
ul.hem-tabs-option li span{
display: block;

}
section.tab-section {
  padding: 5px 15px;
  border: solid 1px #ccc;
  border-radius: 2px;
  margin: 10px 24px;
  background: #f7f7f7;
}
p.intro {
  letter-spacing: 1px;
}
h5.qus {
  margin: 10px 0px 20px 0;
  font-weight: 600;
  font-size: 14px;
}
span.lbl_nm{
font-size: 16px;
letter-spacing:1px;
}
.algn-slf{
  align-self: center;
}
ul.hem-tabs-option li.active {
  background: #1fa4ce;
  color: #fff;
  position: relative;
}
li.active::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #1fa4ce;
  position: absolute;
  bottom: -16px;
  left: 17px;
}
span.tips {
  letter-spacing: 0.2px;
  line-height: 1.5;
}
h2.mat-dialog-title {
  padding-top: 10px;
}
h4{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
  margin-top: 10px;
}
.wizard-details li{
  list-style: none;
  min-height: 30px;
  display: flex;
  margin-bottom: 10px;
}
ul{
  padding: 0;
}
