* {
    outline: none;
}
.select2-container {
    width: 80px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 700;
}
.select2-container--default .select2-selection--single {
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.lang-name {
    color: #404040;
}
.btn__header {
    background-color: #2FAF91;
    outline: none;
    width: 154px;
    height: 40px;
    line-height: 38px;
    letter-spacing: 0;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn__header_free {
    background-color: #2FAF91 !important;
    outline: none;
    color: #fff;
    border-radius: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
    width: 210px;
    text-transform: uppercase;
    box-shadow: 0px 5px 10px rgba(47, 175, 145, 0.3);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn__header:hover,
.btn__header_free:hover {
    background-color: #209e81 !important;
    color: #fff;
    outline: none;
}
.slide__image {
    right: 0;
    bottom: 0;
}
.btn:focus {
    outline: none !important;
}
.btn__section {
    width: auto;
    height: 44px;
    line-height: 40px;
    /*text-transform: uppercase;*/
    padding: 0 25px;
}

.bg-img {
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.bg-green {
  background: #2FAF91;
}

.bg-green .pricing-headline{
  color: white;
}
.video-1 {
    padding: 90px 0;
}
.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.55);
    border-radius: 10px;
}
.video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-video {
    text-align: center;
    display: inline-block;
    position: relative;
}
.popup-video .video__player {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #707070;
    position: relative;
    display: inline-block;
}
.card {
    border: 1px solid #D8D8D8;
    border-radius: 6px;
}
.card .card-image {
    max-width: 48px;
    margin-bottom: 25px;
}
.card .card-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
}

.card .card-body p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}
.card-hover {
    transition: transform 0.5s ease;
}
.card-hover:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
     border: 1px solid #fff; 
    box-shadow: 0 10px 20px 0 rgba(57, 57, 66, 0.25);
}
.bg-grey {
    background-color: #FAFAFA;
}

.switch-toggle .left {
    position: absolute;
    left: 449px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    top: 155px;
    
}
.switch-toggle .right {
    position: absolute;
    top: 155px;
    right: 385px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}
.switch-toggle span.active {
    color: #202020;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 35px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider-checkbox {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider-checkbox:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider-checkbox {
    background-color: #2FAF91;
  }
  
  input:focus + .slider-checkbox {
    box-shadow: 0 0 1px #2FAF91;
  }
  
  input:checked + .slider-checkbox:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider-checkbox.round {
    border-radius: 34px;
  }
  
  .slider-checkbox.round:before {
    border-radius: 50%;
  }

  .card-works {
      border: none;
  }

  .button-see-all-faq {
    position: absolute;
    right: 15px;
    top: 55px;
  }
  .btn__see {
    border: 1px solid #cecece;
    border-radius: 6px;
    width: auto;
    padding: 0 25px;
  }
  .btn__see:hover {
    background-color: #cecece;
  }
  .register-desc {
      font-size: 26px;
      color: #202020;
      font-weight: 300;
      line-height: 1.4;
  }
  .slide_image {
    right: 0;
    bottom: -70px;
    width: 100%;
  }
  
  .form-contact-title {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    color: #707070;
    margin-bottom: 20px;
  }

  #contact .form-group label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #707070;
  }

  #contact .form-group .form-control {
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 6px;
  }
  #inlineFormInputGroup {
      border-bottom-left-radius: 0 !important;
      border-top-left-radius: 0 !important;
  }
  #contact .form-group .input-group-text {
    background: #fff;
    color: #202020;
  }

  .footer__widget h6 {
      color: #fff;
      font-style: normal;
    font-weight: bold;
    font-size: 18px;
  }

  .footer-icon {
    background: #fff;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
  }

  .footer-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .footer__copyright-links li {
      color: #fff;
  }
  .icon-socmed {
    background: #202020;
    border: 1px solid #FFFFFF;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: relative;
  }
  .icon-socmed:hover {
    background: #fff;
    color: #202020;
  }
  .icon-socmed i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
  }
  .mobile-lang {
    padding: 0 15px;
  }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    width: 8px;
    background: white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #bbb7b7;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}
.whatsapp {
  position: fixed;
  width: 50px;
  height: 52px;
  right: 25px;
  bottom: 28px;
  z-index: 99;
  opacity: 1;
  background-color: #2FAF91;
  color: #fff;
  border-radius: 50%;
}
.whatsapp:hover {
  background-color: #2FAF91;
  color: #fff;
}
.whatsapp i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 23%;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.p-mobile-separator {
  padding: 1.5rem;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn__reg_nav {
  width: auto;
    height: auto;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 10px;
}
.register-nav {
  display: contents;
}

/********************************************************
    9. Banner CSS Start 
********************************************************/
/* .e-banner-cloth .e-banner-inwrap {
  background: var(--primary-color);
  background-image: -moz-linear-gradient( -65deg, rgb(122,183,186) 0%, rgb(80,160,163) 100%);
  background-image: -webkit-linear-gradient( -65deg, rgb(122,183,186) 0%, rgb(80,160,163) 100%);
  background-image: -ms-linear-gradient( -65deg, rgb(122,183,186) 0%, rgb(80,160,163) 100%);
} */
.e-banner-cloth .e-inner-slide.slide1 {
  padding: 0 15px;
}
.e-banner-img > img{
  width: 85%;
}

.banner-btn span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 1px;
  background: rgb(117 117 117);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.e-animation-left {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.e-animation-right{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.swiper-slide-active .e-animation-right , .swiper-slide-active .e-animation-left{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.swiper-slide-active .e-banner-subtitle {
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}
.swiper-slide-active .e-banner-title{
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.swiper-slide-active .e-banner-des{
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.swiper-slide-active .banner-btn-wrap{
  -webkit-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.swiper-slide-active .e-banner-price{
  -webkit-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.swiper-slide-active .e-banner-img{
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.e-swiper-next, .e-swiper-pre{
  color: #fff;
  background-color: #cecece;
  width: 40px !important;
  height: 40px;
  border-radius: 5px;
  line-height: 46px;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.e-swiper-next:hover, .e-swiper-pre:hover {
  background: #707070;
}
.e-swiper-next::before {
  font-family: "FontAwesome";
    content: "\f178 ";
    font-size: 25px;
    position: absolute;
    right: 7px;
}
.e-swiper-pre::before {
  font-family: "FontAwesome";
    content: "\f177";
    font-size: 25px;
    position: absolute;
    right: 7px;
}

.e-banner-title {
  font-size: 60px;
    font-weight: 300;
    color: #202020;
    line-height: 1.1;
  font-family: "Source Sans Pro", sans-serif;
  /* margin: 15px 0 5px 0; */
}

.swiper-slide-active .e-animation-right , .swiper-slide-active .e-animation-left{
  opacity: 1;
  visibility: visible;
}

.e-banner-wrapper .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 100%;
  border-color: #EFEFEF;
  background-color: #EFEFEF;
  opacity: 1;
  position: relative;
}
.e-banner-wrapper .swiper-pagination-bullet-active {
  border-color: #2FAF91;
  background-color: #2FAF91;
}

.swiper-slide-active .e-banner-title b {
  font-weight: 700;
}

.e-banner-img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.banner-height {
  height: 750px;
}

/* select arrow down */
select {
  -moz-appearance:none; 
  -webkit-appearance:none;
  appearance:none;
  
  background-image: url('../images/img/down.png') !important;
  background-repeat: no-repeat !important;
  background-position: calc(97% - 3px) center !important;
  background-size: 10px !important;
  padding: 25px;
}
.width-label {
  width: 150px !important;
}
.label-left {
  text-align: right;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
}
.label-right {
  text-align: left;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
}
.label-right.active {
  color: #202020;
}
.label-left.active {
  color: #202020;
}

.close {
  color: #202020;
  font-size: 2rem;
}
.close:hover {
  color: #202020;
  font-size: 2rem;
}
.list-tnc li{
  margin-bottom: 15px;
  color: #202020;
  padding-left: 8px;
}
/* .list-tnc {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-tnc li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  color: #202020;
}

.list-tnc li::before {
  position: absolute;
  left: -5px;
  content: counter(step-counter);
} */
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #2FAF91 !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  top: -20%;
    left: -25%;
    border: 1.25em solid #2FAF91;
    opacity: 0.3;
}
.swal2-loader {
  border-color: #2FAF91 !important;
}
.swal2-styled.swal2-confirm {
  /*background-color: #2FAF91 !important;*/
  padding: 8px 16px !important;
  /*border-color: #2FAF91 !important;*/
}
.swal2-title {
  color: #202020 !important;
  font-weight: bold !important;
}
.swal2-html-container {
  color: #707070;
}
.swal2-icon.swal2-info {
  border-color:  #2FAF91;
  color: #2FAF91;;
}

.mask-number {
  border-bottom-left-radius: unset !important;
    border-top-left-radius: unset !important;
}

#list-marketplace img {
  max-width: 94px;
}

#list-marketplace ul li {
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 2%;
  margin-bottom: 2%;
}

/*developer mode*/
/*section {
  border: 1px solid black;
}*/

#seo div {
  font-size: 14px;
  line-height: 18px;
  color: #7D8587;
}

#seo p, #seo ul, #seo li, #seo h1, #seo h2, #seo h3, #seo a {
  color: #7D8587;
}

.playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 1s;
}

.video-wrap {
  position: relative;
}

.modal-custom .modal-dialog {
  max-width: 100%;
  height: 100vh;
  padding:0;
  margin: 0;
}

.modal-custom .modal-body {
  padding: 0;
}

.modal-custom .modal-content {
  max-width: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
}

.modal-custom button {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.heading_link {
  margin-bottom: 18px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}

.video-wrap:hover .playbtn{
  transition: 1s;
  transform: scale(1.10) translate(-50%,-50%);
}

.scroll-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
}

.pricing-bg {
  background: radial-gradient(22.05% 88.24% at 64.72% 102.94%, rgba(116, 139, 232, 0.32) 0%, rgba(116, 139, 232, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(86.76% 94.7% at 13.65% 109.03%, rgba(47, 175, 145, 0.4) 0%, rgba(47, 175, 145, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(62.08% 62.08% at 41.84% 103.99%, rgba(14, 152, 210, 0.34) 0%, rgba(14, 152, 210, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(22.36% 73.17% at 99.31% 103.47%, rgba(47, 175, 145, 0.4) 0%, rgba(47, 175, 145, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.price-title {
 font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;

}

.price-info {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
  color: #7D8587;
  margin-bottom: 24px;
}

.price-free {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #333939;



}

.btn-dropshadow {
  background: #FFFFFF;
  border: 1px solid #DCE1E7;
  box-shadow: 0px 5px 10px rgba(47, 175, 145, 0.3);
  border-radius: 8px;
  width: 100%;
  font-size: 18px;
}

.btn-dropshadow:focus {
  background: #FFFFFF;
  border: 1px solid #DCE1E7;
  box-shadow: 0px 5px 10px rgba(47, 175, 145, 0.3);
  border-radius: 8px;
  width: 100%;
}
.price-before {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  align-items: left;
  color: #B4BDC2;
  margin-bottom: 0;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;


}

.pricing-headline {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #333939;
}

.bg-pricing-cta {
  background: radial-gradient(35.61% 3968.11% at -9.3% 50%, rgba(47, 175, 145, 0.2) 0%, rgba(47, 175, 145, 0) 100%), radial-gradient(48.38% 2949.47% at 50% 50%, rgba(14, 152, 210, 0.2) 0%, rgba(14, 152, 210, 0) 100%), radial-gradient(51.71% 906.92% at 89.3% 50%, rgba(47, 175, 145, 0.2) 0%, rgba(47, 175, 145, 0) 100%), #FFFFFF;
  padding: 24px 48px;
  border-radius: 8px;
}

.price-period-afer {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
}

.list.checked p::before {
    background: url(../images/img/icon.png) no-repeat;
    position: absolute;
    content: "";
    width: 18px;
    background-size: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list.checked p.xicon::before {
    background: url(../images/img/xicon.png) no-repeat;
    position: absolute;
    content: "";
    width: 18px;
    background-size: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.list p {
    position: relative;
    padding-left: 30px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 28px;    
    /* identical to box height, or 133% */
    /* Typography/N500 -> Main */
    color: #333939;

}

.testimony-content {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 46px;
  color: #333939;
}

.testimony-name {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
} 

.testimony-position {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7D8587;
}

.img-testimony {
  width: 48px;
  border-radius:50%;
  height: 48px;
  flex: none;
}

.testimony-info {
  width: fit-content;
}

.testimony-wrap-right{
  margin-left: 16px;
}

#testimony .swiper-wrapper {
  margin-bottom: 50px;
}


.testimony-div {position:relative;}
.testimony-div:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(49%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 1) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);

  z-index: 9;
}


.next-opacity {position:relative;}
.next-opacity:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 1) 60%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  z-index: 1;
}


.prev-opacity {position:relative;}
.prev-opacity:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 1) 60%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  z-index: 1;
}

.img-feature-mobile.first {
  /*padding-left: 50px;*/
  padding-left: 15px;
  margin-bottom: 12px;
  opacity: 1;
  position: relative;
  z-index: 0;
  transition: 0;
  padding-right: 15px;
}

.img-feature-mobile {
  /*padding-left: 50px;*/
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 12px;
  opacity: 0;
  position: relative;
  z-index: -1;
  transition: 0;
}

.featureWrapMobile.active .img-feature-mobile {
   transition: 0;
   opacity: 1;
   position: relative;
   z-index: 2;

}


.scrollmagic-pin-spacer {
      vertical-align: top;
    }

.img-feature.first {
  /*max-width: 783px;*/
  width: 100%;
  opacity: 1;
  /*transition: 0.2s;*/
  /*position: fixed;*/
}
 
.img-feature {
  /*max-width: 783px;*/
  width: 100%;
  opacity: 0;
  /*transition: 0.2s;*/
  /*position: fixed;*/
}

.img-feature.active {
   /*transition: 1s;*/
 /*   position: fixed;
    width: 50%;
    left: 38%;
    top: 25%;*/
    opacity: 1;
}

.feature-card-mobile-wrap {
  padding: 50px;
}

.flip-card {
  background-color: transparent;
  /*width: 300px;*/
  height: 200px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card.active .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /*background-color: #bbb;*/
  color: black;
}

.flip-card-back {
  /*background-color: #2980b9;*/
  color: black;
  transform: rotateY(180deg);
}


.feature-card-mobile.first {
  background: #FFFFFF;
  border-radius: 12px;
  border: 0;
  padding-top: 22px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 20px;
  opacity: 1;
  transition: 0.7s;
  /*position: fixed;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);*/
}


.feature-card-mobile {
  background: #FFFFFF;
  border-radius: 12px;
  border: 0;
  padding-top: 22px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  opacity: 0;
  transition: 0.7s;
  /*position: fixed;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);*/
}


.featureWrapMobile.active {
  position: relative;
  z-index: 2;
}

.featureWrapMobile.active .feature-card-mobile {
  opacity: 1;
  transition: 0.7s;
  transform: translateY(-10px);

}

.feature-card.first {
  background: #FFFFFF;
  border-radius: 12px;
  border: 0;
  padding-top: 82px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 80px;
  opacity: 1;
  transition: 0.5s;
}


.feature-card {
  background: #FFFFFF;
  border-radius: 12px;
  border: 0;
  padding-top: 82px;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 80px;
  opacity: 0;
  transition: 0.2s;
}

.featureWrap.active .feature-card {
  opacity: 1;
  position: relative;
  transform: translateY(-10px);
  transition: 0.2s;
}

.featureWrap.active {
  position: relative;
  z-index: 3;
}

.feature-title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  /* or 121% */


  /* Typography/N500 -> Main */

  color: #333939;

}

.feature-desc {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */


  /* Typography/N500 -> Main */

  color: #333939;

}

.feature-learn {
  /* Auto layout */
  margin-top: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;

  width: 100%;
  height: 48px;

  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #333939;
  border: 1px solid #DCE1E7;
  box-shadow: 0px 5px 10px 0px #2FAF914D;
  border-radius: 6px;
}

.featureWrap {
  min-height: 600px;
}

.featureWrapMobile {
  min-height: 600px;
}




#features {
  background: radial-gradient(19.62% 8.86% at 100% 80.81%, rgba(14, 152, 210, 0.36) 0%, rgba(14, 152, 210, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(25.56% 9.08% at 100% 71.98%, rgba(47, 175, 145, 0.36) 0%, rgba(47, 175, 145, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(13.37% 7.41% at 84.44% 37.72%, rgba(14, 152, 210, 0.36) 0%, rgba(14, 152, 210, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(10.8% 4.85% at 85.73% 40.87%, rgba(47, 175, 145, 0.36) 0%, rgba(47, 175, 145, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(22.99% 10.72% at 4.44% 17.63%, rgba(14, 152, 210, 0.36) 0%, rgba(14, 152, 210, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(18.55% 9.52% at 5.62% 24.27%, rgba(81, 206, 177, 0.36) 0%, rgba(47, 175, 145, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}

.pricing-icon {
  margin-right: 10px;
  max-width: 36px;
}

.price-period {

  /* Desktop/Heading/H3/Bold */

  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #B4BDC2;
}

.price-strike {
  height: 2px;
  background: red;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.price-before-wrap {
  width: fit-content;
  position: relative;
  /*margin: auto*/
}

.btn-see {
  padding: 18px 20px;
  min-width: 356px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #DCE1E7;
  box-shadow: 0px 5px 10px rgba(47, 175, 145, 0.3);
  border-radius: 8px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #333939;

}

.btn-see:focus {
  padding: 18px 20px;
  min-width: 356px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #DCE1E7;
  box-shadow: 0px 5px 10px rgba(47, 175, 145, 0.3);
  border-radius: 8px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #333939;

}

.pricing-category {
  /* Desktop/Heading/H5/Bold */

  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #333939;
}

.price-table-name {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #333939;

}

.price-table-fee {
  /* Desktop/Heading/H5/Bold */

  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #333939;
  white-space: nowrap;
}

.price-table-period {
  font-size: 16px;
}

.pricing-content {
  text-align: center;
}

.pricing-content img {
 max-width: 24px;
}

.table-pricing tr td:first-child:not(.pricing-category) 
{ border-right: 1px solid #DCE1E7} 


.table-pricing tr th:first-child:not(.pricing-category) 
{ border-right: 1px solid #DCE1E7;
} 

.table-pricing tr th {
  border-top: 0;
}

.price-icon-page {
  max-height: 45px;
/*  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);*/
}

.price-icon {
  max-height: 46px;
}
.mobile-nav .nav-link {
  padding: 7px 0.7rem;
  color: black;
}

.mobile-nav .active {
  border-bottom: 2px solid #2FAF91;
}

.mobile-nav {
  background: white;
  margin: auto;
  width: 100%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.header-full .mobile-nav {
  line-height: 30px;
}

.slide2 .swiper-button-prev {
  border-radius: 25px;
  z-index: 2;
}

.slide2 .swiper-button-next {
  border-radius: 25px;
  z-index: 2;
}


.mobile-pricing-category {
  padding-top: 24px;
  border-bottom: 1px solid #333939;
  padding-bottom: 24px;
}

.mobile-pricing-category h1 {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.mobile-pricing-subcategory h2 {
  margin-top: 20px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;

}

.mobile-pricing-content {
  border-bottom: 1px solid #333939;
  padding-bottom: 24px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.mobile-pricing-content h3 {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  color: #333939;
  margin-bottom: 8px;
  white-space: nowrap;
}

.swiper-atoor .swiper-pagination-bullet-active {
  background: #2FAF91 !important;
}

.top-header {
  text-align: center;
  background: #445DC0;
  line-height: 44px;
}

.top-header p, .top-header div, .top-header a {
  color: white;
}

.top-header a {
  border-bottom: 1px solid white;
}

.movile-nav-active {
}

.pt-banner {
  padding-top :124px;
}

#video .card {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

#video-see-more {
  font-family: Source Sans Pro;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #445DC0;
}

.card-accordion .accordion-item {
  margin-bottom: 0 !important;
  border-left:0 !important;;
  border-right: 0 !important;
  border-radius: 0;
  padding: 20px;
  padding-left: 0;
}

.card-accordion .accordion-item:first-child {
  border-top: 0;
  padding-top: 10px;
}

.card-accordion .accordion-item:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}


.card-accordion {
  padding: 24px;
}

.card-accordion .accordion-item.opened {
    border-color: #ededed;
}

#btn_login {
  border: 1px solid #DCE1E7 !important;
}

.logo-menu {
  margin-left: 47px;
}

.register-header {
  margin-right: 47px;
}

#why .card {
  border: 0 !important;
}

.slide2 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
     opacity: unset; 
     cursor: pointer; 
     pointer-events: auto; 
}

.custom-navigation-prev {
  position: absolute;
  left: 0;
  top: 35%;
  cursor: pointer;
  z-index: 2;
   max-width: 64px;
}

.custom-navigation-next {
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 2;
  cursor: pointer;
  max-width: 64px;
}

.flip-card-back .list p {
  margin-bottom: 12px;
  font-weight: 500;
}

#pricing .card {
  /*min-height: 588px;*/
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.price-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

#pricing .list p {
  /*height: 5px;*/
  margin-bottom: 28px;
}

.e-banner-des.e-animation-right {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
  max-width: 835px;
  color: #333939;

}

.divider-line {
  margin-top: 42px;
  border-color: #DCE1E7;
  margin-bottom: 0;
}

.why-desc {
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
}

#faq-more-info {
  font-size: 24px;
  line-height: 30px;

}

#closing-statement p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.text-hyperlink {
  color: #445DC0;
  border-bottom:  2px solid #445DC0;
}

.text-hyperlink:hover {
  color: #445DC0;
}

.text-blue-atoor {
  color: #445DC0;
}

.badge-comingsoon {
 padding: 0px 4px;
 background: #2FAF91;
 border-radius: 4px;
 font-family: 'Source Sans Pro';
 font-style: normal;
 font-weight: 700;
 font-size: 12px;
 line-height: 16px;
 color: white;
}

.happy-client-slider img {
  max-height: 78px;
  max-width: 100%;
}


.partner-title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #202020;
  margin-bottom: 8px;

}

.partner-desc {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  max-width: 260px;


  color: #202020;
}

.partner-left {
  min-height: 276px;
  position: relative;
}

.partner-right {
  min-height: 276px;
  position: relative;
}
.partner-wrap-left {
  position: absolute;
  top: 50%;
  left:48px;
  transform: translateY(-50%);
}

/*.partner-wrap-right {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 56px;
  text-align: center;
}*/

.partner-wrap-right {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  /*padding-right: 56px;*/
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.partner-card {
  margin-bottom: 24px;
}

.partner-image {
  max-height: 78px;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.partner-image-nomargin {
  max-height: 78px;
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
}

.simulasi-title-left {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: right;
  color: #7D8587;
  margin-bottom:32px;
}

.simulasi-title-right {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #2FAF91;
  margin-bottom: 32px;
}

.simulasi-left-wrap h3 {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #7D8587;
  margin-bottom: 8px;
  text-align: right;
}

.simulasi-right-wrap h3 {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #2FAF91;
  margin-bottom: 8px;
  text-align: left;

}

.simulasi-left-wrap p {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  color: #7D8587;
  margin-bottom: 32px;
}

.simulasi-right-wrap p {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2FAF91;
  text-align: left;
  margin-bottom: 32px;
}


.simulasi-content {
border-bottom: 1px solid #DCE1E7;
margin-bottom: 32px;
}


.simulasi-content:last-child {
  border: 0;
  margin-bottom: 20px;
}


.statistik-wrap {
  text-align: center;
}
.statistik-value {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 54px;
text-align: center;
color: #2FAF91;
margin-bottom: 16px;
}

.statistik-title {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 30px;
text-align: center;
color: #333939;
margin-bottom: 4px;

}

.statistik-desc {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 24px;
text-align: center;
color: #333939;
}

#statistik {
  padding-top: 148px;padding-bottom: 72px
}

#fixed-mobile-header {
  position: fixed;
  top: 0px;
  display: none;
  background-color: white;
  padding-top: 12px;
  z-index: 1;
  padding-bottom: 12px;
  padding-left:30px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  padding-right:30px;
  left: 0px;
  right: 0px;
}

.arrow-right {
  max-width: 15px;
}

.mobile-pricing-name {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  
  align-items: center;
  text-align: center;
  color: #333939;  
  margin-bottom: 4px;
  white-space: nowrap;
}

.mobile-price-table-fee{
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #333939;
  margin-bottom: 4px;
  white-space: nowrap;
}

.mobile-btn-pricing {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #2FAF91;
  text-align: center;
  padding: 5px 11px;
  border-radius: 6px;
  border: 1px solid #2FAF91;
  width: 100%;
}

.mobile-price-table-period {
  font-weight: 500;
}

.text-collapse {
  max-height: 132px;
  overflow: hidden;
  transition: all 0.5s ease-out;
  margin-bottom: 24px;
}

.text-collapse.expanded {
  max-height: 1000px;
}

.expand-text {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #445DC0;
}

.expand-text  i {
  transform: rotate(0deg);
  transition: transform 0.3s;
  margin-left: 9px;
}

.expand-text.expanded  i {
  transform: rotate(180deg);
  margin-left: 9px;
}