
.panel{margin-bottom: 0px;
  transition: 0.6s ease;
}
.panel-body{background-color:#FFF; border:1px solid#CCC;}
.top-bar {background: #67b0d1; color: white; padding: 10px; position: relative; overflow: hidden; padding-right:5px;}
.box-position{position: fixed;bottom: 9px; width: 100%;}
#leftarrow{
  position:absolute;
  right:18px;
  top:4.5px;
  color:white;
  background-color: rgba(255,255,255,0.3);
  padding: 10px;
  border-radius:50%;
  z-index: 9999

}
#leftarrow:hover{
  background-color: #67bFd1;
}
