
.banner-section-inner{
    position: relative;
}
 .overlay{
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 21.9%, rgba(0, 0, 0, 0.79) 100%);
 z-index: 1;
}

@media (max-width:767px){
    .banner-section img{
        min-height: 350px;
        object-fit: cover;
    }
}
.banner-content h1{
    color: #fff;
    font-family: 'RedHatText-Bold';
font-size: 25px;
font-style: normal;
line-height: 42px;


letter-spacing: 0.85px;
text-transform: uppercase;

}
.banner-container{
    position: absolute;
    top: 35%;
    z-index: 1;
    z-index: 1;
    left: 8%;
}
.overlay::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.44) 100%);
}

.grievance-container{
    border-radius: 6px;
background: #FFF;
box-shadow: 0px 2px 10px 0px rgba(113, 113, 113, 0.25);
}

.grievance-content .title{
    color: #870000;
    font-family: 'RedHatText-Bold';
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 180%; /* 32.4px */
letter-spacing: 0.84px;
}
.grievance-content h3{
    color: #2F2F2F;
    font-family: 'RedHatText-Bold';
font-size: 14px;
font-style: normal;

line-height: 180%; /* 25.2px */
letter-spacing: 0.82px;
}
.grievance-content p{
    color: #232121;
    font-family: 'InstrumentSans-Regular';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 25.2px */
letter-spacing: 0.42px;
}

.form{
    border-radius: 6px;
    position: relative;
background: linear-gradient(307deg, rgba(0, 7, 25, 0.91) 13.11%, rgba(0, 24, 122, 0.91) 101.53%);
}

.form::after{
  content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background-image: url('../img/grievance-formbg.jpg');
 background-repeat: no-repeat;
 background-size: cover;
 z-index: -1;
}
input.form-control{
    background: transparent;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #FFF;
    color: #fff;
    padding-bottom: 3px;
}
input.form-control:focus{
  outline: none;
  box-shadow: none;
  background: transparent;
  color: #fff;
  border-color: #fff;
}
::placeholder,::-ms-input-placeholder{
    color: #fff;
}
.form-control::placeholder {
    color:#fff; /* Change to your desired color */
    opacity: 1; /* Ensure full visibility */
}
.focused .form-label {
    transform: translateY(-125%);
    font-size: .75em;
}

.form-group {
    position:relative;  
  
    & + .form-group {
      margin-top: 30px;
    }
  }
  
  .form-label {
    position: absolute;
    left: 0;
    top: 3px;
    color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;

    
   
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.414px;
    margin: 0;
  }
  
  .focused .form-label {
    transform: translateY(-65%);
    font-size: 11px;
  }
  
  .form-input {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #343434;
    transition: box-shadow 150ms ease-out;
    background: transparent;
    color: #fff;
    border-radius: 0px;
  
  }
    
    .form-input:focus {
      box-shadow: 0 2px 0 0 #343434;
    }
  
  
  .form-input.filled {
    box-shadow: 0 2px 0 0 #343434;
  }
  
  .error{
    color: #FFE259;;
    font-size: 12px;
  }
  .grievance-container{
    margin-top: -100px;
    position: relative;
    z-index: 2;
  }
  .form-lable-2{
    color: #fff;
    z-index: 10;
    transition: transform 150msease-out, font-size 150msease-out;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.414px;
    margin: 0;

  }
  .radiobtn  label{
    color:#fff;
    font-size: 13px;
  }
  .form-label-2{
    color: #FFF;

    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.414px;
  }
  .form-btn{
    font-size: 15px;
    padding: 1px 14px;
    font-family: 'InstrumentSans-Medium';
  }

  [type="radio"]:checked,
  [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
  }
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label
  {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #fff;
  }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #ddd;
      border-radius: 100%;
      background: #fff;
  }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 11px;
      height: 11px;
      background: #142564;
      position: absolute;
      top: 3.5px;
      left: 3.5px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
  }
  [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }		
  
  
  .form-group.focused{
    padding-top: 8px;
  }
  .form-group{
    margin-bottom: 8px;
  }
  @media (min-width: 992px) {
   .form{
    max-width: 480px;
    margin-left: auto;
    margin-right: 6px;
    margin-right: 0px;
   }
  }

  .captcha-input{
    width: 55px;
  text-align: center;
  border-bottom: 1px solid #ced4da !important;
  border-top: none;
  border-left: none;
  box-shadow: none !important;
  color: #fff;
  height: auto;
  border-radius: 0px;
  border-right: none;
  padding: 0;
  margin-left: 5px;
  background: transparent;
  outline: none !important;
  }
  .captcha-label,.captacha span,.captacha i{
    color: #fff;
  }
  .captcha-label{
    font-size: 14px;
    margin-bottom: 4px;
  }

  .radiobtn {
    row-gap: 8px;
  }

  input::placeholder{
    font-size: 14px;
  }