@font-face {
  font-family: 'Myriad Pro';
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  
}

@font-face {
  font-family: 'Myriad Pro';
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

/* added 06-04-2022 amrita */
.contactform select {  
  background: #faf9f2;
  margin: 0;
  padding: 0.8em 1em;
  border: none;
  width: 100%;
  color: #686868;
  border-radius: 10px;
  font-size: 1.3em;
  line-height: 100%;
  display: block;
}
.contactform select {
  background: #faf9f2 url(../images/select-arrow.png) no-repeat right 15px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactform select::-ms-expand {
  display: none
}

#complaint-form .main-wrap,
#complaint-form .enquiry-wrap {
  padding: 0;
}

#complaint-form .custom-container {
  max-width: 100%;
}

#complaint-form .blue-inner {text-align: left;}

#complaint-form .enq-form {
  margin-top:5px
}

#complaint-form .complaint-inr {
  max-width: 500px;
} 

#complaint-form .enquiry-wrap label {
  margin-bottom: 5px;
}

#complaint-form .enquiry-banner {
  height: 100%;
  width: 100%;
  position: relative;
}

#complaint-form .enquiry-banner img {
  
 
      object-fit: cover;
    width: 100%;
    height: 100%;
}



