.the-access-product {
  padding: 0px 0 120px;
}

.the-access-product img {
  max-width: 450px;
}

.access {
  padding-top: 35px;
  position: relative;
}

.access-note {
  display: inline-block;
  height: 115px;
  position: absolute;
  transition: all 300ms linear 0s;
  color: #000;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
}

.access-note .indicator {
  margin-top: 67px;
  width: 192px;
  transition: all 300ms linear 0s;
}

.access-note .indicator .plus-icon {
  height: 49px;
  width: 49px;
  border-radius: 100%;
  padding: 8px;
  position: relative;
  transition: all 300ms linear 0s;
  transition-duration: 150ms;
}

.access-note .indicator .plus-icon:before {
  content: "";
  width: 49px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid;
  border-radius: 100%;
  -webkit-animation: doublePulse 1.5s ease infinite;
  animation: doublePulse 1.5s ease infinite;
  z-index: 0;
  border-color: #00b5e2;
}

.access-note .indicator .plus-icon:after {
  content: "";
  height: 2px;
  display: block;
  margin-top: -17px;
  transition: all 300ms linear 0s;
  transition-duration: 150ms;
  width: 0;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  background: #00b5e2;
}

.access-note .indicator .plus-icon .plus {
  border-radius: 100px;
  width: 100%;
  display: block;
  line-height: 31px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 300ms linear 0s;
  background: #00b5e2;
  color: #fff;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
}

.access-note .access-name {
  text-transform: uppercase;
  height: 91px;
  line-height: 20px;
  position: relative;
  letter-spacing: 0.2px;
}

.access-note .access-name:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 25px;
  left: calc(50% - 4px);
  transition: all 300ms linear 0s;
  background: #00b5e2;
}

.access-note .access-name:after {
  content: "";
  display: block;
  width: 2px;
  height: 58px;
  position: absolute;
  top: 33px;
  left: calc(50% - 1px);
  transition: all 300ms linear 0s;
  background: #00b5e2;
}

/* Right side feature notes */
.access-note.right .indicator {
  float: left;
}

.access-note.right .indicator .plus-icon {
  float: left;
}

.access-note.right .indicator .plus-icon:after {
  float: left;
  margin-left: 30px;
}

.access-note.right .indicator .plus-icon .plus {
  float: left;
}

.access-note.right.top {
  top: 70px;
  left: 650px;
}

.access-note.right.top .access-name {
  float: left;
  margin-left: -51px;
  font-size: medium;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.access-note.right.bottom {
  top: 280px;
  left: 700px;
}

.access-note.right.bottom .access-name {
  float: left;
  margin-left: -70px;
  padding-top: 70px;
  margin-top: 22px;
  font-size: medium;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.access-note.right.bottom .indicator {
  margin-top: 0;
}

.access-note.right.bottom .indicator .plus-icon:after {
  width: 0;
}

.access-note.right.bottom .access-name:before {
  top: 58px;
}

.access-note.right.bottom .access-name:after {
  top: 0;
}

/* Left side feature notes */
.access-note.left .indicator {
  float: right;
}

.access-note.left .indicator .plus-icon {
  float: right;
}

.access-note.left .indicator .plus-icon:after {
  float: right;
  margin-right: 30px;
}

.access-note.left .indicator .plus-icon .plus {
  float: right;
}

.access-note.left.top {
  top: 130px;
  right: 690px;
}

.access-note.left.top .access-name {
  margin-right: -63px;
  float: right;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  font-size: medium;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.access-note.left.bottom {
  top: 290px;
  left: 220px;
}

.access-note.left.bottom .access-name {
  float: left;
  margin-left: -80px;
  padding-top: 70px;
  margin-top: 100px;
  font-size: medium;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.access-note.left.bottom .indicator {
  margin-top: 0;
  top: 400px;
}

.access-note.left.bottom .indicator .plus-icon:after {
  margin-top: 138px;
  margin-right: 15px;
}

.access-note.left.bottom .access-name:before {
  top: 75px;
  left: 186px;
}

.access-note.left.bottom .access-name:after {
  top: -60px;
  left: 344px;
  height: 137px;
}

/* Show content states */
.access-note.show-cont .access-name {
  transition: -webkit-transform 150ms ease 150ms;
  transition: transform 150ms ease 150ms;
  transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
  -webkit-transition: transform 150ms ease 150ms,
    -webkit-transform 150ms ease 150ms;
  -moz-transition: transform 150ms ease 150ms,
    -webkit-transform 150ms ease 150ms;
  -ms-transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
  -o-transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
}

.access-note.show-cont.right.top .access-name,
.access-note.show-cont.right.bottom .access-name,
.access-note.show-cont.left.top .access-name,
.access-note.show-cont.left.bottom .access-name {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.access-note.show-cont.left.bottom .indicator .plus-icon:after {
  width: 155px;
}

.access-note.show-cont.left.top .indicator .plus-icon:after {
  width: 162px;
}

.access-note.show-cont.right.top .indicator .plus-icon:after {
  width: 140px;
}

.access-note.show-cont.right.bottom .indicator .plus-icon:after {
  width: 129px;
}

/* Media Queries */
@media (max-width: 1199px) {
  .access-note {
    display: inline-block;
    height: 115px;
    position: absolute;
    transition: all 300ms linear 0s;
    color: #000;
  }

  .access-note .indicator {
    margin-top: 67px;
    width: 192px;
    transition: all 300ms linear 0s;
  }

  .access-note .indicator .plus-icon {
    height: 49px;
    width: 49px;
    border-radius: 100%;
    padding: 8px;
    position: relative;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
  }

  .access-note .indicator .plus-icon:before {
    content: "";
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid;
    border-radius: 100%;
    -webkit-animation: doublePulse 1.5s ease infinite;
    animation: doublePulse 1.5s ease infinite;
    z-index: 0;
    border-color: #00b5e2;
  }

  .access-note .indicator .plus-icon:after {
    content: "";
    height: 2px;
    display: block;
    margin-top: -17px;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
    width: 0;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  .access-note .indicator .plus-icon .plus {
    border-radius: 100px;
    width: 100%;
    display: block;
    line-height: 31px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all 300ms linear 0s;
    background: #00b5e2;
    color: #fff;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
  }

  .access-note .access-name {
    text-transform: uppercase;
    height: 91px;
    line-height: 20px;
    position: relative;
    letter-spacing: 0.2px;
  }

  .access-note .access-name:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: calc(50% - 4px);
    transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  .access-note .access-name:after {
    content: "";
    display: block;
    width: 2px;
    height: 58px;
    position: absolute;
    top: 33px;
    left: calc(50% - 1px);
    transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  /* Right side feature notes */
  .access-note.right .indicator {
    float: left;
  }

  .access-note.right .indicator .plus-icon {
    float: left;
  }

  .access-note.right .indicator .plus-icon:after {
    float: left;
    margin-left: 30px;
  }

  .access-note.right .indicator .plus-icon .plus {
    float: left;
  }

  .access-note.right.top {
    top: 75px;
    left: 530px;
  }

  .access-note.right.top .access-name {
    float: left;
    margin-left: -28px;
    font-size: medium;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }

  .access-note.right.bottom {
    top: 280px;
    left: 580px;
  }

  .access-note.right.bottom .access-name {
    float: left;
    margin-left: -60px;
    padding-top: 70px;
    margin-top: 22px;
    font-size: medium;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  .access-note.right.bottom .indicator {
    margin-top: 0;
  }

  .access-note.right.bottom .indicator .plus-icon:after {
    width: 0;
  }

  .access-note.right.bottom .access-name:before {
    top: 58px;
  }

  .access-note.right.bottom .access-name:after {
    top: 0;
  }

  /* Left side feature notes */
  .access-note.left .indicator {
    float: right;
  }

  .access-note.left .indicator .plus-icon {
    float: right;
  }

  .access-note.left .indicator .plus-icon:after {
    float: right;
    margin-right: 30px;
  }

  .access-note.left .indicator .plus-icon .plus {
    float: right;
  }

  .access-note.left.top {
    top: 140px;
    right: 560px;
  }

  .access-note.left.top .access-name {
    margin-right: -103px;
    margin-left: 65px;
    float: right;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    font-size: medium;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }

  .access-note.left.bottom {
    top: 260px;
    left: 100px;
  }

  .access-note.left.bottom .access-name {
    float: left;
    margin-left: -80px;
    padding-top: 70px;
    margin-top: 100px;
    font-size: medium;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  .access-note.left.bottom .indicator {
    margin-top: 0;
    top: 400px;
  }

  .access-note.left.bottom .indicator .plus-icon:after {
    margin-top: 138px;
    margin-right: 15px;
  }

  .access-note.left.bottom .access-name:before {
    top: 75px;
    left: 185px;
  }

  .access-note.left.bottom .access-name:after {
    top: -60px;
    left: 345px;
    height: 137px;
  }

  /* Show content states */
  .access-note.show-cont .access-name {
    transition: -webkit-transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
    -webkit-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -moz-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -ms-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -o-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
  }

  .access-note.show-cont.right.top .access-name,
  .access-note.show-cont.right.bottom .access-name,
  .access-note.show-cont.left.top .access-name,
  .access-note.show-cont.left.bottom .access-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .access-note.show-cont.left.bottom .indicator .plus-icon:after {
    width: 155px;
  }

  .access-note.show-cont.left.top .indicator .plus-icon:after {
    width: 120px;
  }

  .access-note.show-cont.right.top .indicator .plus-icon:after {
    width: 165px;
  }

  .access-note.show-cont.right.bottom .indicator .plus-icon:after {
    width: 138px;
  }
}

@media (max-width: 991px) {
  .the-access-product img {
    max-width: 400px;
  }
  .access-note {
    display: inline-block;
    height: 115px;
    position: absolute;
    transition: all 300ms linear 0s;
    color: #000;
  }

  .access-note .indicator {
    margin-top: 67px;
    width: 192px;
    transition: all 300ms linear 0s;
  }

  .access-note .indicator .plus-icon {
    height: 49px;
    width: 49px;
    border-radius: 100%;
    padding: 8px;
    position: relative;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
  }

  .access-note .indicator .plus-icon:before {
    content: "";
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid;
    border-radius: 100%;
    -webkit-animation: doublePulse 1.5s ease infinite;
    animation: doublePulse 1.5s ease infinite;
    z-index: 0;
    border-color: #00b5e2;
  }

  .access-note .indicator .plus-icon:after {
    content: "";
    height: 2px;
    display: block;
    margin-top: -17px;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
    width: 0;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  .access-note .indicator .plus-icon .plus {
    border-radius: 100px;
    width: 100%;
    display: block;
    line-height: 31px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all 300ms linear 0s;
    background: #00b5e2;
    color: #fff;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
  }

  .access-note .access-name {
    text-transform: uppercase;
    height: 91px;
    line-height: 20px;
    position: relative;
    letter-spacing: 0.2px;
  }

  .access-note .access-name:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: calc(50% - 4px);
    transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  .access-note .access-name:after {
    content: "";
    display: block;
    width: 2px;
    height: 58px;
    position: absolute;
    top: 33px;
    left: calc(50% - 1px);
    transition: all 300ms linear 0s;
    background: #00b5e2;
  }

  /* Right side feature notes */
  .access-note.right .indicator {
    float: left;
  }

  .access-note.right .indicator .plus-icon {
    float: left;
  }

  .access-note.right .indicator .plus-icon:after {
    float: left;
    margin-left: 30px;
  }

  .access-note.right .indicator .plus-icon .plus {
    float: left;
  }

  .access-note.right.top {
    top: 60px;
    left: 395px;
  }

  .access-note.right.top .access-name {
    float: left;
    margin-left: -76px;
    font-size: small;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }

  .access-note.right.bottom {
    top: 250px;
    left: 450px;
  }

  .access-note.right.bottom .access-name {
    float: left;
    margin-left: -95px;
    padding-top: 70px;
    margin-top: 22px;
    font-size: small;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  .access-note.right.bottom .indicator {
    margin-top: 0;
  }

  .access-note.right.bottom .indicator .plus-icon:after {
    width: 0;
  }

  .access-note.right.bottom .access-name:before {
    top: 58px;
  }

  .access-note.right.bottom .access-name:after {
    top: 0;
  }

  /* Left side feature notes */
  .access-note.left .indicator {
    float: right;
  }

  .access-note.left .indicator .plus-icon {
    float: right;
  }

  .access-note.left .indicator .plus-icon:after {
    float: right;
    margin-right: 30px;
  }

  .access-note.left .indicator .plus-icon .plus {
    float: right;
  }

  .access-note.left.top {
    top: 100px;
    right: 430px;
  }

  .access-note.left.top .access-name {
    margin-left: -60px;
    float: right;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    font-size: small;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }

  .access-note.left.bottom {
    top: 240px;
    left: 40px;
  }

  .access-note.left.bottom .access-name {
    float: left;
    margin-left: -50px;
    padding-top: 70px;
    margin-top: 100px;
    font-size: small;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    max-width: 100px;
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis;
  }

  .access-note.left.bottom .indicator {
    margin-top: 0;
    top: 400px;
  }

  .access-note.left.bottom .indicator .plus-icon:after {
    margin-top: 138px;
    margin-right: 16px;
  }

  .access-note.left.bottom .access-name:before {
    top: 75px;
    left: 96px;
  }

  .access-note.left.bottom .access-name:after {
    top: -60px;
    left: 265px;
    height: 137px;
  }

  /* Show content states */
  .access-note.show-cont .access-name {
    transition: -webkit-transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
    -webkit-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -moz-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -ms-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
    -o-transition: transform 150ms ease 150ms,
      -webkit-transform 150ms ease 150ms;
  }

  .access-note.show-cont.right.top .access-name,
  .access-note.show-cont.right.bottom .access-name,
  .access-note.show-cont.left.top .access-name,
  .access-note.show-cont.left.bottom .access-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }

  .access-note.show-cont.left.bottom .indicator .plus-icon:after {
    width: 170px;
  }

  .access-note.show-cont.left.top .indicator .plus-icon:after {
    width: 108px;
  }

  .access-note.show-cont.right.top .indicator .plus-icon:after {
    width: 110px;
  }

  .access-note.show-cont.right.bottom .indicator .plus-icon:after {
    width: 95px;
  }
}

@media (max-width: 767px) {
  .the-access-product {
    text-align: center;
    overflow: hidden;
  }

  .the-access-product img {
    max-width: 350px;
  }

  .access {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    margin-top: 50px;
  }

  .access-note {
    height: auto;
  }

  .access-note .indicator {
    width: 49px;
    margin-top: 90px;
  }

  .access-note .indicator .plus-icon:after {
    display: none;
  }

  .access-note.right.top {
    left: 160px;
    top: 25px;
  }

  .access-note.right.top .access-name {
    /* margin-left: -70%; */
    right: -23px;
    font-size: small;
    max-width: 80px;
    font-size: small;
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis;
  }

  .access-note.right.top .access-name:before {
    top: 25px;
  }

  .access-note.right.top .access-name:after {
    height: 60px;
  }

  .access-note.right.bottom {
    left: 195px;
    top: 210px;
  }

  .access-note.right.bottom .access-name {
    left: 35px;
    padding-top: 120px;
    font-size: small;
    margin-top: 50px;
    /* Prevent text overflow */
    max-width: 100px;
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis;
  }

  .access-note.right.bottom .access-name:before {
    top: 110px;
  }

  .access-note.right.bottom .access-name:after {
    height: 110px;
  }

  .access-note.left.top {
    left: 60px;
    top: 30px;
  }

  .access-note.left.top .access-name {
    margin-right: -35px;
    white-space: nowrap;
    font-size: small;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
  }

  .access-note.left.bottom {
    left: -10px;
    top: 200px;
  }

  .access-note.left.bottom .access-name {
    margin-right: -10px;
    top: 49px;
    left: 65px;
    padding-top: 20px;
    font-size: small;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    /* max-width: 150px;
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis; */
  }

  .access-note.left.bottom .access-name:before {
    position: absolute;
    top: 0px;
    margin-left: 1px;
    left: calc(50% - 4px);
  }

  .access-note.left.bottom .access-name:after {
    display: block;
    top: -100px;
    left: 50px;
    height: 100px;
  }

  .access-note.left.bottom .indicator {
    width: 49px;
    height: 10px;
  }
}

/*access backside lock ui end*/
.access_bg_img {
  background-image: url("../img/mewa/Camlock.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .access_bg_img {
    background-image: none; /* This only removes the background image */
  }
}

@media (max-width: 776px) {
  .access_bg_img {
    background-image: none; /* This only removes the background image */
  }
}
