@charset "UTF-8";
.dark {
  color: #fff;
}

.light {
  color: #6e6e73;
}

.acbutton {
  color: #86868b;
  border: 1px solid #86868b;
  border-radius: 30px;
  font-size: 28px;
  padding: 10px 22px;
  transition: 0.4s;
}
.acbutton:hover {
  background: #222;
  border: 1px solid #222;
  color: #fff;
}
@media (max-width: 1024px) {
  .acbutton {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .acbutton {
    font-size: 20px;
  }
}

.semiheader {
  color: #868686;
  font-size: 30px;
  line-height: 35px;
  padding: 0 0 20px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .semiheader {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .semiheader {
    font-size: 20px;
  }
}

h3.subheading {
  font-size: 42px;
  line-height: 58px;
  color: #a1a1a6;
  font-weight: 400;
}

.commontitle {
  font-size: 58px;
  line-height: 68px;
  padding: 0 0 30px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .commontitle {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .commontitle {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .commontitle br {
    display: none;
  }
}

.learnmore {
  font-size: 30px;
  color: #0066cc;
  transition: 0.4s;
}
.learnmore:hover {
  color: #000;
}
@media (max-width: 1300px) {
  .learnmore {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .learnmore {
    font-size: 20px;
  }
}

.futureof_health {
  padding: 60px 0;
  background-color: #000;
}
@media (max-width: 1024px) {
  .futureof_health {
    padding: 50px 0;
  }
}
.futureof_health .future_inside {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.futureof_health .future_inside .left {
  text-align: center;
  width: 48%;
  padding: 80px 0;
}
.futureof_health .future_inside .left .smallicon {
  padding: 0 0 30px;
}
.futureof_health .future_inside .left h1.bannerheader {
  font-size: 90px;
  line-height: 90px;
  font-weight: 500;
  padding: 0 0 40px;
}
@media (max-width: 1300px) {
  .futureof_health .future_inside .left h1.bannerheader {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 1024px) {
  .futureof_health .future_inside .left h1.bannerheader {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .futureof_health .future_inside .left h1.bannerheader {
    font-size: 35px;
    line-height: 40px;
  }
}
.futureof_health .future_inside .left p {
  font-size: 30px;
  line-height: 48px;
  padding: 0 0 30px;
  color: #a1a1a6;
}
.futureof_health .future_inside .left p sup {
  color: #a1a1a6;
  font-size: 24px;
}
@media (max-width: 1300px) {
  .futureof_health .future_inside .left p sup {
    font-style: 18px;
  }
}
@media (max-width: 1024px) {
  .futureof_health .future_inside .left p sup {
    font-style: 14px;
  }
}
@media (max-width: 1300px) {
  .futureof_health .future_inside .left p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .futureof_health .future_inside .left p {
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .futureof_health .future_inside .left {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .futureof_health .future_inside .left {
    width: 100%;
    padding: 0;
  }
}
.futureof_health .future_inside .right {
  width: 48%;
  text-align: right;
}
@media (max-width: 767px) {
  .futureof_health .future_inside .right {
    width: 100%;
    margin-top: 50px;
  }
}
.futureof_health.watchse {
  background-color: #fff;
}
.futureof_health.watchse .future_inside .left .bannerheader {
  color: #1d1d1f;
}
.futureof_health.watchse .future_inside .left p {
  color: #1d1d1f;
}
.futureof_health.iphone12 {
  background: #fafafa;
  margin-bottom: 20px;
}
.futureof_health.iphone12 .future_inside .left {
  color: #1d1d1f;
  text-align: left;
}
.futureof_health.iphone12 .future_inside .left p {
  color: #1d1d1f;
}
@media (max-width: 767px) {
  .futureof_health.iphone12 .future_inside .right {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.futureof_health.iphone12pro {
  border-bottom: 10px solid #161617;
}
.futureof_health.iphone12pro .future_inside .left {
  text-align: left;
}
.futureof_health.iphone12pro .future_inside .left p {
  color: #fff;
}

.understand_health {
  background: #111111;
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .understand_health {
    padding: 50px 0;
  }
}
.understand_health .understand_inside {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.understand_health .understand_inside .left {
  width: 48%;
}
@media (max-width: 767px) {
  .understand_health .understand_inside .left {
    width: 100%;
    order: 2;
    text-align: center;
    margin-top: 50px;
  }
}
.understand_health .understand_inside .right {
  width: 48%;
  padding: 60px 0;
}
.understand_health .understand_inside .right h3 sup {
  color: #1d1d1d;
}
.understand_health .understand_inside .right .listing {
  width: 100%;
  float: left;
}
.understand_health .understand_inside .right .listing .box {
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.understand_health .understand_inside .right .listing .box figure {
  width: 60px;
}
.understand_health .understand_inside .right .listing .box .infos {
  width: calc(100% - 60px);
  padding: 0 0 0 30px;
  color: #a1a1a6;
  font-size: 28px;
  line-height: 42px;
}
.understand_health .understand_inside .right .listing .box .infos sup {
  color: #a1a1a6;
  font-size: 22px;
}
@media (max-width: 1300px) {
  .understand_health .understand_inside .right .listing .box .infos sup {
    font-size: 16px;
  }
}
@media (max-width: 767x) {
  .understand_health .understand_inside .right .listing .box .infos sup {
    font-size: 14px;
  }
}
.understand_health .understand_inside .right .listing .box .infos strong {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .understand_health .understand_inside .right .listing .box .infos {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .understand_health .understand_inside .right .listing .box .infos {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .understand_health .understand_inside .right {
    width: 100%;
    padding: 0;
    order: 1;
  }
}
.understand_health.watchse {
  background: #fff;
  border-top: 20px solid #f5f5f7;
  padding: 140px 0;
}
.understand_health.watchse .understand_inside {
  flex-direction: row-reverse;
}
.understand_health.watchse .understand_inside .right .commontitle {
  color: #1d1d1f;
}
@media (max-width: 767px) {
  .understand_health.watchse .understand_inside .right .commontitle br {
    display: none;
  }
}
.understand_health.watchse .understand_inside .right h3.subheading {
  color: #1d1d1f;
  font-size: 30px;
  line-height: 48px;
}
.understand_health.watchse .understand_inside .right h3.subheading sup {
  color: #1a1a1a;
  font-size: 18px;
}
@media (max-width: 767px) {
  .understand_health.watchse .understand_inside .right h3.subheading sup {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .understand_health.watchse .understand_inside .right h3.subheading {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .understand_health.watchse .understand_inside .right h3.subheading {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 1300px) {
  .understand_health.watchse {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .understand_health.watchse {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .understand_health.watchse {
    padding: 50px 0;
  }
}
.understand_health.awatch {
  background: #fff;
  border-top: 20px solid #f5f5f7;
  padding: 0;
}
@media (max-width: 767px) {
  .understand_health.awatch .understand_inside .right .commontitle br {
    display: none;
  }
}
.understand_health.awatch .understand_inside .right .listing .box .infos {
  color: #6e6e73;
}
.understand_health.awatch .understand_inside .right .listing .box .infos strong {
  color: #1d1d1f;
}
@media (max-width: 767px) {
  .understand_health.awatch .understand_inside .right {
    margin-top: 50px;
  }
}
.understand_health.awatch .understand_inside .left figure {
  display: flex;
}
@media (max-width: 767px) {
  .understand_health.awatch .understand_inside .left figure {
    align-items: flex-end;
    justify-content: center;
  }
}
.understand_health.iphone12 {
  background-color: #f5f5f7;
  padding: 90px 0 0 0;
  margin-bottom: 20px;
}
.understand_health.iphone12 .understand_inside .left figure {
  display: flex;
}
.understand_health.iphone12 .understand_inside .right {
  color: #1d1d1f;
}
.understand_health.iphone12 .understand_inside .right h3.subheading {
  color: #1d1d1d;
  font-size: 30px;
  line-height: 44px;
}
@media (max-width: 1024px) {
  .understand_health.iphone12 .understand_inside .right {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 1450px) {
  .understand_health.iphone12 .understand_inside {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .understand_health.iphone12 {
    padding: 50px 0 0 0;
  }
}
.understand_health.dualcamera {
  background-color: #f5f5f7;
  padding: 80px 0;
  margin-bottom: 20px;
}
.understand_health.dualcamera .understand_inside .left figure {
  display: flex;
}
@media (max-width: 767px) {
  .understand_health.dualcamera .understand_inside .left figure {
    display: block;
  }
}
@media (max-width: 767px) {
  .understand_health.dualcamera .understand_inside .left {
    text-align: center;
  }
}
.understand_health.dualcamera .understand_inside .right {
  color: #1d1d1f;
  padding: 0;
}
.understand_health.dualcamera .understand_inside .right h3.subheading {
  color: #1d1d1d;
  font-size: 30px;
  line-height: 44px;
  margin: 0 0 50px;
}
.understand_health.dualcamera .understand_inside .right .listing h4 {
  color: #1d1d1f;
  font-size: 30px;
  border-bottom: 2px solid #e2e2e4;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.understand_health.dualcamera .understand_inside .right .listing .box .infos {
  font-size: 25px;
  line-height: 35px;
  color: #1d1d1f;
}
.understand_health.dualcamera .understand_inside .right .listing .box .infos strong {
  color: #1d1d1f;
}
@media (max-width: 1024px) {
  .understand_health.dualcamera {
    padding: 50px 0;
  }
}

.fitnesswrap {
  background: #000;
  padding: 100px 0;
}
.fitnesswrap .fitness_inside {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fitnesswrap .fitness_inside .left {
  width: 48%;
}
.fitnesswrap .fitness_inside .left h3.subheading {
  padding: 0 0 50px;
  font-size: 30px;
  line-height: 48px;
}
.fitnesswrap .fitness_inside .left h3.subheading sup {
  color: #1a1a1a;
  font-size: 18px;
}
@media (max-width: 1300px) {
  .fitnesswrap .fitness_inside .left h3.subheading sup {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fitnesswrap .fitness_inside .left h3.subheading sup {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .fitnesswrap .fitness_inside .left h3.subheading {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .fitnesswrap .fitness_inside .left h3.subheading {
    font-size: 20px;
    line-height: 34px;
  }
}
.fitnesswrap .fitness_inside .left p {
  color: #a1a1a6;
  font-size: 28px;
  line-height: 42px;
}
.fitnesswrap .fitness_inside .left p strong {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .fitnesswrap .fitness_inside .left p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .fitnesswrap .fitness_inside .left p {
    font-size: 18px;
    line-height: 30px;
  }
}
.fitnesswrap .fitness_inside .left .iconsrow {
  display: flex;
  padding: 0 0 30px;
}
.fitnesswrap .fitness_inside .left .iconsrow figure {
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  .fitnesswrap .fitness_inside .left {
    width: 100%;
  }
}
.fitnesswrap .fitness_inside .right {
  width: 48%;
  text-align: right;
}
.fitnesswrap .fitness_inside .right figure {
  display: flex;
}
@media (max-width: 767px) {
  .fitnesswrap .fitness_inside .right figure {
    align-items: flex-end;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .fitnesswrap .fitness_inside .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.fitnesswrap.watchse {
  background: #dbecff;
  padding-bottom: 0;
}
.fitnesswrap.watchse .fitness_inside {
  flex-direction: row-reverse;
}
.fitnesswrap.watchse .fitness_inside .left h3 {
  color: #1d1d1f;
}
.fitnesswrap.watchse .fitness_inside .left h3 sup {
  color: #1a1a1a;
  font-size: 18px;
}
.fitnesswrap.watchse .fitness_inside .left p {
  color: #6e6e73;
}
.fitnesswrap.watchse .fitness_inside .left p strong {
  color: #1d1d1f;
}
@media (max-width: 1024px) {
  .fitnesswrap {
    padding: 50px 0;
  }
}

.youronthe_go {
  padding: 100px 0;
  background: #111;
}
.youronthe_go .youronthe_inside {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.youronthe_go .youronthe_inside .left {
  width: 48%;
}
@media (max-width: 767px) {
  .youronthe_go .youronthe_inside .left {
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
}
.youronthe_go .youronthe_inside .right {
  width: 48%;
}
.youronthe_go .youronthe_inside .right h3.subheading {
  font-size: 30px;
  line-height: 48px;
}
@media (max-width: 1024px) {
  .youronthe_go .youronthe_inside .right h3.subheading {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .youronthe_go .youronthe_inside .right h3.subheading {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .youronthe_go .youronthe_inside .right {
    width: 100%;
  }
}
.youronthe_go.iphone12pro {
  background-color: #000000;
  border-bottom: 10px solid #161617;
}
.youronthe_go.iphone12pro .youronthe_inside .right h3.subheading {
  color: #fff;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .youronthe_go.iphone12pro .youronthe_inside .right h3.subheading {
    margin-bottom: 0;
  }
}
.youronthe_go.iphone12pro .youronthe_inside .right .promax h5 {
  color: #8fccdc;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .youronthe_go.iphone12pro .youronthe_inside .right .promax h5 {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .youronthe_go.iphone12pro .youronthe_inside .right .promax h5 {
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
  }
}
.youronthe_go.iphone12pro .youronthe_inside .right .promax .insboxwrap {
  width: 100%;
  float: left;
  border-top: 1px solid #424245;
  padding: 20px 0 0 0;
  margin: 25px 0 0 0;
}
.youronthe_go.iphone12pro .youronthe_inside .right .promax .insboxwrap .insbox {
  width: 50%;
  float: left;
}
.youronthe_go.iphone12pro .youronthe_inside .right .promax .insboxwrap .insbox .pers {
  color: #fff;
  font-size: 50px;
}
.youronthe_go.iphone12pro .youronthe_inside .right .promax .insboxwrap .insbox .pers span {
  font-size: 34px;
}
@media (max-width: 767px) {
  .youronthe_go.iphone12pro .youronthe_inside .right .promax .insboxwrap .insbox .pers span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .youronthe_go.iphone12pro .youronthe_inside .right .promax .insboxwrap .insbox .pers {
    font-size: 30px;
  }
}
.youronthe_go.iphone12pro .youronthe_inside .right .promax .insboxwrap .insbox p {
  font-size: 25px;
  line-height: 32px;
  color: #a1a1a6;
}
@media (max-width: 1024px) {
  .youronthe_go.iphone12pro .youronthe_inside .right .promax .insboxwrap .insbox p {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .youronthe_go.iphone12pro .youronthe_inside .right .promax .insboxwrap .insbox p {
    font-size: 18px;
    line-height: 32px;
  }
}
.youronthe_go.wireless {
  background-color: #000000;
  padding-bottom: 0;
  border-bottom: 10px solid #161617;
}
.youronthe_go.wireless .youronthe_inside .right h3.subheading {
  color: #fff;
}
.youronthe_go.wireless .youronthe_inside .left figure {
  display: flex;
}
@media (max-width: 767px) {
  .youronthe_go.wireless .youronthe_inside .left figure {
    display: block;
  }
}
@media (max-width: 1024px) {
  .youronthe_go {
    padding: 50px 0;
  }
}

.design_letyour {
  background: #000;
}
@media (max-width: 767px) {
  .design_letyour {
    padding: 50px 0;
  }
}
.design_letyour .design_letyour_inside {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.design_letyour .design_letyour_inside .left {
  width: 48%;
}
.design_letyour .design_letyour_inside .left h3.subheading {
  padding: 0 0 60px;
  font-size: 30px;
  line-height: 48px;
}
@media (max-width: 1300px) {
  .design_letyour .design_letyour_inside .left h3.subheading {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .design_letyour .design_letyour_inside .left h3.subheading {
    font-size: 18px;
    line-height: 34px;
    padding: 0 0 30px;
  }
}
.design_letyour .design_letyour_inside .left .facesharing {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.design_letyour .design_letyour_inside .left .facesharing figure {
  width: 50px;
}
.design_letyour .design_letyour_inside .left .facesharing .infos {
  width: calc(100% - 50px);
  padding: 0 0 0 40px;
  color: #a1a1a6;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1300px) {
  .design_letyour .design_letyour_inside .left .facesharing .infos {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .design_letyour .design_letyour_inside .left .facesharing .infos {
    font-size: 18px;
    line-height: 30px;
  }
}
.design_letyour .design_letyour_inside .left .facesharing .infos strong {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .design_letyour .design_letyour_inside .left {
    width: 100%;
  }
}
.design_letyour .design_letyour_inside .right {
  width: 48%;
  text-align: right;
}
@media (max-width: 767px) {
  .design_letyour .design_letyour_inside .right {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}
.design_letyour.watchse {
  background-color: #fff;
  border-top: 20px solid #f5f5f7;
  padding: 140px 0;
}
.design_letyour.watchse .left h3.subheading {
  color: #1d1d1f;
}
@media (max-width: 767px) {
  .design_letyour.watchse .left h3.subheading br {
    display: none;
  }
}
.design_letyour.watchse .left .facesharing .infos strong {
  color: #1d1d1f;
}
@media (max-width: 1300px) {
  .design_letyour.watchse {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .design_letyour.watchse {
    padding: 50px 0;
  }
}
.design_letyour.iphone12 {
  background-color: #fff;
  margin-bottom: 20px;
}
.design_letyour.iphone12 .design_letyour_inside {
  background-color: #fbf6f1;
}
.design_letyour.iphone12 .design_letyour_inside .left {
  width: 34%;
  padding-left: 35px;
  color: #1d1d1f;
}
.design_letyour.iphone12 .design_letyour_inside .left h3 {
  color: #1d1d1f;
  line-height: 44px;
}
.design_letyour.iphone12 .design_letyour_inside .left h3 sup {
  color: #1d1d1f;
}
.design_letyour.iphone12 .design_letyour_inside .left .facesharing .infos {
  color: #1d1d1f;
  padding: 0 0 0 20px;
}
.design_letyour.iphone12 .design_letyour_inside .left .facesharing .infos strong {
  display: block;
  color: #1d1d1f;
}
@media (max-width: 1500px) {
  .design_letyour.iphone12 .design_letyour_inside .left {
    width: 45%;
    padding: 100px 0px 100px 35px;
  }
}
@media (max-width: 1024px) {
  .design_letyour.iphone12 .design_letyour_inside .left {
    padding: 50px 0 50px 35px;
  }
}
@media (max-width: 767px) {
  .design_letyour.iphone12 .design_letyour_inside .left {
    padding: 50px 15px 0px;
    width: 100%;
  }
}
.design_letyour.iphone12 .design_letyour_inside .right {
  width: 66%;
}
@media (max-width: 1500px) {
  .design_letyour.iphone12 .design_letyour_inside .right {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .design_letyour.iphone12 .design_letyour_inside .right {
    width: 100%;
    margin-top: 0;
  }
}
.design_letyour.abionic {
  background-color: #fff;
  margin-bottom: 20px;
}
.design_letyour.abionic .design_letyour_inside {
  background-color: #e7f4e0;
  padding: 100px 0;
}
.design_letyour.abionic .design_letyour_inside .left {
  width: 54%;
  padding-left: 35px;
  color: #1d1d1f;
}
.design_letyour.abionic .design_letyour_inside .left h3 {
  color: #1d1d1f;
  line-height: 44px;
}
.design_letyour.abionic .design_letyour_inside .left h3 sup {
  color: #1d1d1f;
}
.design_letyour.abionic .design_letyour_inside .left .facesharing .infos {
  color: #1d1d1f;
  padding: 0 0 0 20px;
}
.design_letyour.abionic .design_letyour_inside .left .facesharing .infos strong {
  display: block;
  color: #1d1d1f;
}
@media (max-width: 767px) {
  .design_letyour.abionic .design_letyour_inside .left {
    padding-left: 15px;
    width: 100%;
  }
}
.design_letyour.abionic .design_letyour_inside .right {
  width: 44%;
}
@media (max-width: 767px) {
  .design_letyour.abionic .design_letyour_inside .right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .design_letyour.abionic .design_letyour_inside {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .design_letyour.abionic .design_letyour_inside {
    padding-bottom: 0;
  }
}
.design_letyour.video {
  background-color: #fff;
  margin-bottom: 20px;
}
.design_letyour.video .design_letyour_inside {
  background-color: #c9e2ef;
  padding: 100px 0;
  color: #1d1d1f;
}
.design_letyour.video .design_letyour_inside .left {
  width: 48%;
  padding-left: 35px;
  color: #1d1d1f;
}
.design_letyour.video .design_letyour_inside .left h3 {
  color: #1d1d1f;
  line-height: 44px;
}
.design_letyour.video .design_letyour_inside .left h3 sup {
  color: #1d1d1f;
}
.design_letyour.video .design_letyour_inside .left .facesharing .infos {
  color: #1d1d1f;
  padding: 0 0 0 20px;
}
.design_letyour.video .design_letyour_inside .left .facesharing .infos strong {
  color: #1d1d1f;
}
.design_letyour.video .design_letyour_inside .left .facesharing:last-child {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .design_letyour.video .design_letyour_inside .left {
    width: 100%;
    padding-left: 15px;
  }
}
.design_letyour.video .design_letyour_inside .right {
  width: 48%;
}
@media (max-width: 767px) {
  .design_letyour.video .design_letyour_inside .right {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .design_letyour.video .design_letyour_inside {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .design_letyour.video .design_letyour_inside {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .design_letyour.video {
    padding: 0;
  }
}
.design_letyour.dolbyvision {
  padding: 100px 0;
}
.design_letyour.dolbyvision .design_letyour_inside .left h3.subheading {
  color: #fff;
}
.design_letyour.dolbyvision .design_letyour_inside .left .facesharing {
  margin: 0 0 40px;
}
.design_letyour.dolbyvision .design_letyour_inside .left .facesharing:last-child {
  margin: 0;
}
.design_letyour.dolbyvision .design_letyour_inside .left .facesharing .infos {
  font-size: 25px;
  line-height: 35px;
  padding-left: 25px;
}
@media (max-width: 1024px) {
  .design_letyour.dolbyvision .design_letyour_inside .left .facesharing .infos {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .design_letyour.dolbyvision .design_letyour_inside .left .facesharing .infos {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  .design_letyour.dolbyvision .design_letyour_inside .left .facesharing .infos br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .design_letyour.dolbyvision {
    padding: 50px 0;
  }
}

.why_apple_watch {
  border-top: 20px solid #f5f5f7;
  padding: 100px 0;
}
.why_apple_watch h2.commontitle {
  color: #1d1d1f;
}
@media (max-width: 767px) {
  .why_apple_watch h2.commontitle {
    padding: 0;
  }
}
.why_apple_watch .iconwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.why_apple_watch .iconwrap .iconbox {
  width: 45%;
  margin-top: 50px;
}
.why_apple_watch .iconwrap .iconbox .infos {
  padding: 15px 0 0;
}
.why_apple_watch .iconwrap .iconbox .infos h4 {
  color: #1d1d1f;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  padding: 0 0 10px;
}
@media (max-width: 1300px) {
  .why_apple_watch .iconwrap .iconbox .infos h4 {
    font-size: 22px;
  }
}
.why_apple_watch .iconwrap .iconbox .infos p {
  color: #6e6e73;
  font-size: 24px;
  line-height: 30px;
}
.why_apple_watch .iconwrap .iconbox .infos p sup {
  color: #6e6e73;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 1300px) {
  .why_apple_watch .iconwrap .iconbox .infos p sup {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .why_apple_watch .iconwrap .iconbox .infos p {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .why_apple_watch .iconwrap .iconbox {
    margin-top: 40px;
  }
}
@media (max-width: 520px) {
  .why_apple_watch .iconwrap .iconbox {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .why_apple_watch {
    padding: 50px 0 0;
  }
}
.why_apple_watch.iphone12 {
  background-color: #f5f5f7;
  padding: 30px 0 0;
}
.why_apple_watch.iphone12 .whyappleinside {
  background-color: #fff;
  padding: 60px;
}
.why_apple_watch.iphone12 .whyappleinside .iconwrap {
  flex-wrap: wrap;
}
.why_apple_watch.iphone12 .whyappleinside .iconwrap .iconbox {
  width: 22%;
}
.why_apple_watch.iphone12 .whyappleinside .iconwrap .iconbox h4 {
  min-height: 90px;
}
@media (max-width: 500px) {
  .why_apple_watch.iphone12 .whyappleinside .iconwrap .iconbox h4 {
    min-height: auto;
  }
}
.why_apple_watch.iphone12 .whyappleinside .iconwrap .iconbox p {
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 1024px) {
  .why_apple_watch.iphone12 .whyappleinside .iconwrap .iconbox p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .why_apple_watch.iphone12 .whyappleinside .iconwrap .iconbox {
    width: 48%;
  }
}
@media (max-width: 500px) {
  .why_apple_watch.iphone12 .whyappleinside .iconwrap .iconbox {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .why_apple_watch.iphone12 .whyappleinside {
    padding: 50px 35px;
  }
}
@media (max-width: 767px) {
  .why_apple_watch.iphone12 .whyappleinside {
    padding: 50px 15px;
  }
}

.whichwahtch {
  border-top: 20px solid #f5f5f7;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .whichwahtch {
    padding: 50px 0;
  }
}
.whichwahtch h2.commontitle {
  color: #1d1d1f;
}
@media (max-width: 767px) {
  .whichwahtch h2.commontitle {
    padding-bottom: 0;
  }
}
.whichwahtch .whichwatchlist {
  padding: 50px 0 0 0;
  width: 100%;
  float: left;
}
.whichwahtch .whichwatchlist .apple-item .thumb {
  padding: 0 0 50px;
}
.whichwahtch .whichwatchlist .apple-item .heading {
  padding: 0 0 20px;
  border-bottom: 2px solid #1d1d1f;
  color: #1d1d1f;
  font-size: 38px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .whichwahtch .whichwatchlist .apple-item .heading {
    font-size: 32px;
  }
}
.whichwahtch .whichwatchlist .apple-item .gps {
  font-size: 24px;
  line-height: 38px;
  color: #1d1d1f;
  padding: 60px 0 0;
}
.whichwahtch .whichwatchlist .apple-item .gps strong {
  font-weight: 500;
  display: block;
}
.whichwahtch .whichwatchlist .apple-item .gps.red strong {
  color: #ca1f1f;
}
@media (max-width: 767px) {
  .whichwahtch .whichwatchlist .apple-item .gps {
    font-size: 20px;
    padding: 35px 0 0;
  }
}
.whichwahtch .whichwatchlist .apple-item .action {
  padding: 60px 0 0;
}
.whichwahtch .whichwatchlist .apple-item .action a {
  font-size: 22px;
}
@media (max-width: 766px) {
  .whichwahtch .whichwatchlist .apple-item .action {
    padding-top: 30px;
  }
}
.whichwahtch .whichwatchlist .apple-item .colorbox {
  padding: 60px 0 0;
}
.whichwahtch .whichwatchlist .apple-item .colorbox .material {
  font-size: 24px;
  line-height: 38px;
  color: #1d1d1f;
  padding: 0 0 20px;
}
.whichwahtch .whichwatchlist .apple-item .colorbox .colorwrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  min-height: 86px;
}
.whichwahtch .whichwatchlist .apple-item .colorbox .colorwrap figure {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .whichwahtch .whichwatchlist .apple-item .colorbox .colorwrap figure {
    width: 30px;
  }
}
@media (max-width: 766px) {
  .whichwahtch .whichwatchlist .apple-item .colorbox .colorwrap {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .whichwahtch .whichwatchlist .apple-item .colorbox {
    padding: 35px 0 0;
  }
}
.whichwahtch .whichwatchlist .apple-item .feabox {
  padding: 50px 0 0;
}
.whichwahtch .whichwatchlist .apple-item .feabox figure {
  padding: 0 0 15px;
}
.whichwahtch .whichwatchlist .apple-item .feabox p {
  margin: 0 0 2px;
  font-size: 24px;
  line-height: 30px;
  color: #1d1d1f;
  min-height: 70px;
}
.whichwahtch .whichwatchlist .apple-item .feabox p sup {
  color: #1d1d1f;
  font-size: 18px;
}
@media (max-width: 767px) {
  .whichwahtch .whichwatchlist .apple-item .feabox p sup {
    font-size: 14px;
  }
}
.whichwahtch .whichwatchlist .apple-item .feabox p:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .whichwahtch .whichwatchlist .apple-item .feabox p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .whichwahtch .whichwatchlist .apple-item .feabox {
    padding: 30px 0 0;
  }
}
.whichwahtch.iphone12 {
  background-color: #f5f5f7;
  padding: 0;
}
.whichwahtch.iphone12 .whichwatchinside {
  background-color: #fff;
  padding: 60px;
  width: 100%;
  float: left;
}
.whichwahtch.iphone12 .whichwatchinside h4.semiheader, .whichwahtch.iphone12 .whichwatchinside h2.commontitle {
  text-align: left;
}
.whichwahtch.iphone12 .whichwatchinside .apple-item .heading {
  border-bottom: 1px solid #d2d2d7;
  padding: 0 0 20px;
  margin: 0 0 60px;
}
.whichwahtch.iphone12 .whichwatchinside .apple-item .colorbox {
  padding: 0;
  border-bottom: 1px solid #d2d2d7;
}
.whichwahtch.iphone12 .whichwatchinside .apple-item .action {
  font-size: 28px;
  color: #1d1d1f;
}
.whichwahtch.iphone12 .whichwatchinside .apple-item .action span {
  display: inline-block;
  line-height: 49px;
}
.whichwahtch.iphone12 .whichwatchinside .apple-item .ultrawide p {
  min-height: 60px;
}
.whichwahtch.iphone12 .whichwatchinside .apple-item .lider p {
  min-height: 90px;
}
@media (max-width: 1024px) {
  .whichwahtch.iphone12 .whichwatchinside {
    padding: 50px 35px;
  }
}
@media (max-width: 767px) {
  .whichwahtch.iphone12 .whichwatchinside {
    padding: 50px 15px;
  }
}

.iphone_iwatch_straps {
  background: #f5f5f7;
  padding: 90px 0 0;
}
@media (max-width: 1024px) {
  .iphone_iwatch_straps {
    padding-top: 50px;
  }
}
.iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch {
  background: #fff;
  padding: 0 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 20px 0;
}
.iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left {
  width: 52%;
  padding: 50px 0;
}
@media (max-width: 900px) {
  .iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left {
    width: 100%;
  }
}
.iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left figure {
  padding: 0 0 20px;
}
.iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left .commontitle {
  color: #1d1d1f;
  font-size: 50px;
  line-height: 58px;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left .commontitle {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 900px) {
  .iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left .commontitle br {
    display: none;
  }
}
@media (max-width: 767px) {
  .iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left .commontitle {
    font-size: 32px;
    line-height: 42px;
  }
}
.iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left p {
  color: #1d1d1f;
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 48px;
}
@media (max-width: 1300px) {
  .iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left p {
    font-size: 20px;
    line-height: 34px;
  }
}
.iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left p sup {
  color: #1d1d1f;
}
.iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left ul {
  padding: 0 0 30px;
}
.iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left ul li {
  color: #1d1d1f;
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 48px;
  padding: 0 0 0 40px;
  background: url("../images/promotion/iphone12/redtick.png") no-repeat left center;
}
@media (max-width: 1300px) {
  .iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left ul li {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .left ul li {
    font-size: 20px;
    line-height: 34px;
  }
}
.iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .right {
  width: 44%;
}
@media (max-width: 900px) {
  .iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .iphone_iwatch_straps .iphone_iwatch_straps_inside .iphone_iwatch {
    padding: 0 25px;
  }
}
.iphone_iwatch_straps.iphone12 {
  padding: 0;
}
@media (max-width: 900px) {
  .iphone_iwatch_straps.iphone12 .left {
    padding-bottom: 0;
  }
}

.bottomcontent {
  padding: 40px 0;
  color: #515154;
  font-size: 18px;
  line-height: 26px;
}
.bottomcontent ol {
  color: #515154;
  margin: 0 0 0 30px;
  width: calc(100% - 30px);
}
.bottomcontent ol li {
  padding: 0 0 15px;
}
.bottomcontent ol li a {
  color: #000;
  word-break: break-all;
}
.bottomcontent p {
  padding: 10px 0 0 0;
}
.bottomcontent p a {
  color: #000;
  word-break: break-all;
}
.bottomcontent.dark {
  background: #f5f5f7;
}
.bottomcontent.iphone12 h4 {
  padding: 0 0 20px;
  font-size: 22px;
  font-weight: 400;
}
.bottomcontent.iphone12 p strong {
  display: block;
  font-weight: 400;
  color: #1d1d1d;
}

.comparemodel {
  padding: 100px 0 60px;
  border-bottom: 20px solid #f5f5f7;
}
.comparemodel .commontitle {
  color: #1d1d1f;
  text-align: center;
}
@media (max-width: 1024px) {
  .comparemodel .commontitle {
    padding-bottom: 0;
  }
}
.comparemodel .comparewrap {
  width: 100%;
  float: left;
  padding: 60px 0 0;
}
.comparemodel .comparewrap .comparemodelbox .heading {
  padding: 0 0 15px;
  border-bottom: 2px solid #1d1d1f;
  color: #1d1d1f;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 30px;
}
.comparemodel .comparewrap .comparemodelbox .thumb {
  padding: 0 0 30px;
}
.comparemodel .comparewrap .comparemodelbox .infos {
  padding: 0 0 20px;
}
.comparemodel .comparewrap .comparemodelbox .infos p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #86868b;
  min-height: 90px;
}
.comparemodel .comparewrap .comparemodelbox .feat {
  width: 100%;
  float: left;
}
.comparemodel .comparewrap .comparemodelbox .feat ul li {
  width: 50%;
  float: left;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #86868b;
}
.comparemodel .comparewrap .comparemodelbox .feat ul li strong {
  color: #1d1d1f;
  display: block;
}
.comparemodel .comparewrap .comparemodelbox .feat ul li:last-child strong {
  color: #ca1f1f;
}
.comparemodel .comparewrap .comparemodelbox .action {
  padding: 20px 0 0 0;
  width: 100%;
  float: left;
}
.comparemodel .comparewrap .comparemodelbox .action a {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .comparemodel {
    padding: 50px 0;
  }
}

.quicklook {
  padding: 100px 0;
  background: #fbfbfd;
}
.quicklook h2.commontitle {
  color: #1d1d1f;
}
.quicklook .quicklookslider {
  width: 100%;
  float: left;
}
.quicklook .quicklookslider .item {
  text-align: center;
  border-top: 1px solid #000;
  padding: 30px 0 0 0;
}
.quicklook .quicklookslider .item .quickslidebox {
  padding: 30px 0 0;
}
.quicklook .quicklookslider .item .quickslidebox figure {
  padding: 0 0 15px;
}
.quicklook .quicklookslider .item .quickslidebox p {
  font-size: 20px;
  line-height: 30px;
  color: #1d1d1f;
  min-height: 64px;
}
.quicklook .quicklookslider .item .quickslidebox p sup {
  color: #1d1d1f;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .quicklook {
    padding: 50px 0;
  }
}

.key_differences {
  padding: 100px 0;
}
.key_differences h1 {
  font-size: 68px;
  line-height: 78px;
  padding: 0 0 80px;
  color: #1d1d1f;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .key_differences h1 {
    font-size: 58px;
    line-height: 68px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .key_differences h1 {
    font-size: 42px;
    line-height: 52px;
    padding-bottom: 30px;
  }
}
.key_differences h2.commontitle {
  color: #1d1d1f;
}
.key_differences .keydiffslider {
  width: 100%;
  float: left;
}
.key_differences .keydiffslider .item .differencebox {
  border-top: 1px solid #000;
  padding: 40px 0 0 0;
}
.key_differences .keydiffslider .item .differencebox h4.title {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 30px;
}
.key_differences .keydiffslider .item .differencebox p {
  font-size: 20px;
  line-height: 30px;
  color: #86868b;
  min-height: 155px;
}
@media (max-width: 766px) {
  .key_differences .keydiffslider .item .differencebox p {
    min-height: auto;
  }
}
.key_differences .keydiffslider .item .differencebox .thumb {
  padding: 50px 0;
}
@media (max-width: 766px) {
  .key_differences .keydiffslider .item .differencebox .thumb {
    text-align: center;
  }
}
.key_differences .keydiffslider .item .differencebox .descsmall {
  text-align: center;
}
.key_differences .keydiffslider .item .differencebox .descsmall p {
  margin: 30px 0 0 0;
  font-size: 18px;
  line-height: 26px;
  min-height: inherit;
}
.key_differences .keydiffslider .item .differencebox .descsmall p:first-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .key_differences {
    padding: 50px 0;
  }
}

.materials_finished {
  padding: 100px 0;
  background-color: #fbfbfd;
}
.materials_finished h2.commontitle {
  color: #1d1d1f;
}
.materials_finished .keydiffslider {
  width: 100%;
  float: left;
}
.materials_finished .keydiffslider .item .differencebox {
  border-top: 1px solid #000;
  padding: 40px 0 0 0;
}
.materials_finished .keydiffslider .item .differencebox h4.title {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 30px;
}
.materials_finished .keydiffslider .item .differencebox h4.title br {
  margin: 0 0 10px;
  display: block;
}
.materials_finished .keydiffslider .item .differencebox p {
  font-size: 20px;
  line-height: 30px;
  color: #86868b;
  min-height: 135px;
  margin: 0;
}
@media (max-width: 766px) {
  .materials_finished .keydiffslider .item .differencebox p {
    min-height: auto;
  }
}
.materials_finished .keydiffslider .item .differencebox .thumb {
  padding: 50px 0;
}
@media (max-width: 766px) {
  .materials_finished .keydiffslider .item .differencebox .thumb {
    text-align: center;
  }
}
.materials_finished .keydiffslider .item .differencebox .colorbox {
  padding: 30px 0 0;
}
.materials_finished .keydiffslider .item .differencebox .colorbox .material {
  font-size: 24px;
  line-height: 38px;
  color: #1d1d1f;
  padding: 0 0 20px;
}
.materials_finished .keydiffslider .item .differencebox .colorbox .colorwrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 86px;
}
@media (max-width: 766px) {
  .materials_finished .keydiffslider .item .differencebox .colorbox .colorwrap {
    min-height: auto;
    justify-content: center;
  }
}
.materials_finished .keydiffslider .item .differencebox .colorbox .colorwrap figure {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 766px) {
  .materials_finished .keydiffslider .item .differencebox .colorbox {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .materials_finished {
    padding: 50px 0;
  }
}

.healthcompare {
  padding: 100px 0;
}
.healthcompare h2.commontitle {
  color: #1d1d1f;
}
.healthcompare .keydiffslider {
  width: 100%;
  float: left;
}
.healthcompare .keydiffslider .item .differencebox {
  border-top: 1px solid #000;
  padding: 40px 0 0 0;
}
.healthcompare .keydiffslider .item .differencebox h4.title {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 50px;
  line-height: 30px;
  min-height: 225px;
}
.healthcompare .keydiffslider .item .differencebox h4.title sup {
  color: #1a1a1a;
  font-size: 18px;
}
.healthcompare .keydiffslider .item .differencebox h4.title br {
  margin: 0 0 10px;
  display: block;
}
@media (max-width: 766px) {
  .healthcompare .keydiffslider .item .differencebox h4.title {
    min-height: auto;
  }
}
.healthcompare .keydiffslider .item .differencebox p {
  font-size: 20px;
  line-height: 30px;
  color: #86868b;
  min-height: 135px;
  margin: 0;
  min-height: 230px;
}
.healthcompare .keydiffslider .item .differencebox p sup {
  color: #86868b;
  font-size: 18px;
}
@media (max-width: 766px) {
  .healthcompare .keydiffslider .item .differencebox p {
    min-height: auto;
  }
}
.healthcompare .keydiffslider .item .differencebox .thumb {
  padding: 50px 0 0;
}
@media (max-width: 766px) {
  .healthcompare .keydiffslider .item .differencebox .thumb {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .healthcompare {
    padding: 50px 0;
  }
}

.safety_emergency {
  padding: 100px 0;
  background-color: #fbfbfd;
}
.safety_emergency h2.commontitle {
  color: #1d1d1f;
}
.safety_emergency .keydiffslider {
  width: 100%;
  float: left;
}
.safety_emergency .keydiffslider .item .differencebox {
  border-top: 1px solid #000;
  padding: 40px 0 0 0;
}
.safety_emergency .keydiffslider .item .differencebox h4.title {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 50px;
  min-height: 210px;
}
@media (max-width: 766px) {
  .safety_emergency .keydiffslider .item .differencebox h4.title {
    min-height: auto;
  }
}
.safety_emergency .keydiffslider .item .differencebox h4.title sup {
  color: #1a1a1a;
  font-size: 18px;
}
.safety_emergency .keydiffslider .item .differencebox h4.title br {
  margin: 0 0 10px;
  display: block;
}
.safety_emergency .keydiffslider .item .differencebox p {
  font-size: 20px;
  line-height: 30px;
  color: #86868b;
  min-height: 290px;
  margin: 0;
}
.safety_emergency .keydiffslider .item .differencebox p sup {
  color: #86868b;
  font-size: 18px;
}
@media (max-width: 766px) {
  .safety_emergency .keydiffslider .item .differencebox p {
    min-height: auto;
  }
}
.safety_emergency .keydiffslider .item .differencebox .thumb {
  padding: 50px 0 0;
}
@media (max-width: 766px) {
  .safety_emergency .keydiffslider .item .differencebox .thumb {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .safety_emergency {
    padding: 50px 0;
  }
}

.technology {
  padding: 100px 0;
  border-top: 20px solid #f5f5f7;
}
.technology h2.commontitle {
  color: #1d1d1f;
}
.technology .keydiffslider {
  width: 100%;
  float: left;
}
.technology .keydiffslider .item .differencebox {
  border-top: 1px solid #000;
  padding: 40px 0 0 0;
}
.technology .keydiffslider .item .differencebox h4.title {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 50px;
  line-height: 30px;
  min-height: 480px;
}
@media (max-width: 766px) {
  .technology .keydiffslider .item .differencebox h4.title {
    min-height: auto;
  }
}
.technology .keydiffslider .item .differencebox h4.title sup {
  color: #1a1a1a;
  font-size: 20px;
}
.technology .keydiffslider .item .differencebox h4.title br {
  margin: 0 0 10px;
  display: block;
}
.technology .keydiffslider .item .differencebox p {
  font-size: 20px;
  line-height: 30px;
  color: #86868b;
  margin: 0;
}
.technology .keydiffslider .item .differencebox p sup {
  color: #86868b;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .technology {
    padding: 50px 0;
  }
}

.techspecs {
  padding: 100px 0;
  background-color: #fbfbfd;
}
.techspecs h3.title {
  font-size: 34px;
  font-weight: 500;
  padding: 0 0 20px;
  line-height: 44px;
  border-bottom: 1px solid #000;
  margin: 0 0 20px;
}
.techspecs .differencebox {
  padding: 40px 0 0 0;
}
.techspecs .differencebox h4.title {
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 10px;
  line-height: 30px;
  border-bottom: 1px solid #d2d2d7;
  margin: 0 0 20px;
}
.techspecs .differencebox h5.small {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
}
.techspecs .differencebox p {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 30px;
  color: #86868b;
  min-height: 60px;
}
@media (max-width: 766px) {
  .techspecs .differencebox p {
    min-height: auto;
  }
}
.techspecs .differencebox p strong {
  color: #000;
  font-weight: 600;
}
.techspecs .differencebox p sup {
  color: #86868b;
  font-size: 20px;
}
.techspecs .featublok {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.techspecs .featublok figure {
  margin: 0 10px 0 0;
  float: left;
}
.techspecs .featublok span {
  color: #86868b;
  display: block;
}
@media (max-width: 1024px) {
  .techspecs {
    padding: 50px 0;
  }
}

.space100 {
  height: 100px;
  float: left;
  width: 100%;
}
@media (max-width: 1024px) {
  .space100 {
    height: 50px;
  }
}

.applewveryone {
  text-align: center;
  padding: 100px 0 60px;
}
.applewveryone .applewveryone_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
  padding: 40px 0;
}
@media (max-width: 910px) {
  .applewveryone .applewveryone_wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
  }
}
@media (max-width: 570px) {
  .applewveryone .applewveryone_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }
}
.applewveryone .appeverybox {
  text-align: center;
}
.applewveryone .appeverybox figure {
  padding: 0 0 30px;
}
.applewveryone .appeverybox .icon {
  padding: 0 0 10px;
}
.applewveryone .appeverybox .action a {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .applewveryone {
    padding: 50px 0;
  }
}

.booknowform {
  padding: 100px 0;
}
.booknowform h2.commontitle {
  padding-bottom: 40px;
}
.booknowform .allForm {
  width: 100%;
  float: left;
}
.booknowform .allForm .form-element.onethird {
  width: 31%;
  margin-right: 3.5%;
}
@media (max-width: 600px) {
  .booknowform .allForm .form-element.onethird {
    width: 100%;
  }
}
.booknowform .allForm .form-element.half {
  width: 48%;
  margin-right: 4%;
}
@media (max-width: 600px) {
  .booknowform .allForm .form-element.half {
    width: 100%;
    margin-right: 0;
  }
}
.booknowform .allForm .form-element.last {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .booknowform {
    padding: 50px 0;
  }
}

.ipadcompare h5 {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  margin: 0 0 20px;
}
.ipadcompare h5 sup {
  color: #000;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .ipadcompare h5 sup {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .ipadcompare h5 {
    font-size: 22px;
  }
}
.ipadcompare p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
}
.ipadcompare p sup {
  color: #1d1d1f;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .ipadcompare p sup {
    font-size: 14px;
  }
}
.ipadcompare p:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .ipadcompare p {
    font-size: 18px;
  }
}
.ipadcompare .startinfos {
  text-align: center;
  padding: 0 0 20px;
}
.ipadcompare .startinfos .thumb {
  padding: 0 0 30px;
}
.ipadcompare .startinfos .heading {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
  padding: 0 0 30px;
}
.ipadcompare .startinfos .action a {
  font-size: 20px;
  width: 200px;
  margin: 0 0 15px;
}
.ipadcompare .displaywithing, .ipadcompare .colorbox, .ipadcompare .capacity, .ipadcompare .size, .ipadcompare .display, .ipadcompare .chip, .ipadcompare .power, .ipadcompare .apple, .ipadcompare .videorec, .ipadcompare .camera, .ipadcompare .frontcam, .ipadcompare .audio, .ipadcompare .secure {
  border-top: 1px solid #d2d2d2;
  margin: 20px 0 0 0;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .ipadcompare .displaywithing, .ipadcompare .colorbox, .ipadcompare .capacity, .ipadcompare .size, .ipadcompare .display, .ipadcompare .chip, .ipadcompare .power, .ipadcompare .apple, .ipadcompare .videorec, .ipadcompare .camera, .ipadcompare .frontcam, .ipadcompare .audio, .ipadcompare .secure {
    padding: 20px 0;
  }
}
.ipadcompare .colorbox .colorwrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.ipadcompare .colorbox .colorwrap figure {
  margin: 0 10px 0 0;
  max-width: 40px;
}
@media (max-width: 1024px) {
  .ipadcompare .colorbox .colorwrap figure {
    max-width: 25px;
  }
}
.ipadcompare .displaywithing .sepbox {
  padding: 40px 0;
}
.ipadcompare .displaywithing .sepbox .thumb {
  padding: 0 0 30px;
}
.ipadcompare .displaywithing .sepbox p {
  margin: 0;
}
.ipadcompare .displaywithing .sepbox.inch .thumb img {
  max-height: 60px;
}
@media (max-width: 1024px) {
  .ipadcompare .displaywithing .sepbox.inch .thumb img {
    max-height: 40px;
  }
}
.ipadcompare .displaywithing .sepbox.inch p {
  min-height: 96px;
}
@media (max-width: 766px) {
  .ipadcompare .displaywithing .sepbox.inch p {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .ipadcompare .displaywithing .sepbox:nth-child(2) .thumb img {
    max-height: 90px;
  }
}
@media (max-width: 766px) {
  .ipadcompare .displaywithing .sepbox:nth-child(2) .thumb img {
    max-height: 70px;
  }
}
@media (max-width: 1024px) {
  .ipadcompare .displaywithing .sepbox:nth-child(3) .thumb img {
    max-height: 90px;
  }
}
@media (max-width: 766px) {
  .ipadcompare .displaywithing .sepbox:nth-child(3) .thumb img {
    max-height: 70px;
  }
}
@media (max-width: 1024px) {
  .ipadcompare .displaywithing .sepbox:nth-child(4) .thumb img {
    max-height: 90px;
  }
}
@media (max-width: 766px) {
  .ipadcompare .displaywithing .sepbox:nth-child(4) .thumb img {
    max-height: 70px;
  }
}
@media (max-width: 1024px) {
  .ipadcompare .displaywithing .sepbox:nth-child(5) .thumb img {
    max-height: 40px;
  }
}
@media (max-width: 1024px) {
  .ipadcompare .displaywithing .sepbox:nth-child(6) .thumb img {
    max-height: 90px;
  }
}
@media (max-width: 766px) {
  .ipadcompare .displaywithing .sepbox:nth-child(6) .thumb img {
    max-height: 70px;
  }
}
@media (max-width: 1024px) {
  .ipadcompare .displaywithing .sepbox {
    padding: 20px 0;
  }
}
.ipadcompare .capacity p {
  margin: 0;
  min-height: 120px;
}
@media (max-width: 766px) {
  .ipadcompare .capacity p {
    min-height: auto;
  }
}
.ipadcompare .size p strong, .ipadcompare .display p strong, .ipadcompare .chip p strong {
  font-weight: 500;
  display: block;
}
.ipadcompare .chip p.first {
  min-height: 90px;
}
@media (max-width: 766px) {
  .ipadcompare .chip p.first {
    min-height: auto;
  }
}
.ipadcompare .camera p.min {
  min-height: 60px;
}
@media (max-width: 766px) {
  .ipadcompare .camera p.min {
    min-height: auto;
  }
}
.ipadcompare .videorec p.first {
  min-height: 100px;
}
@media (max-width: 766px) {
  .ipadcompare .videorec p.first {
    min-height: auto;
  }
}
.ipadcompare .videorec .second {
  min-height: 120px;
}
@media (max-width: 766px) {
  .ipadcompare .videorec .second {
    min-height: auto;
  }
}
.ipadcompare .videorec .fourth {
  min-height: 60px;
}
@media (max-width: 766px) {
  .ipadcompare .videorec .fourth {
    min-height: auto;
  }
}
.ipadcompare .frontcam p:nth-child(9), .ipadcompare .frontcam p:nth-child(11) {
  min-height: 60px;
}
@media (max-width: 766px) {
  .ipadcompare .frontcam p:nth-child(9), .ipadcompare .frontcam p:nth-child(11) {
    min-height: auto;
  }
}
.ipadcompare .audio p {
  min-height: 60px;
}
@media (max-width: 766px) {
  .ipadcompare .audio p {
    min-height: auto;
  }
}
.ipadcompare .secure p:last-child {
  min-height: 90px;
}
@media (max-width: 766px) {
  .ipadcompare .secure p:last-child {
    min-height: auto;
  }
}
.ipadcompare .cellular p:nth-child(3) {
  min-height: 120px;
}
@media (max-width: 766px) {
  .ipadcompare .cellular p:nth-child(3) {
    min-height: auto;
  }
}

.dlfuly_cpblty {
  padding: 50px 0;
  background-color: #f5f5f7;
}
.dlfuly_cpblty figure {
  text-align: center;
}
.dlfuly_cpblty .cpblty_dtls {
  margin-top: 100px;
  text-align: center;
}
.dlfuly_cpblty .cpblty_dtls .desc {
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
@media (max-width: 1580px) {
  .dlfuly_cpblty .cpblty_dtls .desc {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1300px) {
  .dlfuly_cpblty .cpblty_dtls .desc {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 1024px) {
  .dlfuly_cpblty .cpblty_dtls .desc {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .dlfuly_cpblty .cpblty_dtls .desc br {
    display: none;
  }
}
.dlfuly_cpblty .cpblty_dtls .your_message {
  margin-top: 60px;
}
.dlfuly_cpblty .cpblty_dtls .your_message .msg {
  color: 1d1d1f;
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 1024px) {
  .dlfuly_cpblty .cpblty_dtls .your_message {
    margin-top: 40px;
  }
}
.dlfuly_cpblty .cpblty_dtls .action {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .dlfuly_cpblty .cpblty_dtls .action {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .dlfuly_cpblty .cpblty_dtls {
    margin-top: 50px;
  }
}

.srs_mltitsking {
  background-color: #f5f5f7;
  padding-top: 200px;
}
.srs_mltitsking .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.srs_mltitsking .list .box {
  width: 49%;
}
.srs_mltitsking .list .box .desc {
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
@media (max-width: 1580px) {
  .srs_mltitsking .list .box .desc {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1440px) {
  .srs_mltitsking .list .box .desc {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .srs_mltitsking .list .box {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .srs_mltitsking .list .box:nth-child(1) figure {
    text-align: center;
  }
  .srs_mltitsking .list .box:nth-child(1) figure img {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .srs_mltitsking {
    padding-top: 130px;
  }
}
@media (max-width: 1100px) {
  .srs_mltitsking {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .srs_mltitsking {
    padding-top: 50px;
  }
}

.you_drop {
  padding-top: 100px;
  background-color: #f5f5f7;
}
.you_drop .desc {
  float: right;
  max-width: 820px;
  position: relative;
  margin-top: -158px;
  padding-right: 90px;
}
.you_drop .desc p {
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
@media (max-width: 1580px) {
  .you_drop .desc p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1440px) {
  .you_drop .desc p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1580px) {
  .you_drop .desc {
    margin-top: -100px;
  }
}
@media (max-width: 1140px) {
  .you_drop .desc {
    margin-top: -60px;
  }
}
@media (max-width: 930px) {
  .you_drop .desc {
    padding: 0;
    max-width: 750px;
    margin: auto;
    margin-top: -50px;
    float: none;
  }
}
@media (max-width: 767px) {
  .you_drop .desc {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .you_drop {
    padding-top: 50px;
  }
}

.lrn_ur_lsn {
  background-color: #f5f5f7;
  padding-top: 100px;
}
.lrn_ur_lsn .txt_img_list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  margin-top: -100px;
}
.lrn_ur_lsn .txt_img_list .desc {
  float: left;
  width: 70%;
}
.lrn_ur_lsn .txt_img_list .desc p {
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
@media (max-width: 1580px) {
  .lrn_ur_lsn .txt_img_list .desc p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1440px) {
  .lrn_ur_lsn .txt_img_list .desc p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .lrn_ur_lsn .txt_img_list .desc {
    width: 100%;
    order: 2;
    margin-top: 50px;
  }
}
.lrn_ur_lsn .txt_img_list figure {
  margin-left: 50px;
}
.lrn_ur_lsn .txt_img_list figure img {
  width: 180px;
}
@media (max-width: 800px) {
  .lrn_ur_lsn .txt_img_list figure {
    margin-left: 0;
    width: 22%;
  }
}
@media (max-width: 767px) {
  .lrn_ur_lsn .txt_img_list figure {
    width: 100%;
    text-align: center;
    order: 1;
  }
}
@media (max-width: 1240px) {
  .lrn_ur_lsn .txt_img_list {
    margin-top: -50px;
  }
}
@media (max-width: 1024px) {
  .lrn_ur_lsn {
    padding-top: 50px;
  }
}

.ext_life {
  background-color: #f5f5f7;
  padding-top: 100px;
}
.ext_life .desc {
  float: left;
  max-width: 986px;
  position: relative;
  margin-top: -58px;
  padding-left: 229px;
}
.ext_life .desc p {
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
@media (max-width: 1580px) {
  .ext_life .desc p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1440px) {
  .ext_life .desc p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1240px) {
  .ext_life .desc {
    padding-left: 0;
    float: none;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .ext_life {
    padding-top: 50px;
  }
}

.draw_somthing {
  background-color: #f5f5f7;
  padding-top: 100px;
}
.draw_somthing .desc {
  float: left;
  max-width: 986px;
  position: relative;
  margin-top: -50px;
  padding-left: 270px;
}
.draw_somthing .desc p {
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
@media (max-width: 1580px) {
  .draw_somthing .desc p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1440px) {
  .draw_somthing .desc p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1450px) {
  .draw_somthing .desc {
    margin-top: -12px;
  }
}
@media (max-width: 1140px) {
  .draw_somthing .desc {
    float: none;
    padding-left: 0;
    margin: auto;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .draw_somthing {
    padding-top: 50px;
  }
}

.shoot_edit {
  background-color: #f5f5f7;
  padding-top: 100px;
}
.shoot_edit .desc {
  float: left;
  max-width: 986px;
  position: relative;
  margin-top: -90px;
  padding-left: 270px;
}
.shoot_edit .desc p {
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
@media (max-width: 1580px) {
  .shoot_edit .desc p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1440px) {
  .shoot_edit .desc p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .shoot_edit {
    padding-top: 50px;
  }
}

.your_home_theater {
  background-color: #f5f5f7;
  padding-top: 100px;
}
.your_home_theater .txt_img_list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  margin-top: 50px;
}
.your_home_theater .txt_img_list .desc {
  float: left;
  width: 76%;
}
.your_home_theater .txt_img_list .desc p {
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
@media (max-width: 1580px) {
  .your_home_theater .txt_img_list .desc p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1440px) {
  .your_home_theater .txt_img_list .desc p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1580px) {
  .your_home_theater .txt_img_list .desc {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .your_home_theater .txt_img_list .desc {
    width: 100%;
    order: 2;
  }
}
.your_home_theater .txt_img_list figure {
  margin-left: 50px;
}
@media (max-width: 1440px) {
  .your_home_theater .txt_img_list figure {
    margin: 0;
    width: 22%;
  }
}
@media (max-width: 767px) {
  .your_home_theater .txt_img_list figure {
    width: 100%;
    order: 1;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 1550px) {
  .your_home_theater .txt_img_list {
    max-width: 992px;
  }
}
@media (max-width: 1440px) {
  .your_home_theater .txt_img_list {
    max-width: 750px;
  }
}
@media (max-width: 1024px) {
  .your_home_theater {
    padding-top: 50px;
  }
}

.take_your {
  background-color: #f5f5f7;
  padding-top: 170px;
}
.take_your .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.take_your .list .box {
  width: 48%;
}
.take_your .list .box .desc p {
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
@media (max-width: 1580px) {
  .take_your .list .box .desc p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1440px) {
  .take_your .list .box .desc p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .take_your .list .box .desc {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .take_your .list .box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .take_your .list .box:nth-child(1) figure {
    text-align: center;
  }
  .take_your .list .box:nth-child(1) figure img {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .take_your {
    padding-top: 120px;
  }
}
@media (max-width: 1100px) {
  .take_your {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .take_your {
    padding-top: 50px;
  }
}

.apps {
  background-color: #fff;
  padding-top: 170px;
}
.apps .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.apps .list .box {
  width: 48%;
}
.apps .list .box .desc p {
  font-size: 32px;
  line-height: 42px;
  color: #000;
}
@media (max-width: 1580px) {
  .apps .list .box .desc p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1440px) {
  .apps .list .box .desc p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .apps .list .box .desc {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .apps .list .box {
    width: 100%;
  }
  .apps .list .box figure {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .apps .list .box:nth-child(1) figure {
    text-align: center;
  }
  .apps .list .box:nth-child(1) figure img {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .apps {
    padding-top: 120px;
  }
}
@media (max-width: 1100px) {
  .apps {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .apps {
    padding-top: 50px;
  }
}

.privacy_built {
  margin-top: 170px;
}
.privacy_built .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.privacy_built .list .left {
  width: 59%;
}
@media (max-width: 767px) {
  .privacy_built .list .left {
    width: 100%;
    order: 2;
  }
}
.privacy_built .list .right {
  width: 41%;
  padding-right: 15px;
}
.privacy_built .list .right p {
  font-size: 32px;
  line-height: 42px;
  color: #000;
  margin-top: 40px;
}
@media (max-width: 1580px) {
  .privacy_built .list .right p {
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
  }
}
@media (max-width: 1440px) {
  .privacy_built .list .right p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .privacy_built .list .right p {
    margin-top: 50px;
  }
}
.privacy_built .list .right .content_area {
  max-width: 460px;
}
@media (max-width: 767px) {
  .privacy_built .list .right .content_area {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .privacy_built .list .right {
    width: 100%;
    order: 1;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .privacy_built .list .right figure {
    text-align: center;
  }
  .privacy_built .list .right figure img {
    width: 50%;
  }
}
@media (max-width: 1300px) {
  .privacy_built {
    margin-top: 120px;
  }
}
@media (max-width: 1100px) {
  .privacy_built {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .privacy_built {
    margin-top: 50px;
  }
}

.design {
  margin-top: 170px;
  padding: 0 15px;
}
.design .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.design .list .left {
  width: 50%;
  order: 2;
}
@media (max-width: 767px) {
  .design .list .left {
    width: 100%;
  }
}
.design .list .right {
  width: 50%;
  order: 1;
  padding-right: 70px;
}
.design .list .right p {
  font-size: 32px;
  line-height: 42px;
  color: #000;
  margin-top: 40px;
}
@media (max-width: 1580px) {
  .design .list .right p {
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
  }
}
@media (max-width: 1440px) {
  .design .list .right p {
    font-size: 22px;
    line-height: 32px;
  }
}
.design .list .right .content_area {
  float: right;
  max-width: 570px;
}
@media (max-width: 767px) {
  .design .list .right .content_area {
    max-width: 100%;
  }
  .design .list .right .content_area figure {
    text-align: center;
    margin-bottom: 50px;
  }
  .design .list .right .content_area figure img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .design .list .right {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 1300px) {
  .design {
    margin-top: 120px;
  }
}
@media (max-width: 1100px) {
  .design {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .design {
    margin-top: 50px;
  }
}

.drkbg {
  background-color: #f5f5f7;
}

.find_ipad {
  padding-top: 170px;
  text-align: center;
  border-top: 50px solid #f5f5f7;
}
.find_ipad .content_area {
  max-width: 1090px;
  padding-bottom: 150px;
  border-bottom: 1px solid #e3e3e3;
  margin: auto;
}
@media (max-width: 1300px) {
  .find_ipad .content_area {
    padding-bottom: 120px;
  }
}
@media (max-width: 1100px) {
  .find_ipad .content_area {
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .find_ipad .content_area {
    padding-bottom: 50px;
  }
}
@media (max-width: 1300px) {
  .find_ipad {
    padding-top: 120px;
  }
}
@media (max-width: 1100px) {
  .find_ipad {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .find_ipad {
    padding-top: 50px;
  }
}

.ipad_btm {
  padding-top: 150px;
  padding-bottom: 200px;
  text-align: center;
}
.ipad_btm .commontitle {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .ipad_btm .commontitle {
    padding-bottom: 50px;
  }
}
.ipad_btm figure {
  margin-bottom: 64px;
}
@media (max-width: 1300px) {
  .ipad_btm {
    padding: 120px 0;
  }
}
@media (max-width: 1100px) {
  .ipad_btm {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .ipad_btm {
    padding: 50px 0;
  }
}

.ipods {
  position: relative;
  margin-top: 200px;
}
.ipods .content_area {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 70px;
  padding-left: 15px;
}
.ipods .content_area p {
  font-size: 32px;
  line-height: 42px;
  color: #000;
  margin-top: 40px;
}
@media (max-width: 1580px) {
  .ipods .content_area p {
    font-size: 25px;
    line-height: 35px;
    margin-top: 30px;
  }
}
@media (max-width: 1440px) {
  .ipods .content_area p {
    font-size: 22px;
    line-height: 32px;
  }
}
.ipods .content_area .content {
  max-width: 560px;
  float: right;
}
@media (max-width: 1760px) {
  .ipods .content_area .content {
    max-width: 680px;
  }
}
@media (max-width: 1340px) {
  .ipods .content_area .content figure {
    text-align: center;
  }
  .ipods .content_area .content figure img {
    width: 50%;
  }
}
@media (max-width: 1040px) {
  .ipods .content_area .content figure img {
    width: 35%;
  }
}
@media (max-width: 930px) {
  .ipods .content_area .content {
    float: none;
    margin: auto;
  }
}
@media (max-width: 930px) {
  .ipods .content_area {
    order: 1px;
    width: 100%;
    margin-bottom: 50px;
    position: static;
  }
}
@media (max-width: 930px) {
  .ipods figure {
    order: 2;
  }
}
@media (max-width: 1300px) {
  .ipods {
    margin-top: 120px;
  }
}
@media (max-width: 1100px) {
  .ipods {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .ipods {
    margin-top: 50px;
  }
}
@media (max-width: 930px) {
  .ipods {
    display: flex;
    flex-wrap: wrap;
  }
}

.powerful {
  padding: 50px 0;
  background-color: #f5f5f7;
}
.powerful .ipad_icon {
  margin-bottom: 170px;
}
@media (max-width: 1300px) {
  .powerful .ipad_icon {
    margin-bottom: 130px;
  }
}
@media (max-width: 1100px) {
  .powerful .ipad_icon {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .powerful .ipad_icon {
    margin-bottom: 70px;
  }
}
.powerful .commontitle {
  font-size: 42px;
}
@media (max-width: 767px) {
  .powerful .commontitle {
    font-size: 32px;
  }
}
.powerful figure {
  text-align: center;
}
.powerful .cpblty_dtls {
  margin-top: 100px;
  text-align: center;
}
.powerful .cpblty_dtls .desc {
  font-size: 37px;
  line-height: 52px;
  color: #000;
}
@media (max-width: 1300px) {
  .powerful .cpblty_dtls .desc {
    font-size: 25px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .powerful .cpblty_dtls .desc {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 540px) {
  .powerful .cpblty_dtls .desc br {
    display: none;
  }
}
.powerful .cpblty_dtls .your_message {
  margin-top: 60px;
}
.powerful .cpblty_dtls .your_message .msg {
  color: #1d1d1f;
  font-size: 30px;
  line-height: 44px;
}
@media (max-width: 1300px) {
  .powerful .cpblty_dtls .your_message .msg {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 1300px) {
  .powerful .cpblty_dtls .your_message .msg {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1300px) {
  .powerful .cpblty_dtls .your_message {
    margin-top: 40px;
  }
}
.powerful .cpblty_dtls .action {
  margin-top: 60px;
}
@media (max-width: 1300px) {
  .powerful .cpblty_dtls .action {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .powerful .cpblty_dtls {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .powerful {
    padding: 50px 0 0;
  }
}

.design_display {
  background-color: #f5f5f7;
  padding: 130px 0;
}
.design_display .content_area {
  max-width: 600px;
  float: left;
}
@media (max-width: 767px) {
  .design_display .content_area {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.design_display .commontitle {
  color: #328ff7;
}
.design_display .subheading {
  color: #000;
}
.design_display .subheading sup {
  color: #000;
}
@media (max-width: 1300px) {
  .design_display .subheading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .design_display .subheading {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .design_display .subheading {
    font-size: 20px;
    line-height: 32px;
  }
}
.design_display .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.design_display .list .box {
  width: 49%;
}
@media (max-width: 767px) {
  .design_display .list .box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .design_display .list .box figure {
    text-align: center;
  }
}
@media (max-width: 1300px) {
  .design_display {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .design_display {
    padding: 50px 0;
  }
}

.performance {
  background-color: #fff;
  padding: 130px 0;
}
.performance .content_area {
  max-width: 600px;
  float: left;
}
@media (max-width: 767px) {
  .performance .content_area {
    max-width: 100%;
  }
}
.performance .commontitle {
  color: #15c69e;
}
.performance .subheading {
  color: #000;
}
.performance .subheading sup {
  color: #000;
}
@media (max-width: 1300px) {
  .performance .subheading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .performance .subheading {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .performance .subheading {
    font-size: 20px;
    line-height: 32px;
  }
}
.performance .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.performance .list .box {
  width: 48%;
}
.performance .list .box figure {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .performance .list .box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .performance .list .box:nth-child(1) {
    order: 1;
  }
}
.performance .list .img {
  text-align: right;
}
@media (max-width: 767px) {
  .performance .list .img {
    order: 2;
  }
}
@media (max-width: 767px) {
  .performance .list {
    padding: 0 15px;
  }
}
@media (max-width: 1300px) {
  .performance {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .performance {
    padding: 50px 0;
  }
}

.apple_pencil {
  background-color: #f5f5f7;
  padding: 130px 0 260px 0;
}
.apple_pencil .list {
  position: relative;
}
.apple_pencil .list .content {
  width: 50%;
  padding-top: 230px;
}
@media (max-width: 1720px) {
  .apple_pencil .list .content {
    padding-top: 150px;
  }
}
@media (max-width: 1440px) {
  .apple_pencil .list .content {
    padding-top: 0px;
  }
}
@media (max-width: 1300px) {
  .apple_pencil .list .content {
    float: left;
  }
}
@media (max-width: 767px) {
  .apple_pencil .list .content {
    width: 100%;
  }
}
.apple_pencil .list .img {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1300px) {
  .apple_pencil .list .img {
    position: static;
    float: right;
  }
}
@media (max-width: 767px) {
  .apple_pencil .list .img {
    width: 100%;
    margin-top: 50px;
  }
}
.apple_pencil .commontitle {
  color: #328ff7;
}
.apple_pencil .subheading {
  color: #000;
}
.apple_pencil .subheading sup {
  color: #000;
}
@media (max-width: 1300px) {
  .apple_pencil .subheading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .apple_pencil .subheading {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .apple_pencil .subheading {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1300px) {
  .apple_pencil {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .apple_pencil {
    padding: 50px 0;
  }
}

.keybord {
  background-color: #f5f5f7;
  padding: 130px 0 381px 0;
}
.keybord .list {
  position: relative;
}
.keybord .list .content {
  width: 50%;
  float: right;
  padding-top: 200px;
}
@media (max-width: 1720px) {
  .keybord .list .content {
    padding-top: 190px;
  }
}
@media (max-width: 1650px) {
  .keybord .list .content {
    padding-top: 150px;
  }
}
@media (max-width: 1480px) {
  .keybord .list .content {
    padding-top: 130px;
  }
}
@media (max-width: 1440px) {
  .keybord .list .content {
    padding-top: 80px;
  }
}
@media (max-width: 1300px) {
  .keybord .list .content {
    padding-top: 0;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .keybord .list .content {
    width: 100%;
    order: 1;
  }
}
.keybord .list .img {
  width: 64%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1300px) {
  .keybord .list .img {
    width: 48%;
    float: left;
    position: static;
  }
}
@media (max-width: 767px) {
  .keybord .list .img {
    width: 100%;
    order: 2;
    margin-top: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .keybord .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.keybord .commontitle {
  color: #ea3c4c;
}
.keybord .subheading {
  color: #000;
}
.keybord .subheading sup {
  color: #000;
}
@media (max-width: 1300px) {
  .keybord .subheading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .keybord .subheading {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .keybord .subheading {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .keybord {
    padding: 0 0 300px 0;
  }
}
@media (max-width: 1300px) {
  .keybord {
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .keybord {
    padding-bottom: 50px;
  }
}

.ipds {
  background-color: #fff;
  padding: 130px 0 0;
}
.ipds .content_area {
  max-width: 600px;
  float: left;
}
@media (max-width: 767px) {
  .ipds .content_area {
    max-width: 100%;
  }
}
.ipds .commontitle {
  color: #15c69e;
}
.ipds .subheading {
  color: #000;
}
.ipds .subheading sup {
  color: #000;
}
@media (max-width: 1300px) {
  .ipds .subheading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .ipds .subheading {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .ipds .subheading {
    font-size: 20px;
    line-height: 32px;
  }
}
.ipds .list {
  position: relative;
  float: left;
  width: 100%;
}
.ipds .list .box {
  width: 48%;
  float: right;
}
.ipds .list .box figure {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .ipds .list .box figure {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .ipds .list .box {
    width: 100%;
  }
  .ipds .list .box:nth-child(1) {
    order: 2;
    margin-top: 50px;
  }
  .ipds .list .box:nth-child(2) {
    order: 1;
    padding: 0 15px;
  }
}
.ipds .list .img {
  text-align: right;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media (max-width: 767px) {
  .ipds .list .img {
    position: static;
  }
  .ipds .list .img figure {
    margin-top: 0;
  }
}
.ipds .list .txt_img {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .ipds .list .txt_img {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ipds .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media (max-width: 1300px) {
  .ipds {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .ipds {
    padding-top: 50px;
  }
}

.connectvity {
  background-color: #f5f5f7;
  padding-top: 100px;
}
.connectvity .list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.connectvity .list .content {
  width: 42%;
}
@media (max-width: 767px) {
  .connectvity .list .content {
    width: 100%;
  }
}
.connectvity .list .img {
  width: 58%;
}
@media (max-width: 767px) {
  .connectvity .list .img {
    width: 100%;
    margin-top: 50px;
  }
}
.connectvity .commontitle {
  color: #328ff7;
}
.connectvity .subheading {
  color: #000;
}
.connectvity .subheading sup {
  color: #000;
}
@media (max-width: 1300px) {
  .connectvity .subheading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) {
  .connectvity .subheading {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .connectvity .subheading {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .connectvity {
    padding-top: 50px;
  }
}

.why_ipad {
  background-color: #fafafa;
  padding: 130px 0;
}
.why_ipad .commontitle {
  font-size: 40px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .why_ipad .commontitle {
    font-size: 32px;
  }
}
.why_ipad .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
}
@media (max-width: 1300px) {
  .why_ipad .list .box img {
    max-height: 70px;
  }
}
.why_ipad .list .box .s_title {
  line-height: 40px;
  font-size: 28px;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .why_ipad .list .box .s_title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .why_ipad .list .box .s_title {
    font-size: 22px;
    line-height: 34px;
  }
}
.why_ipad .list .box .desc {
  line-height: 38px;
  font-size: 24px;
  color: #86868b;
}
@media (max-width: 1300px) {
  .why_ipad .list .box .desc {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .why_ipad .list .box .desc {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 1100px) {
  .why_ipad .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
@media (max-width: 767px) {
  .why_ipad .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 1300px) {
  .why_ipad {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .why_ipad {
    padding: 50px 0;
  }
}

.iphone_iwatch.ipad_air {
  padding-right: 0 !important;
}

.rightipad {
  background-color: #f5f5f7;
  padding: 100px 0 0;
}
.rightipad .compare a {
  font-size: 20px;
}
.rightipad .rightipadinside {
  width: 100%;
  float: left;
  padding: 60px 0 0;
}
.rightipad .rightipadinside .item .startinfos {
  text-align: center;
  padding: 0 0 20px;
}
.rightipad .rightipadinside .item .startinfos .thumb {
  padding: 0 0 30px;
}
.rightipad .rightipadinside .item .startinfos .heading {
  font-size: 28px;
  line-height: 40px;
  color: #000;
  font-weight: 500;
  padding: 0 0 30px;
}
.rightipad .rightipadinside .item .startinfos .action a {
  font-size: 20px;
  width: 200px;
  margin: 0 0 15px;
}
.rightipad .rightipadinside .item .startinfos .colorwrap {
  padding: 30px 0 0 0;
  text-align: center;
}
.rightipad .rightipadinside .item .startinfos .colorwrap figure {
  display: inline-block;
  width: 30px;
  margin: 0 10px;
}
.rightipad .rightipadinside .item .displaywithing {
  border-top: 1px solid #d2d2d2;
  margin: 20px 0 0 0;
  padding: 40px 0;
}
.rightipad .rightipadinside .item .displaywithing .sepbox {
  padding: 40px 0;
  text-align: center;
}
.rightipad .rightipadinside .item .displaywithing .sepbox .thumb {
  padding: 0 0 30px;
}
@media (max-width: 1024px) {
  .rightipad .rightipadinside .item .displaywithing .sepbox .thumb img {
    max-height: 80px;
  }
}
.rightipad .rightipadinside .item .displaywithing .sepbox h5 {
  font-size: 28px;
  font-weight: 500;
  padding: 0 0 5px;
  line-height: 30px;
}
.rightipad .rightipadinside .item .displaywithing .sepbox p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}
.rightipad .rightipadinside .item .displaywithing .sepbox p sup {
  color: #2f2f2f;
  font-size: 16px;
}
.rightipad .rightipadinside .item .displaywithing .sepbox.inch p {
  min-height: 65px;
}
@media (max-width: 766px) {
  .rightipad .rightipadinside .item .displaywithing .sepbox.inch p {
    min-height: auto;
  }
}
.rightipad .rightipadinside .item .displaywithing .sepbox.cam p {
  min-height: 65px;
}
@media (max-width: 766px) {
  .rightipad .rightipadinside .item .displaywithing .sepbox.cam p {
    min-height: auto;
  }
}
.rightipad .rightipadinside .item .displaywithing .sepbox.keyboard p {
  min-height: 65px;
}
@media (max-width: 766px) {
  .rightipad .rightipadinside .item .displaywithing .sepbox.keyboard p {
    min-height: auto;
  }
}
@media (max-width: 766px) {
  .rightipad .rightipadinside .item .displaywithing .sepbox {
    padding: 20px 0;
  }
}
@media (max-width: 766px) {
  .rightipad .rightipadinside .item .displaywithing {
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  .rightipad {
    padding: 50px 0 0;
  }
}

.watch-carousel .owl-nav, .ipad-carousel .owl-nav, .ipadmainpage-carousel .owl-nav, .iphone_twelve_comp-carousel .owl-nav, .iphonenew-carousel .owl-nav {
  position: relative;
  text-align: center;
  float: left;
  margin-top: 30px;
  width: 100%;
}
.watch-carousel .owl-nav button, .ipad-carousel .owl-nav button, .ipadmainpage-carousel .owl-nav button, .iphone_twelve_comp-carousel .owl-nav button, .iphonenew-carousel .owl-nav button {
  float: none !important;
  transform: none !important;
  height: auto !important;
  position: static !important;
  margin: 0 25px !important;
}

.new_lbl {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  /* font-size: 12px; */
  color: #fff;
  background-color: #1a83ee;
}

.menu .new_lbl {
  position: absolute;
  left: 0;
  display: block !important;
  top: 0;
  padding: 0 5px;
  z-index: 111;
  font-size: 12px;
  /* font-size: 12px; */
  color: #fff;
  background-color: #1a83ee;
}

.futureof_health .action a:nth-child(1) {
  margin-right: 8px;
}
@media (max-width: 340px) {
  .futureof_health .action a:nth-child(1) {
    margin-bottom: 10px;
  }
}

.iphone_twelve_comp h5 {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  margin: 0 0 20px;
}
.iphone_twelve_comp h5 sup {
  color: #000;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .iphone_twelve_comp h5 sup {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .iphone_twelve_comp h5 {
    font-size: 22px;
  }
}
.iphone_twelve_comp p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
}
.iphone_twelve_comp p sup {
  color: #1d1d1f;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .iphone_twelve_comp p sup {
    font-size: 14px;
  }
}
.iphone_twelve_comp p:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .iphone_twelve_comp p {
    font-size: 18px;
  }
}
.iphone_twelve_comp .startinfos {
  text-align: center;
  padding: 0 0 20px;
}
.iphone_twelve_comp .startinfos .thumb {
  padding: 0 0 30px;
}
.iphone_twelve_comp .startinfos .heading {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
  padding: 0 0 30px;
  min-height: 100px;
}
.iphone_twelve_comp .startinfos .heading .sub_ttl {
  font-size: 20px;
  font-weight: 400;
}
.iphone_twelve_comp .startinfos .action a {
  font-size: 20px;
  width: 200px;
  margin: 0 0 15px;
}
.iphone_twelve_comp .displaywithing, .iphone_twelve_comp .colorbox, .iphone_twelve_comp .capacity, .iphone_twelve_comp .size, .iphone_twelve_comp .display, .iphone_twelve_comp .chip, .iphone_twelve_comp .power, .iphone_twelve_comp .apple, .iphone_twelve_comp .videorec, .iphone_twelve_comp .camera, .iphone_twelve_comp .frontcam, .iphone_twelve_comp .audio, .iphone_twelve_comp .secure {
  border-top: 1px solid #d2d2d2;
  margin: 20px 0 0 0;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .iphone_twelve_comp .displaywithing, .iphone_twelve_comp .colorbox, .iphone_twelve_comp .capacity, .iphone_twelve_comp .size, .iphone_twelve_comp .display, .iphone_twelve_comp .chip, .iphone_twelve_comp .power, .iphone_twelve_comp .apple, .iphone_twelve_comp .videorec, .iphone_twelve_comp .camera, .iphone_twelve_comp .frontcam, .iphone_twelve_comp .audio, .iphone_twelve_comp .secure {
    padding: 20px 0;
  }
}
.iphone_twelve_comp .colorbox .colorwrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  min-height: 103px;
}
.iphone_twelve_comp .colorbox .colorwrap figure {
  margin: 0 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.iphone_twelve_comp .displaywithing .sepbox {
  padding: 40px 0;
}
.iphone_twelve_comp .displaywithing .sepbox .thumb {
  padding: 0 0 30px;
}
.iphone_twelve_comp .displaywithing .sepbox p {
  margin: 0;
}
.iphone_twelve_comp .displaywithing .sepbox.inch .thumb img {
  max-height: 60px;
}
@media (max-width: 1024px) {
  .iphone_twelve_comp .displaywithing .sepbox.inch .thumb img {
    max-height: 40px;
  }
}
.iphone_twelve_comp .displaywithing .sepbox.inch p {
  min-height: 96px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .displaywithing .sepbox.inch p {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .iphone_twelve_comp .displaywithing .sepbox {
    padding: 20px 0;
  }
}
.iphone_twelve_comp .capacity p {
  margin: 0;
  min-height: 120px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .capacity p {
    min-height: auto;
  }
}
.iphone_twelve_comp .size p strong, .iphone_twelve_comp .display p strong, .iphone_twelve_comp .chip p strong {
  font-weight: 500;
  display: block;
}
.iphone_twelve_comp .chip p.first {
  min-height: 90px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .chip p.first {
    min-height: auto;
  }
}
.iphone_twelve_comp .camera p.min {
  min-height: 60px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .camera p.min {
    min-height: auto;
  }
}
.iphone_twelve_comp .camera p:nth-child(3) {
  min-height: 100px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .camera p:nth-child(3) {
    min-height: auto;
  }
}
.iphone_twelve_comp .camera p:nth-child(7) {
  min-height: 60px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .camera p:nth-child(7) {
    min-height: auto;
  }
}
.iphone_twelve_comp .camera p:nth-child(8) {
  min-height: 90px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .camera p:nth-child(8) {
    min-height: auto;
  }
}
.iphone_twelve_comp .videorec p.first {
  min-height: 100px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .videorec p.first {
    min-height: auto;
  }
}
.iphone_twelve_comp .videorec .second {
  min-height: 120px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .videorec .second {
    min-height: auto;
  }
}
.iphone_twelve_comp .videorec .fourth {
  min-height: 60px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .videorec .fourth {
    min-height: auto;
  }
}
.iphone_twelve_comp .frontcam p:nth-child(9), .iphone_twelve_comp .frontcam p:nth-child(11) {
  min-height: 60px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .frontcam p:nth-child(9), .iphone_twelve_comp .frontcam p:nth-child(11) {
    min-height: auto;
  }
}
.iphone_twelve_comp .audio p {
  min-height: 60px;
}
@media (max-width: 766px) {
  .iphone_twelve_comp .audio p {
    min-height: auto;
  }
}
.iphone_twelve_comp .power p strong {
  display: block;
  font-weight: 500;
}
.iphone_twelve_comp .water_dust, .iphone_twelve_comp .cellular, .iphone_twelve_comp .video_calling, .iphone_twelve_comp .audio_calling, .iphone_twelve_comp .audio_playback, .iphone_twelve_comp .video_playback, .iphone_twelve_comp .siri {
  border-top: 1px solid #d2d2d2;
  margin: 20px 0 0 0;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .iphone_twelve_comp .water_dust, .iphone_twelve_comp .cellular, .iphone_twelve_comp .video_calling, .iphone_twelve_comp .audio_calling, .iphone_twelve_comp .audio_playback, .iphone_twelve_comp .video_playback, .iphone_twelve_comp .siri {
    padding: 20px 0;
  }
}
@media (max-width: 1499px) {
  .iphone_twelve_comp .videorec p:nth-child(3) {
    min-height: 62px;
  }
}
@media (max-width: 999px) {
  .iphone_twelve_comp .videorec p:nth-child(3) {
    min-height: auto !important;
  }
}
@media (max-width: 766px) {
  .iphone_twelve_comp .videorec p:nth-child(3) {
    min-height: auto;
  }
}
@media (max-width: 1499px) {
  .iphone_twelve_comp .videorec p:nth-child(6) {
    min-height: 62px;
  }
}
@media (max-width: 999px) {
  .iphone_twelve_comp .videorec p:nth-child(6) {
    min-height: auto;
  }
}
@media (max-width: 853px) {
  .iphone_twelve_comp .videorec p:nth-child(6) {
    min-height: 62px;
  }
}
@media (max-width: 766px) {
  .iphone_twelve_comp .videorec p:nth-child(6) {
    min-height: auto;
  }
}
@media (max-width: 999px) {
  .iphone_twelve_comp .videorec p:nth-child(7) {
    min-height: 62px;
  }
}
@media (max-width: 766px) {
  .iphone_twelve_comp .videorec p:nth-child(7) {
    min-height: auto;
  }
}
@media (max-width: 1499px) {
  .iphone_twelve_comp .display p:nth-child(5) {
    min-height: 62px;
  }
}
@media (max-width: 766px) {
  .iphone_twelve_comp .display p:nth-child(5) {
    min-height: auto;
  }
}
@media (max-width: 1499px) {
  .iphone_twelve_comp .frontcam p:nth-child(13) {
    min-height: 62px;
  }
}
@media (max-width: 766px) {
  .iphone_twelve_comp .frontcam p:nth-child(13) {
    min-height: auto;
  }
}
@media (max-width: 1499px) {
  .iphone_twelve_comp .water_dust p:nth-child(2) {
    min-height: 100px;
  }
}
@media (max-width: 766px) {
  .iphone_twelve_comp .water_dust p:nth-child(2) {
    min-height: auto;
  }
}
@media (max-width: 1499px) {
  .iphone_twelve_comp .videorec p:nth-child(3) {
    min-height: 62px;
  }
}
@media (max-width: 766px) {
  .iphone_twelve_comp .videorec p:nth-child(3) {
    min-height: auto;
  }
}
@media (max-width: 1440px) {
  .iphone_twelve_comp .videorec p:nth-child(7) {
    min-height: 62px;
  }
}
@media (max-width: 766px) {
  .iphone_twelve_comp .videorec p:nth-child(7) {
    min-height: auto;
  }
}

.scan_blank {
  min-height: 269px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  position: relative;
}
.scan_blank:after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1499px) {
  .scan_blank {
    min-height: 269px;
  }
}
@media (max-width: 1056px) {
  .scan_blank {
    min-height: 298px;
  }
}
@media (max-width: 1024px) {
  .scan_blank {
    min-height: 269px;
  }
}

.zoom_blank {
  min-height: 143px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  position: relative;
}
.zoom_blank:after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.comparewrap.comparewrap2 {
  margin-top: 200px;
}
.comparewrap.comparewrap2 .camera p:nth-child(2) {
  min-height: 62px;
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .camera p:nth-child(2) {
    min-height: auto;
  }
}
.comparewrap.comparewrap2 .camera p:nth-child(3) {
  min-height: 62px;
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .camera p:nth-child(3) {
    min-height: auto;
  }
}
.comparewrap.comparewrap2 .camera p:nth-child(7) {
  min-height: auto;
}
.comparewrap.comparewrap2 .camera p:nth-child(8) {
  min-height: 62px;
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .camera p:nth-child(8) {
    min-height: auto;
  }
}
.comparewrap.comparewrap2 .camera p:nth-child(9) {
  min-height: 62px;
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .camera p:nth-child(9) {
    min-height: auto;
  }
}
.comparewrap.comparewrap2 .camera p:nth-child(12) {
  min-height: 120px;
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .camera p:nth-child(12) {
    min-height: auto;
  }
}
.comparewrap.comparewrap2 .camera p:nth-child(13) {
  min-height: 62px;
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .camera p:nth-child(13) {
    min-height: auto;
  }
}
.comparewrap.comparewrap2 .frontcam p:nth-child(6) {
  min-height: 62px;
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .frontcam p:nth-child(6) {
    min-height: auto;
  }
}
.comparewrap.comparewrap2 .frontcam p:nth-child(13) {
  min-height: 62px;
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .frontcam p:nth-child(13) {
    min-height: auto;
  }
}
@media (max-width: 886px) {
  .comparewrap.comparewrap2 .frontcam p:nth-child(10) {
    min-height: 62px;
  }
}
@media (max-width: 886px) and (max-width: 766px) {
  .comparewrap.comparewrap2 .frontcam p:nth-child(10) {
    min-height: auto;
  }
}
.comparewrap.comparewrap2 .frontcam p:nth-child(14) {
  min-height: 62px;
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .frontcam p:nth-child(14) {
    min-height: auto;
  }
}
.comparewrap.comparewrap2 .cellular p:nth-child(10) {
  min-height: 62px;
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .cellular p:nth-child(10) {
    min-height: auto;
  }
}
.comparewrap.comparewrap2 .power p:nth-child(6) {
  min-height: 62px;
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .power p:nth-child(6) {
    min-height: auto;
  }
}
@media (max-width: 999px) {
  .comparewrap.comparewrap2 .secure p:nth-child(3) {
    min-height: 62px;
  }
}
@media (max-width: 766px) {
  .comparewrap.comparewrap2 .secure p:nth-child(3) {
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .comparewrap.comparewrap2 {
    margin-top: 50px;
  }
}

@media (max-width: 1499px) {
  p.shld {
    min-height: 100px !important;
  }
}

.pre_reg {
  position: absolute;
  right: 2px;
  display: block !important;
  top: 50%;
  transform: translateY(-50%);
  padding: 3px 5px;
  z-index: 111;
  font-size: 12px;
  /* font-size: 12px; */
  color: #fff;
  background-color: #1a83ee;
}

.has-child-sub_item li {
  position: relative;
}

.youronthe_go.iphone12pro.dark.f_img .left {
  order: 2;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .youronthe_go.iphone12pro.dark.f_img .right {
    order: 1;
  }
}

.bookingTC {
  color: #1a83ee;
}

.prebookTC ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
.prebookTC ol li {
  counter-increment: my-awesome-counter;
  padding-left: 22px;
  position: relative;
  line-height: 1.6;
}
.prebookTC ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  top: 0px;
}
.prebookTC ol li:not(:last-child) {
  margin-bottom: 1em;
}

.sensitive_data {
  padding: 80px 0 50px;
  background: #eee;
  position: relative;
  margin: 80px 0 40px;
}
@media (max-width: 1740px) {
  .sensitive_data {
    padding: 65px 0 40px;
  }
}
.sensitive_data h2 {
  padding-left: 80px;
  padding-bottom: 40px;
  font-size: 30px;
  color: #000;
}
@media (max-width: 1740px) {
  .sensitive_data h2 {
    font-size: 25px;
    padding-left: 75px;
  }
}
@media (max-width: 767px) {
  .sensitive_data h2 {
    font-size: 22px;
    padding-left: 0;
  }
}
.sensitive_data .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  z-index: 222;
}
@media (max-width: 1024px) {
  .sensitive_data .list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sensitive_data .list .left {
  width: 64%;
  position: relative;
}
@media (max-width: 1750px) {
  .sensitive_data .list .left {
    width: 57%;
  }
}
@media (max-width: 1024px) {
  .sensitive_data .list .left {
    width: 100%;
  }
}
.sensitive_data .list .left .vid_box {
  width: 100%;
  position: relative;
  background-size: contain;
  padding: 25px 90px 125px;
}
@media (max-width: 1740px) {
  .sensitive_data .list .left .vid_box {
    padding: 25px 80px 100px;
  }
}
@media (max-width: 1540px) {
  .sensitive_data .list .left .vid_box {
    padding: 25px 72px 100px;
  }
}
@media (max-width: 1440px) {
  .sensitive_data .list .left .vid_box {
    padding: 25px 80px 100px;
  }
}
@media (max-width: 1280px) {
  .sensitive_data .list .left .vid_box {
    padding: 25px 80px 100px;
  }
}
@media (max-width: 1200px) {
  .sensitive_data .list .left .vid_box {
    padding: 25px 70px 100px;
  }
}
@media (max-width: 1140px) {
  .sensitive_data .list .left .vid_box {
    padding: 22px 65px 100px;
  }
}
@media (max-width: 1024px) {
  .sensitive_data .list .left .vid_box {
    padding: 25px 113px 60px;
  }
}
@media (max-width: 840px) {
  .sensitive_data .list .left .vid_box {
    padding: 28px 88px 60px;
  }
}
@media (max-width: 770px) {
  .sensitive_data .list .left .vid_box {
    padding: 25px 80px 60px;
  }
}
@media (max-width: 700px) {
  .sensitive_data .list .left .vid_box {
    padding: 25px 75px 60px;
  }
}
@media (max-width: 668px) {
  .sensitive_data .list .left .vid_box {
    padding: 22px 70px 60px;
  }
}
@media (max-width: 610px) {
  .sensitive_data .list .left .vid_box {
    padding: 25px 65px 60px;
  }
}
@media (max-width: 569px) {
  .sensitive_data .list .left .vid_box {
    padding: 15px 60px 60px;
  }
}
@media (max-width: 515px) {
  .sensitive_data .list .left .vid_box {
    padding: 15px 50px 60px;
  }
}
@media (max-width: 480px) {
  .sensitive_data .list .left .vid_box {
    padding: 15px 45px 60px;
  }
}
@media (max-width: 415px) {
  .sensitive_data .list .left .vid_box {
    padding: 14px 42px 50px;
  }
}
@media (max-width: 376px) {
  .sensitive_data .list .left .vid_box {
    padding: 12px 38px 50px;
  }
}
@media (max-width: 350px) {
  .sensitive_data .list .left .vid_box {
    padding: 12px 35px 50px;
  }
}
@media (max-width: 330px) {
  .sensitive_data .list .left .vid_box {
    padding: 10px 30px 50px;
  }
}
@media (max-width: 320px) {
  .sensitive_data .list .left .vid_box {
    padding: 10px 28px 50px;
  }
}
.sensitive_data .list .left .vid_box .frame {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 99;
}
.sensitive_data .list .right {
  width: 42%;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .sensitive_data .list .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .sensitive_data .list .right {
    padding: 0;
  }
}
.sensitive_data .list .right .wrap {
  float: left;
}
.sensitive_data .list .right .wrap h1.main_title {
  color: #333;
  font-weight: 500;
}
.sensitive_data .list .right .wrap h1.main_title:not(:first-child) {
  margin-top: 25px;
}
@media (max-width: 1740px) {
  .sensitive_data .list .right .wrap h1.main_title:not(:first-child) {
    margin-top: 20px;
  }
}
.sensitive_data .list .right .wrap h1.main_title span {
  display: block;
  font-weight: 500;
  color: #333;
}
@media (max-width: 1024px) {
  .sensitive_data .list .right .wrap h1.main_title br {
    display: none;
  }
}
.sensitive_data .list .right .desc {
  color: #333;
  margin-top: 30px;
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1740px) {
  .sensitive_data .list .right .desc {
    margin-top: 24px;
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .sensitive_data .list .right .desc {
    margin-top: 15px;
    font-size: 14.4px;
  }
}
.sensitive_data .list .right .btn_area {
  margin-top: 30px;
  float: left;
  width: 100%;
}

.video_wrapper {
  position: relative;
}

.video_wrapper_full {
  background-color: #000;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.video_wrapper_full .videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.video_wrapper_full .videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
}
.video_wrapper_full .videoPoster:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  background-position: center;
  transition: 0.4s;
  opacity: 0.85;
}
@media (max-width: 1440px) {
  .video_wrapper_full .videoPoster:after {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 414px) {
  .video_wrapper_full .videoPoster:after {
    width: 40px;
    height: 40px;
  }
}
.video_wrapper_full .videoPoster:hover {
  cursor: pointer;
}
.video_wrapper_full .videoPoster:hover:after {
  opacity: 1;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 800ms;
}

.homeblog {
  margin: 50px 0 0 0;
}
.homeblog .bloglist {
  width: 100%;
  margin: 0 0 30px;
  overflow: hidden;
  position: relative;
}
.homeblog .bloglist h2 {
  padding-left: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #0363c5;
  padding: 10px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 1740px) {
  .homeblog .bloglist h2 {
    font-size: 25px;
  }
}
@media (max-width: 1140px) {
  .homeblog .bloglist h2 {
    font-size: 22px;
  }
}
@media (max-width: 812px) {
  .homeblog .bloglist h2 {
    font-size: 20px;
    position: relative;
    padding: 0;
    color: #0363c5;
    background: #fff;
    border-radius: 0;
    transform: translateY(0);
    top: 0;
    margin: 0 0 30px;
  }
}
.homeblog .bloglist .blogbox {
  border: 1px solid #cecece;
  width: 95%;
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .homeblog .bloglist .blogbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homeblog .bloglist .blogbox {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.homeblog .bloglist .blogbox .thumb, .homeblog .bloglist .blogbox .infos {
  width: 48%;
  padding: 30px;
}
@media (max-width: 812px) {
  .homeblog .bloglist .blogbox .thumb, .homeblog .bloglist .blogbox .infos {
    width: 100%;
  }
}
@media (max-width: 668px) {
  .homeblog .bloglist .blogbox .thumb, .homeblog .bloglist .blogbox .infos {
    padding: 25px;
  }
}
.homeblog .bloglist .blogbox .thumb {
  text-align: center;
}
.homeblog .bloglist .blogbox .infos {
  border-left: 1px solid #cecece;
}
@media (max-width: 767px) {
  .homeblog .bloglist .blogbox .infos {
    border-left: none;
    border-top: 1px solid #cecece;
  }
}
.homeblog .bloglist .blogbox .infos h3 {
  margin: 0 0 25px;
  font-weight: 500;
  font-size: 25px;
}
@media (max-width: 1740px) {
  .homeblog .bloglist .blogbox .infos h3 {
    font-size: 20px;
  }
}
.homeblog .bloglist .blogbox .infos p {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1740px) {
  .homeblog .bloglist .blogbox .infos p {
    font-size: 14.4px;
    line-height: 24px;
  }
}
.homeblog .action {
  text-align: right;
}
.homeblog .action a {
  font-size: 13px;
  background: #323232;
  color: #fff;
  padding: 7px 15px;
  border-radius: 4px;
  transition: 0.4s;
}
.homeblog .action a:hover {
  background: #0363c5;
}

/* Blog Listing */
.blogsearchwrap {
  padding: 35px 0;
  margin: 15px 0 50px;
  background: #5b5b5b;
}
@media (max-width: 600px) {
  .blogsearchwrap {
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  .blogsearchwrap {
    margin-top: -10px;
  }
}
.blogsearchwrap .ins {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 667px) {
  .blogsearchwrap .ins {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.blogsearchwrap .ins h1.ttl {
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}
.blogsearchwrap .ins .blogsearch {
  width: 100%;
  margin: 0 0 0 30px;
  max-width: 900px;
}
@media (max-width: 667px) {
  .blogsearchwrap .ins .blogsearch {
    margin: 20px 0 0;
  }
}
.blogsearchwrap .ins .blogsearch .allForm1 {
  position: relative;
}
.blogsearchwrap .ins .blogsearch .allForm1 .form-element {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-right: 120px;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 667px) {
  .blogsearchwrap .ins .blogsearch .allForm1 .form-element {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .blogsearchwrap .ins .blogsearch .allForm1 .form-element {
    flex-direction: column;
  }
}
.blogsearchwrap .ins .blogsearch .allForm1 .form-element input.form-field {
  padding: 15px 20px 15px 20px;
  height: auto;
  width: 50%;
  margin: 0 20px 0 0;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .blogsearchwrap .ins .blogsearch .allForm1 .form-element input.form-field {
    margin: 0 0 20px;
    width: 100%;
  }
}
.blogsearchwrap .ins .blogsearch .allForm1 .form-element select.form-field {
  padding: 5px 50px 5px 20px !important;
  height: auto;
  width: 50%;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .blogsearchwrap .ins .blogsearch .allForm1 .form-element select.form-field {
    width: 100%;
  }
}
.blogsearchwrap .ins .blogsearch .allForm1 .btn_area {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 667px) {
  .blogsearchwrap .ins .blogsearch .allForm1 .btn_area {
    position: relative;
    top: 0;
    transform: translateY(0);
    margin: 20px 0 0 0;
  }
}
.blogsearchwrap .ins .blogsearch .allForm1 .btn_area .btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  padding: 0;
}
.blogsearchwrap .ins .blogsearch .allForm1 .btn_area .btn.search {
  background: #1a83ee;
}
.blogsearchwrap .ins .blogsearch .allForm1 .btn_area .btn.search:hover {
  background: var(--c-lightgreen);
}
.blogsearchwrap .ins .blogsearch .allForm1 .btn_area .btn.refresh {
  background: #757575;
  color: #fff;
  margin: 0 0 0 5px;
}
.blogsearchwrap .ins .blogsearch .allForm1 .btn_area .btn.refresh:hover {
  background: #868686;
  color: #fff;
}

.bloglistwrap {
  width: 100%;
}
.bloglistwrap .bloglistgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}
@media (max-width: 812px) {
  .bloglistwrap .bloglistgrid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media (max-width: 480px) {
  .bloglistwrap .bloglistgrid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }
}
.bloglistwrap .bloglistgrid .blogitem {
  border: 1px solid rgba(184, 183, 183, 0.2392156863);
  transition: 0.4s;
  padding: 20px 20px 45px 20px;
  position: relative;
}
.bloglistwrap .bloglistgrid .blogitem figure a {
  overflow: hidden;
  display: flex;
}
.bloglistwrap .bloglistgrid .blogitem figure a img {
  transition: 0.4s;
  width: 100%;
}
.bloglistwrap .bloglistgrid .blogitem .desc {
  padding: 20px 0 0;
}
.bloglistwrap .bloglistgrid .blogitem .desc h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  transition: 0.4s;
  margin: 0 0 15px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
@media (max-width: 1740px) {
  .bloglistwrap .bloglistgrid .blogitem .desc h4 {
    font-size: 17.4px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .bloglistwrap .bloglistgrid .blogitem .desc h4 {
    min-height: inherit;
    max-height: inherit;
  }
}
.bloglistwrap .bloglistgrid .blogitem .desc p {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1740px) {
  .bloglistwrap .bloglistgrid .blogitem .desc p {
    font-size: 14.4px;
    line-height: 22px;
  }
}
.bloglistwrap .bloglistgrid .blogitem .desc .act {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.bloglistwrap .bloglistgrid .blogitem .desc .act a {
  color: #0066cc;
  font-size: 14px;
  position: relative;
  padding: 0 0 5px;
}
.bloglistwrap .bloglistgrid .blogitem .desc .act a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0066cc;
  transition: 0.4s;
}
.bloglistwrap .bloglistgrid .blogitem:hover {
  border: 1px solid rgba(184, 183, 183, 0.6);
}
.bloglistwrap .bloglistgrid .blogitem:hover figure a img {
  transform: scale(1.05);
}
.bloglistwrap .bloglistgrid .blogitem:hover .desc h4 {
  color: #0066cc;
}
.bloglistwrap .bloglistgrid .blogitem:hover .act a::before {
  width: 0;
}
.bloglistwrap .loadmoreblog {
  padding: 70px 0 30px 0;
  text-align: center;
}
.bloglistwrap .loadmoreblog a {
  color: #777;
  font-size: 14px;
  transition: 0.4s;
}
.bloglistwrap .loadmoreblog a:hover {
  color: #000;
}

.blogdetails_wrap {
  padding: 50px 0;
}
@media (max-width: 1740px) {
  .blogdetails_wrap {
    padding: 40px 0;
  }
}
.blogdetails_wrap .inside {
  max-width: 950px;
  margin: 0 auto;
}
.blogdetails_wrap .inside .mainthumb {
  margin: 0 0 20px;
}
.blogdetails_wrap .inside .heading {
  padding: 0 0 30px;
}
.blogdetails_wrap .inside .heading h1 {
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .heading h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .blogdetails_wrap .inside .heading h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.blogdetails_wrap .inside .datemainwrap {
  padding: 0 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #cecece;
  margin: 0 0 30px;
}
.blogdetails_wrap .inside .datemainwrap .datewrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.blogdetails_wrap .inside .datemainwrap .datewrap .postedby {
  padding: 0 0 0 25px;
  position: relative;
  margin: 0 25px 0 0;
  color: #1a83ee;
}
.blogdetails_wrap .inside .datemainwrap .datewrap .postedby:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icons/author.svg) no-repeat left center;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.blogdetails_wrap .inside .datemainwrap .datewrap .datetime {
  padding: 0 0 0 25px;
  position: relative;
  color: #555;
}
.blogdetails_wrap .inside .datemainwrap .datewrap .datetime:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icons/datetime.svg) no-repeat left center;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.blogdetails_wrap .inside .datemainwrap .socialinside {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.blogdetails_wrap .inside .datemainwrap .socialinside span {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 34px;
  float: left;
  padding: 0 10px 0 0;
  color: #000;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .datemainwrap .socialinside span {
    line-height: 28px;
  }
}
.blogdetails_wrap .inside .datemainwrap .socialinside a {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid #555;
  text-align: center;
  font-size: 14px;
  margin: 0 0 0 5px;
  transition: 0.4s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .datemainwrap .socialinside a {
    width: 28px;
    height: 28px;
  }
}
.blogdetails_wrap .inside .datemainwrap .socialinside a:hover {
  color: #fff;
}
.blogdetails_wrap .inside .datemainwrap .socialinside a.linkedin:hover {
  background: #0077b7;
  border-color: #0077b7;
}
.blogdetails_wrap .inside .datemainwrap .socialinside a.twitter:hover {
  background: #50abf1;
  border-color: #50abf1;
}
.blogdetails_wrap .inside .datemainwrap .socialinside a.facebook:hover {
  background: #3c599d;
  border-color: #3c599d;
}
.blogdetails_wrap .inside .datemainwrap .socialinside a.mailto:hover {
  background: #333;
  border-color: #333;
}
.blogdetails_wrap .inside .desc h2, .blogdetails_wrap .inside .desc h3, .blogdetails_wrap .inside .desc h4, .blogdetails_wrap .inside .desc h5, .blogdetails_wrap .inside .desc h6 {
  font-weight: 500;
  color: #000;
  transition: 0.4s;
  margin: 30px 0 0 0;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .desc h2, .blogdetails_wrap .inside .desc h3, .blogdetails_wrap .inside .desc h4, .blogdetails_wrap .inside .desc h5, .blogdetails_wrap .inside .desc h6 {
    margin: 24px 0 0 0;
  }
}
.blogdetails_wrap .inside .desc h2 {
  font-size: 28px;
  line-height: 38px;
  color: #1a83ee;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .desc h2 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .blogdetails_wrap .inside .desc h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.blogdetails_wrap .inside .desc h3 {
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .desc h3 {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .blogdetails_wrap .inside .desc h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.blogdetails_wrap .inside .desc h4 {
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .desc h4 {
    font-size: 17.4px;
  }
}
@media (max-width: 1440px) {
  .blogdetails_wrap .inside .desc h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.blogdetails_wrap .inside .desc h5 {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .desc h5 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .blogdetails_wrap .inside .desc h5 {
    font-size: 15px;
    line-height: 22px;
  }
}
.blogdetails_wrap .inside .desc p {
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0 0 0;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .desc p {
    font-size: 14.4px;
    line-height: 24px;
    margin: 24px 0 0 0;
  }
}
.blogdetails_wrap .inside .desc blockquote {
  margin: 30px 0;
  font-size: 18px;
  line-height: 28px;
  padding: 20px 20px 20px 30px;
  border-left: 4px solid #1a83ee;
  background: #f2f2f2;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .desc blockquote {
    font-size: 14.4px;
    line-height: 22px;
  }
}
.blogdetails_wrap .inside .desc a {
  color: #1a83ee;
  transition: 0.4s;
  text-decoration: underline;
}
.blogdetails_wrap .inside .desc a:hover {
  color: #000;
}
.blogdetails_wrap .inside .desc ul {
  margin: 30px 0 0 0;
  list-style: inside none;
  padding: 0 0 0 20px;
}
.blogdetails_wrap .inside .desc ul li {
  padding: 0 0 10px 26px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .desc ul li {
    font-size: 14.4px;
    line-height: 24px;
  }
}
.blogdetails_wrap .inside .desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/icons/greentick.svg) no-repeat left center;
  background-size: 18px;
  width: 18px;
  height: 18px;
}
.blogdetails_wrap .inside .desc ol {
  margin: 30px 0 0 0;
  padding: 0 0 0 20px;
  list-style: inside decimal;
}
.blogdetails_wrap .inside .desc ol li {
  padding: 0 0 10px 0;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1740px) {
  .blogdetails_wrap .inside .desc ol li {
    font-size: 14.4px;
    line-height: 24px;
  }
}

.relatedblogs_wrap {
  border-top: 1px solid #444;
  padding: 60px 0;
}
@media (max-width: 1740px) {
  .relatedblogs_wrap {
    padding: 48px 0;
  }
}
@media (max-width: 1440px) {
  .relatedblogs_wrap {
    padding: 40px 0;
  }
}
@media (max-width: 1240px) {
  .relatedblogs_wrap {
    padding: 40px 0 10px;
  }
}
.relatedblogs_wrap h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 40px;
  text-align: center;
  color: #000;
}
@media (max-width: 1740px) {
  .relatedblogs_wrap h2 {
    font-size: 24px;
    margin: 0 0 32px;
  }
}
@media (max-width: 1440px) {
  .relatedblogs_wrap h2 {
    font-size: 22px;
    margin: 0 0 26px;
  }
}
.relatedblogs_wrap .related_blogs {
  padding: 5px;
}
.relatedblogs_wrap .related_blogs .blogitem {
  border: 1px solid rgba(184, 183, 183, 0.2392156863);
  transition: 0.4s;
  padding: 20px;
}
.relatedblogs_wrap .related_blogs .blogitem figure a {
  overflow: hidden;
  display: flex;
}
.relatedblogs_wrap .related_blogs .blogitem figure a img {
  transition: 0.4s;
}
.relatedblogs_wrap .related_blogs .blogitem .desc {
  padding: 20px 0 35px;
  position: relative;
}
.relatedblogs_wrap .related_blogs .blogitem .desc h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  transition: 0.4s;
  margin: 0 0 15px;
}
@media (max-width: 1740px) {
  .relatedblogs_wrap .related_blogs .blogitem .desc h4 {
    font-size: 17.4px;
    line-height: 24px;
  }
}
.relatedblogs_wrap .related_blogs .blogitem .desc p {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1740px) {
  .relatedblogs_wrap .related_blogs .blogitem .desc p {
    font-size: 14.4px;
    line-height: 22px;
  }
}
.relatedblogs_wrap .related_blogs .blogitem .desc .act {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.relatedblogs_wrap .related_blogs .blogitem .desc .act a {
  color: #0066cc;
  font-size: 14px;
  position: relative;
  padding: 0 0 5px;
}
.relatedblogs_wrap .related_blogs .blogitem .desc .act a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0066cc;
  transition: 0.4s;
}
.relatedblogs_wrap .related_blogs .blogitem:hover {
  border: 1px solid rgba(184, 183, 183, 0.6);
}
.relatedblogs_wrap .related_blogs .blogitem:hover figure a img {
  transform: scale(1.05);
}
.relatedblogs_wrap .related_blogs .blogitem:hover .desc h4 {
  color: #0066cc;
}
.relatedblogs_wrap .related_blogs .blogitem:hover .act a::before {
  width: 0;
}

.form-element.checkoutRight.pinCodeVerification {
  margin-top: 0;
}

.blogdetails_wrap .inside .heading h3.cat {
  font-size: 14px;
  margin: 10px 0 0 0;
  font-weight: 400;
}
.blogdetails_wrap .inside .heading h3.cat span {
  font-weight: 500;
}

.owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}

.keyspecification_infos_wrapper .box .accord-btnR {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 5px 25px 5px 0;
  border-bottom: 1px solid #cecece;
  cursor: pointer;
}
.keyspecification_infos_wrapper .box .accord-btnR:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f055";
  font-family: FontAwesome;
  font-size: 18px;
  transition: 0.5s;
  transform: translate(-50%, -50%);
}
.keyspecification_infos_wrapper .box .accord-btnR.actv {
  color: #0066cc;
}
.keyspecification_infos_wrapper .box .accord-btnR.actv:before {
  content: "\f056";
}
.keyspecification_infos_wrapper .box .accord-targetR {
  display: none;
  padding: 15px 0 0 0;
}
.keyspecification_infos_wrapper .box .accord-targetR p {
  font-size: 14px;
  line-height: 22px;
}

.product-detail-wrapper .emioption {
  margin-bottom: 10px;
  font-size: 13px;
  color: #666;
}
.product-detail-wrapper .emioption span {
  color: #000;
  font-weight: 500;
}

.product-detail-wrapper .product-price {
  position: relative;
}
.product-detail-wrapper .product-price .addtocart {
  position: absolute;
  right: 0;
  top: 0;
}
.product-detail-wrapper .product-price .addtocart a {
  padding: 5px 7px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background-color: var(--c-lightblue);
}
.product-detail-wrapper .product-price .addtocart a:hover {
  background-color: var(--c-lightgreen);
}

.emi_largebox {
  border: 1px solid #cecece;
  border-radius: 4px;
  width: 100%;
  float: left;
  margin-top: 5px;
}
.emi_largebox .heading {
  color: var(--c-lightblue);
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
}
.emi_largebox .heading span {
  margin: 0 10px 0 0;
  display: flex;
}
.emi_largebox .heading span img {
  width: 32px;
}
.emi_largebox .box {
  border-top: 1px solid #cecece;
  padding: 9px 10px;
  font-size: 14px;
}
.emi_largebox .box strong {
  color: #333;
  font-weight: 500;
}

.home-ctatop {
  margin: 0 0 20px;
  padding: 10px;
  background: var(--c-lightblue);
}
.home-ctatop h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

/* SERVICES */
.service_top .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .service_top .container {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.service_top .container .left {
  width: 50%;
}
@media (max-width: 900px) {
  .service_top .container .left {
    width: 100%;
    padding: 25px 0 0;
  }
}
.service_top .container .left h1 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (max-width: 568px) {
  .service_top .container .left h1 {
    font-size: 20px;
  }
}
.service_top .container .left p {
  line-height: 1.5;
  font-size: 15px;
}
@media (max-width: 568px) {
  .service_top .container .left p br {
    display: none;
  }
}
.service_top .container .left ul {
  margin: 10px 0;
  list-style: inside none;
  padding: 0 0 0 20px;
}
.service_top .container .left ul li {
  padding: 0 0 10px 26px;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
}
.service_top .container .left ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../images/icons/greentick.svg) no-repeat left center;
  background-size: 16px;
  width: 16px;
  height: 16px;
}
.service_top .container .right {
  width: 45%;
  text-align: right;
  position: relative;
}
@media (max-width: 900px) {
  .service_top .container .right {
    width: 100%;
  }
}
.service_top .container .right:before {
  background-color: var(--c-lightblue);
  content: "";
  width: 150px;
  height: 150px;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  position: absolute;
}
.service_top .container .right figure {
  overflow: hidden;
  display: flex;
}
.service_top .container .right figure img {
  transition: 0.4s;
  width: 100%;
}
.service_top .container .right figure:hover img {
  transform: scale(1.05);
}

.service_mid {
  padding: 27px 0 0;
}
.service_mid ul {
  list-style-type: disc;
  margin-left: 45px;
}
.service_mid ul li {
  line-height: 1.8;
}
.service_mid ul li:not(:last-child) {
  padding-bottom: 20px;
}
.service_mid ul li::marker {
  color: red;
}

.service_bottom {
  padding: 80px 0 50px 0;
  text-align: center;
}
@media (max-width: 900px) {
  .service_bottom {
    padding: 60px 0 30px 0;
  }
}
.service_bottom .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .service_bottom .container {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.service_bottom .container .left {
  width: 50%;
}
@media (max-width: 900px) {
  .service_bottom .container .left {
    width: 100%;
    padding: 30px 0 0;
  }
}
.service_bottom .container .left iframe {
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1803921569);
  border: 5px solid #fff !important;
}
@media (max-width: 568px) {
  .service_bottom .container .left iframe {
    margin: 0 0 10px;
  }
}
.service_bottom .container .left .direction {
  padding: 0px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}
.service_bottom .container .left .direction a {
  font-size: 10px;
  margin: 0 10px 0 0;
  padding: 7px 10px;
}
.service_bottom .container .right {
  width: 45%;
  text-align: right;
}
@media (max-width: 900px) {
  .service_bottom .container .right {
    width: 100%;
  }
}
.service_bottom .container .right h2 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 15px;
}
@media (max-width: 620px) {
  .service_bottom .container .right h2 {
    text-align: center;
  }
}
@media (max-width: 568px) {
  .service_bottom .container .right h2 {
    font-size: 20px;
  }
}
.service_bottom .container .right .actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 620px) {
  .service_bottom .container .right .actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.service_bottom .container .right .actions a {
  margin: 0 0 0 10px;
  font-size: 14px;
  padding: 10px 12px;
  text-align: center;
}
@media (max-width: 568px) {
  .service_bottom .container .right .actions a {
    margin: 0;
    font-size: 12px;
  }
}
.service_bottom .container .right .actions a:focus, .service_bottom .container .right .actions a:focus-visible {
  color: #000;
  background-color: var(--c-lightblue);
  border-color: var(--c-lightblue);
}
.service_bottom .container .right .actions a:hover, .service_bottom .container .right .actions a.actv {
  background-color: var(--c-lightblue);
  color: #fff;
  border-color: var(--c-lightblue);
}
.service_bottom .container .right .address {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 620px) {
  .service_bottom .container .right .address {
    text-align: center;
  }
}

.service_priceex {
  padding: 0 0 50px 0;
}
@media (max-width: 900px) {
  .service_priceex {
    padding: 0 0 30px 0;
  }
}
.service_priceex .container {
  padding: 50px 15% 0;
  border-top: 1px solid #cecece;
}
@media (max-width: 1280px) {
  .service_priceex .container {
    padding: 50px 10% 0;
  }
}
@media (max-width: 900px) {
  .service_priceex .container {
    padding: 50px 5% 0;
  }
}
@media (max-width: 767px) {
  .service_priceex .container {
    padding: 50px 10px 0 10px;
  }
}
.service_priceex h2 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 35px;
}
@media (max-width: 568px) {
  .service_priceex h2 {
    font-size: 20px;
  }
}
@media (max-width: 468px) {
  .service_priceex .tablewrp {
    width: 100%;
    overflow-x: scroll;
  }
}
.service_priceex .tablewrp table {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 468px) {
  .service_priceex .tablewrp table {
    width: 468px;
  }
}
.service_priceex .tablewrp table td, .service_priceex .tablewrp table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.service_priceex .tablewrp table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.service_priceex .tablewrp table tr th:last-child, .service_priceex .tablewrp table tr td:last-child {
  text-align: right;
}
.service_priceex .tablewrp table td {
  font-size: 15px;
}
@media (max-width: 568px) {
  .service_priceex .tablewrp table td {
    font-size: 14px;
  }
}
.service_priceex .tablewrp table td:last-child {
  font-weight: 500;
}

.accordR .box {
  border: 1px solid #cecece;
  margin: 0 0 5px;
}
.accordR .box h3.accord-btnR {
  cursor: pointer;
  padding: 10px 30px 10px 15px;
  width: 100%;
  font-weight: 500;
  position: relative;
  font-size: 16px;
}
@media (max-width: 468px) {
  .accordR .box h3.accord-btnR {
    font-size: 14px;
  }
}
.accordR .box h3.accord-btnR:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  transition: 0.5s;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  text-align: center;
}
.accordR .box h3.accord-btnR.actv {
  color: #1a83ee;
}
.accordR .box h3.accord-btnR.actv:before {
  transform: rotate(90deg);
  top: 10px;
  right: 10px;
}
.accordR .box .accord-targetR {
  display: none;
  padding: 15px 15px;
  border-top: 1px solid #cecece;
}

.key_specifications.no-border .headsection {
  border: none;
}
.key_specifications.no-border h2 {
  padding: 0 0 20px;
  border: none;
  font-size: 22px;
  color: #1a83ee;
}
.key_specifications.no-border .keyspecification_infos {
  padding: 0 !important;
}

.addon button {
  width: 100%;
}

.addon button.disabled {
  padding: 12px;
}

.menu ul.sub-menu li a {
  position: relative;
}
.menu ul.sub-menu li a .carnival_img {
  position: absolute;
  right: 5px;
  top: 15px;
  background: url("../images/carnival_img.png") no-repeat center center;
  background-size: 50px 20px;
  width: 50px;
  height: 20px;
}

.menu > li.has-child a {
  position: relative;
}
.menu > li.has-child a .carnival_main_img {
  position: absolute;
  right: -25px;
  top: -12px;
  background: url("../images/carnival_img.png") no-repeat center center;
  background-size: 50px 20px;
  width: 50px;
  height: 20px;
  z-index: 9;
}

.sysme_navwrap {
  position: relative;
  z-index: 991;
}

@media (max-width: 1330px) {
  .menu > li.has-child a .carnival_main_img {
    right: -20px;
    top: 12px;
  }
  .menu > li.has-child.showing-submenu > a {
    padding-right: 40px;
  }
  .sysme_navwrap {
    position: fixed;
  }
}
.product-tag {
  background-color: #ff3500 !important;
}

.menu > li.has-child.showing-submenu::after {
  border-color: white;
}

.product-tags, .new_lbl {
  overflow: hidden;
}
.product-tags:before, .new_lbl:before {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(302deg, rgba(255, 255, 255, 0.3519608527) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.35) 100%);
  width: 9px;
  height: 70px;
  transform: rotate(45deg);
  top: -35px;
  left: -10px;
  opacity: 0.5;
  animation: rotation 1.5s infinite linear;
}
@keyframes rotation {
  0% {
    left: -10px;
  }
  100% {
    left: 100px;
  }
}

.product-block .image-block .inout-stock img {
  max-width: 60px;
}

@media (min-width: 761px) {
  .product_details_wrap .right-column {
    position: relative;
  }
  .product_details_wrap .right-column .product-description {
    padding-right: 160px;
  }
  .product_details_wrap .right-column .promotion-tag {
    position: absolute;
    right: 0;
    top: 0;
  }
  .product_details_wrap .right-column .promotion-tag img {
    max-width: 140px;
  }
}
@media (max-width: 760px) {
  .product_left > figure {
    display: block !important;
  }
  .product_details_wrap .right-column .promotion-tag {
    display: none;
  }
  .product_details_wrap .right-column-mob .promotion-tag {
    display: block;
  }
  .product_details_wrap .right-column .product-description {
    padding-right: 90px;
    position: relative;
  }
  .product_details_wrap .right-column .product-description .promotion-tag {
    position: absolute;
    right: 0;
    top: 0;
  }
  .product_details_wrap .right-column .product-description .promotion-tag img {
    max-width: 80px;
  }
}
/* Cart Popup */
.newcartmodal {
  background-color: rgba(0, 0, 0, 0.88);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.newcartmodal .insidebox {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 94%;
}
.newcartmodal .insidebox .pophead {
  margin: 0 0 20px;
  padding: 2rem 2rem 0;
  overflow: hidden;
}
@media (max-width: 668px) {
  .newcartmodal .insidebox .pophead {
    padding: 1rem 1rem 0;
  }
}
.newcartmodal .insidebox .pophead h2 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}
@media (max-width: 668px) {
  .newcartmodal .insidebox .pophead h2 {
    font-size: 20px;
  }
}
.newcartmodal .insidebox .pophead .remove-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.newcartmodal .insidebox .pophead .form-rdiochk-modal {
  font-size: 13px;
}
.newcartmodal .insidebox .item-mainwrap {
  margin: 0 2rem;
  max-height: 200px;
  overflow-y: auto;
}
@media (max-width: 668px) {
  .newcartmodal .insidebox .item-mainwrap {
    margin: 0 1rem;
  }
}
.newcartmodal .insidebox .item-mainwrap .item_wrap {
  padding: 0 !important;
}
.newcartmodal .insidebox .order-table-header-main-wrap {
  border: 1px solid #ededed;
  overflow: hidden;
  margin: 3px 0;
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-left {
  padding: 15px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  float: none;
}
@media (max-width: 668px) {
  .newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-left {
    flex-direction: column;
  }
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-left .form-rdiochk-modal {
  width: auto;
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-left .order-table-left-cell {
  width: calc(100% - 200px);
  padding: 0;
}
@media (max-width: 668px) {
  .newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-left .order-table-left-cell {
    width: 100%;
    padding: 0 0 0 26px;
  }
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-left .order-table-left-cell a {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-left .order-table-left-cell a figure {
  width: 80px;
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-left .order-table-left-cell a .payment-product-descp {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-left .order-table-left-cell a .payment-product-descp .proName {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 668px) {
  .newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-left .order-table-left-cell a .payment-product-descp .proName {
    font-size: 16px;
  }
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-left .order-table-left-cell a .payment-product-descp .proCode {
  margin: 0;
  font-size: 13px;
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-right {
  padding: 15px 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
}
@media (max-width: 668px) {
  .newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-right {
    width: 100%;
    justify-content: space-between;
    padding: 10px 0 0 0;
  }
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-right .cell-netPrice, .newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-right .cell-del {
  padding: 0;
  border: 0;
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-right .order-table-right-cell {
  border: 0;
  padding: 0;
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-right .price {
  color: var(--c-lightblue);
  position: relative;
  padding-left: 15px;
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-right .price:before {
  position: absolute;
  content: "₹";
  left: 0;
  font-size: 110%;
}
.newcartmodal .insidebox .order-table-header-main-wrap .order-table-header .order-table-right .cell-del {
  justify-content: flex-end;
  width: 25px;
}
.newcartmodal .insidebox .relateditemswrap {
  padding: 1.5rem 2rem;
  margin-top: 1.5rem;
  background-color: #f7f7f7;
}
@media (max-width: 668px) {
  .newcartmodal .insidebox .relateditemswrap {
    padding: 1.5rem 1rem;
  }
}
.newcartmodal .insidebox .relateditemswrap h2 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
}
@media (max-width: 468px) {
  .newcartmodal .insidebox .relateditemswrap h2 {
    font-size: 16px;
  }
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .owl-stage {
  align-items: stretch;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .owl-stage .owl-item {
  height: 100%;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .poprelatedbox {
  border: 1px solid #e4e4e4;
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .poprelatedbox .imgwrap {
  width: 80px;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .poprelatedbox .conte {
  width: calc(100% - 80px);
  padding-left: 20px;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .poprelatedbox .conte h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .poprelatedbox .conte .code {
  font-size: 14px;
  padding-bottom: 8px;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .poprelatedbox .conte .price {
  font-size: 14px;
  color: var(--c-lightblue);
  position: relative;
  padding-left: 15px;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .poprelatedbox .conte .price:before {
  position: absolute;
  content: "₹";
  left: 0;
  font-size: 110%;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .owl-nav {
  position: absolute;
  right: 0;
  top: -40px;
  width: 80px;
  height: 30px;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .owl-nav button {
  width: 30px;
  height: 30px;
  font-size: 26px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50px;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .owl-nav button span {
  width: 30px;
  height: 30px;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .owl-nav button:hover {
  background-color: #555;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .owl-nav button:hover span {
  color: #fff;
}
.newcartmodal .insidebox .relateditemswrap .product-carousel-pop .owl-nav button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.newcartmodal.actv {
  opacity: 1;
  visibility: visible;
}

.highlight-row {
  background-color: #edecec;
  pointer-events: none;
  opacity: 0.5;
}

.form-rdiochk-modal .inputHelper {
  display: none;
}

.form-rdiochk-modal .inputHelper:checked ~ label:after {
  transform: scale(1);
  transition: 0.5s;
}

.form-rdiochk-modal .rdiochklabel {
  width: 100%;
  float: left;
  padding-left: 28px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.form-rdiochk-modal .rdiochklabel:before,
.form-rdiochk-modal .rdiochklabel:after {
  content: "";
  position: absolute;
}

.form-rdiochk-modal .rdiochklabel:before {
  width: 16px;
  height: 16px;
  top: 1px;
  left: 0;
  border: 1px solid var(--c-lightblue);
}

.form-rdiochk-modal .rdiochklabel:after {
  width: 8px;
  height: 8px;
  top: 5px;
  left: 4px;
  background: var(--c-lightblue);
  transform: scale(0);
  transition: 0.5s;
}

.form-rdiochk-modal.circle-radio-btn {
  width: auto;
}

.form-rdiochk-modal.circle-radio-btn .rdiochklabel::before {
  border-radius: 50%;
}

.form-rdiochk-modal.circle-radio-btn .rdiochklabel::after {
  border-radius: 50%;
}

.owl-carousel .owl-stage:after, .owl-carousel .owl-stage:before {
  display: none !important;
}

.error {
  color: red !important;
  font-size: 13px !important;
}

.owl-next.disabled, .owl-prev.disabled {
  opacity: 0.1;
  pointer-events: none;
}

@media (max-width: 600px) {
  .product-carousel .product-block .product-tag {
    top: 34px !important;
  }
  .productlistings .product-block .product-tags {
    top: 30px;
    position: absolute;
    bottom: auto;
  }
}
.sysme_logowrapper {
  z-index: 999 !important;
}/*# sourceMappingURL=promotion.css.map */