/* .........contact us page...... */
.location {
    width: 100%;
    margin: auto;
    padding: 80px 0;
  }
  
  .location iframe {
    width: 100%;
  
  }
  
  .contact-us {
    width: 80%;
    margin: auto;
  }
  
  .contact-col {
    flex-basis: 48%;
    margin-bottom: 30px;
  }
  
  .contact-col div {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .contact-col div .fa {
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;
  }
  
  .contact-col div p {
    padding: 0;
  }
  
  .contact-col div h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
  }
  
  .contact-col input,
  .contact-col textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  




  /* ------------ */
  .hero-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
  }
  
  .hero-btn:hover {
    border: 1px solid #dd2929;
    background: #ea2230;
    transition: 1s;
  }
  .red-btn {
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
  }
  
  .red-btn:hover {
    color: #fff;
  
  }
  .dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  .row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
  }
  @media (max-width: 700px) {
    .row {
      flex-direction: column;
    }
  }
  