.section-purchase {
  padding-top: 120px;
  padding-bottom: 50px;
}

.purchase-box {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 3px solid #203353;
  margin-bottom: 20px;
}

.purchase-box::after {
  display: block;
  clear: both;
  content: "";
}

.purchase-box .image-col {
  text-align: center;
  padding: 32px 32px 20px;
}

.purchase-box .image-col img {
  width: 128px;
}

@media (min-width: 768px) {
  .purchase-box .image-col {
    float: left;
    width: 40%;
    padding: 36px 0 42px 30px;
  }
  .purchase-box .image-col img {
    width: 192px;
  }
}

@media (min-width: 992px) {
  .purchase-box .image-col {
    float: inherit;
    width: auto;
    padding: 44px 32px 30px;
  }
}

.purchase-box .text-col {
  padding: 0 20px 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .purchase-box .text-col {
    float: right;
    padding: 54px 60px 50px 0;
    text-align: left;
    width: 56%;
  }
}

@media (min-width: 992px) {
  .purchase-box .text-col {
    float: inherit;
    width: auto;
    text-align: center;
    padding: 0 20px 60px;
  }
}

.purchase-box h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0.7em;
}

@media (min-width: 576px) {
  .purchase-box h2 {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .purchase-box h2 {
    font-size: 40px;
    margin-bottom: 1em;
  }
}

@media (min-width: 1200px) {
  .purchase-box h2 {
    font-size: 42px;
  }
}

.purchase-box h2 span:first-child {
  font-weight: normal;
  color: #0ff6f6;
  letter-spacing: -0.03em;
}

@media (min-width: 992px) {
  .purchase-box h2 span:first-child {
    display: block;
  }
}

.purchase-box ul.feature-list {
  list-style: none;
  font-size: 18px;
  padding: 0;
  margin: 0 0 36px;
}

@media (min-width: 768px) {
  .purchase-box ul.feature-list {
    margin-bottom: 46px;
  }
}

@media (min-width: 992px) {
  .purchase-box ul.feature-list {
    max-width: 220px;
    margin: 0 auto 56px;
  }
}

.purchase-box ul.feature-list li {
  padding: 0;
  line-height: 1.6em;
  margin: 0;
}

@media (min-width: 768px) {
  .purchase-box ul.feature-list li {
    background: url(../images/feature-checkmark.svg) no-repeat 0 6px;
    padding-left: 36px;
    line-height: 35px;
    text-align: left;
  }
}

.purchase-box .price-con {
  margin-bottom: 30px;
}

.purchase-box .price-con .price {
  font-size: 54px;
  font-weight: 700;
  color: #0ff6f6;
  padding-bottom: 12px;
}

.purchase-box .price-con .note {
  color: #0ff6f6;
  font-size: 16px;
}

.purchase-box .purchase-btn-con {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 768px) {
  .purchase-box .purchase-btn-con {
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .purchase-box .purchase-btn-con {
    align-items: center;
  }
}

.purchase-box .purchase-btn-con > *:first-child {
  margin-bottom: 20px;
}

.purchase-box .purchase-btn-con a.btn-primary {
  min-width: 210px;
}

.purchase-box.iphone h2 {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .purchase-box.iphone h2 {
    margin-bottom: 80px;
  }
}

.purchase-box.purchase-box-primary {
  background-color: #041d33;
  border-width: 0px;
}

.purchase-box-notes {
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .purchase-box-notes {
    margin-bottom: 0px;
    height: 60px;
  }
}

.purchase-box-notes .basic {
  padding-top: 6px;
}

.section-roadmap h4 {
  color: #0097dd;
}

.section-roadmap ul.roadmap {
  color: #041224;
}

.section-roadmap ul.roadmap .on-going span span {
  color: #ff8300;
}

.section-support {
  padding-top: 20px;
  padding-bottom: 100px;
}

.section-support section {
  margin-bottom: 40px;
}

.overlay {
  display: none;
  background-color: rgba(220, 220, 220, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: auto;
}

.overlay .checkout {
  max-width: 320px;
  position: relative;
  margin: 70px auto auto;
  padding-bottom: 70px;
}

@media (min-width: 576px) {
  .overlay .checkout {
    max-width: 640px;
    margin-top: 140px;
  }
}

.overlay .checkout .wrapper {
  color: rgba(0, 0, 0, 0.7);
  background-color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.overlay .checkout .wrapper .wrapper-inner {
  padding: 68px 20px 30px;
}

.overlay .checkout .close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 99999999;
  line-height: 1em;
}

.overlay .checkout .close img {
  width: 14px;
  height: 14px;
}

.overlay .checkout .icon-wrapper {
  position: absolute;
  left: 0;
  top: -55px;
  width: 100%;
  text-align: center;
}

.overlay .checkout .icon-wrapper .icon {
  height: 95px;
  width: 95px;
}

.overlay .checkout .top-block {
  margin-bottom: 30px;
}

.overlay .checkout .top-block h2 {
  color: #041224;
  font-size: 30px;
  line-height: 1.2em;
}

@media (min-width: 768px) {
  .overlay .checkout .top-block h2 {
    font-size: 40px;
  }
}

.overlay .checkout .license-block {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .overlay .checkout .license-block {
    font-size: 20px;
  }
}

.overlay .checkout .license-block .license-wrapper {
  display: inline-block;
  padding: 4px 0;
  border-bottom: 2px solid #8cff00;
}

.overlay .checkout .notes-block {
  font-size: 14px;
  margin-bottom: 16px;
}

.overlay .checkout .notes-block .email {
  font-weight: bold;
}

.overlay .checkout .order-number-wrapper {
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
  border: 2px solid #cccccc;
  border-radius: 4px;
  padding: 5px 10px 3px;
}

@media (min-width: 576px) {
  .btn-set {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.btn-set > * {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .btn-set > * {
    margin-right: 20px;
    display: inline-block;
  }
}

.btn-set > *:last-child {
  margin-right: 0;
}

@media (min-width: 576px) {
  .btn-set .btn-con {
    margin-bottom: 0px;
  }
}

a.discount {
  position: relative;
  padding-left: 32px;
}

a.discount::before {
  color: #0ff6f6;
  position: absolute;
  left: 0;
  top: -3px;
  content: "%";
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  background-color: rgba(15, 246, 246, 0.15);
  border-radius: 12px;
}

a.mas-btn {
  line-height: 36px;
}

a.mas-btn span {
  line-height: 30px;
  display: block;
  font-size: 14px;
  margin-bottom: -14px;
}

a.star-icon .icon {
  margin-top: -3px;
}

.tabnav .tabnav-item .badge-con {
  display: none;
}

@media (min-width: 768px) {
  .tabnav .tabnav-item .badge-con {
    display: inline;
  }
}

.row > .align-children-bottom {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.black-friday-box {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .black-friday-box {
    margin-bottom: 80px;
  }
}

.black-friday-box img {
  max-width: 100%;
  border: 5px solid rgba(168, 235, 255, 0.28);
  border-radius: 18px;
}

.black-friday-box img:hover {
  background-color: rgba(168, 235, 255, 0.1);
}
/*Readmore button*/
.box-showmore input[name="readmore"],
.faq-showmore input[name="readmore-faq"] {
  display: none;
}
.box-showmore .showmore-btn,
.faq-showmore .des-faq {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  transition: 0.5s ease-in-out;
}
.box-showmore .showmore-btn::before,
.faq-showmore .des-faq::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  transition: 0.5s ease-in-out;
  content: "";
  background-image: linear-gradient(to top, #1a1e33, transparent);
}
.box-showmore .button-sl,
.faq-showmore .button-sl {
  margin-top: 30px;
  text-align: center;
}
.box-showmore label,
.faq-showmore label {
  text-align: center;
  display: inline-block;
  border: 1px solid #333;
  width: 140px;
  height: 40px;
  position: relative;
  cursor: pointer;
  background-color: #0d1228;
  border-radius: 99px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.box-showmore label:hover,
.faq-showmore label:hover {
  background-color: #224ed8;
  border-color: #224ed8;
}

.box-showmore label::before,
.faq-showmore label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-more);
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-showmore input[name="readmore"]:checked ~ .content-showmore label::before {
  content: attr(data-Less);
}
.box-showmore input[name="readmore"]:checked ~ .content-showmore .showmore-btn {
  max-height: 100%;
  transition: 0.5 ease-in-out;
}
.box-showmore
  input[name="readmore"]:checked
  ~ .content-showmore
  .showmore-btn::before,
.faq-showmore
  input[name="readmore-faq"]:checked
  ~ .content-faq
  .des-faq::before {
  height: 0;
}
/*check faq*/
.faq-showmore input[name="readmore-faq"]:checked ~ .content-faq label::before {
  content: attr(data-Less);
}
.faq-showmore input[name="readmore-faq"]:checked ~ .content-faq .des-faq {
  max-height: 100%;
}
/*sldier*/
.royalSlider {
  width: 100%;
  height: 300px;
}
/*Logo slider*/

.firstSlider {
  width: 100%;
  position: relative;
  padding: 28px 0 14px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 15%,#000 95%,transparent)
}

.firstSlide,.firstSlider {
  display: flex;
  justify-content: center;
  align-items: center
}

.firstSlide {
  height: 86px;
  -webkit-animation: firstSlide 50s linear infinite;
  animation: firstSlide 50s linear infinite
}

.firstSlide img {
  height: 36px;
  padding: 0 30px
}

@-webkit-keyframes firstSlide {
  0% {
      transform: translateX(25%)
  }

  50% {
      transform: translateX(-25%)
  }

  to {
      transform: translateX(25%)
  }
}

@keyframes firstSlide {
  0% {
      transform: translateX(25%)
  }

  50% {
      transform: translateX(-25%)
  }

  to {
      transform: translateX(25%)
  }
}

.secondSlider {
  width: 100%;
  position: relative;
  margin-bottom: 24px;
  padding: 14px 0 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 15%,#000 95%,transparent)
}

@-webkit-keyframes secondSlide {
  0% {
      transform: translateX(25%)
  }

  50% {
      transform: translateX(-25%)
  }

  to {
      transform: translateX(25%)
  }
}

@keyframes secondSlide {
  0% {
      transform: translateX(25%)
  }

  50% {
      transform: translateX(-25%)
  }

  to {
      transform: translateX(25%)
  }
}

.mobileSlide {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: mobileSlide 60s linear infinite;
  animation: mobileSlide 60s linear infinite
}

.mobileSlide img {
  height: 36px;
  padding: 0 30px
}

@-webkit-keyframes mobileSlide {
  0% {
      transform: translateX(90%)
  }

  50% {
      transform: translateX(-90%)
  }

  to {
      transform: translateX(90%)
  }
}

@keyframes mobileSlide {
  0% {
      transform: translateX(90%)
  }

  50% {
      transform: translateX(-90%)
  }

  to {
      transform: translateX(90%)
  }
}


@media (mind-width:768px){
  .md\:secondSlide {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: secondSlide 50s linear infinite;
    animation: secondSlide 50s linear infinite
}

.md\:secondSlide img {
  height: 36px;
  padding: 0 30px
}

}
  /*testimonial*/
@keyframes fade-in {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.animate-fade-in {
  animation: fade-in .5s linear forwards
}

@keyframes marquee {
  to {
      transform: translateY(-50%)
  }
}

.animate-marquee {
  animation: marquee var(--marquee-duration) linear infinite;
}
/*img top responsive*/
/*trusted title border*/
.trusted-br:before{
  content:'';
  display: block;
  width: 80%;
  height: 1px;
  background:#4a4e5e;
  margin:0 auto;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 15%,#000 95%,transparent);
  overflow: hidden;
}