.son_wrapper { width: 150px; height: 150px; position: fixed; bottom: 0;right: 0; border:0px solid #ffc814; z-index:9999; } .son_wrapper a { text-decoration:none; } .son_circle { width:100px; height:100px; border-radius:250px; font-size:14px; font-family: Play, sans-serif !important; color:#000; font-weight: bold; line-height:25px; text-align:center; background:#ffc814; } @keyframes son_outercircle { 0% { transform: scale(1,1) opacity: 1; } 80% { opacity: 0.8; } 100% { transform: scale(2,2); opacity: 0; } } .son_outercircle { z-index: -1000; position: absolute; width: 60px; height: 60px; border: 5px solid #ffc814; border-radius: 50%; animation: son_outercircle 2s infinite linear; margin-top: 15px ; margin-left: 15px ; }

.toggle {
  display: none;
}

.toggle:nth-child(1) {
  margin-top: 10px;
  display: block;
}

.toggle-1 {
  display: none;
}

.toggle-1:nth-child(1) {
  margin-top: 10px;
  display: block;
}

.toggle-links {
  /*border-top: 3px solid rgb(255, 200, 20);
  padding-top: 5px;*/
}

.toggle-links::before {
    content: "+";
    color: rgb(255, 200, 20);
    margin-right: 8px;
}

.toggle-links:hover {
    color: rgb(255, 200, 20);
    cursor: default;
}