/* mobile styles */

@media only screen and (min-width: 320px) and (max-width: 1024px) {

    .box {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 60px;
    }
  
    .text-box-build {
      text-align: center;
      padding-top: 100px;
      padding-left: 10px;
      /* padding: 5px; */
      padding-right: 10px;
  }
  
    .build-box-content {
      margin-top: -180px;
      position: relative;
      z-index: 2;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: column;
      padding: 10px;
      background-color: #ffffff;
      border-radius: 6px;
      box-shadow: 0px 0px 20px 0px #9B9B9B;
    }
  
    .build-card {
      border: 1px solid #f0f0f0;
      border-radius: 5px;
      height: auto;
      display: flex;
      flex-direction: column;
      width: auto;
      text-align: left;
      margin: 10px;
      padding: 25px;
    }
  
  .text-box-advance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-top: 75px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  
  .about-content {
    display: flex;
    /* justify-content: center; */
    width: 100%;
    height: 300px;
    align-items: baseline;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding-top: 62px;
  }
  
  form {
    width: 100%;
    margin-bottom: 100px;
  
  }
  
  .input-col {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
  }
  
  form .form-title {
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
  }
  
    #contact-us {
    height: auto;
  
    }
  
    .submit-btn {
      background-color: #1f5ddb;
      color: #ffffff;
      border-radius: 5px;
      padding: 11px;
      text-decoration: none;
      width: 170px;
      font-size: 15px;
      margin-top: 15px;
      margin-bottom: 15px;
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-style: normal;
      outline: none;
      border: none;
    }
  
    .content-boxs {
      display: flex;
      justify-content: center;
      width: 100%;
      flex-wrap: wrap;
      flex-direction: column;
    }
  
  
    .about-box {
      height: 100px;
      width: 824px;
      border-left: 5px;
      border-right: 0px;
      border-style: solid;
      border-image: linear-gradient(to bottom, rgba(68,214,179,1) 30%, rgba(28,83,222,1) 71%) 1 100%;
      padding: 10px;
      display: flex;
      flex-direction: column;
      align-items: self-end;
      text-align: left;
      margin: 20px;
    }
  
    .box-rows {
  
      flex-direction: column;
    }
  
    .build-card-white-space {
      border-radius: 5px;
      height: 30px;
      display: flex;
      flex-direction: column;
      width: 100%;
      margin: 10px;
      padding: 25px;
    }
  
    .sideways-logo-box {
      height: 100px;
      width: 150px;
      bottom: 0px;
      position: relative;
    }
  
    .image-col {
      height: 170px;
      width: 100%;
      margin: 10px;
      padding: 40px;
      text-align: left;
    }
  
    .sub-footer-row{
      display: flex;
      flex-direction: column;
      /* justify-content: center; */
      height: auto;
      /* width: 100%; */
      margin: auto;
      margin-top: 40px;
      margin-bottom: 40px;
      align-items: center;
    }
  
    .footer-col {
      display: flex;
      flex-direction: column;
      padding: 20px;
      width: 100%;
      height: 175px;
    }
  
    .input-row {
      display: flex;
      justify-content: center;
      flex-direction: column!important;
      }
    
      .input-col {
      display: flex;
      flex-direction: column;
      padding: 10px;
      width: 100%;
      }
  
      .menu-items {
        display: flex;
        flex-direction: column;
        width: 50%;
        justify-content: flex-start;
        padding: 15px;
        text-align: left;
  
    }
  .title-section {
    width: auto;
    }
  
  }
  