@media only screen and (max-width: 414px) {
  .bg-2026 {
    background-image: url("https://www.wewyn.com/asset/images/home-page/images/2026-bg-s.jpg") !important;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 400px) and (max-width: 600px) {
  .bg-2026 {
    background-image: url("https://www.wewyn.com/asset/images/home-page/images/2026-bg-s.jpg") !important;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .bg-2026 {
    background-image: url("https://www.wewyn.com/asset/images/home-page/images/2026-bg-m.jpg") !important;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 770px) and (max-width: 1280px) {
  .bg-2026 {
    background-image: url("https://www.wewyn.com/asset/images/home-page/images/2026-bg-l.jpg") !important;
    background-size: cover;
    background-position: center;
  }
}
.wewyn-color{
  color: #00abe9;
}
.bg-2026 {
  background-image: url("https://www.wewyn.com/asset/images/home-page/images/2026-bg-l.jpg");
  background-size: cover;
  background-position: center;
}
.packageFront .col-md-3,
.packageFront .col-xs-12,
.packageFront .col-lg-3,
.packageFront.col-sm-6 {
  position: relative;
  min-height: 1px;
}

.serviceWeb .col-md-3,
.serviceWeb .col-xs-12,
.serviceWeb .col-lg-3,
.serviceWeb.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.bp-20 {
  margin-bottom: 20px;
}

.tpp-10 {
  margin-top: 10px;
}

.tpp-20 {
  margin-top: 20px;
}

.tpp-30 {
  margin-top: 30px;
}

.tpp-40 {
  margin-top: 40px;
}

.tpp-50 {
  margin-top: 50px;
}

.tbp-50 {
  margin-bottom: 50px;
}

#services-bar .container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1300px;
}

#services-bar a {
  text-decoration: none;
}

/* Box Styling */
.services-bar-box {
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 6px 20px rgb(0 0 0 / 20%);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.services-bar-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Heading */
.services-bar-heading {
  text-align: center;
  display: inline;
  border-radius: 10px;
  align-items: center;
  gap: 15px;
}

.services-bar-title {
  color: #fff;
  font-weight: 500;
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
}

.services-bar-heading img {
  width: auto;
  height: auto;
}

.services-bar-heading .img1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.services-bar-heading .img2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.services-bar-heading h2 {
  font-size: 1.6em;
  font-weight: 500;
  color: #fff;
  /* color: #50595a; */
}

@media screen and (max-width: 375px) {
  .tpp-10 {
    margin-top: 10px;
  }

  .tpp-20 {
    margin-top: 10px;
  }

  .tpp-30 {
    margin-top: 10px;
  }

  .tpp-40 {
    margin-top: 10px;
  }

  .tpp-50 {
    margin-top: 10px;
  }

  .tbp-50 {
    margin-top: 10px;
  }

  .bpp-20 {
    margin-bottom: 1px;
  }
}

@media only screen and (max-width: 414px) {
  .tpp-10 {
    margin-top: 10px;
  }

  .tpp-20 {
    margin-top: 10px;
  }

  .tpp-30 {
    margin-top: 10px;
  }

  .tpp-40 {
    margin-top: 10px;
  }

  .tpp-50 {
    margin-top: 20px !important;
  }

  .tbp-50 {
    margin-top: 10px;
  }

  .bpp-20 {
    margin-bottom: 1px;
  }
}

@media (min-width: 376px) and (max-width: 450px) {
  .services-bar-box {
    max-width: 300px;
    /* min-height: 330px; */
    /* background: #2196F3; */
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 20%);
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }
}

@media screen and (max-width: 768px) {
  .tpp-40 {
    margin-top: 10px;
  }

  .tpp-50 {
    margin-top: 95px !important;
  }

  .services-bar-heading h2 {
    font-size: 2em;
    font-weight: 500;
    color: #fff /* color: #50595a; */;
  }

  .services-bar-title {
    color: #fff;
    font-weight: 500;
    font-size: 4em;
    text-align: center;
  }

  .services-bar-box {
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* min-height: 330px; */
    /* background: #2196F3; */
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 20%);
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }
}

@media (min-width: 820px) and (max-width: 912px) {
  .tpp-40 {
    margin-top: 10px;
  }

  .tpp-50 {
    margin-top: 229px;
  }
}

@media (min-width: 992px) {
  #services-bar .col-md-12 {
    width: 97%;
  }
}

@media (max-width: 1200px) {
  #services-bar .container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }

  .tpp-50 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .cardpackage .price h4 {
    margin: 0;
    padding: 20px 0;
    /* color: #2196F3; */
    font-size: 40px !important;
  }

  .cardpackage2 .price h4 {
    margin: 0;
    padding: 12px 0 !important;
    /* color: #2196F3; */
    font-size: 40px !important;
  }

  .cardpackage .option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #563a10;
    font-size: 14px !important;
  }

  .cardpackage2 .option2 ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 14px !important;
  }

  .services-bar-heading h2 {
    font-size: 2em;
    font-weight: 500;
    color: #fff /* color: #50595a; */;
  }

  #services-bar .container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }

  .tpp-50 {
    margin-top: 30px;
  }

  .services-bar-heading {
    /* display: flex; */
    text-align: center;
    display: inline;
    /* background-color: #eff4f8; */
    border-radius: 10px;
    align-items: center;
    gap: 15px;
    /* margin-bottom: 20px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .tpp-50 {
    margin-top: 90px;
  }

  .services-bar-heading {
    /* display: flex; */
    text-align: center;
    display: inline;
    /* background-color: #eff4f8; */
    border-radius: 10px;
    align-items: center;
    gap: 15px;
    /* margin-bottom: 20px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1112px) {
  #services-bar .col-md-6 {
    width: 20% !important;
  }
}

@media only screen and (max-width: 1440px) {
  #services-bar .container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
}

.line {
  color: #ffffff;
  background: #4caf50;
  border: 2px solid #4caf50;
  border-radius: 20px;
  padding: 10px;
}

.line:hover {
  color: #ffffff;
  background: #03a9f487;
  border: 2px solid #03a9f487;
  border-radius: 20px;
  padding: 10px;
  text-decoration: none;
}

.box-easy {
  background-image: linear-gradient(to right, #03a9f4, #00bcd4);
  height: 400px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.bgMakeweb {
  width: 100%;
  -webkit-border-radius: 15% 15% 0 0;
  background: #1175c5;
}

.bgMakeweb2 {
  height: 1000px;
  width: 100%;
  -webkit-border-radius: 0 0 15% 15%;
  background: #51c2f5;
}

.tp10 {
  margin-top: 10px;
}

.tp50 {
  margin-top: 50px;
}

.tp80 {
  margin-top: 80px;
}

.cardpackage2 {
  background: linear-gradient(-45deg, #03a9f4, #3f51b5);
  min-height: 890px;
  position: relative;
  max-width: 90%;
  height: auto;
  /* background: linear-gradient(-45deg, #8cd5efa3, #f3f3f3); */
  border-radius: 30px;
  margin: 0 auto;
  padding: 40px 20px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cardpackage2:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cardpackage2 sup {
  top: -0.3em;
  font-size: 0.3em;
  font-weight: 500;
  display: block;
  margin-top: 20px;
  color: #f44336;
}

.cardpackage2 sup span {
  text-decoration: line-through;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}

.cardpackage2 .title .fa {
  /* color:#fff; */
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.cardpackage2 .title h2 {
  position: relative;
  margin: 50px 0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  z-index: 2;
}

.cardpackage2 .price,
.option {
  position: relative;
  z-index: 2;
}

.cardpackage2 .price h4 {
  margin: 0;
  padding: 40px 0;
  /* color: #2196F3; */
  font-size: 60px;
}

.cardpackage2 .option ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 92%;
  margin-left: auto;
}

.cardpackage2 .option2 ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 80%;
  margin-left: auto;
}

.cardpackage2 .option2 ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
}

.cardpackage2 .option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #563a10;
  font-size: 16px;
}

.cardpackage2 a {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #4caf50;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 20px auto 0;
  font-size: 1.5em;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cardpackage2 a:hover {
  text-decoration: none;
}

.cardpackage {
  position: relative;
  max-width: 90%;
  height: auto;
  border-radius: 30px;
  margin: 0 auto;
  padding: 40px 20px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cardpackage:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cardpackage sup {
  top: -0.3em;
  font-size: 0.3em;
  font-weight: 500;
  display: block;
  margin-top: 20px;
  color: #f44336;
}

.cardpackage sup span {
  text-decoration: line-through;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}

.cardpackage .title .fa {
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.cardpackage .title h2 {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  z-index: 2;
}

.cardpackage .price,
.option {
  position: relative;
  z-index: 2;
}

.cardpackage .price h4 {
  margin: 0;
  padding: 20px 0;
  /* color: #2196F3; */
  font-size: 60px;
}

.cardpackage .option ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 92%;
  margin-left: auto;
}

.cardpackage .option2 ul {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 80%;
  margin-left: auto;
}

.cardpackage .option2 ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
}

.cardpackage .option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #563a10;
  font-size: 16px;
}

.cardpackage a {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #4caf50;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 20px auto 0;
  font-size: 1.5em;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cardpackage a:hover {
  text-decoration: none;
}
.greenn {
  border: none;
  outline: none;
  display: inline-block;
  margin: 5px auto;
  border-radius: 50px 50px 50px 50px;
  max-width: 300px;
  height: 50px;
  font-size: 30px;
  font-weight: 400;
  background-color: #4caf50;
  color: #ffffff;
  padding: 0px 12px 0px 12px;
  width: max-content;
  /* transition: all .5s ease-in-out; */
}

.greenn:hover {
  background: #00b818;
  background: linear-gradient(
    90deg,
    rgba(0, 184, 24, 1) 0%,
    rgba(90, 224, 144, 1) 50%,
    rgba(43, 207, 106, 1) 100%
  );
}

.skyy {
  border: none;
  outline: none;
  display: inline-block;
  margin: 5px auto;
  border-radius: 50px 50px 50px 50px;
  width: 170px;
  height: 50px;
  font-size: 30px;
  font-weight: 400;
  background-color: #03a9f4;
  color: #ffffff;
  /* transition: all .5s ease-in-out; */
}

.skyy:hover {
  background: #37d2ed;
  background: linear-gradient(
    90deg,
    rgba(55, 210, 237, 1) 0%,
    rgba(54, 200, 245, 1) 50%,
    rgba(83, 234, 237, 1) 100%
  );
}

.pop-close b {
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  border-radius: 25px;
  background: #f44336;
  padding: 1px 20px 5px;
}

.pop-close b:hover {
  color: #f44336;
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  border-radius: 25px;
  background: #fff;
  padding: 1px 20px 5px;
}

.pricing-table h3 {
  text-transform: uppercase;
}

@media screen and (max-width: 375px) {
  .hidder-s {
    display: none;
  }
}

.buttonpackage {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 15px 10px 15px;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
}

.buttonpackage i {
  -webkit-animation: arrow-animation 1.5s;
  -moz-animation: arrow-animation 1.5s;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
}

.buttonpackage i:first-child {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  margin-left: 5px;
  opacity: 0.15;
}

.buttonpackage i + i {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  opacity: 0.5;
}

.buttonpackage i + i + i {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  opacity: 1;
}

.buttonpackage:hover {
  cursor: pointer;
  color: #55593e;
  background-color: #fff;
}

.buttonpackage:hover i {
  -webkit-animation: arrow-animation 2s;
  -moz-animation: arrow-animation 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes arrow-animation {
  0% {
    opacity: 0.15;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes arrow-animation {
  0% {
    opacity: 0.15;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.packageFront .HeaderPackage {
  letter-spacing: 0.03em;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  font-family: "arial";
  color: rgb(255, 255, 255);
  position: relative;
  padding: 3em 1em 2em 1em;
}

/* .pricing-section li:hover {
            color: #2196f3;
        } */
.popup-package:hover {
  color: #2196f3;
}

.w-60 {
  width: 60%;
  left: -6%;
}

.l-80 {
  margin-left: -80px;
}

@media only screen and (max-device-width: 1024px) {
  .w-60 {
    width: 100%;
    left: 0%;
  }

  .pricing-section .pricing-table-highlighted {
    margin-top: 20px;
    min-height: 2180px;
  }

  .pricing-section .pricing-table-darkergrey {
    background: #fcfcfc;
    /* height: 2228px; */
    height: fit-content;
  }

  .popuptext {
    font-size: 1em !important;
    width: 400px !important;
  }

  .pricing-section {
    font-family: "kanit";
    text-align: center;
    color: #373d3f;
    display: block;
  }
}

@media only screen and (device-width: 768px) {
  .cardpackage2 .option2 ul {
    width: 62%;
  }
}

@media only screen and (max-device-width: 768px) {
  .pricing-section .pricing-table-sign-up-green a {
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    /* text-shadow: 0 -2px 0 rgba(0, 0, 0, .25); */
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
  }

  .cardpackage2 {
    margin-top: 30px;
  }

  .w-60 {
    width: 100%;
  }

  .pricing-section .pricing-table-sign-up-green {
    margin-top: 10px !important;
    padding-bottom: 30px;
    text-align: center;
    line-height: 3em;
  }

  .pricing-section .pricing-table-highlighted {
    height: 2250px;
    /* padding: 0 0 20px; */
  }

  .pricing-section .pricing-table-darkergrey {
    background: #fcfcfc;
    /* height: 2305px; */
    height: fit-content;
  }

  /* .popup .popuptext {
  left: 1%;
    } */
  .pricing-section {
    font-family: "kanit";
    text-align: center;
    color: #373d3f;
    display: block;
    margin-left: 5% !important;
    margin-right: auto;
    width: 90% !important;
  }
}

@media only screen and (max-device-width: 767px) {
  .pricing-section .ribbon2 {
    left: -8px !important;
    top: -2px !important;
  }

  .pricing-section .pricing-table-highlighted {
    height: 1860px;
  }

  .pricing-section .pricing-table-darkergrey {
    background: #fcfcfc;
    height: fit-content;
  }

  .pricing-section .pricing-table-highlighted {
    margin-top: 48px !important;
  }
}

@media only screen and (max-device-width: 425px) {
  .service {
    width: 330px !important;
  }

  .pricing-section .pricing-table-highlighted {
    margin-top: 40px !important;
  }

  .popuptext {
    font-size: 1em !important;
    font-size: 1em !important;
    /* width: 354px !important; */
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }

  .pricing-section .pricing-table-highlighted {
    /* height: 1700px; */
    height: fit-content;
    /* padding: 0 0 20px; */
  }

  .pricing-section .pricing-table-darkergrey {
    background: #fcfcfc;
    /* height: 1700px; */
    height: fit-content;
  }
}

@media only screen and (max-device-width: 540px) {
  .popuptext {
    font-size: 1em !important;
    font-size: 1em !important;
    /* width: 354px !important; */
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
}

.pricing-section .pricing-table-sign-up-green a {
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

@media only screen and (max-device-width: 390px) {
  .pricing-section .pricing-table-sign-up-green a {
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
  }
}

@media only screen and (max-device-width: 430px) {
  .pricing-section .pricing-table-sign-up-green a {
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
  }
}

.popup {
  position: relative;
  display: inline-block;
  /* cursor: pointer; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-package {
  cursor: pointer;
}

.popup .popuptext {
  visibility: hidden;
  max-width: 500px;
  font-size: 1.05em;
  background-color: #03a9f4;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 16px;
  z-index: 99;
  bottom: 125%;
  line-height: 22px;
  height: fit-content;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.onepage-page {
  height: 700px;
}

.onepage-page .btn {
  color: #fff;
  background-color: #fff;
  font-family: "kanit", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 0;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
  margin-top: 10px;
}

.onepage-page .btn:focus {
  color: #6b052c;
}

.onepage-page .btn:hover {
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 5px #666;
  text-decoration: none;
}

.onepage-page .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* border: 3px solid #6b052c; */
  border-radius: 10px;
  transition: all 0.8s ease-out;
  z-index: -1;
  background-color: #f44336;
}

.onepage-page .btn:hover:before {
  border-width: 70px;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .onepage-page .btn {
    margin-bottom: 20px;
  }
}

.onepage-pricing-container {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 800px) {
  .onepage-pricing-container {
    /* background-color: #fff; */
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    /* box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.3); */
    /* width: 800px; */
  }
}

@media screen and (max-width: 799px) {
  .onepage-pricing-container {
    display: flex;
    width: 700px;
  }

  .onepage-page {
    height: 800px;
    position: relative;
  }

  .onepage-pricing-container .plan {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.3); */
    justify-content: space-between;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 690px) {
  .onepage-pricing-container {
    display: flex;
    flex-direction: column;
    width: 335px;
  }

  .onepage-page {
    height: 2200px;
    position: relative;
  }

  .onepage-pricing-container .plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 330px;
    border-radius: 10px;
    margin: 30px 0px;
    padding: 0px 20px;
  }
}

.onepage-pricing-container .plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 330px;
  border-radius: 10px;
  /* margin: 30px 0px; */
  padding: 0px 20px;
}

.onepage-pricing-container .plan:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.onepage-pricing-container .plan .plan-icon {
  display: flex;
  /* width: 150px; */
  height: 70px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin-top: 60px;
  /* font-size: 7rem; */
  color: #5ea9ff;
}

.onepage-pricing-container .plan .plan-icon:after {
  content: "";
  width: 80px;
  height: 80px;
  /* border-radius: 50%;
            background-color: rgba(93, 169, 254, 0.1); */
  z-index: 8;
  position: absolute;
}

.onepage-pricing-container .plan .plan-icon1 {
  display: flex;
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  font-size: 7rem;
  color: #5ea9ff;
}

.onepage-pricing-container .plan .plan-icon1:after {
  content: "";
  width: 100px;
  height: 100px;
  /* border-radius: 50%;
            background-color: #e8d24b57; */
  z-index: 1;
  position: absolute;
}

.onepage-pricing-container .plan .plan-icon2 {
  display: flex;
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  font-size: 7rem;
  color: #5ea9ff;
}

.onepage-pricing-container .plan .plan-icon2:after {
  content: "";
  width: 100px;
  height: 100px;
  /* border-radius: 50%;
            background-color: #cfbd8d75; */
  z-index: 1;
  position: absolute;
}

.onepage-pricing-container .plan .title {
  text-transform: uppercase;
  color: #666;
  line-height: 2rem;
  letter-spacing: 2px;
  /* font-size: 1.2em; */
  font-weight: 500;
  text-align: center;
}

.onepage-pricing-container .plan .features {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.onepage-pricing-container .plan .features li {
  line-height: 35px;
  /* width: 90%; */
  padding: 5px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.12em;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
}

.onepage-pricing-container .plan .features li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.onepage-pricing-container .plan .price {
  font-size: 2.5em;
  line-height: 5rem;
  /* color: #5ea9ff; */
}

/* onepage   */

.title-service2 {
  color: #fff;
  text-align: center;
  font-family: "kanit";
  font-size: 3em;
  padding-top: 1.5em;
}

.title-service2 hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 3px solid #eee;
  width: 80px;
}

.main {
  width: 100%;
  min-height: 380px;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 10px;
}

.service {
  background: #fff;
  padding: 8px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform 0.8s;
  min-height: 300px;
}

/* Mengatur posisi logo service */
.service-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: -90px auto 0;
  background: #fff;
  border: 5px solid #62bffa;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Membuat border title */
.service h4 {
  height: 1px;
  width: 80%;
  margin: 50px auto;
  background: #fff;
  color: #2196f3;
  position: relative;
  font-size: 1.7em;
}

.service h4::after,
.service h4::before {
  content: "";
  width: 40px;
  height: 30px;
  position: absolute;
  z-index: -1;
}

.main::after {
  content: "";
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform 0.8s;
}

.main::before {
  content: "";
  height: 200px;
  width: 64%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.main:hover .service {
  transform: translateY(-50px);
}

.main:hover::after {
  transform: translateY(-25px);
}

.service-logo img {
  transition: transform 1s;
}

.b-14 {
  margin-top: -14px;
}

.fa-ul {
  padding-left: 0;
  margin-left: 1px;
  list-style-type: none;
}

.title-des {
  vertical-align: middle;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize;
  letter-spacing: 0.01em;
  font-size: 1.1em;
  /* white-space: nowrap; */
  font-weight: 300;
  text-align: center;
  min-height: 59px;
  font-family: "Kanit", sans-serif;
}

.pricing-section {
  font-family: "kanit";
  text-align: center;
  color: #373d3f;
  display: block;
}

.pricing-section h2 {
  font-weight: 400;
  font-size: 2.5em;
}

.pricing-section h3 {
  font-weight: 300;
}

.pricing-section li {
  color: #373d3f;
  list-style: none;
  border-bottom: 1px inset rgb(211, 211, 211);
  line-height: 50px;
  display: block;
  font-size: 1.11em;
  color: rgba(0, 0, 0, 0.8);
  font-family: "kanit";
  font-weight: 300;
}

.pricing-section .pricing-section img {
  max-height: 200px;
}

.pricing-section .pricing-table {
  margin: 20px 0;
  background: #ffffff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
}

.pricing-section .pricing-table-highlighted {
  background: white;
  -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
}

.pricing-section .pricing-table-darkergrey {
  background: #fcfcfc;
  /* height: 1500px; */
}

.pricing-section .pricing-table:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.pricing-section .pricing-table:hover > .btn-block {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
}

.pricing-section .pricing-table strong {
  font-weight: 700;
  color: #3d3d3d;
}

.space {
  padding: 1.5em;
}

.pricing-section .pricing-table-header {
  padding: 15px 0 10px;
  background: #ffffff;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    to(#e0e0e0)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background-image: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  background-image: -o-linear-gradient(top, #ffffff, #e0e0e0);
  background-image: -ms-linear-gradient(top, #ffffff, #e0e0e0);
  background-image: linear-gradient(to bottom, #ffffff, #e0e0e0);
}

.pricing-section .pricing-table-header-middle {
  margin: -20px 0 0;
  padding-bottom: 30px;
}

.h1-text-shadow {
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.25);
}

.pricing-section .pricing-table-space {
  height: 1.5em;
}

.pricing-section .pricing-table-features {
  margin: 15px 10px 0 10px;
  text-align: left;
  line-height: 30px;
  /* font-size: 16px; */
  color: #888;
}

.pricing-section .pricing-table-sign-up-green {
  margin-top: 1px;
  padding-bottom: 40px;
  text-align: center;
}

.pricing-section .pricing-table-sign-up-green a {
  display: inline-block;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.pricing-section .pricing-table-sign-up-green a:hover {
  color: white;
}

.pricing-section .pricing-table-sign-up-STARTER {
  margin-top: 27px;
  padding-bottom: 30px;
  text-align: center;
}

.pricing-section .pricing-table-sign-up-STARTER a {
  display: inline-block;
  width: 80%;
  background: #569a4d;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 20px;
  background: linear-gradient(60deg, #03a9f4 18%, #00bcd47d 58%, #00bcd4 100%);
  /* line-height: 40px; */
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  /* text-shadow: 0 -2px 0 rgba(0, 0, 0, .25); */
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.pricing-section .pricing-table-sign-up-STARTER a:hover {
  text-decoration: none;
  -moz-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
}

.pricing-section .pricing-table-sign-up-STARTER a:active {
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
}

.pricing-section .pricing-table-sign-up-SILVER {
  margin-top: 25px;
  padding-bottom: 30px;
  text-align: center;
}

.pricing-section .pricing-table-sign-up-SILVER a {
  display: inline-block;
  width: 80%;
  background: #569a4d;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 20px;
  background: linear-gradient(60deg, #6e7072 18%, #d1d1d2 58%, #494b4d 100%);
  /* line-height: 40px; */
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  /* text-shadow: 0 -2px 0 rgba(0, 0, 0, .25); */
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.pricing-section .pricing-table-sign-up-SILVER a:hover {
  text-decoration: none;
  -moz-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
}

.pricing-section .pricing-table-sign-up-SILVER a:active {
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
}

.pricing-section .pricing-table-sign-up-GOLD {
  margin-top: 25px;
  padding-bottom: 30px;
  text-align: center;
}

.pricing-section .pricing-table-sign-up-GOLD a {
  display: inline-block;
  width: 80%;
  background: #569a4d;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 20px;
  background: linear-gradient(60deg, #dba204 18%, #ffd02b 58%, #dba204 100%);
  /* line-height: 40px; */
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  /* text-shadow: 0 -2px 0 rgba(0, 0, 0, .25); */
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.pricing-section .pricing-table-sign-up-GOLD a:hover {
  text-decoration: none;
  -moz-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
}

.pricing-section .pricing-table-sign-up-GOLD a:active {
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
}

.pricing-section .pricing-table-sign-up-DIAMOND {
  /* margin-top: 25px; */
  padding-bottom: 30px;
  text-align: center;
}

.pricing-section .pricing-table-sign-up-DIAMOND a {
  display: inline-block;
  width: 80%;
  background: #569a4d;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 20px;
  background: -webkit-linear-gradient(
    110deg,
    #61573c 21%,
    #b59f63 50%,
    #61573c 79%
  );
  /* line-height: 40px; */
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  /* text-shadow: 0 -2px 0 rgba(0, 0, 0, .25); */
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.pricing-section .pricing-table-sign-up-DIAMOND a:hover {
  text-decoration: none;
  -moz-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.2) inset;
}

.pricing-section .pricing-table-sign-up-DIAMOND a:active {
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) inset;
}

/* Highlighted table */
.pricing-section .pricing-table-highlighted {
  margin-top: 20px;
  /* height: 1520px; */
  /*     padding: 0 0 20px; */
}

.pricing-section .ribbon2 {
  position: absolute;
  left: -5px;
  top: 15px;
  z-index: 1;
  overflow: hidden;
  width: 175px;
  height: 175px;
  text-align: right;
}

.pricing-section .ribbon2 span {
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 130px;
  display: block;
  background: #79a70a;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 29px;
  left: -26px;
}

.pricing-section .ribbon2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #2a2929;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid#2a2929;
}

.pricing-section .ribbon2 span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #2a2929;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #2a2929;
}

.pricing-section .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 175px;
  height: 175px;
  text-align: right;
}

.pricing-section .ribbon span {
  font-size: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1.2px;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#ae2320 0%, #811918 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  left: -21px;
}

.pricing-section .ribbon span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #811918;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #811918;
}

.pricing-section .ribbon span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #811918;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #811918;
}

.note {
  padding: 10px 50px 20px;
  margin: 20px;
  /* background-color: #ffffff69; */
  color: #373d3f;
  list-style: none;
  /* border-bottom: 1px inset rgb(211, 211, 211); */
  line-height: 30px;
  display: block;
  font-size: 1.12em;
  color: rgba(0, 0, 0, 0.8);
  font-family: "kanit";
  font-weight: 300;
}

@media only screen and (width: 768px) {
  .main {
    min-height: 380px;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 10px;
    margin: auto;
    width: 50%;
  }
}

.package-card {
  /* background: #ff708f;   */
  background-color: transparent;
  font-family: "kanit", sans-serif;
  text-align: center;
  border-radius: 100px 0 0;
  padding: 65px 20px 75px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.package-card:before {
  content: "";
  background: #fff;
  border-radius: 90px 90px 10px 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 50px;
  z-index: -1;
}

.package-card .pricingTable-header {
  margin: 0 0 30px;
}

.package-card .price-value {
  color: #fff;
  /* background: #ff708f; */
  height: 110px;
  width: 110px;
  padding: 22px 15px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 15px;
  top: -55px;
}

.package-card .price-value2 {
  color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* background: #ff708f; */
  height: 145px;
  width: 145px;
  padding: 22px 15px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  /* position: absolute; */
  /* right: 15px;
   top: -55px; */
}

.package-card .price-value .amount {
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
  display: inline-block;
}

.package-card .price-value2 .amount {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  display: inline-block;
}

.package-card .price-value .duration {
  font-size: 13px;
  font-weight: 400;
  margin-top: -4px;
  display: block;
}

.package-card .icon {
  color: #ff708f;
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 15px;
}

.package-card .title {
  font-size: 2.5em;
  font-weight: 400;
  color: #5d5e60;
  letter-spacing: 1px;
}

.package-card .title:after {
  content: "";
  background-color: #222;
  height: 2px;
  width: 80%;
  margin: 10px auto 0;
  display: block;
  clear: both;
}

.package-card .pricing-content {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  display: inline-block;
  text-align: left;
}

.package-card .pricing-content li {
  color: #373d3f;
  list-style: none;
  border-bottom: 1px inset rgb(211, 211, 211);
  line-height: 50px;
  display: block;
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.8);
  font-family: "kanit";
  font-weight: 300;
}

.package-card .pricing-content li:last-child {
  margin-bottom: 0;
}

.package-card .pricing-content li.disable:before {
  content: "\f00d";
  color: #222;
}

.package-card .pricingTable-signup a {
  color: #fff;
  /* background: #ff708f; */
  display: inline-block;
  width: 100%;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 45px;
  text-transform: uppercase;
  padding: 5px 20px;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.package-card .pricingTable-signup a:hover {
  /* border: 2px solid #fff; */
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.center-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

@media only screen and (max-width: 990px) {
  .service {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    box-shadow: 0 0 20px -15px #030380;
    transition: transform 0.8s;
    min-height: 300px;
    width: 390px;
  }

  .center-box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .packageFront .title-service {
    color: #fff;
    text-align: center;
    font-family: "kanit";
    font-size: 2em;
    padding-top: 1.5em;
  }

  .pricingTable {
    margin-bottom: 60px;
  }

  .note {
    padding: 10px 50px 20px;
    margin: 1px;
    color: #373d3f;
    list-style: none;

    line-height: 30px;
    display: block;
    font-size: 1.12em;
    color: rgba(0, 0, 0, 0.8);
    font-family: "kanit";
    font-weight: 300;
  }
}

.fa-mobile,
.fa-tablet,
.fa-desktop,
.fa-laptop {
  font-size: 22px;
}

.fa-xmark::before {
  content: "\274C";
  font-style: normal;
  font-size: 12px;
  line-height: 0px;
}

.fa-xmark::before {
  content: "\274C";
  font-style: normal;
  font-size: 12px;
  line-height: 0px;
}

i {
  font-style: normal;
}

.line_through {
  text-decoration: line-through;
  font-size: 1.8em !important;
  font-weight: 400;
  /* color: red; */
  /* padding-left: 60px; */
  padding: 0;
  margin: 0;
  text-align: center;
  opacity: 0.8;
}

/* .pricing-section li {
        line-height: unset;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sub-description {
        font-size: 14px;
    } */
.pricing-section li {
  line-height: unset;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* @media (max-width: 1200px) { */
@media (min-width: 992px) and (max-width: 1200px) {
  .min-height-95px {
    min-height: 92px !important;
  }
}

/* @media (min-width: 992px) and (max-width: 1200px) { */
@media (min-width: 992px) and (max-width: 4000px) {
  .min-height-90px {
    min-height: 87px !important;
  }
}

@media (min-width: 992px) and (max-width: 4000px) {
  .min-height-120px {
    min-height: 120px !important;
  }
}

@media (max-width: 1999px) {
  .title-des {
    min-height: 88px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pricing-table-darkergrey {
    height: 2565px !important;
  }
  .pricing-section .pricing-table-highlighted{
    height: 2585px !important;
  }
  .two-line-xmark-package {
    min-height: 87px !important;
  }

  .three-line-xmark-package {
    min-height: 117px !important;
  }
}

@media (min-width: 1200px) {
  .container-package {
    width: 1270px;
  }
}

.pricing-table p {
    margin: 0 0 0px;
}