.device-inner .responsive-ape-mobile {
    display: none !important;
  }
  
  .device-toggle {
      margin: 50px auto;
      width: 100%;
      text-align: center;
    }
    .device-toggle ul {
      margin: 0;
      padding: 0;
    }
    .device-toggle ul li {
      display: inline-block;
      margin: 0px 10px;
      list-style: none;
    }
    .device-toggle ul li a {
      cursor: pointer;
    }
    .device-toggle ul li a svg path {
      fill: #F5F6F7;
      transition: all 0.5s ease-in-out;
    }
    .device-toggle ul li a.active svg path {
      fill: #B6B8BA;
    }
    .device {
      position: relative;
      margin: 20px auto;
      background: #F5F6F7;
      transition: all 0.5s ease-in-out;
    }
    .device:before,
    .device:after {
      z-index: 1;
      position: absolute;
      left: 50%;
      content: '';
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      transition: all 0.5s ease-in-out;
    }
    .device:after {
      bottom: 0;
      width: 40px;
      height: 40px;
      border: 1px solid #B6B8BA;
      border-radius: 100%;
    }
    .device iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
    }
    .device.device-laptop {
      padding-top: 30px;
      width: 1280px;
      height: 900px;
      border: 1px solid #F5F6F7;
      border-radius: 2px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
    .device.device-laptop:before {
      top: 15px;
      left: 0;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-box-shadow: 10px 0px 0px 0px #B6B8BA, 25px 0px 0px 0px #B6B8BA, 40px 0px 0px 0px #B6B8BA;
    }
    .device.device-laptop:after {
      display: none;
    }
    .device.device-laptop .device-inner {
      top: 30px;
      right: 0;
      bottom: 0;
      left: 0;
    }
    .device.device-tablet {
      width: 808px;
      height: 1204px;
      border-radius: 40px;
    }
    .device.device-tablet:before {
      top: 40px;
      width: 10px;
      height: 10px;
      background: #B6B8BA;
      border-radius: 100%;
    }
    .device.device-tablet:after {
      width: 50px;
      height: 50px;
    }
    .device.device-tablet .device-inner {
      top: 80px;
      right: 20px;
      bottom: 100px;
      left: 20px;
    }
    .device.device-mobile {
      width: 350px;
      height: 718px;
      border-radius: 50px;
    }
    .device.device-mobile:before {
      top: 40px;
      width: 50px;
      height: 4px;
      background: #B6B8BA;
      border-radius: 10px;
    }
    .device.device-mobile .device-inner {
      top: 70px;
      right: 15px;
      bottom: 80px;
      left: 15px;
    }
    .device .device-inner {
      position: absolute;
      background: #FFFFFF;
    }
    .imac-wrapper {
      -webkit-perspective: 1500px;
              perspective: 1500px;
    }
    .imac {
      position: relative;
      padding-bottom: 65px;
      background: #F5F6F7;
      border-radius: 20px;
      box-shadow: 3px 1px 0px #d9dde0;
      -webkit-transform: rotateY(-45deg) rotateX(5deg) skewX(-2deg);
              transform: rotateY(-45deg) rotateX(5deg) skewX(-2deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      transition: all 0.5s ease-in-out;
    }
    .imac:hover {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
      box-shadow: none;
      cursor: pointer;
    }
    .imac:hover:before {
      bottom: -50px;
      margin-left: -70px;
      border-bottom-right-radius: 0;
      -webkit-transform: translateZ(0) perspective(200px) rotateX(30deg);
              transform: translateZ(0) perspective(200px) rotateX(30deg);
    }
    .imac:hover:after {
      margin-left: -90px;
      bottom: -90px;
      width: 180px;
      border-top-right-radius: 0;
      -webkit-transform: perspective(200px) rotateX(80deg) skewX(0);
              transform: perspective(200px) rotateX(80deg) skewX(0);
    }
    .imac .imac-inner {
      padding: 20px;
      background: #000000;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
    .imac:before,
    .imac:after {
      position: absolute;
      left: 50%;
      content: '';
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      transition: all 0.5s ease-in-out;
    }
    .imac:before {
      bottom: -70px;
      width: 140px;
      height: 70px;
      background: #eaecee;
      border-bottom-right-radius: 20px;
      -webkit-transform: translateZ(-50px) perspective(1000px) translateX(5px) rotateX(-30deg) skewX(5deg);
              transform: translateZ(-50px) perspective(1000px) translateX(5px) rotateX(-30deg) skewX(5deg);
    }
    .imac:after {
      bottom: -100px;
      width: 160px;
      height: 65px;
      background: #eff1f2;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
      -webkit-transform: translateZ(-10px) perspective(150px) translateX(-15px) rotateX(60deg) skewX(-55deg);
              transform: translateZ(-10px) perspective(150px) translateX(-15px) rotateX(60deg) skewX(-55deg);
    }
    