/* BASIC css start */
#quickMenu { z-index: 99; position: fixed; right: 0; top: 0; bottom: 0; width: 102px; height: 100%; border-left: 1px solid #ddd; background: #f0f0f0; }
#quickMenu ul { margin-top: 256px; border-top: 1px solid #ddd; }
#quickMenu li { position: relative; padding-left: 40px; border-bottom: 1px solid #ddd; line-height: 40px; }
#quickMenu li a {display:block;}
#quickMenu li.pit { border-bottom: 1px solid #fff; background: #ddd; }
#quickMenu li span { position: absolute; top: 0; left: 0; width: 40px; text-align: center; line-height: 40px; }
#quickMenu li span img { vertical-align: middle; }
#quickMenu .btn-toggle { position: absolute; top: 20px; left: 30px; margin-top: 20px; width: 17px; height: 60px; line-height: 60px; background: #ddd; color: #565656; text-align: center; }
#quickMenu .btn-top { position: absolute; bottom: 0px; left: 0; width: 102px; padding: 3px 0; background: #827f7e; color: #fff; font-weight: bold; text-align: center; }
@media screen and (max-width:1280px) {
    #quickMenu { display: none; }
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 25px;
    top: 250px;
}


.abcd{ position: fixed;}
 .fix_rt_btm1{
 position: fixed;
 top: 670px;
 right: 30px;
 }

/* BASIC css end */

