.the-product {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

/*=============Custom Animation=============*/
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
/*=========The Product==========*/
.the-product {
  padding: 110px 0 160px;
}

@media (max-width: 767px) {
  .the-product {
    text-align: center;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .the-product img {
    max-width: 200px;
  }
}

.apple-watch-note-feature {
  padding-top: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .apple-watch-note-feature {
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }
}

.feature-note {
  display: inline-block;
  height: 115px;
  position: absolute;
  transition: all 300ms linear 0s;
  /*Content Show on Click*/
}

@media (max-width: 767px) {
  .feature-note {
    height: auto;
  }
}


.feature-note.left.top .indicator {
  margin-top: 67px;
  width: 130px;
  transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
.feature-note.left.top .indicator {
  width: 50px;
}
}

.feature-note.left.middle .indicator {
  margin-top: 67px;
  width: 130px;
  transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
.feature-note.left.middle .indicator {
  width: 50px;
}
}

.feature-note.right.top .indicator {
  margin-top: 67px;
  width: 130px;
  transition: all 300ms linear 0s;
}

@media (max-width: 991px) {
.feature-note.right.top .indicator {
  width: 50px;
}
}
@media (max-width: 767px) {
.feature-note.right.top .indicator {
  width: 50px;
}
}


.feature-note.right.bottom .indicator {
  margin-top: 67px;
  width: 130px;
  transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
.feature-note.right.bottom .indicator {
  width: 50px;
}
}

.feature-note.right.middle .indicator {
  margin-top: 67px;
  width: 130px;
  transition: all 300ms linear 0s;
}
@media (max-width: 767px) {
.feature-note.right.middle .indicator {
  width: 50px;
}
}

.feature-note.right.middle2 .indicator {
  margin-top: 67px;
  width: 130px;
  transition: all 300ms linear 0s;
}

@media (max-width: 767px) {
.feature-note.right.middle2 .indicator {
  width: 50px;
}
}

.feature-note.left.bottom .indicator {
  margin-top: 67px;
  width: 130px;
  transition: all 300ms linear 0s;
}

.feature-note.right.top.indicator .plus-icon:after {
    width: 205px;
}

@media (max-width: 767px) {
  .feature-note .indicator {
    width: 49px;
    margin-top: 90px;
  }
}

.feature-note .indicator .plus-icon {
  height: 49px;
  width: 49px;
  border-radius: 100%;
  padding: 8px;
  position: relative;
  transition: all 300ms linear 0s;
  transition-duration: 150ms;
}

.feature-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;
}

.feature-note .indicator .plus-icon:after {
  content: '';
  height: 2px;
  display: block;
  margin-top: -17px;
  transition: all 300ms linear 0s;
  transition-duration: 150ms;
  width: 0;
}

@media (max-width: 767px) {
  .feature-note .indicator .plus-icon:after {
    display: none;
  }
}

.feature-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;
}

.feature-note .feature-name {
  height: 91px;
  line-height: 20px;
  position: relative;
  letter-spacing: 0.2px;
}

.feature-note .feature-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;
}

.feature-note .feature-name:after {
  content: '';
  display: block;
  width: 2px;
  height: 58px;
  position: absolute;
  top: 33px;
  left: calc(50% - 1px);
  transition: all 300ms linear 0s;
}

.feature-note.right .indicator {
  float: left;
}

.feature-note.right .indicator .plus-icon {
  float: left;
}

.feature-note.right .indicator .plus-icon:after {
  float: left;
  margin-left: 30px;
}

.feature-note.right .indicator .plus-icon .plus {
  float: left;
}

.feature-note.right.top {
  top: 70px;
  right: 50px;
}

@media (max-width: 1199px) {
  .feature-note.right.top {
    right: 70px;
	top: 30px
  }
}

@media (max-width: 991px) {
  .feature-note.right.top {
    right: 60px;
	top:-20px;
  }
}

@media (max-width: 767px) {
  .feature-note.right.top {
    right: 10px;
    top: -40px;
  }
}

.feature-note.right.top .feature-name {
  float: left;
  margin-left: 140px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
@media (max-width: 1199px) {
  .feature-note.right.top .feature-name {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .feature-note.right.top .feature-name {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .feature-note.right.top .feature-name {
    margin-left: -50%;
  }
}

.feature-note.right.bottom {
  top: 250px;
  right: 0px;
}

@media (max-width: 1199px) {
  .feature-note.right.bottom {
    right: 10px;
	top: 206px;  
  }
}

@media (max-width: 991px) {
  .feature-note.right.bottom {
    right: 0px;
	top: 120px;
  }
}

@media (max-width: 767px) {
  .feature-note.right.bottom {
    right: 150px;
    top: 108px;
  }
}


@media (max-width: 380px) {
  .feature-note.right.bottom {
    right: 124px;
    top: 108px;
  }
}

.feature-note.right.bottom .indicator {
  margin-top: 0;
}

.feature-note.right.bottom .indicator .plus-icon:after {
  width: 0;
}

.feature-note.right.bottom .feature-name {
  float: left;
  margin-left: 38px;
  padding-top: 70px;
  margin-top: 22px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}


@media (max-width: 1199px) {
  .feature-note.right.bottom .feature-name {
    margin-left: -55px;
  }
}

@media (max-width: 991px) {
  .feature-note.right.bottom .feature-name {
    margin-left: -115px;
  }
}

@media (max-width: 767px) {
  .feature-note.right.bottom .feature-name {
    margin-left: -50%;
    margin-top: 20px;
    height: 140px;
    padding-top: 120px;
	max-width: 140px;  
	max-width: 140px;  
  }
}

.feature-note.right.bottom .feature-name:before {
  top: 58px;
}

@media (max-width: 767px) {
  .feature-note.right.bottom .feature-name:before {
    top: 110px;
  }
}

.feature-note.right.bottom .feature-name:after {
  top: 0;
}

@media (max-width: 767px) {
  .feature-note.right.bottom .feature-name:after {
    height: 110px;
  }
}

.feature-note.right.middle {
  top: 305px;
  right: 250px;
}

@media (max-width: 1199px) {
  .feature-note.right.middle {
    right: 161px;
	top: 260px; 
  }
}

@media (max-width: 991px) {
  .feature-note.right.middle {
    right: 120px;
	top: 180px;  
  }
}

@media (max-width: 767px) {
  .feature-note.right.middle {
    right: -17px;
    top: 85px;
  }
}

.feature-note.right.middle .indicator {
  margin-top: 0;
}

.feature-note.right.middle .indicator .plus-icon:after {
  width: 0;
}

.feature-note.right.middle .feature-name {
  float: left;
  margin-left: 60px;
  padding-top: 70px;
  margin-top: 22px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

@media (max-width: 991px) {
  .feature-note.right.middle .feature-name {
    margin-left: -45px;
  }
}

@media (max-width: 767px) {
  .feature-note.right.middle .feature-name {
    margin-left: -50%;
    margin-top: 30px;
    height: 140px;
    padding-top: 120px;
  }
}

.feature-note.right.middle .feature-name:before {
  top: 58px;
}

@media (max-width: 767px) {
  .feature-note.right.middle .feature-name:before {
    top: 110px;
  }
}

.feature-note.right.middle .feature-name:after {
  top: 0;
}

@media (max-width: 767px) {
  .feature-note.right.middle .feature-name:after {
    height: 110px;
  }
}


.feature-note.right.middle2 {
  top: 375px;
  right: 540px;
}

@media (max-width: 1199px) {
  .feature-note.right.middle2 {
    right: 340px;
	top: 280px; 
  }
}

@media (max-width: 991px) {
  .feature-note.right.middle2 {
    right: 245px;
	top: 210px;
  }
}

@media (max-width: 767px) {
  .feature-note.right.middle2 {
    right: -85px;
    top: 75px;
  }
}

.feature-note.right.middle2 .indicator {
  margin-top: 0;
}

.feature-note.right.middle2 .indicator .plus-icon:after {
  width: 0;
}

.feature-note.right.middle2 .feature-name {
  float: left;
  margin-left: 60px;
  padding-top: 70px;
  margin-top: 22px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

@media (max-width: 991px) {
  .feature-note.right.middle2 .feature-name {
    margin-left: -45px;
  }
}

@media (max-width: 767px) {
  .feature-note.right.middle2 .feature-name {
    margin-left: -50%;
    margin-top: 0px;
    height: 140px;
    padding-top: 83px;
  }
}

.feature-note.right.middle2 .feature-name:before {
  top: 58px;
}

@media (max-width: 767px) {
  .feature-note.right.middle2 .feature-name:before {
    top: 70px;
  }
}

.feature-note.right.middle2 .feature-name:after {
  top: 0;
}

@media (max-width: 767px) {
  .feature-note.right.middle2 .feature-name:after {
    height: 70px;
  }
}


.feature-note.left .indicator {
  float: right;
}

.feature-note.left .indicator .plus-icon {
  float: right;
}

.feature-note.left .indicator .plus-icon:after {
  float: right;
  margin-right: 30px;
}

.feature-note.left .indicator .plus-icon .plus {
  float: right;
}

.feature-note.left.top {
  top: 100px;
  left: 300px;
}

.feature-note.left.middle {
  top: 100px;
  left: 670px;
}

@media (max-width: 1199px) {
  .feature-note.left.top {
    left: 130px;
	 top: 55px; 
  }
}

@media (max-width: 1199px) {
  .feature-note.left.middle {
    left: 440px;
	  top:45px;
  }
}

@media (max-width: 991px) {
  .feature-note.left.top {
    left: -10px;
	top: 10px;
  }
}

@media (max-width: 991px) {
  .feature-note.left.middle {
    left: 305px;
	  top: 30px;
  }
}

@media (max-width: 767px) {
  .feature-note.left.top {
    left: -16px;
    top: -10px;
  }
}

@media (max-width: 767px) {
  .feature-note.left.middle {
    left: -83px;
    top: -30px;
  }
}

.feature-note.left.top .feature-name {
  margin-right: -47px;
  float: right;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

@media (max-width: 991px) {
  .feature-note.left.top .feature-name {
    margin-right: -47px;
  }
}

@media (max-width: 767px) {
  .feature-note.left.top .feature-name {
    margin-right: -50%;
	  max-width: 150px;
  }
}

.feature-note.left.middle .feature-name {
  margin-right: -47px;
  float: right;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

@media (max-width: 991px) {
  .feature-note.left.middle .feature-name {
    margin-right: -47px;
  }
}

@media (max-width: 767px) {
  .feature-note.left.middle .feature-name {
    margin-right: -50%;
  }
}

.feature-note.left.bottom {
  top: 325px;
  left: 0px;
  height: auto;
}

@media (max-width: 1199px) {
  .feature-note.left.bottom {
    left: -70px;
	  top: 240px;
  }
}

@media (max-width: 991px) {
  .feature-note.left.bottom {
    left: -30px;
	top: 240px;
  }
}

@media (max-width: 767px) {
  .feature-note.left.bottom {
    left: 0px;
    top: 100px;
  }
}

@media (max-width: 399px) {
  .feature-note.left.bottom {
    left: -45px;
    top: 95px;
  }
}

.feature-note.left.bottom .indicator {
  margin-top: 0;
}

@media (max-width: 991px) {
  .feature-note.left.bottom .indicator {
    width: 89px;
  }
}

@media (max-width: 767px) {
  .feature-note.left.bottom .indicator {
    width: 49px;
  }
}

.feature-note.left.bottom .feature-name {
  margin-right: 10px;
  float: right;
  height: auto;
  padding-top: 14px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 767px) {
  .feature-note.left.bottom .feature-name {
    margin-right: -50%;
    top: 10px;
    padding-top: 73px;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
  }
}

.feature-note.left.bottom .feature-name:before {
  position: relative;
  display: inline-block;
  top: 0;
  left: calc(100% + 5px);
}

@media (max-width: 767px) {
  .feature-note.left.bottom .feature-name:before {
    position: absolute;
    top: 62px;
    left: calc(50% - 4px);
  }
}

.feature-note.left.bottom .feature-name:after {
  display: none;
}

@media (max-width: 767px) {
  .feature-note.left.bottom .feature-name:after {
    display: block;
    top: 0;
    height: 62px;
  }
}

.feature-note.show-cont .indicator .plus-icon:after {
  width: 155px;
}

.feature-note.show-cont .feature-name {
  transition: -webkit-transform 150ms ease 150ms;
  transition: transform 150ms ease 150ms;
  transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
}

.feature-note.show-cont.right.top .feature-name {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

/* first line */
.feature-note.show-cont.right.top .indicator .plus-icon:after {
  width: 246px;
}

.feature-note.show-cont.left.bottom .indicator .plus-icon:after {
  width: 96px;
}

.feature-note.show-cont.left.middle .indicator .plus-icon:after {
  width: 94px;
}

.feature-note.show-cont.right.middle .indicator .plus-icon:after {
  width: 215px;
}

.feature-note.show-cont.right.middle2 .indicator .plus-icon:after {
  width: 215px;
}

.feature-note.show-cont.right.bottom .indicator .plus-icon:after {
  width: 237px;
}

@media (max-width: 1199px) {
.feature-note.show-cont.right.bottom .indicator .plus-icon:after {
  width: 144px;
}
}

@media (max-width: 1199px) {
    .feature-note.show-cont.right.top .indicator .plus-icon:after {
        width: 106px;
    }
}

@media (max-width: 991px) {
.feature-note.show-cont.right.top .indicator .plus-icon:after {
  width: 27px;
}

  .feature-note.show-cont.right.bottom .indicator .plus-icon:after {
    width: 83px;
  }
}

.feature-note.show-cont.right.bottom .feature-name {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 991px) {
  .feature-note.show-cont.right.middle .indicator .plus-icon:after {
    width: 109px;
  }
}

.feature-note.show-cont.right.middle .feature-name {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 991px) {
  .feature-note.show-cont.right.middle2 .indicator .plus-icon:after {
    width: 110px;
  }
}

.feature-note.show-cont.right.middle2 .feature-name {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.feature-note.show-cont.left.top .feature-name {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.feature-note.show-cont.left.middle .feature-name {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 991px) {
  .feature-note.show-cont.left.bottom .indicator .plus-icon:after {
    width: 48px;
  }
}

.feature-note.show-cont.left.bottom .feature-name {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.the-watch {
  padding: 102px 0 94px;
}

.the-watch .the-watch-img {
  float: right;
}

@media (max-width: 991px) {
  .the-watch .the-watch-img {
    float: left;
    width: 100%;
  }
}

.the-watch img {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .the-watch img {
    max-width: 200px;
  }
}

.the-watch-features {
  padding-top: 63px;
}

@media (max-width: 991px) {
  .the-watch-features {
    float: left;
  }
}

@media (max-width: 767px) {
  .the-watch-features {
    padding-bottom: 50px;
  }
}

.the-watch-features ul li {
  font: 300 20px/32px "Poppins", sans-serif;
}

@media (max-width: 767px) {
  .the-watch-features ul li {
    font-size: 16px;
  }
}

.the-watch-features ul li + li {
  margin-top: 22px;
}

.the-watch-features ul li:before {
  width: 32px;
  height: 32px;
  margin-right: 17px;
  content: '';
  background: url(../images/check.png) no-repeat scroll 0 0;
  float: left;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes popin {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  #exit-modal .exit-modal {
    width: 100%;
    height: 100%;
  }
}

/*=====The Product Color=====*/
.feature-note {
  color: #636363;
}

.feature-note .indicator .plus-icon:before {
  border-color: #0084ff;
}

.feature-note .indicator .plus-icon:after {
  background: #0084ff;
}

.feature-note .indicator .plus-icon .plus {
  background: #0084ff;
  color: #fff;
}

.feature-note .feature-name:before {
  background: #0084ff;
}

.feature-note .feature-name:after {
  background: #0084ff;
}
.specialspacing{
	margin-top:-30px;
}
@media (max-width: 767px) {
.specialspacing{
	margin-top:-10px;
}
}
