:root{
  --color1:#fe3652;
}

body{padding-top:99px;}

.bg-color1{background-color:var(--color1);}

#header { position: fixed; top: 0; width: 100%; display: block; transition: top 0.3s; z-index: 2;}
.sidenav-overlay{z-index: auto;}
#header2 { top: 0; width: 100%; display: block; transition: top 0.3s; z-index: 2;}
.sidenav-overlay{z-index: auto;}
#header3 { top: 0; width: 100%; display: block; transition: top 0.3s; z-index: 2;margin-top: -70px;margin-bottom: 5px;}
.sidenav-overlay{z-index: auto;}
#header4 { position: fixed; top: 0; width: 100%; display: block; transition: top 0.3s; z-index: 2;margin-top: -70px;}
.sidenav-overlay{z-index: auto;}


nav{background: var(--color1); height: auto; line-height:normal;margin-top: -5px;}
nav .nav-wrapper{height: 50px; line-height: 56px;}
nav .brand-logo{padding:0px;}
nav a{color: #fff;}
nav .sidenav-trigger{margin: 0px;}
nav .sidenav-trigger i{font-size: 22px;}

.sidenav li{line-height: normal;}
.sidenav li>a{height: inherit; font-size: 18px; -color: #4a4a4a;border-bottom: 1px solid #eee;line-height: 30px;font-weight: 400;}
.sidenav li>a i{height: inherit; line-height: inherit; font-size: 18px;}

.sidenav li>a li>a>[class*=mdi-], .sidenav li>a>[class^=mdi-], .sidenav li>a>i, .sidenav li>a>i.material-icons{margin: 0px;}

.btn i{display:inline-block;}
.btn-outline-light{color: #fff; border-color: #fff;}

.h-none{height: auto;}

#pinmsg{line-height: 1.9; height: auto; color: #fe3652;font-weight: 600;}

.footer{z-index: 1;}

.newsearchbar{height:inherit !important; line-height:inherit !important; padding: 5px !important;}
.newsearchbar .input-field input[type=search]{height:40px !important; line-height: 44px !important; border-radius: 3px !important; margin-bottom: 2px !important; background: #fff;}
.newsearchbar .input-field label i{color: var(--color1) !important; height:44px !important; line-height: 44px !important;}
.newsearchbar .material-icons{height:44px !important; line-height: 44px !important;}
.newsearchbar button{border: 0px; background: none;}
.newsearchbar button i{line-height:1; height: inherit;}
.newsearchbar button.material-icons{top: -5px !important;}

.app_pagetitle{border-bottom: 0px;}

nav .address{color: #000;}

.product_tabs{padding: 10px 10px 10px;margin-bottom: -10px;}




.nav-wrapper .input-field input[type=search]{width: 100%;}

.container{width: 100%;}
.containerr{width: 90%;}	

.cover .outer {
    display: table;
    width: 100%;
    height: 240px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #eee;
    position: relative;
}
.header a:hover i {
    color: #6c757d;
}

.product_tabs a {
    flex: none;
    /* width: 30%; */
    margin-top: 0px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    max-width: 8rem;
    min-width: 4rem;
    padding: 3px 5px -1px 5px;
    -webkit-line-clamp: 2;
    text-align: center;
    line-height: 140%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
        height: 40px;
   font-weight: 600;
}

.lodingimg {
    background: url(/img/bklogo.png) no-repeat;
    background-size: contain;
}  
