.circle {
  position: relative;
  height: 320px; }

.circle__spin {
  position: absolute;
  width: 1100px;
  height: 1100px; }

.circle__spin svg {
  width: 100%;
  height: 100%;
  animation: spin 300s linear infinite; }

.circle__spin circle {
  stroke-width: 2px;
  stroke-dasharray: 20;
  fill: none;
  stroke: #fff;
  r: 500px !important; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.hehsed-help-circle {
  padding-top: 10px;
  color: #fff;
  background-color: #17212d; }

.hehsed-help-circle-wrapper {
  margin-top: 70px; }

@media (min-width: 991.99px) {
  .hehsed-help-circle-content {
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: 0; }
  .hehsed-help-circle-content ul {
    position: relative;
    overflow: hidden;
    height: 350px;
    margin-left: 0 !important;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .hehsed-help-circle-content ul li {
    position: absolute;
    z-index: 2;
    width: 150px;
    height: 54px;
    transition: all .4s ease-in-out;
    cursor: pointer; }
    .hehsed-help-circle-content ul li:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      background-color: #fff;
      border-radius: 50%;
      transition: all .2s ease-in-out; }
    .hehsed-help-circle-content ul li:nth-child(1) {
      bottom: 50px;
      left: -60px;
      text-align: right; }
      .hehsed-help-circle-content ul li:nth-child(1):after {
        right: -56px;
        bottom: -3px; }
    .hehsed-help-circle-content ul li:nth-child(2) {
      top: 70px;
      left: 100px;
      text-align: right; }
      .hehsed-help-circle-content ul li:nth-child(2):after {
        right: -35px;
        bottom: -44px; }
    .hehsed-help-circle-content ul li:nth-child(3) {
      left: 50%;
      margin-left: -125px;
      text-align: center; }
      .hehsed-help-circle-content ul li:nth-child(3):after {
        left: 65px;
        bottom: -33px; }
    .hehsed-help-circle-content ul li:nth-child(4) {
      right: 160px;
      top: 70px; }
      .hehsed-help-circle-content ul li:nth-child(4):after {
        left: -44px;
        bottom: -44px; }
    .hehsed-help-circle-content ul li:nth-child(5) {
      bottom: 50px;
      right: 0; }
      .hehsed-help-circle-content ul li:nth-child(5):after {
        left: -67px;
        bottom: -3px; }
    .hehsed-help-circle-content ul li:hover:after {
      transform: scale(1.5, 1.5); } }

@media (max-width: 991.99px) {
  .circle {
    display: none; }
  .wp-block-hehsed-core-help-circle {
    padding: 20px 0; }
  .hehsed-help-circle-wrapper {
    margin-top: 40px; } }
