#bottombarclientlogo{
     background-image: url('../res/gdlogo.svg');
     background-repeat: no-repeat;
     background-size: contain;
     width: 100px;
     height: 30px;
     display: inline-block;
     position: absolute;
     bottom: 2vh;
     left: 200px;
     z-index:9999;
	 display:none;
     visibility:hidden;
}
#bottombarclientinfotext{
     background-image: url('../res/reranum.svg');
     background-repeat: no-repeat;
     background-size: contain;
     width: 20%;
    height: 35px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: 9999;
	display:block;
     visibility:hidden;
}
#bottombarclientinfotext1{
     background-image: url('../res/reranum1.svg');
     background-repeat: no-repeat;
     background-size: contain;
     width: 17%;
     height: 30px;
     display: inline-block;
     position: absolute;
     bottom: 60px;
     left: 10px;
     z-index:9999;
	 display:none;
     visibility:hidden;
}
#bottombarclientreraweb{
     background-image: url('../res/reraweb.svg');
     background-repeat: no-repeat;
     background-size: contain;
     width: 10%;
     height: 21px;
     display: inline-block;
     position: absolute;
     bottom: 38px;
     left: 11px;
     z-index:9999;
	 display:none;
     visibility:hidden;
     cursor: pointer;
}
.href:after {
     position:absolute;
     top:0;
     bottom:0;
     left:0;
     right:0;
     content:"";
}

#bottombarclientdisclaimer{
     background-image: url('../res/Disclaimer.svg');
     background-repeat: no-repeat;
     background-size: contain;
     width: 50%;
     height: 75px;
     /* display: inline-block; */
     position: absolute;
     bottom: 50px;
     left: 11px;
     z-index:0;
     cursor: pointer;
	 display:none;
     visibility:hidden;
}

#bottombarclientlogomobile{
     background-image: url('../res/gdlogo.svg');
     background-repeat: no-repeat;
     background-size: contain;
     width: 85px;
     height: 19px;
     display: inline-block;
     position: absolute;
     bottom: 2vh;
     left: 200px;
     z-index:9999;
	 display:none;
     visibility:hidden;
}
#bottombarclientinfotextmobile{
     background-image: url('../res/reranum.svg');
     background-repeat: no-repeat;
     background-size: contain;
     width: 25%;
     height: 24px;
     display: inline-block;
     position: absolute;
     bottom: 25px;
     left: 10px;
     z-index:9999;
	 display:none;
     visibility:hidden;
}
#bottombarclientinfotext1mobile{
     background-image: url('../res/reranum1.svg');
     background-repeat: no-repeat;
     background-size: contain;
     width: 25%;
     height: 24px;
     display: inline-block;
     position: absolute;
     bottom: 40px;
     left: 10px;
     z-index:9999;
	 display:none;
     visibility:hidden;
}
#bottombarclientrerawebmobile{
     background-image: url('../res/reraweb.svg');
     background-repeat: no-repeat;
     background-size: contain;
     width: 16%;
     height: 18px;
     display: inline-block;
     position: absolute;
     bottom: 22px;
     left: 11px;
     z-index:9999;
	 display:none;
     visibility:hidden;
     cursor: pointer;
}
.href:after {
     position:absolute;
     content:"";
}

#bottombarclientdisclaimermobile{
     background-image: url('../res/Disclaimer.svg');
     background-repeat: no-repeat;
     background-size: contain;
     width: 9%;
     height: 21px;
     display: inline-block;
     position: absolute;
     bottom: 2px;
     left: 11px;
     z-index:9999;
     cursor: pointer;
	 display:none;
     visibility:hidden;
}

