@media only screen and (max-width: 600px) {
  .banner-text {
    /* display: none; */
  }
  .banner {
    /* background: #0c263c !important; */
  }
  .banner-img {
    margin-top: 12px;
  }
  .header-logo img {
    height: 55px;
    width: auto;
  }
  .btn-blue {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    color: #fff;
    background-color:#006138;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    border: 0;
    width: 100px;
    min-width: 100px;
    outline: 0;
    cursor: pointer;
    padding: 10px 15px;
    transition: all ease 0.5s;
    display: inline-block;
  }
  .header-flex {
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-between;

    align-items: center;
    padding: 0px 0px !important;
  }
  .banner {
    background: url('../images/5.jpg');
    height: 100%;
    /* height: 500px; */
    margin-top: 10px;
    position: relative;
  }
  .about-image img {
    height: 500px;
    width: auto;
    max-width: 100%;
  }
  .owl-nav {
    display: none;
  }
  .reverse-direction{
    flex-direction:column-reverse;
    
  }
  .keyword-box{
      display: none;
  }
  .header-logo{
      display: none;
  }
  .banner {
    /* background: url("../images/banner2.jpg"); */
    background-color: #fff;
    /* height: 650px; */
    height: auto;
    position: relative;
    background-size: cover;
    padding: 0px 0px 25px 0px;
  }
  .banner-form {
    margin-top: 0%;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    
        /* margin-top: 35%; */
    /* background: rgba(255, 255, 255, 0.7); */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
    position: relative;
    padding: 20px;
    border-radius: 8px;
    /* background-image: url(/assets/images/108602.jpg) !important; */
    background: linear-gradient(228deg, rgba(241, 215, 78, .642), #e1c03b 60%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* margin-top: 24px; */
    margin-top: 12px;
}
.banner-text {
  padding-top: 20%;
}
.stats-number h2 {
  font-size: 40px;
}
}
