
  .fab-float .fab-wrapper {
    position: fixed;
    top: 0;
    right: 3rem;
  }
  .fab-float .fab-checkbox {
    display: none;
  }
   .fab-float{
    transform: rotate( 
90deg
 );
    position: fixed;
    top: 25px;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    background: #222;
    border-radius: 50%;
    background: #222;
    box-shadow: 0px 5px 20px #2222;
    transition: all 0.3s ease;
    z-index: 1;
    border-bottom-right-radius: 6px;
    border: 1px solid #222;
    z-index: 99999;
  }
  
  .fab-float:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
  }
 .fab-checkbox:checked ~ .fab-float:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .fab-float:hover{
    background: #222222;
    box-shadow: 0px 5px 20px 5px #c14346;
    border:1px solid #fff;
  }
  .fab-float + div.label-container {
    opacity: 0;
  }
  /* .fab-wrapper:hover +  div.label-container{
    opacity: 1;
    z-index: 999999;
  } */
  .fab-dots {
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateX(0%) translateY(-50%) rotate(0deg);
    opacity: 1;
    animation: blink 3s ease infinite;
    transition: all 0.3s ease;
  }
  
  .fab-dots-1 {
    left: 15px;
    animation-delay: 0s;
  }
  .fab-dots-2 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.4s;
  }
  .fab-dots-3 {
    right: 15px;
    animation-delay: 0.8s;
  }
  
  .fab-checkbox:checked ~ .fab-float .fab-dots {
    height: 3px;
  }
  
  .fab-float .fab-dots-2 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  
  .fab-checkbox:checked ~ .fab-float .fab-dots-1 {
    width: 27px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .fab-checkbox:checked ~ .fab-float .fab-dots-3 {
    width: 27px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
  }
  
  @keyframes blink {
    50% {
      opacity: 0.25;
    }
  }
  
  .fab-checkbox:checked ~ .fab-float .fab-dots {
    animation: none;
  }
  
  .fab-wheel {
    transform: rotate( 
      100deg
       );
          position: fixed;
          top: -164px;
          right: 17px;
          width: 10rem;
          height: 10rem;
          transition: all 0.3s ease;
          transform-origin: bottom right;
          transform: scale(0);
          z-index: 5;
}
  
  .fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
    transform:rotate(280deg);
  }
  .fab-action {
    position: absolute;
    background: #222;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: White;
    box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
    transition: all 1s ease;
  
    opacity: 0;
  }
  
  .fab-checkbox:checked ~ .fab-wheel .fab-action {
    transform: rotate(80deg);
    opacity: 1;
  }
  
  .fab-action:hover {
    background-color: #fff;
  }
  
  .fab-wheel .fab-action-1 {
    right: -1rem;
    top: 0;
  }
  
  .fab-wheel .fab-action-2 {
    right: 3.4rem;
    top: 0.5rem;
  }
  .fab-wheel .fab-action-3 {
    left: 0.5rem;
    bottom: 3.4rem;
  }
  .fab-wheel .fab-action-4 {
    left: 0;
    bottom: -1rem;
  }
  /* hover effect on float button */

  .label-container {
    position: fixed;
    top: 27px;
    right: 85px;
    /* display: none; */
    display: table;
    z-index: 9999;
}

.label-text{
	color:#FFF;
	background:rgba(51,51,51,0.5);
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	border-radius:3px;
}

.label-arrow{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	opacity:0.5;
}

/* .my-float{
	font-size:24px;
	margin-top:18px;
} */

/* a.float + div.label-container {
  opacity: 0;
}

a.float:hover + div.label-container{
  opacity: 1;
} */
  /* hover effect on float button end*/
  /* new plag in */
/*   
body {
  overflow:hidden;
  width:960px;
  margin:10px auto
  }
  p {
  border-bottom:1px dotted #d8d8d8;
  padding-bottom:15px;
  font-size:17px
  }
  #slider {
  width:500px;
  top:100px;
  position:absolute
  }
  #header {
  width:260px;
  height:520px;
  position:absolute;
  right:0;
  border:1px solid #d8d8d8;
  margin-left:40px;
  padding:20px 40px;
  border-radius:3px;
  box-shadow:0 0 8px gray
  }
  #sidebar {
  position:absolute;
  top:180px;
  left:113px;
  box-shadow:0 0 8px gray
  }
  #sidebar1 {
  position:absolute;
  top:180px;
  left:113px;
  box-shadow:0 0 8px gray
  }
  h3 {
  font-family:'Roboto Slab',serif
  }
  input[type=text] {
  margin-top:10px;
  padding:6px;
  width:100%;
  font-size:15px;
  border-radius:2px;
  border:3px solid #98d0f1
  }
  h4 {
  font-size:15px
  }
  div#title {
  position:absolute;
  top:300px;
  left:650px
  }
  select {
  padding:6px;
  width:100%;
  font-size:15px;
  border-radius:2px;
  border:3px solid #98d0f1
  }
  textarea {
  padding:6px;
  font-size:15px;
  border-radius:2px;
  border:3px solid #98d0f1;
  margin-top:10px;
  height:80px;
  width:100%
  }
  button {
  background:#2bc1f2;
  border:none;
  color:#fff;
  width:100%;
  font-size:22px;
  font-weight:bolder;
  padding:8px 0;
  border-radius:3px;
  cursor:pointer;
  margin-top:25px
  } */
  
  /* new plag in end*/
  