/*Mobile device css*/
@media screen and (max-width: 767px) {
  #container{
    margin-bottom: 10px;
    margin: 0px !important;
  }
    /*Header Start*/
    header {
        width: 100%;
        position: relative;
        z-index: 1;
      }
      
      header .buy-link {
        color: #fff;
        position: absolute;
        font-size: 12px;
        letter-spacing: 1.5px;
        text-decoration: none;
        border-bottom: solid 1px;
        padding-bottom: 2px;
        top: 25%;
        right: 5%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: .5;
      }
      header .header-line-1{
        background: #4A5BB3;
      }
      header .header_top_l{
        display:none;
      }
      .header_logo img {
        width: 100%;
        max-width: 60px;
      }
      header .header-line-1, header .header-line-2{
        height:40px;
        box-shadow: 0 4px 2px -2px #f3f3f3;
      }
      header ul.rightmenu li{
        margin: 0px;
      }
      header .header-line-1 .header_logo, footer .footer-line-1 .footer_logo {
        float: left;
        position: absolute;
      }
      header .g-nav-box {
        padding-top: 50px;
        background: #ff5700;
      }
      header .g-nav-list ul {
        display: table;
        width: 100%;
        font-size: 0;
      }
      header .header-line-2 nav {
        float: right;
        margin-top: 0px;
    }
      header .g-nav-list ul li {
        text-align: center;
        display: inline-block;
      }
      header .g-nav-list ul li:first-child {
        /*border-right: 1px solid #ddd;*/
      }
      header .g-nav-list ul li a {
        padding: 15px;
        font-size: 12px;
        color: #848484;
        display: block;
        padding: 10px 15px;
      }
      header .g-nav-list ul li a img {
        /*width: 18px;
        margin-right: 5px;*/
        vertical-align: sub;
        height: 16px;
      }

    /*Header End*/
    /*Footer Start*/
    footer{
      color: #fff;
    }
    footer .footer-line-1 {
      background: #4A5BB3;
      padding: 15px 0;
    }
    footer .footer_nav, footer .copy{
      display: block;
      text-align: center;
    }
    footer .footer_nav ul li {
      display: inline-block;
      color: #fff;
      margin: 0 2.5%;
  }
  footer .footer_nav ul li a{
    color: #fff;
    font-size: 11px;
  }
    
  footer .copy{
    font-size: 11px;
}
    /*Footer End*/
    /*Common Css*/
    .pc {
        display: none !important;
    }
    .home .panel-first-child {
        margin-bottom: 15px !important;
    }
    .all-performance-notice .widget-title {
      margin-bottom: 10px !important;
      font-size: 12px;
      font-weight: normal;
  }
  header .g-nav-list ul li a{
    padding-right: 0px;
  }
}
/* End mobile device css*/