.opn-btn,
    .call-btn,
    .cross-btn,
    .whatsapp-btn,
    .top-btn {
      display: inline-block;
      position: fixed;
      right: 20px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-align: center;
      font-size: 24px;
      color: var(--lig);
      background: #950000;
      transition: all .3s ease-in-out;
      z-index: 1080;
      border: 0
    }

    .opn-btn img,
    .cross-btn img,
    .call-btn img,
    .whatsapp-btn img,
    .top-btn img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto
    }

    .opn-btn {
      bottom: 0;
      right: 20px;
      width: 50px;
      height: 20px;
      background: var(--lig);
      border-radius: 0
    }

    .cross-btn {
      bottom: 190px;
      right: 60px;
      width: 20px;
      height: 20px;
      background: var(--lig)
    }

    .call-btn {
      bottom: 70px
    }

    .whatsapp-btn {
      bottom: 130px
    }

    .top-btn {
      bottom: 10px
    }

    .opn-btn:hover,
    .call-btn:hover,
    .top-btn:hover,
    .whatsapp-btn:hover {
      transform: scale(1.1);
      background: #a95d00;
    }