.it {
    height: 100px;
    margin-left: 10px;
    width: 100px;
  }
  .btn-rmv1,
  .btn-rmv2,
  .btn-rmv3,
  .btn-rmv4,
  .btn-rmv5 {
    display: none;
  }
  .rmv {
    cursor: pointer;
    color: #007bff;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-block;
    /* background: rgba(255, 0, 0, 1); */
    margin: -5px 3px;
    position: absolute;
    font-size: 12px;
    line-height: 1;
    padding: 3px 6px  4px 6px;
    text-decoration: underline;
    background: none;
  }
  
  /* .rmv:hover {
     background: rgba(255, 0, 0, 0.5); 
    background: #007bff;
    color: #fff;;
  } */
  .img_preview {
    position: relative;
    padding: 15px;
    display: none;
    width: 100%;
}
.file_fields{
  width: 100%;
}
#divLoading {
    margin: 0px;
    display: none;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 53%);
    z-index: 30001;
}
  .loading {
    margin-top: 20%;
    background-color: #fff;
    padding: 20px;
    }

.email_error{
border: 1px solid red !important;
  }
.success_email{
  border: 1px solid #28a745 !important;
  }
  .was-validated .form-control.custom_val:valid, .was-validated .form-control.custom_val:invalid {
    background-image: none;
  } 

  .show_desktop_view {
    display: block;
  }
  
  .show_mobile_view {
    display: none;
  }
  @media screen and (max-width: 768px) {

    .show_desktop_view {
        display: none;
    }
    .show_mobile_view {
        display: block;
    }
  
  }

  .ui-datepicker-month{
    margin-right: 5px !important;
  }
  #ui-datepicker-div{
    z-index: 99 !important;
  }
  .brand.text-center {
    display: flex;
    justify-content: center;
    margin: 0px auto  30px;
}
.brand.text-center img{
  width: 100%;
}