  .logo img, #logo img { width: 59%;  margin-top: 3rem; }
  body.mainbody  .navbar-nav>li { float: left!important;  }
  body.mainbody .navbar-nav-first>li {      line-height: 1.15em; text-align:center;}
  body.mainbody .navbar-nav-first { width: 100%; font-size:1.1em}
  #about { padding: 0px; }
  #about .btn{ display: none }
  #footer  h2 { color :#fff  ;   padding: 0em 0em 0em 0.6em;   margin: 0 0 0.5em 0; }

  #about > div > div:nth-child(1) { display: none}

body .search input[type="search"] {
    background: transparent;
    font-size: 1.4em;
    width: 10em;
}

  ul.nav.navbar-nav.navbar-right { padding-top: -0.5em; float: right} 
  #top > section.navbar.custom-navbar > div > div:nth-child(2) { }
  body.mainbody .navbar-nav > li { float : left; }

body > div.bann-bot > div > div > div > div.col-md-8.banner-grid, body > div.bann-bot > div > div > div > div.col-md-4.banner-grid { display : none}




@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');


.wpp-icon 
{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    z-index: 100;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}