body {
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

.containers {
  position: relative;
}

.button-sign-up,
.button-get-started {
  background-color: #4285f4;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  margin: 6px auto;
  border: 0;
}
.button-sign-up.circle,
.button-get-started.circle {
  border-radius: 22px;
}

.button-sign-up {
  width: 236px;
}

.button-get-started {
  width: 180px;
  position: relative;
  text-align: center;
}

.button-sign-up:hover,
.button-get-started:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.img-responsive {
  height: 60px;
}

.section-light-bg {
  position: relative;
  background: rgba(248, 250, 255, 0.81);
}
.section-light-bg::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 330px;
  background-size: 140px 330px;
  top: 50px;
  left: 0;
}
.section-light-bg::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 330px;
  background-size: 140px 330px;
  right: 0;
  bottom: 50px;
}

.section-blue-bg {
  background: #4285f4;
  position: relative;
}
.section-blue-bg .containers::before {
  content: "";
  position: absolute;
  width: 314px;
  height: 176px;
  background-size: 314px 176px;
  top: 0px;
  left: 0;
}
.section-blue-bg .containers::after {
  content: "";
  position: absolute;
  width: 314px;
  height: 176px;
  background-size: 314px 176px;
  right: 0;
  bottom: 0px;
}
.section-blue-bg .section-header h2 {
  color: #fff;
}
.section-blue-bg .button-get-started {
  color: #4285f4;
  background-color: #fff;
}

.section-gray-bg {
  background: #f8f8f8;
}

.section-header {
  text-align: center;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 500;
  padding: 100px 0 40px 0;
  color: #333;
}

.section-footer {
  padding-bottom: 80px;
  padding-top: 30px;
}

.cate-menu {
  width: 360px;
}
.cate-menu li {
  border-radius: 10px;
  border: 1px solid #dadada;
  padding: 20px 15px;
  position: relative;
  color: #999999;
  margin-bottom: 40px;
  padding-left: 50px;
  transition: all 0.3s;
  cursor: default;
}
.cate-menu li i {
  display: inline-block;
  position: absolute;
  width: 22px;
  left: 20px;
  top: 18px;
}
.cate-menu li i img:nth-child(2) {
  display: none;
}
.cate-menu li h3 {
  margin-top: 0;
  color: #333;
  font-size: 18px;
}
.cate-menu li.active {
  background-color: #4285f4;
  color: #fff;
  border-color: #4285f4;
}
.cate-menu li.active h3 {
  color: #fff;
}
.cate-menu li.active i img:nth-child(1) {
  display: none;
}
.cate-menu li.active i img:nth-child(2) {
  display: inline-block;
}

.cate-imgs {
  min-height: 550px;
}
.cate-imgs img {
  width: 720px;
}

.more-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.more-section .more-item {
  width: 170px;
  position: relative;
}
.more-section .more-item img {
  width: 100%;
}
.more-section .more-item p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

.company-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company-section .company-item {
  width: 190px;
  margin-bottom: 30px;
  margin-right: 30px;
}
.company-section .company-item img {
  width: 100%;
}

.team-section,
.team-section-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.team-section .team-card,
.team-section-mobile .team-card {
  margin-right: 20px;
  color: #999;
  padding: 25px 30px;
  width: 360px;
  min-height: 260px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(207, 207, 207, 0.5);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.team-section .team-card::before,
.team-section-mobile .team-card::before {
  content: "";
  width: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #4285f4;
}
.team-section .user-info,
.team-section-mobile .user-info {
  display: flex;
  margin-bottom: 20px;
}
.team-section .user-info .user-name h3,
.team-section-mobile .user-info .user-name h3 {
  font-size: 18px;
  color: #333;
}
.team-section .user-info .img,
.team-section-mobile .user-info .img {
  margin-right: 20px;
  width: 80px;
  height: 80px;
}

.team-section-mobile {
  display: none;
}

.company {
  visibility: hidden;
  clear: both;
  background: #f8f8f8;
  padding: 1rem 0;
  line-height: 2.4rem;
  text-align: center;
  font-size: 1.125rem;
  color: #999;
}
.company p {
  font-size: 1rem;
  color: #9a9a9a;
}
.company p a {
  padding: 0 0.5rem;
}

.nav-login-item {
  border: none;
  border-bottom: 1px #47474e solid;
}

.beian-miit {
  background: transparent;
  text-decoration: none;
  color: inherit;
}

.beian-gongan {
  width: 300px;
  margin: 0 auto;
}
.beian-gongan a {
  display: inline-block;
  text-decoration: none;
  height: 18px;
  line-height: 18px;
}
.beian-gongan p {
  float: left;
  height: 18px;
  line-height: 18px;
  margin: 0 0 0 5px;
  color: #939393;
}

.contact-float {
  position: fixed;
  right: 0;
  bottom: 10vh;
  z-index: 100;
  visibility: hidden;
}

.contact_divider {
  height: 1px;
  width: 100%;
  background: #fff;
}

.fcs-float {
  text-align: center;
  background: #4285f4;
  color: #fff;
}
.fcs-float img {
  width: 28px;
}
.fcs-float .fcs-qr-code,
.fcs-float .fcs-contact-phone {
  display: none;
  left: -200px;
  top: 0;
}
.fcs-float .fcs-contact-phone {
  top: 160px;
  height: 85px;
  padding: 21px;
  line-height: 1.6;
  font-size: 16px;
  font-family: "Arial", "Helvetica";
}
.fcs-float.large-image-org {
  border-radius: 6px 6px 0 0;
}
.fcs-float.online-support {
  border-radius: 0 0 6px 6px;
}

.phone-number {
  display: block;
}

.fcs-float:hover .fcs-qr-code,
.fcs-float:hover .fcs-contact-phone {
  display: block;
}

.tiyan-btn-container {
  text-align: center;
}

.tiyan-btn {
  height: 50px;
  width: 300px;
  background: #404040;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  margin: 20px;
  font-size: 24px;
  position: relative;
}
.tiyan-btn .fcs-qr-code {
  display: none;
  top: -320px;
  left: 0;
  width: 300px;
  height: 300px;
}
.tiyan-btn .fcs-qr-code img {
  width: 220px;
  margin-top: 40px;
}

.tiyan-btn:hover .fcs-qr-code {
  display: block;
}

.tiyan-tips {
  color: #fff;
  font-size: 12px;
  margin-top: -1.5rem;
}

.fcs-qr-code,
.fcs-contact-phone {
  position: absolute;
  left: 4rem;
  bottom: 11.5rem;
  width: 188px;
  height: 210px;
  color: #404040;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
  z-index: 201;
}
.fcs-qr-code .fcs-qr-img,
.fcs-contact-phone .fcs-qr-img {
  width: 140px;
  display: block;
  margin: 25px auto 4px;
}

h1 {
  font-size: 42px;
}

p {
  line-height: 30px;
}

.customer-review {
  text-align: left;
  color: #333;
}

.primary {
  padding: 0;
  z-index: 0;
  position: relative;
}

.home-header {
  position: relative;
  padding-top: 32px;
  margin-bottom: 0;
  background: url("/images/home_header_bg.png") no-repeat center;
  background-size: 2000px;
  background-position: top;
}

.home-header-img {
  width: 626px;
  float: right;
}

.header-subscribe {
  padding-bottom: 0;
}

.header-brands {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 800px;
}

.sign-up-form {
  position: relative;
}

.form-group {
  margin-bottom: 15px;
}

.client-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 140px;
  width: 140px;
  padding: 5px;
  overflow: hidden;
}
.client-logo p {
  margin-bottom: 0;
}
.client-logo .client-logo-desc {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(218, 218, 218, 0.5);
  border-radius: 6px;
  padding: 6px 8px;
  height: 130px;
  bottom: -100%;
  transition: all 0.3s;
  left: 5px;
  right: 5px;
  color: #999;
}
.client-logo.active .client-logo-desc {
  bottom: 5px;
}

.home-features {
  padding: 72px 0 0;
  background-color: #9a9a9a;
}
.home-features .feature-content {
  min-height: 160px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
  padding-bottom: 60px;
}

.get-started {
  background-size: cover;
  padding: 80px 0;
  background-image: url("../images/get_started_bg.png");
}

.home-features h2 {
  margin-bottom: 90px;
}

.home-feature {
  position: relative;
  padding: 50px 20px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  text-align: center;
}

.home-feature img {
  max-width: 100%;
  height: auto;
}

h5 {
  font-size: 15px;
}

p {
  line-height: 30px;
}

.home-feature p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #9a9a9a;
}

.feature-title {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #404040;
}

.header-logo-container,
.header-text-container {
  text-align: center;
}

.header-text-container p {
  font-size: 18.2px;
  font-weight: 400;
  text-align: center;
  color: #666;
  margin-bottom: 22px;
  padding: 0 10px;
}

.header-text-container h1 {
  font-size: 28px;
  text-align: center;
  color: #333;
  padding: 10px;
  font-weight: 400;
}

.menu-text {
  background-color: #4285f4;
  font-weight: 700;
}

.review-text,
.sign-up-text h1 {
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}

.customers-reviews-snippets h2 {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.customer-photo {
  margin-bottom: 40px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
  padding-bottom: 60px;
}

.get-started h2 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}

.review_signature .col-xs-12:first-of-type p {
  line-height: initial;
}

.review-text,
.sign-up-text h1 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}

.navbar-brand {
  float: left;
  padding: 22px 0;
  font-size: 18px;
  line-height: 20px;
  height: 100%;
  margin-left: 0;
}

.navbar-brand > img {
  width: 90px;
}

.navbar > .containers .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

.navbar {
  height: 100px;
  transition: all 0.3s;
}

.navbar.fixed {
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(45, 45, 45, 0.09);
}

.navbar-nav {
  visibility: hidden;
}

.navbar-nav > li {
  position: relative;
}

.navbar-nav > li > a.button-nav {
  padding: 8px 26px;
  line-height: 1.05;
  margin-top: 24px;
}

.navbar-nav > li > a.button-nav-login {
  padding: 8px 10px;
  font-weight: 400;
  transition: all 0.15s;
}
.navbar-nav > li > a.button-nav-login:hover {
  color: #4285f4;
  cursor: pointer;
}

.navbar-nav > li > a.button-nav-signup {
  color: #fff;
  border-radius: 3px;
  background: #4285f4;
  transition: all 0.15s;
  border: 1px solid #4285f4;
}

.navbar-nav > li > a.button-nav-login,
.navbar-nav > li > a.button-nav-signup {
  display: none;
}

.navbar-nav > li > a.button-nav-signup:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.navbar-nav > li > a.nav-login-item-login {
  color: #4285f4;
  background-color: transparent;
  border: 1px solid #4285f4;
}

.navbar-nav > li > ul {
  display: none;
  position: absolute;
  left: -20px;
  top: 60px;
  background-color: #fff;
  color: #000;
  border: 1px #f6f6f6 solid;
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.navbar-nav > li > ul > li {
  width: 150px;
  text-align: center;
  padding: 8px 12px;
}

.get-demo {
  background-color: #9a9a9a;
  padding: 61px 0;
}

.customer-review {
  position: relative;
}

.containers,
.containers.sidebar-right {
  margin: 0 auto;
  width: 1200px;
}

.header-text-container p {
  font-size: 18px;
  padding: 0 130px;
}

.header-text-container h1 {
  font-size: 32px;
}

.header-logo-container {
  text-align: center;
}

.review-text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
  padding-bottom: 20px;
}

.navbar-nav {
  float: right;
}

.navbar-nav > li > a {
  text-shadow: none;
  font-size: 14px;
  line-height: 2.53;
  color: #333;
  padding: 31px 30px;
}

.button-nav-signup {
  color: #fff;
  border-radius: 3px;
}

.fcs-float {
  width: 80px;
  height: 80px;
  display: flex;
  font-size: 14px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.fcs-float img {
  width: 32px;
  margin-bottom: 5px;
}
.fcs-float .fcs-contact-phone {
  top: 230px;
}

.qr-button {
  background-color: #4285f4;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
  margin: 6px auto;
  border: 0;
  position: relative;
  width: 180px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.btn-qrcode-img {
  position: absolute;
  height: 260px;
  width: 240px;
  bottom: 55px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: -1;
  padding: 18px;
  left: -35px;
  border-radius: 2px;
  opacity: 0;
  transition: all 0.15s;
}

.btn-qrcode-img-footer {
  color: #666;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.home-header {
  margin-top: 0;
}
.home-header .section-footer {
  display: none;
}

.customer-photo {
  max-height: 67px;
}

.header-subscribe {
  padding-bottom: 40px;
}

.header-text-container {
  text-align: left;
}

.header-text-container h1 {
  text-align: left;
  font-size: 41px;
  padding: 16px 0;
}

.header-text-container p {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  padding: 0;
}

.section-header p {
  font-size: 18px;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.customers-reviews-snippets {
  margin-top: 64px;
  padding-bottom: 80px;
}

.navbar-nav > li > a {
  text-shadow: none;
  font-size: 13px;
  line-height: 2.53;
  color: #333;
  padding: 31px 10px 0;
}

.navbar-fixed-top .navbar-brand > img {
  width: 90px;
}

.home-header {
  padding-top: 135px;
}

.navbar {
  height: 80px;
  transition: all 0.3s;
}

.navbar-nav > li > a,
.navbar-nav > li > a:hover {
  font-size: 18px;
}

.navbar-nav > li > a.button-nav-login,
.navbar-nav > li > a.button-nav-signup {
  display: block;
}

.button-nav {
  display: block;
  margin-left: 16px;
}

.large_image_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 9998;
}
.large_image_container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bottom-menu-container,
.bottom-menu-container-mobile {
  display: flex;
  justify-content: center;
  color: #999;
  padding: 38px 38px 70px 38px;
}
.bottom-menu-container .bottom-menu,
.bottom-menu-container .bottom-menu-contact,
.bottom-menu-container-mobile .bottom-menu,
.bottom-menu-container-mobile .bottom-menu-contact {
  color: #333;
  display: flex;
  justify-content: center;
  flex-basis: 200px;
}
.bottom-menu-container .bottom-menu-contact,
.bottom-menu-container-mobile .bottom-menu-contact {
  flex-basis: 270px;
}
.bottom-menu-container .bottom-menu-content,
.bottom-menu-container-mobile .bottom-menu-content {
  text-align: left;
}
.bottom-menu-container .bottom-menu-contact-qrcode,
.bottom-menu-container-mobile .bottom-menu-contact-qrcode {
  width: 158px;
  margin-bottom: 10px;
}
.bottom-menu-container .bottom-menu-contact-title,
.bottom-menu-container-mobile .bottom-menu-contact-title {
  font-size: 16px;
}
.bottom-menu-container .bottom-menu-contact-description,
.bottom-menu-container-mobile .bottom-menu-contact-description {
  font-size: 14px;
}
.bottom-menu-container .bottom-menu-title,
.bottom-menu-container-mobile .bottom-menu-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #333;
}
.bottom-menu-container li,
.bottom-menu-container-mobile li {
  margin-bottom: 8px;
}
.bottom-menu-container li a,
.bottom-menu-container-mobile li a {
  font-size: 16px;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
}
.bottom-menu-container li a:hover,
.bottom-menu-container-mobile li a:hover {
  color: #333;
}

.bottom-menu-container-mobile {
  display: none;
}

.mobile-nav {
  display: none;
  padding: 0 15px;
  margin-bottom: 0;
  height: 60px;
}
.mobile-nav .navbar-brand {
  padding-top: 12px;
}
.mobile-nav .menu-btn-responsive {
  visibility: visible;
  float: right;
  margin-top: 10px;
  padding: 10px;
}
.mobile-nav .menu-btn-responsive img {
  width: 24px;
}

.header-brands-mobile {
  display: none;
}

.swiper-index {
  display: none;
  justify-content: center;
}
.swiper-index span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  border: 2px solid #979797;
  margin: 0 8px;
}
.swiper-index span.active {
  background-color: #4285f4;
  border-color: #4285f4;
}

.mobile-linkss {
  top: 0px;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  z-index: 10000;
  right: 0;
  left: 0;
}
.mobile-linkss .mobile-links-header {
  height: 40px;
  display: flex;
  justify-content: flex-end;
  padding: 0 10px;
  align-items: center;
}
.mobile-linkss .mobile-links-header .close {
  width: 16px;
  height: 16px;
  opacity: 1;
}
.mobile-linkss a {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 10px;
  color: #333333;
  position: relative;
}
.mobile-linkss a.no-border {
  border-bottom: 1px solid #fff;
}
.mobile-linkss a img {
  width: 14px;
  float: right;
}

.swiper-container {
  display: none;
}

@media screen and (max-width: 500px) {
  .swiper-container {
    display: block;
  }

  .containers {
    width: auto;
  }

  .navbar {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .section-header h2 {
    font-size: 23px;
    padding-top: 50px;
  }

  .section-footer {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .button-get-started,
.qr-button {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    width: 100%;
    border-radius: 20px;
  }

  .qr-button .btn-qrcode-img {
    left: 50%;
    margin-left: -120px;
  }

  .home-header {
    padding-top: 70px;
  }
  .home-header .header-subscribe {
    padding-bottom: 0;
  }
  .home-header .header-text-container h1 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 0;
  }
  .home-header .header-text-container p {
    font-size: 14px;
    text-align: center;
  }
  .home-header .header-text-container .form-group,
.home-header .header-text-container .tiyan-tips {
    display: none;
  }
  .home-header .home-header-img {
    padding: 10px;
  }
  .home-header .button-get-started {
    border-radius: 30px;
    width: 180px;
  }
  .home-header .section-footer {
    display: block;
  }

  .header-brands {
    display: none;
  }

  .header-brands-mobile {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
  }
  .header-brands-mobile .client-logo {
    width: 50%;
    align-items: flex-start;
    color: #999;
    padding-right: 10px;
    flex-direction: unset;
  }
  .header-brands-mobile .client-logo .img-responsive {
    height: 30px;
    padding-right: 5px;
  }
  .header-brands-mobile .client-logo p {
    line-height: 22px;
  }
  .header-brands-mobile .client-logo b {
    color: #333;
    color: #333;
    display: inline-block;
    line-height: 30px;
  }

  .swiper-main {
    background-color: #fff;
  }
  .swiper-main::before {
    display: none;
  }
  .swiper-main::after {
    display: none;
  }
  .swiper-main .section-header h2 {
    padding: 40px 0 40px 0;
    font-size: 23px;
  }
  .swiper-main .cate-menu,
.swiper-main .cate-imgs {
    display: none;
  }
  .swiper-main .swiper-container {
    display: block;
    min-height: 410px;
  }
  .swiper-main .swiper-index {
    display: flex;
  }
  .swiper-main .swiper-slide h3 {
    font-size: 18px;
    text-align: center;
  }
  .swiper-main .swiper-slide .desc {
    line-height: 22px;
    color: #999;
    text-align: center;
  }

  .more-wrap .containers::before {
    display: none;
  }
  .more-wrap .containers::after {
    display: none;
  }
  .more-wrap .button-get-started {
    width: 100%;
    border-radius: 30px;
  }

  .more-section {
    flex-wrap: wrap;
  }
  .more-section .more-item {
    width: 95px;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .more-section .more-item p {
    font-size: 13px;
    bottom: 0px;
  }
  .more-section .section-footer {
    padding-top: 0;
  }

  .company-section .company-item {
    width: 85px;
    margin-right: 10px;
    margin-left: 5px;
  }

  .team-section {
    display: none;
  }

  .team-section-mobile {
    display: flex;
    flex-wrap: nowrap;
  }
  .team-section-mobile .team-card {
    margin-right: 0;
    width: calc(100% - 10px);
    margin: 0 5px;
    margin-bottom: 30px;
  }
  .team-section-mobile .team-card::before {
    width: auto;
    bottom: auto;
    height: 15px;
    right: 0;
  }
  .team-section-mobile .user-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .team-section-mobile .user-info .img {
    margin-top: 15px;
    margin-right: 0;
  }

  .bottom-menu-container {
    display: none;
  }

  .bottom-menu-container-mobile {
    display: block;
    padding: 15px;
  }

  .bottom-menu-container-mobile .bottom-menu,
.bottom-menu-container-mobile .bottom-menu-contact {
    flex-direction: column;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
  }
  .bottom-menu-container-mobile .bottom-menu.no-border,
.bottom-menu-container-mobile .bottom-menu-contact.no-border {
    border-bottom: 1px solid #fff;
  }

  .bottom-menu-container-mobile .bottom-menu-title {
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bottom-menu-container-mobile .bottom-menu-title .arrow {
    display: inline-block;
    padding: 10px;
    width: 12px;
    background: url("../images/right.png") no-repeat center;
    background-size: 14px 12px;
  }
  .bottom-menu-container-mobile ul {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 14px;
    margin-left: 20px;
    display: none;
  }
  .bottom-menu-container-mobile .bottom-menu-contact {
    align-items: center;
    border-bottom: none;
  }
  .bottom-menu-container-mobile .bottom-menu-contact .bottom-menu-content {
    text-align: center;
  }
  .bottom-menu-container-mobile .bottom-menu.active .bottom-menu-title {
    color: #4285f4;
  }
  .bottom-menu-container-mobile .bottom-menu.active .bottom-menu-title .arrow {
    background: url("../images/down.png") no-repeat center;
    background-size: 12px 14px;
  }

  .bottom-menu-container-mobile li {
    margin-bottom: 0;
  }

  .bottom-menu-container-mobile li a {
    font-size: 14px;
    display: inline-block;
    padding: 8px 0;
  }

  .company-section {
    padding-bottom: 40px;
  }

  .company {
    background-color: #fff;
    font-size: 12px;
  }

  .fcs-float {
    width: 60px;
    height: 62px;
    font-size: 12px;
  }
}
.pinch-zoom-container {
  background-color: #fff;
}

.viewer-canvas img {
  background-color: #fff;
}

.viewer-title {
  display: none;
}

.viewer-toolbar {
  display: none;
}