/* BASIC css start */
/* BASIC css start */
.tab_container .active {
    background-color: #f9876b!important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.tab_container .scrollto{background-color:#908b8b;}
.tab_container .unsticky {
    position: relative;
    top: 0px;
    z-index: auto;
}

.tab_container .sticky {
    position: fixed;
    top: 0px;
    z-index: 990;
}

.bene_nav ul {
    overflow: hidden;
}


.bene_nav li {
    background-color: #feb09d; color:#fff; float: left;
    width: 33.5%;
    text-align: center;
}
.bene_nav li.center {width:33%!important;}

.bene_nav li a {padding:15px 0;
   font-size:16px; color: #252525;display:block;    line-height: 20px;
}

.bene_nav {z-index:20;
    width: 100%;
    display: block;
    height: auto;
    top: 0px;
    max-width:1200px;
}



.scrollto img {
    width: 100%
}
.devidediv{padding-top:20px; background:#5a3f36;}

/* BASIC css end */

