/*------------------------------------------------------------------
for floating the css
-------------------------------------------------------------------*/
.dewlogo {
    background-color: blue;
    -webkit-mask-image: url(https://global.dewdrive.com/thegreatcompany/emblem/dew_logo_bl_80_80.svg);
    mask-image: url(https://global.dewdrive.com/thegreatcompany/emblem/dew_logo_bl_80_80.svg);
}



.bottomfloatbar {
  position: fixed;
  bottom: 0px;
  height: 301px;
  width: 100%;
  z-index: 800;
  background-color: #fff;
  -webkit-transition: background 0.4s ease, height 0.4s ease;
  transition: background 0.4s ease, height 0.4s ease;
}
.rightsharebar {
  position: absolute;
  right: 0px;
  top:0px;
  height: 100%;
  width: 70px;
  z-index: 800;
  background-color: #fff;
  -webkit-transition: background 0.4s ease, height 0.4s ease;
  transition: background 0.4s ease, height 0.4s ease;
}

.rightsharebart {
  position: absolute;
  right: 0px;
  top:0px;
  height: 100%;
  width: 70px;
  z-index: 70;
  background-color:transparent;
  background-size: 100% 100%;
  -webkit-transition: background 0.4s ease, height 0.4s ease;
  transition: background 0.4s ease, height 0.4s ease;
}


.rightsharebaritem {
    background: #222233;
    width: 100%;
    height: 226px;
    margin-top: 10px;
    padding-top: 10px;
}