
  
section.contact-us-page {
    margin-top: -60px;
    padding-top: 0px;
    z-index: 2;
    position: relative;
  }
  
  section.contact-us-page .contact-page-form {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 7.5px;
  }
  
  @media (min-width: 992px) {
    section.contact-us-page .contact-page-form {
      padding: 60px;
    }
  }
  
  section.contact-us-page .contact-page-form form {
    margin-bottom: 0px;
    margin-right: 0px;
  }
  
  @media (min-width: 992px) {
    section.contact-us-page .contact-page-form form {
      margin-right: 45px;
    }
  }
  
  section.contact-us-page .contact-page-form form input {
    width: 100%;
    height: 44px;
    border-radius: 7.5px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    padding: 0px 15px;
    margin-bottom: 15px;
  }
  
  section.contact-us-page .contact-page-form form textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 120px;
    height: 120px;
    max-height: 120px;
    border-radius: 7.5px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  
  section.contact-us-page .contact-page-form form button.main-button {
    width: 100%;
  }
  
  section.contact-us-page .right-info ul {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
  }
  
  @media (min-width: 992px) {
    section.contact-us-page .right-info ul {
      margin-top: 0px;
      padding-top: 0px;
      border-top: none;
    }
  }
  
  section.contact-us-page .right-info ul li {
    display: block;
    width: 100%;
    padding: 30px;
    border-radius: 7.5px;
    background-color:#2596be;
    text-align: center;
    margin-bottom: 30px;
  }
  
  section.contact-us-page .right-info ul li:last-child {
    margin-bottom: 0px;
  }
  
  section.contact-us-page .right-info ul li .icon {
    fill: #ffffff;
  }
  
  section.contact-us-page .right-info ul li h6 {
    margin-top: 15px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
  }
  
  section.contact-us-page .right-info ul li span {
    font-size: 15px;
    color: #ffffff;
  }