


input[type='text'], input[type='address'], input[type='url'], input[type='password'],
input[type='email'], input[type="search"], input[type="tel"], input[type="message"], textarea {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  border-radius: 0.75em;
  color: #fff;
  background-color: #ffffff;  
  border: 0;
  border-radius: 0;
  padding: 0.2rem 1rem 0;
  height: 3.6em;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
textarea { 
  height: 18rem; 
}

.btn-send-message {background: #5b91da ; border-color: #ffffff;}
.btn-send-message:hover {background: #3091e1; border-color: rgb(255, 255, 255);}

@media only screen and (min-width: 578px) and  (max-width: 780px) {  
  .pdlr0 {
    padding-left: 0px;
    padding-right: 0px;
}
.sectpdb0 {
  padding-bottom: 0px;
}
  .abmtcnt {
      margin-top: 40px !important;
  }
  .info {
      margin-bottom: 40px;
  }
}
@media screen and (max-width: 577px) {  
.abmtcnt {
        margin-top: 0px !important;
    }
  .info {
      margin-bottom: 40px;
  }
  .pdlr0 {padding-top: 0px !important;}
  }


  .abmtcnt { margin-top: 40px;}
 
.dm-cn-form .form-group  {
    /* margin-bottom: 20px;  */
    border-radius: 5px;
    background-color: #eeeeee;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
 
#id_captcha_1 {
    color: black;
    margin-bottom: 20px;
    border-radius: 5px; 
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.info i {
  font-size: 20px;
  color: #3091e1;
  float: left;
  width: 44px;
  height: 44px;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}
.info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}
.info .email, .contact .info .phone {
  margin-top: 40px;
}
textarea {
  height: 10rem;
}
    
textarea {
  height: 10rem;
}

#id_captcha_1  { 
  margin-left: 10px;
  padding: 0;
}
.altcha  img  {
  height: 3.6em;
}

  
@media only screen and (max-width: 991px) { 
  .no-gutters .info {margin-bottom: 40px;}
  .info .email {
          margin-top: 20px !important;
      }
  .info .email,  .info .address    {
      text-align: left;
      padding-left: 20px;
  }
  .info h4, .info p {
      padding: 0 0 0 80px !important; 
  }
  .form-group  {
      margin-bottom: 8px !important;
  }
} 