#contact-form {

}

.grecaptcha-badge { 
  visibility: hidden !important;
}


.border-left-right {
  margin-bottom: 1%;
}

.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.myform-control {
  border-width: 0px 0px 1px 1px;
  border-color: #a8760a;
}
.myform-control:focus {
  border-width: 1px 1px 1px 1px;
  border-color: #a8760a;
  box-shadow: inset 0 0 1px rgba(255, 189, 101, 0.8), 0 0 3px rgba(255, 189, 101, 0.8);
}

.mylabel {
  margin-left: 7px;
  opacity: .5;
  font-style: italic;
}

.error-field-required {
  display: none;
  color: red;
}
.error-field-invalid {
  display: none;
  color: red;
}

.invalid-contact-form{
  border-width: 1px 1px 1px 1px;
  border-color: red;
}

#phone {
  opacity: .5;
}
.phone-div-form {
  padding-top: 1.52%
}

#message{
  height:125%;
}
.req-fields {
  font-size: 50%;
}

.google-captcha{
  font-size: 50%;
}

.div-contact-us-btn{
  margin: 5%;
}

#contact-us-msg-received{
  display:none !important
}
#contact-us-msg-err{
  display:none !important
}

#contact-us-msg-err-google{
  display:none !important
}


#contact-us-msg-received.active{
  display:block !important
}
#contact-us-msg-err.active{
  display:block !important
}

#contact-us-msg-err-google.active{
  display:block !important
}


#divider {
  height: 2px;
  width: 100%;
  background: blue;
  background: linear-gradient(90deg, hsl(0, 0%, 20%), hsl(0, 0%, 70%), hsl(0, 0%, 20%));
}

