.gapp {
  padding-left: 128px;
  padding-right: 128px;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 0.5s ease-in;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

.active.fade-right {
  animation: fade-right 0.5s ease-in;
}

.floating {
  animation: floating 5s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-50px);
    opacity: 0.75;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0.75;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}









.explore_exp {
  background-color: #4cb0f80f;

  .part-1 {
    padding-top: 203.5px;
    // padding-bottom: 102.5px;

    h1 {
      color: $secondary-color;
      // width: 476px;
      // height: 180px;
      margin: 0 0 16px;
      font-family: $font-family-sora;
      font-size: 40px;
      font-weight: bold;
      line-height: 1.5;
      text-align: left;

      
    }

    p {
      // width: 441.7px;
      // height: 54px;
      margin: 16px 33.3px 0 1px;
      font-family: $font-family-hk;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      text-align: left;
      color: $color-dark;
    }

    .repp {
      display: none;
    }
  }

  .part-2 {
    padding-top: 24.6px;
    // padding-left: 11px;
    padding-bottom: 34.15px;

    .ban_img {
      img {
        width: 519.4px;
        height: 543.5px;
        position: relative;
      }

      .back_img {
        img {
          width: 526.9px;
          height: 480.6px;
          position: absolute;
          top: 107px;
          right: 170px;
          z-index: -1;
        }
      }
    }
  }
}

.single_head {
  h1 {
    width: 920px;
    // height: 120px;
    margin: 80px auto;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: $secondary-color;
    font-family: $font-family-sora;
  }

}

.exp_best_in_class {
  margin-bottom: 40px;

  .gapp {
    padding-left: 0px;
    padding-right: 128px;
  }

  .part-3 {
    .exp_img {
      position: relative;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .exp_back_img {
        img {
          // width: 312px;
          height: 95px;
          object-fit: contain;
          position: absolute;
          top: 167px;
          left: 17px;
          z-index: 1;

          @media screen and (max-width: 1400px) {
            left: 38px;
            top: 141px;
          }

          @media only screen and (max-width: 1200px) and (min-width: 1000px) {
            left: 58px;
            top: 105px;
          }
        }
      }
    }
  }

  .part-4 {
    padding-top: 172.9px;
    // padding-left: 90px;

    h2 {
      // width: 540px;
      // height: 96px;
      margin: 0 0 16px;
      font-family: $font-family-sora;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5;
      text-align: left;
      color: $color-secondary;

     
    }

    p {
      // width: 540px;
      // height: 81px;
      font-family: $font-family-hk;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      text-align: left;
      color: $color-dark;
    }
  }
}

.interact_and_build {
  padding-bottom: 40px;
  margin-bottom: 40px;

  background-color: #fef0fa;

  .gapp {
    padding-right: 40px;
  }

  .part-5 {
    padding-top: 221.4px;

    h2 {
      // width: 540px;
      // height: 93.4px;
      margin: 0 0 16px;
      font-family: $font-family-sora;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5;
      text-align: left;
      color: $color-secondary;
    }

    p {
      // width: 540px;
      // height: 135px;
      font-family: $font-family-hk;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      text-align: left;
      color: $color-dark;
    }
  }

  .part-6 {
    padding-top: 40.2px;

    .inter_img {
      position: relative;

      img {
        width: 100%;
        // height: 636.9px;
      }

      .inter_back_img {
        img {
          // width: 172.4px;
          height: 151px;
          object-fit: contain;

          position: absolute;
          top: 172px;
          left: 96px;
          z-index: 1;

          @media screen and (max-width: 1400px) {
            top: 147px;
            left: 96px;
          }

          @media only screen and (max-width: 1200px) and (min-width: 1000px) {
            left: 94px;
            top: 121px;
          }
        }
      }
    }
  }
}

.one_stop_access {
  margin-bottom: 40px;

  .gapp {
    padding-left: 0px;
    padding-right: 128px;
  }

  .part-7 {
    .one_img {
      position: relative;

      img {
        width: 100%;
        // height: 636.9px;
      }

      .one_back_img {
        img {
          // width: 172.4px;
          height: 151px;
          object-fit: contain;
          position: absolute;
          top: 263px;
          right: -95px;
          z-index: 1;

          @media screen and (max-width: 1400px) {
            top: 227px;
            right: -95px;
          }

          @media only screen and (max-width: 1200px) and (min-width: 1000px) {
            top: 188px;
            right: -95px;
          }
        }
      }
    }
  }

  .part-8 {
    padding-top: 172.9px;

    h2 {
      // width: 540px;
      // height: 54px;
      margin: 0 0 16px;
      font-family: $font-family-sora;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5;
      text-align: left;
      color: $color-secondary;
    }

    p {
      // width: 540px;
      // height: 108px;
      font-family: $font-family-hk;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      text-align: left;
      color: $color-dark;
    }
  }
}

.stay_updated_always {
  padding-bottom: 40px;

  background-color: #f3f8ff;

  .gapp {
    padding-right: 40px;
  }

  .part-9 {
    padding-top: 272.5px;

    h2 {
      // width: 540px;
      // height: 54px;
      margin: 0 0 16px;
      font-family: $font-family-sora;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5;
      text-align: left;
      color: $color-secondary;
    }

    p {
      // width: 540px;
      // height: 135px;
      font-family: $font-family-hk;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.5;
      text-align: left;
      color: $color-dark;
    }
  }

  .part-10 {
    padding-top: 40.2px;

    .inter_img {
      position: relative;

      img {
        width: 100%;
        // height: 600px;
      }

      .inter_back_img {
        img {
          height: 184px;
          object-fit: contain;
          position: absolute;
          top: 144px;
          left: -18px;
          z-index: 1;

          @media screen and (max-width: 1400px) {
            top: 125px;
            left: -37px;
          }

          @media only screen and (max-width: 1200px) and (min-width: 1000px) {
            top: 93px;
            left: -56px;
          }
        }
      }
    }
  }
}

.business_park_testimonial {
  background-color: $color-secondary;
  padding-top: 40px;
  padding-bottom: 40px;

  .part-11 {
    padding-top: 188px;

    h2 {
      // width: 445px;
      // height: 96px;
      margin: 0 0 11.5px;
      font-family: $font-family-sora;
      font-size: 32px;
      font-weight: bold;
      line-height: 1.5;
      text-align: left;
      color: $color-white;
    }

    p {
      // width: 444px;
      height: 77.5px;
      font-family: $font-family-hk;
      font-weight: normal;
      font-size: 18px;
      line-height: 1.5;
      text-align: left;
      color: $color-white;
    }
  }

  .part-12 {
    .dedicated_apps {
      height: 600px;

      .ap1 {
        position: relative;

        img {
          position: absolute;
          right: 157px;
        }

        .float_tagg {
          width: 246.8px;
          height: 47.3px;
          padding-top: 10px;
          padding-left: 11px;
          border-radius: 8px;
          background-color: $color-white;
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04),
            0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 16px 24px 0 rgba(0, 0, 0, 0.04),
            0 24px 32px 0 rgba(0, 0, 0, 0.04);
          position: absolute;
          top: 34px;
          right: 319px;
          -webkit-animation: float 9s ease-in-out infinite;
          animation: float 9s ease-in-out infinite;

          p {
            height: 27.1px;
            font-family: $font-family-sora;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5;
            text-align: left;
            color: $color-secondary;
          }
        }
      }

      .ap2 {
        position: relative;

        img {
          position: absolute;
          left: 171px;
          top: 144px;
        }

        .float_tagg {
          width: 246.8px;
          height: 47.3px;
          padding-top: 10px;
          padding-left: 11px;
          border-radius: 8px;
          background-color: $color-white;
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04),
            0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 16px 24px 0 rgba(0, 0, 0, 0.04),
            0 24px 32px 0 rgba(0, 0, 0, 0.04);
          position: absolute;
          top: 282px;
          left: 17px;
          -webkit-animation: float 9s ease-in-out infinite;
          animation: float 9s ease-in-out infinite;

          p {
            height: 27.1px;
            font-family: $font-family-sora;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5;
            text-align: left;
            color: $color-secondary;
          }
        }
      }

      .ap3 {
        position: relative;

        img {
          position: absolute;
          right: 73px;
          top: 232px;
        }

        .float_tagg {
          width: 172px;
          height: 47.3px;
          padding-top: 10px;
          padding-left: 19px;
          border-radius: 8px;
          background-color: $color-white;
          box-shadow: 0 0 1px 0 rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 4%),
            0 16px 24px 0 rgb(0 0 0 / 4%), 0 24px 32px 0 rgb(0 0 0 / 4%);
          position: absolute;
          top: 218px;
          right: 0px;
          -webkit-animation: float 9s ease-in-out infinite;
          animation: float 9s ease-in-out infinite;

          p {
            height: 27.1px;
            font-family: $font-family-sora;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5;
            text-align: left;
            color: $color-secondary;
          }
        }
      }

      .ap4 {
        position: relative;

        img {
          position: absolute;
          left: 240px;
          top: 397px;
        }

        .float_tagg {
          width: 220px;
          height: 47.3px;
          padding-top: 10px;
          padding-left: 11px;
          border-radius: 8px;
          background-color: $color-white;
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04),
            0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 16px 24px 0 rgba(0, 0, 0, 0.04),
            0 24px 32px 0 rgba(0, 0, 0, 0.04);
          position: absolute;
          top: 551px;
          left: 326px;
          -webkit-animation: float 9s ease-in-out infinite;
          animation: float 9s ease-in-out infinite;

          p {
            height: 27.1px;
            font-family: $font-family-sora;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5;
            text-align: left;
            color: $color-secondary;
          }
        }
      }
    }
  }
}

.tech-benefits {
  margin: 40px 0 40px 0;

  .head {
    text-align: center;
    margin-bottom: 56px;

    h2 {
      font-family: $font-family-sora;
      font-weight: bold;
      line-height: 1.5;
      color: #10284b;
    }

    p {
      font-size: 18px;
      max-width: 668px;
      margin: 0 auto;
      margin-top: 16px;
      font-weight: 500;
      line-height: 1.5;
      color: #273d5a;
    }
  }

  .body-desk {
    @media screen and (max-width: 767px) {
      display: none;
    }

    .nav {
      max-width: 255px;

      .nav-link {
        padding: 30px;
        font-family: $font-family-sora;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5;
        color: #8da0b9;
        text-align: left;

        .hide-info {
          display: none;
        }
      }

      .active {
        padding: 30px;
        border-radius: 14px;
        background-color: rgba(141, 160, 185, 0.06);
        font-family: $font-family-sora;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5;
        color: #10284b;
        text-align: left;

        .hide-info {
          display: block;
          margin-top: 8px;
          font-size: 16px;
          font-weight: 500;
          font-family: $font-family-hk;
          line-height: 1.5;
          text-align: left;
          color: #273d5a;
        }
      }
    }

    .tab-content {
      flex-grow: 1;

      .feature-content {
        background-color: rgba(141, 160, 185, 0.06);
        border-radius: 14px;
        margin-left: 65px;

        .part-15 {
          padding: 30px 30px 15px 30px;
          min-height: 488px;
        }

        .part-16 {
          padding: 30px 30px 15px 30px;
        }

        .feature {
          display: flex;
          align-items: center;
          margin-bottom: 24px;

          .info {
            margin-left: 16px;
            font-size: 18px;
            font-weight: 500;
            font-family: $font-family-hk;
            line-height: 1.5;
            color: #10284b;
          }
        }
      }
    }
  }

  .body-mob {
    @media screen and (min-width: 767px) {
      display: none;

    }

    .swiper-mob {
      .swiper-pagination-bullet {
        background: #8da0b9;
        opacity: 1;
      }

      .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        width: 13.6px;
        height: 11.6px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0031d4), to(#4badf7));
        background-image: linear-gradient(to bottom, #0031d4 0%, #4badf7 100%);
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      }

      .swiper-horizontal>.swiper-pagination-bullets,
      .swiper-pagination-bullets.swiper-pagination-horizontal,
      .swiper-pagination-custom,
      .swiper-pagination-fraction {
        /* bottom: 10px; */
        bottom: -38px;
        left: 0;
        width: 100%;
      }

      .content {
        border-radius: 8px;
        background-color: #f8f9fb;
        padding: 24px 12px 15px 12px;

        .head {
          font-family: $font-family-sora;
          font-size: 20px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5;
          letter-spacing: normal;
          text-align: left;
          color: #10284b;
          margin-bottom: 8px;
        }

        .info-main {
          font-family: $font-family-hk;
          font-size: 16px;
          font-weight: 500;
          line-height: 1.5;
          text-align: left;
          color: #273d5a;
          margin-bottom: 24px;

        }

        .features {
          .feature {
            display: flex;
            align-items: center;
            padding-bottom: 24px;

            .info {
              margin-left: 16px;
              font-family: $font-family-hk;
              font-size: 16px;
              font-weight: 500;
              line-height: 1.5;
              text-align: left;
              color: #10284b;
            }
          }
        }
      }

    }


  }
}




@media screen and (max-width: 767px) {
  .gapp {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tech-benefits .head h2 {
    font-family: "Sora", sans-serif;
    font-weight: bold;
    line-height: 1.5;
    color: #10284b;
    margin-bottom: 8px;
  }

  .tech-benefits .head p {
    font-size: 18px;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.5;
    color: #273d5a;
  }

  .tech-benefits .head {
    text-align: center;
    margin-bottom: 32px;
  }

  .tech-benefits {
    margin: 56px 0 80px 0;
  }

  .aurbis-testimonial .testimonial-wrapper .testimonial-bg .testimonial-swiper-wrap .swiper-pagination {
    display: none;
  }

  .explore_exp .part-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .explore_exp .part-1 h1 {
    // width: 330px;
    // height: 72px;
    font-size: 24px;
  }

  .explore_exp .part-1 p {
    display: none;
  }

  .explore_exp .part-1 .repp {
    display: block;
    // width: 330px;
    width: 100%;
    height: 48px;
    font-size: 16px;
  }

  .explore_exp .part-2 .ban_img img {
    width: 299.2px;
    height: 313.1px;
  }

  .explore_exp .part-2 .ban_img .back_img img {
    width: 307.1px;
    height: 269.8px;
    top: 225px;
    right: 40px;
  }

  .explore_exp .part-2 {
    padding-top: 0px;
    padding-bottom: 55.9px;
  }

  .single_head h1 {
    width: 330px;
    /* height: 144px; */
    font-size: 24px;
    margin: 56px auto;
  }

  .exp_best_in_class .part-3 .exp_img img {
  height: 371.9px;
  object-fit: contain;
  }

  .exp_best_in_class .gapp {
    padding-left: 0px;
    padding-right: 0px;
  }

  .exp_best_in_class .part-3 .exp_img .exp_back_img img {
    width: 100%;
    height: 51.2px;
    flex-grow: 0;
    object-fit: contain;
    top: 78px;
    left: 21px;
  }

  .exp_best_in_class .part-4 h2 {
    // width: 330px;
    // height: 60px;
    font-size: 20px;
    margin: 0 0 8px;
  }

  .exp_best_in_class .part-4 p {
    // width: 330px;
    // width: 100%;
    // height: 96px;
    font-size: 16px;
    margin-bottom: 0;
  }

  .exp_best_in_class .part-4 {
    padding-top: 8px;
    
  }

  .exp_best_in_class {
    margin-bottom: 72.1px;
  }

  .interact_and_build .part-6 {
    padding-top: 0px;
  }
  .interact_and_build .part-6 .inter_img {
    position: relative;
    margin-top: 30px;
}
  .interact_and_build .part-6 .inter_img img {
    width: 100%;
  height: 372px;
  object-fit: contain;
  }

  .interact_and_build .part-6 .inter_img .inter_back_img img {
  height: 81.4px;
  object-fit: contain;
  top: 80px;
  left: 53px;
  }

  .interact_and_build .part-5 {
    padding-top: 8px;
  }

  .interact_and_build .part-5 h2 {
    // width: 330px;
    // height: 60px;
    margin: 0 0 8px;
    font-size: 20px;
  }

  .interact_and_build .part-5 p {
    // width: 330px;
    width: 100%;
    // height: 192px;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 56px;
  }

  .interact_and_build .gapp {
    padding-right: 15px;
  }

  .interact_and_build {
    padding-bottom: 0px;
    margin-bottom: 16px;
    // background-color: $color-white;
  }

  .one_stop_access .part-7 .one_img img {
    width: 100%;
  height: 371.9px;
  object-fit: contain;
  }

  .one_stop_access .part-7 .one_img .one_back_img img {
  height: 81.4px;
  object-fit: contain;
  top: 173px;
  right: -52px;
  }

  .one_stop_access .gapp {
    padding-left: 15px;
    padding-right: 15px;
  }

  .one_stop_access .part-8 {
    padding-top: 8px;
  }

  .one_stop_access .part-8 h2 {
    // width: 330px;
    // height: 30px;
    font-size: 20px;
    margin: 0 0 8px;
  }

  .one_stop_access .part-8 p {
    // width: 330px;
    // height: 144px;
    font-size: 16px;
    margin-bottom: 0;
  }

  .one_stop_access {
    margin-bottom: 55px;
  }

  .stay_updated_always .part-10 {
    padding-top: 0px;

  }
  .stay_updated_always .part-10 .inter_img {
    position: relative;
    margin-top: 30px;
}

  .stay_updated_always .part-10 .inter_img img {
    width: 100%;
    // height: 368.5px;
    height: 368.5px;
    object-fit: contain;
  }

  .stay_updated_always .part-10 .inter_img .inter_back_img img {
  height: 98.3px;
  object-fit: contain;
  top: 77px;
  left: 12px;
  }

  .stay_updated_always .gapp {
    padding-right: 15px;
  }

  .stay_updated_always .part-9 {
    padding-top: 8px;
  }

  .stay_updated_always .part-9 h2 {
    // width: 330px;
    // height: 30px;
    margin: 0 0 8px;
    font-size: 20px;
  }

  .stay_updated_always .part-9 p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
  }

  .stay_updated_always {
    padding-bottom: 72.5px;
    // background-color: $color-white;
  }

  .business_park_testimonial .part-11 {
    padding-top: 0px;
  }

  .business_park_testimonial .part-11 h2 {
    width: 100%;
    // height: 72px;
    margin: 0 0 16px;
    font-size: 24px;
  }

  .business_park_testimonial .part-11 p {
    width: 100%;
    // height: 96px;
    font-size: 16px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap1 img {
    position: absolute;
    right: 51px;
    width: 100.4px;
    height: 100.4px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap1 .float_tagg {
    width: 165.8px;
    height: 25.3px;
    padding-top: 3px;
    padding-left: 9px;
    border-radius: 4px;
    top: 12px;
    right: 106px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap1 .float_tagg p {
    height: 18px;
    font-size: 12px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap2 img {
    position: absolute;
    width: 100.4px;
    height: 100.4px;
    left: 85px;
    top: 95px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap2 .float_tagg {
    width: 165.8px;
    height: 25.3px;
    padding-top: 3px;
    padding-left: 9px;
    border-radius: 4px;
    top: 180px;
    left: 15px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap2 .float_tagg p {
    height: 18px;
    font-size: 12px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap3 img {
    right: 19px;
    top: 159px;
    width: 100.4px;
    height: 100.4px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap3 .float_tagg {
    width: 110.8px;
    height: 25.3px;
    padding-top: 3px;
    padding-left: 9px;
    border-radius: 4px;
    top: 146px;
    right: 0px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap3 .float_tagg p {
    height: 18px;
    font-size: 12px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap4 img {
    left: 94px;
    top: 239px;
    width: 100.4px;
    height: 100.4px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap4 .float_tagg {
    width: 146.8px;
    height: 25.3px;
    padding-top: 3px;
    padding-left: 9px;
    border-radius: 4px;
    top: 320px;
    left: 138px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap4 .float_tagg p {
    height: 18px;
    font-size: 12px;
  }

  .business_park_testimonial .part-12 .dedicated_apps {
    height: 322px;
  }
}


@media only screen and (max-width: 1400px) and (min-width: 1201px) {
  .business_park_testimonial .part-12 .dedicated_apps .ap1 img {
    position: absolute;
    right: 92px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap4 .float_tagg {
    left: 326px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap3 img {
    position: absolute;
    right: 52px;
    top: 232px;
  }

  .business_park_testimonial .part-12 .dedicated_apps .ap1 .float_tagg {
    right: 257px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px) {
  .business_park_testimonial .part-12 .dedicated_apps .ap1 img {
    position: absolute;
    right: 43px;
}
.business_park_testimonial .part-12 .dedicated_apps .ap3 img {
  position: absolute;
  right: 8px;
  top: 232px;
}
.business_park_testimonial .part-12 .dedicated_apps .ap4 img {
  position: absolute;
  left: 195px;
  top: 397px;
}
.business_park_testimonial .part-12 .dedicated_apps .ap2 img {
  position: absolute;
  left: 126px;
  top: 144px;
}
.business_park_testimonial .part-12 .dedicated_apps .ap2 .float_tagg {
  top: 301px;
    left: 17px;
}
.business_park_testimonial .part-12 .dedicated_apps .ap2 .float_tagg {
    left: 20px;
}
.business_park_testimonial .part-12 .dedicated_apps .ap4 .float_tagg {
  left: 285px;
}
.business_park_testimonial .part-12 .dedicated_apps .ap1 .float_tagg {
  right: 198px;
  top: 23px;
}
}