.wrap-contacts-us {
  background: #efefef;
}
.wrap-contacts-us .container{
  margin: 0 auto;
}

.wrap-contacts-us .title{
  text-align: left;
}
#contact_us_form {
  max-width:700px;
  margin-left: 0;
}

#contact_us_form input[type="text"],
#contact_us_form input[type="email"],
#contact_us_form textarea {
  border:solid 1px #80cdff;
  background: #ffffff;
  border-radius:8px;
  box-sizing: border-box;
}

#contact_us_form input[type="text"],
#contact_us_form input[type="email"] {
  height:40px;
  font-family: 'Open sans';
  color: #2b2b2b;
  font-weight: 300;
  padding:8px 30px 8px 35px;
}

#contact_us_form textarea {
  height:134px;
  font-family: 'Open sans';
  resize:none;
  color: #2b2b2b;
  font-weight: 300;
  padding:8px 30px 8px 35px;
}

#contact_us_form label {
  font-size: 14px;
  font-family: 'Open sans';
  font-weight: 400;
  margin-bottom: 2px;
  color: #2b2b2b;
  display: block;
  width:100%;
}

#contact_us_form .field-wrap {
  position: relative;
}

#contact_us_form .field-wrap:after {
  position: absolute;
  top:50%;
  content: '';
  left: 11px;
  color: #80cdff;
}

#contact_us_form .field-wrap.email:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0e0";
  margin-top: -7px;
  left:12px;
}

#contact_us_form .field-wrap.name:after {
  background: url('../images/icons/man-icon.png') no-repeat;
  width:16px;
  height:16px;
  margin-top: -8px;
}

#contact_us_form .field-wrap.edit:after {
  background: url('../images/icons/edit.png') no-repeat;
  width:18px;
  height:18px;
  top:10px
}

.hide {
  display: none !important;
}

#contact_us_form .field-wrap.structure:after {
  background: url('../images/icons/structure.png') no-repeat;
  width:19px;
  height:19px;
  left:8px;
  margin-top: -10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min--moz-device-pixel-ratio: 2),
       only screen and (-o-min-device-pixel-ratio: 2 / 1),
       only screen and (min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi),
       only screen and (min-resolution: 2dppx) {
         #contact_us_form  .field-wrap.structure:after {
           background: url('../images/icons/structure-2x.png') no-repeat;
           background-size: 19px 19px
         }
         #contact_us_form  .field-wrap.name:after {
           background: url('../images/icons/man-icon-2x.png') no-repeat;
           background-size: 16px 16px
         }
         #contact_us_form  .field-wrap.edit:after {
           background: url('../images/icons/edit-2x.png') no-repeat;
           background-size: 18px 18px
         }
}

#contact_us_form .btn {
  font-size: 14px;
  font-family: 'Open sans';
  background: #1db4e4;
  font-weight: 400;
  display: inline-block;
  color:#fff;
  text-transform: none;
  border:solid 1px #198fdc;
  border-radius:8px;
  padding: 8px 45px;
  cursor: pointer;
}

#contact_us_form  .btn i {
  font: normal normal normal 18px/1 FontAwesome;
  color:#fff;
  margin-left: 5px;
  margin-top:2px;
}

#contact_us_form .btn:hover {
  background: #198fdc;
}


#contact_us_form .form-row {
  margin-bottom: 25px;
}

#contact_us_form .succsess-msg {
  color: #1db4e4;
  font-size: 14px;
  font-family: 'Open sans';
  line-height: 18px;
  margin-bottom: 25px;
}

#contact_us_form .fs-dropdown-selected {
  border:solid 1px #80cdff;
  font-size: 12px;
  font-family: 'Open sans';
  background: #ffffff;
  color: #2b2b2b;
  border-radius:8px;
  padding:8px;
  box-sizing: border-box;
}
#contact_us_form  .error {
  font-size: 11px;
  font-family: 'Open sans';
  color: #da3030;
  margin-top: 4px;
  line-height: 14px;

}
#contact_us_form  .fs-dropdown-open.fs-dropdown-bottom .fs-dropdown-selected {
  border-radius:0 0 8px 8px;
}

#contact_us_form  .fs-dropdown-open .fs-dropdown-selected {
  border-radius:8px 8px 0 0;
}
#contact_us_form  .fs-dropdown-open.fs-dropdown-bottom .fs-dropdown-options {
  border-radius:8px 8px 0 0;
  border-top:solid 1px #80cdff;
  border-bottom:none;
}
#contact_us_form  .fs-dropdown-options {
  border:solid 1px #80cdff;
  border-top:none;
  border-radius:0 0 8px 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
#contact_us_form  .fs-dropdown-selected:after {
  color:#80cdff;
}

#contact_us_form .fs-dropdown-item {
  font-size: 12px;
  font-family: 'Open sans';
  font-weight: 400;
}

.mobile select{
  width:100%;
  background: #fff;
  font-family: 'Montserrat-Bold', Arial, Helvetica, sans-serif;
  height: 44px;
  color: #bdbdbd;
  font-weight: 300;
  padding: 8px 35px 8px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none!important;
}

.mobile .select-wrap {
  position: relative;
}

.mobile .select-wrap:after{
    border: none;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 32px;
    line-height: 20px;
    font-weight: 600;
    top: -19px;
    right: 24px;
    color: #bdbdbd;
    position: absolute;
    right: 12px;
    top: 12px;
}

.mobile #contact_us_form select {
    border: solid 1px #80cdff;
    border-radius: 8px;
    font-weight: 300;
    color: #2b2b2b;
    font-family: 'Open sans';
}

.mobile #contact_us_form .select-wrap:after{
    color: #80cdff;
    top: 38px;
}
