@media only screen and (max-width: 770px) {
 #lgmenu{
     display: none;
 }
 .logo_sm_sc
 {
     width: 50%;
     float: left;
     display: block;
 }
 .navbar_sm_sc
 {
     width: 50%;
     float: right;
     display: block;
 }
  .logo_sm_sc img
  {
      width: 60%;
      display: block;
      float: left;
      margin-left: 10px;
  }
  .sm-men-band
  {
  background: rgb(149, 5, 30);
  background: linear-gradient(90deg, rgba(149, 5, 30, 1) 30%, rgba(21, 87, 171, 1) 70%);
  }
 .navbar_sm_sc
 {
      width: 50%;
     float: right;
     display: block;
 }
 .navbar_sm_sc i
 {
     font-size: 22px;
     float: right;
     background-color: transparent;
     margin: 8px;
     position: relative;
     top: 12px;
 }
 
 .lknssm
 {
     width: 100%;
     display: block;
     background-color: #eee;
     color: #000;
     position: absolute;
     box-shadow: 0px 0px 2px 0px #f3f3f3;
     z-index: 99;
     left: 0;
     right: 0;
 }
 .lknssm ul
 {
     width: 100%;
     list-style: none;
     text-align: center;
 }
  .lknssm ul li a
  {
      color : #000;
      text-decoration: none;
      width: 100%;
      display: block;
  }
   .lknssm ul li 
   {
       border-bottom:1px solid #000;
       padding: 4px 0px;
        width: 100%;
      display: block;
   }
   #sm_screen
   {
       display: block;
   }
   .abt_img img {
    width: 30%;
    height: auto;
    display: block;
    margin: auto;
}
.abt_txt
{
    text-align: center;
}
.banner_marketing {
    text-align: center;
    padding: 60px 10px;
}
.btm_logo img {
    width: 50%;
    display: block;
    margin: auto;
    border-radius: 10px;
}

.btm_cntct a {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
.form-box textarea {
    min-height: 101px;
    max-height: 200px;
}



}