/* Template Name: Appdesk
   Author: Themesdesign
   Version: 1.0.0
   Created: March 2021
   File Description: Main Css file of the template
*/
/***********************/
/*       INDEX         */
/*======================
 *    01.  Variables   *
 *    02.  Components  *
 *    03.  General     *
 *    04.  Helper      *
 *    05.  Menu        *
 *    06.  Home        *
 *    07.  Social      *
 *    08.  About       *
 *    09.  Services    *
 *    10.  Counter     *
 *    11.  Screenshot  *
 *    12.  Price       *
 *    13.  CTA         *
 *    14.  Testi       *
 *    15.  Team        *
 *    16.  Contact     *
 *    17.  Footer      *
 ======================*/
.btn {
  padding: 10px 24px;
  outline: none;
  border-radius: 32px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.8px;
  transition: all 0.3s;
  text-transform: uppercase;
}

.btn:focus {
  box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

.btn.btn-custom {
  color: #ffffff;
  background: #3D6CDC;
}

.btn.btn-custom:hover,
.btn.btn-custom:focus,
.btn.btn-custom:active,
.btn.btn-custom.active,
.btn.btn-custom.focus {
  background-color: #535353;
  color: #ffffff;
}

.btn.btn-custom-outline {
  border: 1px solid #3D6CDC;
  color: #3D6CDC;
  background-color: transparent;
}

.btn.btn-custom-outline:hover,
.btn.btn-custom-outline:focus,
.btn.btn-custom-outline:active,
.btn.btn-custom-outline.active,
.btn.btn-custom-outline.focus {
  background-color: #3D6CDC;
  border-color: #3D6CDC;
  color: #ffffff;
}

.btn.btn-outline-white {
  border: 1px solid #ffffff !important;
  color: #ffffff;
  background-color: transparent;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white.active,
.btn.btn-outline-white.focus {
  background-color: #3D6CDC;
  border: 1px solid #3D6CDC !important;
  color: #ffffff;
}

body {
  font-family: "Segoe UI VSS (Regular)", "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow-x: hidden !important;
  font-size: 15px;
  color: #2a2a2a;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
}

::selection {
  background: #6c757d;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  letter-spacing: 0.3px;
  line-height: 1.8;
}

.section {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(100% 1056.25% at 0% 0%, #F7E5F0 0%, #EEEBFF 20.44%, #D2DFFF 100%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.text-custom {
  color: #3D6CDC;
}

.bg-custom {
  background-color: #3D6CDC;
}

.title-heading {
  line-height: 26px;
  position: relative;
  z-index: 1;
  padding: 70px 0;
}

.title-heading .sub-title {
  font-size: 22px;
  letter-spacing: 2px;
}

.title-heading .heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 10px;
}

.title-heading h2.heading {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
}

.title-heading .para-desc {
  font-size: 17px;
  color: #696969 !important;
}

.section-title {
  position: relative;
  margin-bottom: 40px;
}

.section-title .title {
  letter-spacing: 1px;
  font-size: 28px;
  position: relative;
  margin-bottom: 20px !important;
}

.para-desc {
  max-width: 700px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(135deg, #F7E5F0, #EEEBFF, #D2DFFF);
  z-index: 9999999;
  opacity: 1;
  transition: opacity 0.5s;
}

#preloader.hide {
  opacity: 0;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#preloader #status .sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

#preloader #status .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#preloader #status .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #3D6CDC;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

#preloader #status .sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

#preloader #status .sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

#preloader #status .sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

#preloader #status .sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

#preloader #status .sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

#preloader #status .sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

#preloader #status .sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

#preloader #status .sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

#preloader #status .sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

#preloader #status .sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

#preloader #status .sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

#preloader #status .sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

#preloader #status .sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

#preloader #status .sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

#preloader #status .sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

#preloader #status .sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

#preloader #status .sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

#preloader #status .sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

#preloader #status .sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

#preloader #status .sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

#preloader #status .sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

#preloader #status .sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 60px 0;
  }
  .title-heading {
    padding: 20px 0;
  }
  .title-heading .heading {
    font-size: 30px !important;
    line-height: 120%;
  }
}

@media (max-width: 375px) {
  .section-title .title:after {
    bottom: -30%;
  }
}

.navbar {
  background: #ffffff;
}

.navbar-custom {
  background-color: #ffffff;
  padding: 20px 0;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-toggler {
  color: #ffffff;
  font-size: 30px;
  padding: 0px;
}

.navbar-custom .navbar-brand {
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: "Nunito", sans-serif;
}

.navbar-custom .navbar-brand .l-dark {
  display: none;
}

.navbar-custom .navbar-brand .l-light {
  display: inline-block;
}

.navbar-custom .navbar-nav li a {
  color: #ffffff !important;
  font-size: 12.5px;
  background-color: transparent !important;
  margin: 0 8px;
  letter-spacing: 0.8px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s;
  font-family: "Nunito", sans-serif;
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #3D6CDC !important;
}

.navbar-custom .navbar-nav li.active a {
  color: #3D6CDC !important;
}

.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 12px 0px;
  background-color: #ffffff;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  color: #29292d !important;
}

.nav-sticky.navbar-custom .navbar-toggler {
  color: #535353;
}

.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}

.nav-sticky.navbar-custom .navbar-nav li a {
  color: #2f3545 !important;
}

.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #3D6CDC !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a {
  color: #3D6CDC !important;
}

.nav-sticky.navbar-custom.sticky-light {
  background-color: #ffffff;
}

.nav-sticky .navbar-brand {
  color: #29292d !important;
}

.nav-sticky .navbar-brand .l-dark {
  display: inline-block;
}

.nav-sticky .navbar-brand .l-light {
  display: none;
}

#login-button {
  color: #ffffff;
  background-color: #3D6CDC;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.5s;
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 60px;
  border-radius: 80px;
  letter-spacing: 0.8px;
  cursor: pointer;
}

#login-button:hover {
  color: #ffffff;
}

@media (max-width: 1023px) {
  .navbar-custom .nav-social {
    display: none;
  }
}

@media (max-height: 480px) {
  .navbar-nav {
    max-height: 200px;
    overflow-y: auto;
  }
}

@media (min-width: 200px) and (max-width: 1024px) {
  .navbar-custom {
    background-color: #111d38;
    padding: 10px 0px !important;
  }

  .navbar-brand .l-dark {
    display: inline-block;
  }

  .navbar-brand .l-light {
    display: none;
  }

  .navbar-custom .container {
    width: 85%;
  }

  #login-button {
    margin-left: 5px !important;
  }
}

.home-center {
  display: table;
  width: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

section#home {
  position: relative;
  padding: 78px 0px 0px 0px;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-home .home-shape {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
}

.bg-home .home-shape img {
  width: 100%;
  height: auto;
}

.bg-home .home-dashboard img {
  position: relative;
  top: 80px;
  z-index: 1;
}

.home-img {
  position: relative;
  display: flex;
  justify-content: center;
}

.home-img img {
  max-height: 500px;
  position: relative;
}

.index-form {
  position: relative;
  z-index: 1;
}

.mover-img {
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

@media (min-width: 200px) and (max-width: 1024px) {

  .bg-home,
  .bg-half,
  .bg-slider,
  .jarallax {
    padding: 150px 0;
    height: auto;
  }

  .home-img {
    text-align: center;
  }
}

.social-icon li a {
  color: #535353;
  border: 1px solid #535353;
  display: inline-block;
  height: 34px;
  width: 34px;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.social-icon li a i {
  font-size: 16px;
  line-height: 32px;
}

.social-icon li a:hover {
  background-color: #3D6CDC;
  border-color: #3D6CDC !important;
  color: #ffffff !important;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.list-inline-item {
  margin: 0 10px;
}

.about-app .title {
  letter-spacing: 0.8px;
}

.services .core-service .core-service-content .content {
  overflow: hidden;
  display: block;
}

.services .core-service .core-service-content .content .title {
  font-size: 18px;
  font-weight: 700;
}

.services .core-service .icon i {
  font-size: 25px;
}

.services .core-service .fea-right .icon {
  float: right;
}

.services .core-service .fea-left .icon {
  float: left;
}

.device-feature .icon img {
  height: 50px;
}

.device-feature .icon:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  border-radius: 77% 23% 20% 80% / 60% 56% 44% 40%;
  background-color: #3D6CDC;
  opacity: 0.4;
  z-index: -2;
  transition: all 0.5s ease;
}

.device-feature .content .title {
  font-size: 18px;
  font-weight: 700;
}

.device-feature.device-border:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 32px;
  top: 30px;
  opacity: 0.4;
  left: 70%;
  background: url("../images/border.png") center center no-repeat;
}

.device-feature:hover .icon:before {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  bottom: -12px;
  right: -12px;
}

@media (max-width: 1024px) {
  .services .core-service-img {
    display: none;
  }
}

@media (min-width: 200px) and (max-width: 1024px) {
  .services .core-service .fea-right {
    text-align: left !important;
  }

  .services .core-service .fea-right .icon {
    float: left;
    margin-left: 0 !important;
    margin-right: 24px;
  }

  .device-feature.device-border:after {
    display: none;
  }
}

.bg-counter {
  position: relative;
  padding: 60px 0;
}

.bg-counter .counter-box .counter-icon {
  font-size: 40px;
}

.bg-counter .counter-box .counter-head {
  font-size: 18px;
  letter-spacing: 1px;
}

.swiper-container {
  margin-top: 50px;
}

.swiper-slide {
  cursor: pointer;
}

/* .swiper-slide.swiper-slide-active img {
  border: 12px solid transparent;
} */

.swiper-button-next {
  background-image: none;
}

.swiper-button-prev {
  background-image: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 33px;
  height: 33px;
  margin-top: -22px;
  line-height: 33px;
  text-align: center;
  font-size: 20px;
  color: #3D6CDC;
  border: 1px solid #3D6CDC;
  border-radius: 8px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #ffffff;
  background: #3D6CDC;
}


@media (max-width: 1024px) {
  .swiper-container {
    margin-top: 30px;
  }
}


@media (max-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.pricing-table {
  border-radius: 8px;
}

.pricing-table .price-header {
  border-radius: 8px 8px 0 0;
}

.pricing-table .price-header .price-title {
  font-size: 18px;
  letter-spacing: 1px;
}

.pricing-table .price-header p {
  color: #9CA1A3;
}

.pricing-table .price-value {
  background: #e9ecef;
}

.pricing-table .price-value .price-lable h4 {
  display: inline-block;
}

.pricing-table .pricing-features ul li {
  position: relative;
  padding: 7px 0;
}

.bg-cta {
  padding: 100px 0;
}

.bg-cta .play-btn img {
  height: 80px;
}

ul.list-unstyled.mb-0 li a img, .app-download li a img {
  height: 58px;
}

.testi-icon i {
  font-size: 64px;
}

.testi-review .name {
  font-size: 16px;
  letter-spacing: 0.8px;
}

.testi-review .testimonial {
  cursor: -webkit-grab;
}

.testi-review .testimonial .content-review .review {
  font-size: 17px;
  color: #adb5bd;
}

.testi-review img {
  height: 85px;
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 50px;
  background: transparent;
  border: 1px solid #3D6CDC;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #3D6CDC;
}

.team-layout .content .name {
  font-size: 18px;
}

.team-layout .content .designation {
  font-size: 14px;
}

.contact-detail i {
  font-size: 30px;
  width: 96px;
  height: 96px;
  line-height: 96px;
}

.contact-detail .content .title {
  font-size: 18px;
  font-weight: 500;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
}

.form-group .form-control {
  box-shadow: none;
  border: 1px solid #dee2e6;
  height: 45px;
  font-size: 13px;
  border-radius: 4px;
  transition: all 0.5s ease;
}

.form-group .form-control:focus,
.form-group .form-control.active {
  border-color: #3D6CDC;
}

.form-group .icons {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 16px;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #D52941;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #D52941;
  color: #D52941;
  border-radius: 4px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #159B42;
  font-size: 22px;
}

.map iframe {
  width: 100%;
  height: 350px;
}

.footer {
  padding: 40px 0;
  position: relative;
}

.footer p {
  color: #adb5bd;
}

.footer .links {
  color: #adb5bd;
}

.footer .links a {
  color: #adb5bd;
  font-size: 13px;
}

/* swiper */
.arrow-right{
    position: absolute;
    border: 6px solid;
    border-color: transparent transparent transparent #3D6CDC;
    left: 13px;
    top: 9px;
}

.arrow-right::after{
    content: '';
    position: absolute;
    top: -10px;
    left: -13px;
    border: 10px solid;
    border-color: transparent transparent transparent #fff;
}
.arrow-right.hover{
  border-color: transparent transparent transparent #fff;
}

.arrow-right.hover::after{
  content: '';
  position: absolute;
  top: -10px;
  left: -13px;
  border: 10px solid;
  border-color: transparent transparent transparent #3D6CDC;
}
.arrow-left{
  position: absolute;
  border: 6px solid;
  border-color: transparent #3D6CDC transparent transparent ;
  left: 5px;
  top: 9px;
}
.arrow-left::after{
  content: '';
  position: absolute;
  top: -10px;
  left: -7px;
  border: 10px solid;
  border-color: transparent #fff transparent transparent ;
}
.arrow-left.hover{
border-color: transparent #fff transparent transparent ;
}

.arrow-left.hover::after{
  content: '';
  position: absolute;
  top: -10px;
  left: -7px;
  border: 10px solid;
  border-color: transparent #3D6CDC transparent transparent ;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background-color: #3D6CDC;
  border: 1px solid #3D6CDC;
  border-radius: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: opacity 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
#back-to-top.show{
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
.arrow-up{
  width: 0;
  height: 0;
  position: absolute;
  transform: translate(11px, 6px);
  border: 6px solid;
  border-color: transparent transparent white transparent;
}
.arrow-up::after{
  content: '';
  position: absolute;
  top: -7px;
  left: -10px;
  border: 10px solid;
  border-color: transparent transparent #3D6CDC transparent;
}

.back-to-top i {
  font-size: 16px;
}

.back-to-top:hover {
  background-color: #535353;
  border: 1px solid #535353;
  color: #ffffff;
}

@media (min-width: 200px) and (max-width: 1024px) {
  .footer {
    text-align: center;
  }
}

.app-qr {
  width: 160px;
  height: 160px;
}

#sms {
  padding-bottom: 0;
}

#sms a {
  color: #006ee5 !important;
}

body .text-muted {
  color: #727272 !important;
  line-height: 22px;
}

#sa-swiper .swiper-slide-shadow-left {
  display: none !important;
}

#sa-swiper .swiper-slide-shadow-right {
  display: none !important;
}

.navbar-light .navbar-nav .nav-link {
  cursor: pointer;
  color: #727272;
}

img.art-news {
  padding: 0 100px;
}

/* Dynamic SMS qrcode */
#qrcode_wrapper {
  height: 166px;
  width: 100%;
  /* background-image: url(../images/qr-frame.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
  display: flex;
  justify-content: center;
}

.qrcode_img {
  padding: 3px;
  position: relative;
  border: 1px solid rgba(175, 189, 243, 0.5);
  border-radius: 6px;
}

.qrcode_img canvas{
  min-height: 160px;
}

#qrcode_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  margin: calc(50% - 18px);
}

#qrcode_logo img {
  height: 36px;
  width: 36px;
  background-color: #fff;
}

/* start-china style */
/* banner */
.china .app-download .button-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.china .app-download .qrcode_img::after {
  content: '扫码下载 App';
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 160px;
  text-align: center;
}
.china .app-download .download-button {
  background: #000;
  width: 200px;
  height: 60px;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  margin: 8px 0;
  display: flex;
  align-items: center;
}

.china .app-download .download-button.disabled {
  background-color: #A5A5A5;
}

.china .app-download .download-button .icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.china .app-download .download-button .align-center {
  display: inline;
  vertical-align: text-bottom;
  font-size: 20px;
  font-weight: 500;
}

.china .app-download {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0;
}

.china .app-download .hr {
  border: 0.25px solid #ccc;
  height: 100px;
  margin: 30px;
  z-index: 1;
}
.china .app-download #qrcode_wrapper {
  margin: 0;
  width: auto;
  height: auto;
  border-radius: 6px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.china .app-download #qrcode_wrapper .qrcode_img {
  padding: 0;
  background: #fff;
  border-radius: 6px;
}

.china .app-download .store-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

.china .app-download #qrcode_wrapper .qrcode_img canvas {
  transform: scale(0.85);
}

.china .app-download .qrcode_img #qrcode_logo {
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  margin: 0;
}

.china .app-download .qrcode_img #qrcode_logo img {
  width: 26px;
  height: 26px;
  margin: 0;
}

.china .app-download #qrcode_wrapper .qr-text {
  font-size: 12px;
  margin: 0;
}

.china .app-download.mobile {
  display: flex;
  width: 100%;
  justify-content: space-around;
  position: relative;
}

.china .app-download.mobile .download-button {
  width: 200px;
}

/* downloads */

#download.china .app-download.mobile {
  display: flex;
  width: 100%;
  justify-content: space-around;
}


/* redirect page */
.redirect-container {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(100% 1056.25% at 0% 0%, #F7E5F0 0%, #EEEBFF 20.44%, #D2DFFF 100%);
  height: 100%;
}

.instruction {
  padding: 40px;
}

.instruction .arrow {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 48px;
}

.instruction .arrow img {
  width: 30px;
  height: 30px;
}

.instruction .text {
  margin: 0 auto;
  width: 250px;
}

.instruction .text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.instruction .text ul li span {
  display: inline-block;
  vertical-align: middle;
}

.instruction .text ul li .index {
  background: #3D6CDC;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 8px;
}

.instruction .text ul li .label {
  background: #FFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 5px 8px;
  margin: 4px 8px;
}

.instruction .text ul li .label img {
  width: 14px;
  height: 14px;
}

.instruction-image {
  margin: 0 auto;
  width: 70%;
}

.instruction-image img {
  width: 100%;
}

#weather .swiper-slide .mobile-border {
  border: white 6px solid;
  border-radius: 25px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

#weather .swiper-slide.swiper-slide-active img {
  border: white 6px solid;
}

/* Image optimization */
#banner {
  min-height: 200px;
}

.app-download li {
  /* min-height: 58px; */
}

span.mdi.mdi-menu::before {
  content: '';
  /* height: 20px; */
  /* width: 20px; */
}

.navlogo {
  height: 5px;
  width: 16px;
  border-bottom: rgba(0,0,0,0.1) 2px solid;
}
.navlogo:first-child{
  margin-top: 4px;
}
.navlogo:last-child {
  margin-bottom: 6px;
}
section#home.img-fluid {
  visibility: hidden;
}

img[src=""],img:not([src]){
  opacity:0;
}

/* image creator animation */
#singleCreator{
  position: absolute;
  height: 53%;
  width: 43%;
  bottom: 15%;
  right: 17%;
  z-index: 10;
  overflow: hidden;
}

#frame1 {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: opacity 0.5s, transform 0.5s, color 0.2s;
}

#typedtext{
  text-align: left;
  word-break: break-word;
  padding: 10%;
  font-size: 100%;
  font-weight: 500;
  line-height: 150%;
}

#frame1.hide{
  animation: 2s ease-in 1s 1 textValidation;
}

@keyframes textValidation {
  0% {
  transform: scale(1) ;
  opacity: 1;
  color: #000;
  }
  5% {
    transform: scale(0.8) ;
    opacity: 1;
    color: #3D6CDC;
  }
  10%{
    transform: scale(1) ;
    opacity: 1;
    color: #3D6CDC;
  }
  50% {
    transform: scale(1) ;
    opacity: 1;
    color: #3D6CDC;
  }
  100% {
    transform: scale(0.5) ;
    opacity: 0;
    color: #3D6CDC;
  }
}

#frame2{
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  transition: opacity 0.5s, transform 0.5s;
}

#frame2.show{
 opacity: 1;
 transform: scale(1);
}

#frame2 #imageCreateShow{
  width: 100%;
  border-radius: 8px;
}

.home-img.imageCreator .bg img{
  width: 100%;
}

/* */
#home{
  color: #2A2A2A;
}
#home .layout{
  width: 100%;
  display: flex;
  flex-direction: row;
}

#home .layout #introduce{

}
#home .layout #introduce #titleArea .heading{
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
}
#home .layout #introduce #titleArea .desc{
  opacity: 0.7;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}



.app-download {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

.app-download .hr {
  border: 0.25px solid #ccc;
  height: 100px;
  margin: 30px;
  z-index: 1;
}

.app-download #qrcode_wrapper {
  margin: 0;
  width: auto;
  height: auto;
  border-radius: 6px;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.app-download #qrcode_wrapper .qrcode_img {
  padding: 0;
  background: #fff;
  border-radius: 6px;
}

.app-download .store-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

.app-download #qrcode_wrapper .qrcode_img canvas {
  transform: scale(0.85);
}

.app-download .qrcode_img #qrcode_logo {
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
  margin: 0;
}

.app-download .qrcode_img #qrcode_logo img {
  width: 30px;
  height: 30px;
  margin: 0;
}

.app-download #qrcode_wrapper .qr-text {
  font-size: 12px;
  margin: 0;
}
#qrcode_desc{
  text-align: center;
  color: #2A2A2A;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding: 5px 13px;
  position: absolute;
  width: 180px;
  top: 105%;
}

#smsTitle{
  padding: 60px 0 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
#smsInput{
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #a5a5a5;
  border-radius: 6px;
}
#smsInput select#region{
  border-radius: 6px 0 0 6px;
  border: 0;
  padding: 0 12px;
}
#smsInput input#number {
  border: 0;
  flex: 1;
  padding: 0 12px;
}
#smsInput input#submit {
    border: 0;
    background-color: #000;
    color: #fff;
    border-radius: 0 6px 6px 0;
    padding: 8px 22px;
    transition: background-color 1s;
}

#smsInput input#submit.disable {
  background-color: #A5A5A5;
  cursor: default;
}

.smsHelp {
  position: relative;
}

.smsHelp .instruction {
  position: absolute;
  left: 22px;
  bottom: 0;
  width: 480px;
  background: #fff;
  z-index: 1;
  padding: 10px;
  border-radius: 6px;
}
.smsHelp .instruction.hidden {
  display: none;
}
.smsHelp .instruction p{
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
.smsHelp .instruction ::after {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 10px;
  left: -10px;
  bottom: 4px;
  border: 5px solid;
  border-color: transparent #fff transparent transparent;
}

#download_aside{
  position: relative;
}
#download_aside #qrcode_wrapper {
  position: absolute;
  padding: 14px;
  background: #fff;
  width: auto;
  top: 60px;
  height: auto;
  right: 0;
  box-shadow: 2.51798px 2.51798px 15.1079px rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  transform: translateX(34px);
  opacity: 0;
  transition: opacity 0.5s;
}
#download_aside #qrcode_wrapper.show{
  opacity: 1;
}
#download_aside #qrcode_wrapper .qrcode_img {
  border: 0;
}
#download_aside #qrcode_wrapper #qrcode_close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -8px;
  right: -8px;
  background: #fff;
  border-radius: 100%;
  border: 1.5px solid #878787;
}
#download_aside #qrcode_wrapper #qrcode_close::before,
#download_aside #qrcode_wrapper #qrcode_close::after{
  content: "";
  position: absolute;
  height: 10px;
  width: 1.5px;
  top: 4px;
  right: 8px;
  background: #878787;
}
#download_aside #qrcode_wrapper #qrcode_close::before{
  transform: rotate(45deg);
}
#download_aside #qrcode_wrapper #qrcode_close::after{
  transform: rotate(-45deg);
}