.back-botton{
    height: 24px;
    width: 24px;
    margin: 20px;
  }
.add-btn{
  margin: 25px;
}
.hide-div{
  display: none
}  
/* 24 july 2019 */
.cf::after{
  content: '';
  display: block;
  clear: both;
}
.help-block{
  color: red!important;
  display: inline
}
label{
  font-weight: 500 !important;
}
.ptb8{
  padding-top: 8px;
  padding-bottom: 8px;
}
.mt20{
  margin-top: 20px;
}

.mb20{
  margin-bottom: 20px !important;
}
.pt20{
  padding-top: 20px;
}
.darkBrdr{
  border:1px solid #ccc;
  padding:10px 0;
  margin-bottom: 10px;
}
.radioBtnWrap{
  text-align: center;
  margin-bottom: 10px;
}
.radioBtnWrap.rightAlign{
  text-align: right;
  margin:14px 0 0px;
}
.radioBtnWrap label {
  font-weight: 400;
  margin: 0 5pX;
  font-size: 13px;
}
.radioBtnWrap label input{
  margin:0;
  position: relative;
  top:1px;
}
h4.samiTitle{
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin: 15px 0 10px;
}
h5.heading5{padding-left: 15px;font-weight: 600;margin: 20px 0 15px;}

hr.sprtr{
  margin: 20px 15px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.uploadCust {
  position: relative;
}
.uploadCust input[type="file"]{
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  left: 0;top:0;
  cursor: pointer;
  z-index: 2;
}
.custLabel{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.custLabel label{
  font-size: 13px;
  display: inline-block;
}
.ml-5{margin-left: 5px;}
strong {
  font-size: 20px;
}


.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249)!important;
  opacity: .8;
  }