.scrollup {
        width: 50px;
        height: 50px;
        opacity: 0.7;
        position: fixed;
        bottom: 25px;
        right: 25px;
        display: none;
        /* text-indent: -9999px; */
        background: url(../images/icon_top_blue.png) no-repeat;
        outline: 0;

}
.callicon {
        width: 100px;
        height: 50px;
        position: fixed;
        bottom: 25px;
        left: 25px;
        display: none;
        /* text-indent: -9999px; */
        background: url(../images/icon_call1.png) no-repeat;
        outline: 0;
		z-index: 999999;
}
