.menu {
    padding-left: 83px !important;
}

.custom-select {
  position: relative;
  font-family: 'Kantumruy', sans-serif;
  height: 45px;
  border-radius: 5px;
  background: none;
  padding-right: 10px;
  margin-left: 15px;
  box-shadow:0 1px 2px 0px rgba(0,0,0,0.150);
  width: 99%;
  margin-top: 20px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #707070;
  cursor: pointer;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 3px;
}

.select-items div{
  border-bottom: 1px solid #e8e8e8;
  line-height: 3;
  padding-left: 10px;
  border: 1px solid #e8e8e8;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.contact-icon{
  font-size: 20px;
  color: #254A89;
  float: right;
  border: 1px solid #e8e8e8;
  padding: 0px 2px;
  margin-top: 4px;
}

.form-field {
    position: relative;
    margin-top: 25px;
    margin-left: 15px;
    box-shadow:0 1px 5px 0px rgba(0,0,0,0.150);
}

.form-field input{
    margin: 0;
}

.form-field-input {
  height: 45px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d4d4e1;
  outline: 0;
  color: #303036;
  font-weight: 500;
  padding-left: 15px;
}

.message-field{
  height: 200px;
  overflow: auto;
  overflow-wrap: break-word;
}

.message-field-form{
  box-shadow: none;
}

.image-field{
  width: 50%;
  height: 150px;
  border: 1px solid #d4d4e1;
  border-radius: 5px;
}

.image-field-input{
  border: none;
}

.feedback-box{
  border: 1px solid #bababf;
  border-radius: 5px;
  width: 40%;
  height: 150px;
  margin-left: 15px;
  margin-top: 25px;
}

.feedback-text{
  color: #707070;
  font-size: 12px;
  padding-top: 10px;
  padding-left: 10px;
}

.feedback-icon{
  font-size: 35px;
  color: #254A89;
  padding-top: 10px;
}

.feedback-btn{
  border: 1px solid #bababf;
  background-color: #254A89;
  margin: auto;
  display: block;
  width: 15%;
  border-radius: 5px;
  margin-top: 35px;
}

.feedback-btn:hover{
  background-color: #bababf;
}

.feedback-btn-text{
  font-size: 20px;
  color: #fff;
  padding: 5px 30px 0px 40px;
}