@font-face {
  font-family: 'HK Grotesk';

  src: url('../../v2/static/font/HKGrotesk-Regular.eot');
  src: url('../../v2/static/font/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('../../v2/static/font/HKGrotesk-Regular.woff2') format('woff2'), url('../../v2/static/font/HKGrotesk-Regular.woff') format('woff'), url('../../v2/static/font/HKGrotesk-Regular.ttf') format('truetype'), url('../../v2/static/font/HKGrotesk-Regular.svg#HKGrotesk-Regular') format('svg');
}
@font-face {
  font-family: 'PublicSans-Bold';

  src: url('../../v2/static/font/PublicSans-Bold.eot');
  src: url('../../v2/static/font/PublicSans-Bold.eot?#iefix') format('embedded-opentype'), url('../../v2/static/font/PublicSans-Bold.woff2') format('woff2'), url('../../v2/static/font/PublicSans-Bold.woff') format('woff'), url('../../v2/static/font/PublicSans-Bold.ttf') format('truetype'), url('../../v2/static/font/PublicSans-Bold.svg#PublicSans-Bold') format('svg');
}
body {
  padding-top: 60px;
}
.no-padding-top {
  padding-top: 0;
}
.btn-outline {
  color: #749e40;
  border-color: #749e40;
}
.btn-outline:focus,
.btn-outline.focus {
  color: #fff;
  background-color: #749e40;
}
.btn-outline:hover {
  color: #fff;
  background-color: #749e40;
  border-color: #749e40;
}
.btn-outline-gray {
  color: #929292;
  border-color: #929292;
}
.btn-outline-gray:focus,
.btn-outline-gray.focus {
  color: #fff;
  background-color: #749e40;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #749e40;
  border-color: #749e40;
}
.btn-border-2x {
  border-width: 2px;
}
.btn-vpadding-2x {
  padding-right: 40px;
  padding-left: 40px;
}
.bg-gray {
  background: #f3f3f3;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}
.btn-lead {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #333;
  border-radius: 50px;
}
.btn-lead.focus,
.btn-lead:focus,
.btn-lead:hover {
  color: #fff;
  box-shadow: 4px 4px 8px 4px #ccc;
}
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  height: 40px;
  padding: 8px 12px;
  background: #eaeaea;
  border: 1px solid #d2d6de;
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: white;
  background-color: #749e40;
}
.select2-results__option {
  padding: 6px 12px;
  -webkit-user-select: none;
          user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  height: auto;
  padding-right: 0;
  padding-left: 0;
  margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 3px;
  height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  border: 1px solid #3c8dbc;
  outline: none;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 1px 10px;
  color: #fff;
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, .7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
.follow-box {
  display: block;
  width: 100%;
  clear: both;
  text-align: center;
}
.follow-box .follow-line {
  min-height: 50px;
  padding: 0 20px;
}
.follow-box .follow-line .follow-text {
  padding: 0 30px;
  font-size: 40px;
  color: #333;
  background: #fff;
}
.follow-box .follow-line hr {
  margin-top: -28px;
  margin-bottom: 0;
  border-color: #e3e3e3;
}
.follow-box .follow-social {
  display: block;
  float: left;
  width: 100%;
  margin: 40px 0;
  clear: both;
  text-align: center;
}
.follow-box .follow-social .social-links-large a {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  transition-timing-function: ease;
  transition-duration: .5s;
  transition-property: all;
}
.follow-box .follow-social .social-links-large .social-facebook {
  background: url("../../v2/static/images/about/icon_facebook.png");
}
.follow-box .follow-social .social-links-large .social-facebook:hover,
.follow-box .follow-social .social-links-large .social-facebook:focus {
  background: url("../../v2/static/images/about/icon_facebook_active.png");
}
.follow-box .follow-social .social-links-large .social-twitter {
  background: url("../../v2/static/images/about/icon_twitter.png");
}
.follow-box .follow-social .social-links-large .social-twitter:hover,
.follow-box .follow-social .social-links-large .social-twitter:focus {
  background: url("../../v2/static/images/about/icon_twitter_active.png");
}
.follow-box .follow-social .social-links-large .social-linkedin {
  background: url("../../v2/static/images/about/icon_linkedin.png");
}
.follow-box .follow-social .social-links-large .social-linkedin:hover,
.follow-box .follow-social .social-links-large .social-linkedin:focus {
  background: url("../../v2/static/images/about/icon_linkedin_active.png");
}
.follow-box .follow-social .social-links-large .social-youtube {
  background: url("../../v2/static/images/about/icon_youtube.png");
}
.follow-box .follow-social .social-links-large .social-youtube:hover,
.follow-box .follow-social .social-links-large .social-youtube:focus {
  background: url("../../v2/static/images/about/icon_youtube_active.png");
}
.ol-navbar {
  padding: 6px 0;
  background: none;
  border: none;
  box-shadow: none;
  transition: background-color .4s ease;
}
.ol-navbar .navbar-brand {
  height: 60px;
}
.ol-navbar .navbar-toggle {
  margin-top: 14px;
}

.ol-navbar .navbar-collapse > ul > li {
  padding: 9px 0;
}
.ol-navbar .navbar-collapse > ul > li > a {
  padding: 5px 0;
  margin: 5px 15px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  background: none;
}
.ol-navbar .navbar-collapse > ul > li > a:hover {
  background: none;
  border-bottom: 2px solid #749e40;
}
.ol-navbar .navbar-collapse > ul > li > a.signup {
  padding: 3px 15px;
  margin: 0;
}
.ol-navbar .navbar-collapse > ul > li > a.signup span {
  font-size: 16px;
  font-weight: bold;
  border: none;
}
.ol-navbar .navbar-collapse > ul > li > a.signup:hover {
  background: none;
  border: none;
}
.ol-navbar .navbar-collapse > ul > li.active a {
  text-decoration: none;
  background: none;
  border-bottom: 2px solid #749e40;
}
.ol-navbar .navbar-collapse > ul > li.active a:hover {
  background: none;
  border-bottom: 2px solid #749e40;
}
.toggle-brand-logo .ol-navbar .navbar-collapse > ul > li > a {
  color: #fff;
}
.toggle-brand-logo .ol-navbar .navbar-collapse > ul > li.active a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .ol-navbar .navbar-collapse {
    border: none;
  }
  .ol-navbar .navbar-collapse{
     margin-top: 25px;
   }
  .ol-navbar ul.nav.navbar-nav.navbar-right {
    position: fixed;
    width: 100%;
    height: calc(100% - 65px);
    margin: 0 -15px;
    overflow: scroll;
    background: #fff;
    font-family: PublicSans-Bold;
  }
  .ol-navbar ul.nav.navbar-nav.navbar-right li:not(:last-child) {
    border-bottom: 1px solid #f1f3f6;
  }
  .ol-navbar ul.nav.navbar-nav.navbar-right li {
    margin-right: 30px;
    margin-left: 30px;
  }
  .ol-navbar ul.nav.navbar-nav.navbar-right li a {
    font-size: 16px;
    font-weight: bold;
  }
  .ol-navbar ul.nav.navbar-nav.navbar-right li a.sign-up-size {
    padding: 0 60px;
  }
  .ol-navbar ul.nav.navbar-nav.navbar-right li a:hover {
    color: #749e40;
    border: none;
  }
  .ol-navbar ul.nav.navbar-nav.navbar-right li a.signup span {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .ol-navbar ul.nav.navbar-nav.navbar-right li.active a {
    color: #749e40;
    border: none;
  }
  .ol-navbar .navbar-collapse > ul > li > a .btn-sign-up {
    border-radius: 8px;
    line-height: 30px;

  }
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
}
.navbar-toggle {
  background: transparent;
  border: none;
}
.navbar-toggle .icon-bar {
  width: 22px;
  pointer-events: none;
  background: #fff;
  transition: all .2s;
}
.navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.section-bottom {
  color: #ffff;
  background: #000;
}
.section-bottom .footer-logo {
  margin-bottom: 10px;
}
.section-bottom .bottom-block {
  padding: 50px 0;
}
.section-bottom .social-links > li {
  padding: 6px;
}
.section-bottom .social-links > li > a {
  display: block;
  width: 32px;
  height: 32px;
  transition-timing-function: ease;
  transition-duration: .5s;
  transition-property: all;
}
.section-bottom .social-links > li .social-facebook {
  background: url("../../v2/static/images/footer_icon_facebook.png");
}
.section-bottom .social-links > li .social-facebook:hover,
.section-bottom .social-links > li .social-facebook:focus {
  background: url("../../v2/static/images/footer_icon_facebook_active.png");
}
.section-bottom .social-links > li .social-twitter {
  background: url("../../v2/static/images/footer_icon_twitter.png");
}
.section-bottom .social-links > li .social-twitter:hover,
.section-bottom .social-links > li .social-twitter:focus {
  background: url("../../v2/static/images/footer_icon_twitter_active.png");
}
.section-bottom .social-links > li .social-linkedin {
  background: url("../../v2/static/images/footer_icon_linkedin.png");
}
.section-bottom .social-links > li .social-linkedin:hover,
.section-bottom .social-links > li .social-linkedin:focus {
  background: url("../../v2/static/images/footer_icon_linkedin_active.png");
}
.section-bottom .social-links > li .social-youtube {
  background: url("../../v2/static/images/footer_icon_youtube.png");
}
.section-bottom .social-links > li .social-youtube:hover,
.section-bottom .social-links > li .social-youtube:focus {
  background: url("../../v2/static/images/footer_icon_youtube_active.png");
}
.section-bottom .bottom-nav {
  margin-top: 30px;
}
.section-bottom .bottom-nav > li {
  margin: 5px 0;
  font-size: 18px;
  line-height: 1.4;
}
.section-bottom .bottom-nav > li:first-child {
  margin-bottom: 10px;
}
.section-bottom .bottom-nav > li > a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.section-bottom .bottom-nav > li > a:hover,
.section-bottom .bottom-nav > li > a:focus {
  color: #749e40;
}
.section-bottom .footer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.section-bottom .footer p {
  color: #929292;
}
.section-bottom .footer p.copyright {
  font-size: 14px;
}
.section-bottom .footer p.copyright a {
  color: #929292;
}
.section-bottom .footer .footer-link {
  font-size: 14px;
  color: #929292;
}
.section-bottom .footer .footer-link li {
  padding: 0 2px;
}
.section-bottom .footer .footer-link li a {
  font-size: 12px;
  color: #929292;
}
.page-banner {
  min-height: 450px;
  background: linear-gradient(90deg, #6c96c7, #9ad8ba);
}
.page-banner .banner-img-box {
  position: relative;
}
.page-banner .banner-img-box .banner-img-left {
  position: absolute;
  top: 100px;
  left: 30px;
}
.page-banner .banner-img-box .banner-img-right {
  position: absolute;
  top: 120px;
  right: 30px;
}
.page-banner h1 {
  position: relative;
  padding: 0 30px;
  margin-top: 120px;
  margin-bottom: 30px;
  font-family: 'PublicSans-Bold';
  font-size: 28px;
  color: #fff;
}
.page-banner p {
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-banner h1 {
    font-size: 48px;
  }
  .page-banner p {
    font-size: 20px;
  }
}
img#index-right-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
}
img#index-left-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
}
.index-banner-box .item {
  min-height: 560px;
}
.index-banner-box .index-banner-content {
  top: 0;
  right: 0;
  left: 0 !important;
  padding-left: 20px;
  text-align: left;
}
.index-banner-box .right-img {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .index-banner-box .item {
    min-height: 720px;
  }
  .index-banner-box .right-img {
    margin-top: 80px;
  }
}
.index-banner-box h1 {
  margin-top: 80px;
  font-family: 'PublicSans-Bold';
  font-size: 55px;
  line-height: 1.2;
  color: #222;
  text-align: center;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .index-banner-box h1 {
    margin-top: 120px;
    text-align: left;
  }
}
.index-banner-box h1 .banner-type-text {
  position: relative;
}
.index-banner-box h1 .banner-type-text:after {
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 8px;
  content: "";
  background-color: #bdd87f;
}
.index-banner-box p {
  margin: 15px 0;
  font-size: 20px;
  line-height: 1.4;
  color: #222;
  text-align: center;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .index-banner-box p {
    text-align: left;
  }
}
.index-banner-box a.banner-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .index-banner-box h1 {
    font-size: 36px;
  }
  .index-banner-box p {
    font-size: 16px;
  }
}
.index-section-instruction .video-box {
  padding: 15px;
  background: #d5dfdc 10000%;
  border-radius: 20px;
}
.index-section-instruction .video-box p.video-lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .index-section-instruction .video-box {
    padding: 15px 30px;
    margin: 10px 30px 10px 30px;
  }
  .index-section-instruction .video-box p.video-lead {
    text-align: left;
  }
}
.index-section-instruction .video-box .box-left {
  padding: 30px;
}
.index-section-instruction .video-box .box-right {
  padding: 30px;
}
.index-section-instruction .video-box .box-right p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .index-section-instruction .video-box .box-right p {
    font-size: 24px;
  }
}
.index-section-instruction .video-box .box-right p small,
.index-section-instruction .video-box .box-right p span {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .index-section-instruction .video-box .box-right p small,
  .index-section-instruction .video-box .box-right p span {
    font-size: 16px;
  }
}
.index-section-title {
  font-size: 14px;
  color: #a4cc9b;
}
@media screen and (min-width: 768px) {
  .index-section-title {
    font-size: 28px;
  }
}
.index-section-mission {
  margin-top: 80px;
}
.index-section-mission .mission-item {
  margin-bottom: 40px;
}
.index-section-mission .mission-item .col-right {
  float: left;
}
@media screen and (min-width: 768px) {
  .index-section-mission .mission-item .col-right {
    float: right;
  }
  .index-section-mission .mission-item img {
    margin-bottom: 5px;
  }
}
.index-section-mission .mission-item img {
  margin-bottom: 20px;
}
.index-section-mission h2 {
  margin-bottom: 50px;
  font-family: 'PublicSans-Bold';
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .index-section-mission h2 {
    font-size: 28px;
  }
}
.index-section-mission h3 {
  margin: 0 5px 15px 5px;
  font-family: 'PublicSans-Bold';
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .index-section-mission h3 {
    font-size: 28px;
  }
}
.index-section-mission ul {
  padding: 5px;
  margin: 0;
}
.index-section-mission ul li {
  margin: 0 15px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .index-section-mission ul li {
    font-size: 18px;
  }
}
.index-section-key-feature {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .index-section-key-feature {
    margin-top: 60px;
  }
}
.index-section-key-feature h2 {
  margin-bottom: 50px;
  font-family: 'PublicSans-Bold';
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .index-section-key-feature h2 {
    font-size: 28px;
  }
}
.index-section-key-feature .card-feature {
  padding: 40px 20px;
  margin: 30px 0;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 4px 16px 32px 4px #d9d6d6;
}
.index-section-key-feature .card-feature h3 {
  margin-bottom: 20px;
  font-family: 'PublicSans-Bold';
  font-size: 20px;
  line-height: 1.2;
}
.index-section-key-feature .card-feature p.card-text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .index-section-key-feature .card-feature p.card-text {
    font-size: 18px;
  }
}
.index-section-values {
  margin-top: 80px;
}
.index-section-values h2 {
  margin-bottom: 20px;
  font-family: 'PublicSans-Bold';
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .index-section-values h2 {
    font-size: 36px;
  }
}
.index-section-values .card-value {
  padding: 30px 15px;
}
.index-section-values .card-value h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'PublicSans-Bold';
  font-size: 20px;
  line-height: 1.2;
}
.index-section-values .card-value .item-image {
  width: 80px;
  height: 80px;
  padding: 16px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
}
.index-section-values .card-value .item-image-bg1 {
  background-color: #ffeeb8;
}
.index-section-values .card-value .item-image-bg2 {
  background-color: #ffe3e3;
}
.index-section-values .card-value .item-image-bg3 {
  background-color: #cff9f3;
}
.index-section-values .card-value p.card-text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .index-section-values .card-value p.card-text {
    font-size: 18px;
  }
}
.index-section-testimonials {
  margin-top: 80px;
}
.index-section-testimonials h2 {
  margin-bottom: 20px;
  font-family: 'PublicSans-Bold';
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .index-section-testimonials h2 {
    font-size: 36px;
  }
}
.index-section-testimonials .slider-box {
  position: relative;
}
.index-section-testimonials .slider-box .swiper_left {
  position: absolute;
  left: 0;
  z-index: 9;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0) 80%);
}
.index-section-testimonials .slider-box .swiper_right {
  position: absolute;
  right: 0;
  z-index: 19;
  width: 300px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 80%);
}
.index-section-testimonials .slider-box .swiper-pagination-bullet-active {
  background: #749e40;
}
.index-section-testimonials .slider-box .swiper-container {
  width: 100%;
  height: 100%;
}
.index-section-testimonials .slider-box .swiper_content {
  margin: 15px 0;
  font-style: italic;
  line-height: 1.5;
}
.index-section-testimonials .slider-box .swiper-slide {
  width: 85%;
  min-height: 315px;
  padding: 20px;
  margin: 20px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 #d9d6d6;
}
@media screen and (min-width: 768px) {
  .index-section-testimonials .slider-box .swiper-slide {
    width: 60%;
    padding: 60px;
    margin: 40px;
    font-size: 18px;
  }
}
.index-section-testimonials .partner-box {
  margin: 20px;
}
.index-section-testimonials .partner-box p {
  margin-top: 90px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .index-section-testimonials .partner-box p {
    text-align: right;
  }
}
.index-section-testimonials .partner-box .customer-list {
  padding: 20px;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .index-section-testimonials .partner-box .customer-list {
    margin: 20px;
  }
}
.index-section-steps {
  margin-top: 80px;
}
.index-section-steps h2 {
  margin-bottom: 20px;
  font-family: 'PublicSans-Bold';
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .index-section-steps h2 {
    font-size: 36px;
  }
}
.index-section-steps .step-box {
  position: relative;
}
.index-section-steps .step-box h3 {
  margin-top: 100px;
  font-family: 'PublicSans-Bold';
}
.index-section-steps .step-box .step-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  font-family: cursive;
  font-size: 240px;
  font-weight: bold;
  line-height: 1;
  color: #ececec;
  text-align: center;
}
.index-section-steps .step-box p {
  padding: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.index-section-steps .referral-box {
  padding: 20px;
  margin: 80px 15px;
  background: #d5dfdc;
  border-radius: 20px;
  box-shadow: 10px 10px 10px 0 #b5b5b585;
}
@media screen and (min-width: 768px) {
  .index-section-steps .referral-box {
    margin: 100px 30px;
  }
}
.index-section-steps .referral-box h3 {
  font-family: 'PublicSans-Bold';
}
.index-section-steps .referral-box span {
  font-size: 20px;
  font-weight: bold;
  color: #749e40;
}
.index-section-steps .referral-box p {
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .index-section-steps .referral-box p {
    font-size: 18px;
  }
}
.section-feature-list {
  margin-top: 50px;
  margin-bottom: 80px;
}
.section-feature-list .feature-item {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .section-feature-list .feature-item {
    padding: 50px 0;
  }
  .section-feature-list .feature-item .col-right {
    float: right;
  }
}
.section-feature-list .feature-item h2 {
  padding: 0 15px;
  margin: 20px 0;
  font-family: 'PublicSans-Bold';
  font-size: 24px;
  line-height: 1.5;
}
.section-feature-list .feature-item h2 b {
  color: #749e40;
}
.section-feature-list .feature-item p {
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.7;
}
.section-feature-list .lead-box {
  padding: 20px;
  margin: 30px 15px 0 15px;
  text-align: center;
  background: #d5dfdc;
  border-radius: 20px;
  box-shadow: 10px 10px 10px 0 #b5b5b585;
}
@media screen and (min-width: 768px) {
  .section-feature-list .lead-box {
    padding: 30px 60px;
    margin: 60px;
    text-align: left;
  }
  .section-feature-list .feature-item p {
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.7;
  }
}
.section-feature-list .lead-box p.lead-text {
  margin: 10px 0;
  font-size: 16px;
}
.section-feature-list .lead-box p.lead-action {
  margin: 5px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-feature-list .lead-box p.lead-action {
    text-align: right;
  }
  .section-feature-list .lead-box p.lead-text {
    margin: 10px 0;
    font-size: 20px;
  }
}
.section-pricing-plan {
  padding: 30px 0;
  font-size: 16px;
}
.section-pricing-plan .plan-container {
  margin: -120px 20px 20px 20px;
  background: #fff;
  box-shadow: 0 0 20px 4px #9e9e9e73;
}
@media screen and (min-width: 768px) {
  .section-pricing-plan .plan-container {
    margin: -120px 60px 60px 60px;
  }
}
.section-pricing-plan .plan-box:hover,
.section-pricing-plan .plan-box.active {
  background: #d5ece1 100%;
  box-shadow: 0 0 20px 4px #9e9e9e73;
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .section-pricing-plan .plan-box:hover,
  .section-pricing-plan .plan-box.active {
    transform: scale(1.1);
  }
}
.section-pricing-plan .plan-box {
  min-height: 480px;
  padding: 50px;
  transition-timing-function: ease;
  transition-duration: .5s;
  transition-property: all;
}
.section-pricing-plan .plan-box .plan-lead span.label {
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  background: #f0ad4e;
  border-radius: 4px;
}
.section-pricing-plan .plan-box .plan-title {
  margin-bottom: 15px;
}
.section-pricing-plan .plan-box .plan-price .price-currency {
  font-size: 20px;
}
.section-pricing-plan .plan-box .plan-price .price-value {
  font-size: 48px;
}
.section-pricing-plan .plan-box .plan-price .price-unit {
  font-size: 16px;
}
.section-pricing-plan .plan-box .plan-custom {
  padding: 15px 0;
  font-size: 36px;
}
.section-pricing-plan .plan-box ul.plan-item-list > li {
  line-height: 2;
}
.section-pricing-plan .plan-box ul.plan-item-list > li > span i {
  color: #749e40;
}
.section-pricing-plan .plan-box .plan-action {
  margin-top: 60px;
}
.section-pricing-plan .plan-box .plan-action a {
  font-size: 16px;
  font-weight: bold;
  border: none;
}
.section-pricing-comparison {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-pricing-comparison {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.section-pricing-comparison h2 {
  font-family: 'PublicSans-Bold';
}
.section-pricing-comparison p {
  font-size: 18px;
}
.section-pricing-comparison .plan-table-container {
  padding: 0 50px 50px 50px;
  margin: 50px 0;
  background-color: #f7f7f7;
  border-radius: 30px 30px 30px 30px;
}
.section-pricing-comparison table.plan-table {
  min-width: 450px;
}
.section-pricing-comparison table.plan-table thead > tr > th,
.section-pricing-comparison table.plan-table td {
  border: none;
}
.section-pricing-comparison table.plan-table thead .plan-bar {
  padding: 13px 0;
  font-size: 16px;
  color: #fff;
  background: #3ccf8e 10000%;
  border-radius: 15px;
}
.section-pricing-comparison table.plan-table tbody {
  vertical-align: middle;
}
.section-pricing-comparison table.plan-table tbody tr > th {
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.section-pricing-comparison table.plan-table tbody td {
  font-size: 18px;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.section-pricing-comparison table.plan-table tbody td img {
  margin: auto;
}
.section-pricing-comparison table.plan-table tbody td:nth-child(3) {
  background: #ececec;
}
.section-pricing-comparison .plan-tab-container .nav-tabs {
  border: none;
}
.section-pricing-comparison .plan-tab-container .nav-tabs > li {
  background: #f7f7f7;
  background: #dcdcdc;
  border: none;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}
.section-pricing-comparison .plan-tab-container .nav-tabs > li > a {
  padding: 10px 0;
  font-weight: bold;
  color: #749e40;
  text-align: center;
  background: none;
  border: none;
}
.section-pricing-comparison .plan-tab-container .nav-tabs > li.active {
  background: #f7f7f7;
}
.section-pricing-comparison .plan-tab-container .nav-tabs > li.active > a {
  background: none;
  border: none;
}
.section-pricing-comparison .plan-tab-container .tab-content {
  padding: 15px;
  background: #f7f7f7;
}
.section-pricing-comparison .plan-tab-container .tab-content .list-group-item {
  font-weight: bold;
  color: #000;
  background: #f7f7f7;
  border-right: none;
  border-left: none;
}
.section-pricing-comparison .plan-tab-container .tab-content .list-group-item:first-child {
  border-top: none;
}
.section-feature-user-says {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section-feature-user-says {
    margin-top: 50px;
  }
}
.section-feature-user-says h2 {
  font-family: 'PublicSans-Bold';
}
.section-feature-user-says .slider-box {
  position: relative;
  padding-bottom: 60px;
}
.section-feature-user-says .slider-box .swiper_left {
  position: absolute;
  left: 0;
  z-index: 9;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0) 80%);
}
.section-feature-user-says .slider-box .swiper_right {
  position: absolute;
  right: 0;
  z-index: 19;
  width: 300px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 80%);
}
.section-feature-user-says .slider-box .swiper-pagination-bullet-active {
  background: #749e40;
}
.section-feature-user-says .slider-box .swiper-container {
  width: 100%;
  height: 100%;
}
.section-feature-user-says .slider-box .swiper_content {
  margin: 15px 0;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
}
.section-feature-user-says .slider-box .user-info {
  margin: 4px 0;
}
.section-feature-user-says .slider-box .swiper-slide {
  width: 85%;
  min-height: 380px;
  padding: 20px;
  margin: 20px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px 0 #d9d6d6;
}
@media screen and (min-width: 768px) {
  .section-feature-user-says .slider-box .swiper-slide {
    width: 60%;
    padding: 60px;
    margin: 40px;
    font-size: 18px;
  }
}
.section-feature-qa {
  margin: 50px 0;
}
.section-feature-qa h2 {
  font-family: 'PublicSans-Bold';
}
.section-feature-qa .qa-box {
  padding: 30px 0;
}
.section-feature-qa .qa-box .collapse-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-feature-qa .qa-box .collapse-container__column {
  display: block;
  width: 50%;
  padding: 0;
}
@media (max-width: 767px) {
  .section-feature-qa .qa-box .collapse-container__column {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.section-feature-qa .qa-box .collapse-entry {
  position: relative;
  padding: 0 32px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.63;
  color: #222;
  letter-spacing: .25px;
  -webkit-transition: all .2s linear;
       -o-transition: .2s all linear;
          transition: all .2s linear;
}
@media screen and (min-width: 768px) {
  .section-feature-qa .qa-box .collapse-entry {
    font-size: 16px;
  }
}
.section-feature-qa .qa-box .collapse-entry:before {
  position: absolute;
  bottom: -1px;
  left: 16px;
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  content: "";
  background: rgba(21, 21, 34, .08);
}
.section-feature-qa .qa-box .collapse-entry:after {
  position: absolute;
  bottom: -1px;
  left: 16px;
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  content: "";
  background: #749e40;
  -webkit-transition: -webkit-transform .3s ease-in-out;
       -o-transition:         transform .3s ease-in-out;
          transition: -webkit-transform .3s ease-in-out;
          transition:         transform .3s ease-in-out;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.section-feature-qa .qa-box .collapse-entry:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.section-feature-qa .qa-box .collapse-entry:hover .collapse-entry__header:before {
  -webkit-transform: translateY(4px) scale(.75);
      -ms-transform: translateY(4px) scale(.75);
          transform: translateY(4px) scale(.75);
}
@media screen and (min-width: 768px) {
  .section-feature-qa .qa-box .collapse-entry:hover .collapse-entry__header:before {
    -webkit-transform: translateY(4px) scale(1);
        -ms-transform: translateY(4px) scale(1);
            transform: translateY(4px) scale(1);
  }
}
.section-feature-qa .qa-box .collapse-entry--open:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.section-feature-qa .qa-box .collapse-entry--open .collapse-entry__header:before {
  -webkit-transform: rotate(180deg) scale(.75) !important;
      -ms-transform: rotate(180deg) scale(.75) !important;
          transform: rotate(180deg) scale(.75) !important;
}
@media screen and (min-width: 768px) {
  .section-feature-qa .qa-box .collapse-entry--open .collapse-entry__header:before {
    -webkit-transform: rotate(180deg) scale(1) !important;
        -ms-transform: rotate(180deg) scale(1) !important;
            transform: rotate(180deg) scale(1) !important;
  }
}
.section-feature-qa .qa-box .collapse-entry--open .collapse-entry__content {
  padding-bottom: 16px;
}
.section-feature-qa .qa-box .collapse-entry__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  padding: 12px 23px 12px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #222;
  letter-spacing: .5px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section-feature-qa .qa-box .collapse-entry__header {
    font-size: 16px;
  }
}
.section-feature-qa .qa-box .collapse-entry__header:hover {
  cursor: pointer;
}
.section-feature-qa .qa-box .collapse-entry__header:before {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../../v2/static/images/pricing/expand-arrow.png);
  -webkit-transition: all .2s linear;
       -o-transition: .2s all linear;
          transition: all .2s linear;
  transform: scale(.75);
}
@media screen and (min-width: 768px) {
  .section-feature-qa .qa-box .collapse-entry__header:before {
    transform: scale(1);
  }
}
.section-feature-qa .qa-box .collapse-entry__content {
  position: relative;
  max-height: 0;
  padding-right: 32px;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: max-height .3s ease-in-out, padding-bottom .3s ease-in-out;
       -o-transition: max-height .3s ease-in-out, padding-bottom .3s ease-in-out;
          transition: max-height .3s ease-in-out, padding-bottom .3s ease-in-out;
}
.section-feature-qa .qa-box .collapse-entry__content a:not(.btn):not(.new-btn) {
  color: inherit;
  text-decoration: underline;
}
.section-feature-qa .contact-box {
  padding: 15px;
  margin: 15px;
  background: #d5dfdc;
  border-radius: 20px;
  box-shadow: 10px 10px 10px 0 #b5b5b585;
}
@media screen and (min-width: 768px) {
  .section-feature-qa .contact-box {
    padding: 30px 60px;
    margin: 60px;
  }
}
.section-feature-qa .contact-box p.lead-text {
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-feature-qa .contact-box p.lead-text {
    text-align: left;
  }
  .section-feature-qa .contact-box p.lead-text {
    font-size: 20px;
  }
}
.section-feature-qa .contact-box p.lead-action {
  margin: 5px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-feature-qa .contact-box p.lead-action {
    text-align: right;
  }
}
.section-customer-reviews {
  margin-top: 50px;
}
.section-customer-reviews h2 {
  font-family: 'PublicSans-Bold';
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-customer-reviews h2 {
    margin-bottom: 50px;
  }
}
.section-customer-reviews .reviews .review-item {
  min-height: 160px;
  padding-top: 40px;
  margin: 20px 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 5px #d9d6d6;
}
.section-customer-reviews .reviews .review-item p.read-more {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.section-customer-reviews .reviews .review-item p.read-more a {
  color: #333;
}
.section-customer-reviews .reviews .review-item p.read-more a:hover {
  color: #333;
  text-decoration: none;
}
.section-customer-says {
  padding-top: 50px;
  padding-bottom: 20px;
}
.section-customer-says h2 {
  margin: 30px 0;
  font-family: 'PublicSans-Bold';
  line-height: 1.5;
}
.section-customer-says .quote-box {
  background: #d5dfdc;
}
.section-customer-says .quote-box .swiper-pagination-bullet-active {
  background: #749e40;
}
.section-customer-says .quote-box .swiper-container {
  width: 100%;
  height: 100%;
}
.section-customer-says .quote-box .swiper_content {
  padding: 0 30px;
  margin: 15px 0;
  line-height: 1.5;
}
.section-customer-says .quote-box .swiper-slide {
  width: 100%;
  padding: 15px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .section-customer-says .quote-box .swiper-slide {
    padding: 60px;
    font-size: 18px;
  }
}
.section-customer-says .quote-box .swiper-slide .customer-logo {
  margin-bottom: 20px;
}
.section-customer-says .quote-box .swiper-slide .customer-name,
.section-customer-says .quote-box .swiper-slide .customer-title {
  margin-bottom: 10px;
  line-height: 1.2;
  color: #040000;
}
.section-customer-showcase {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .section-customer-showcase {
    margin: 100px 0 50px 0;
  }
}
.section-customer-showcase h2 {
  font-family: 'PublicSans-Bold';
  line-height: 1.5;
}
.section-customer-showcase .lead-box {
  padding: 15px;
  margin: 30px 15px 0 15px;
  background: #d5dfdc;
  border-radius: 20px;
  box-shadow: 10px 10px 10px 0 #b5b5b585;
}
@media screen and (min-width: 768px) {
  .section-customer-showcase .lead-box {
    padding: 30px 60px;
    margin: 100px 60px;
  }
}
.section-customer-showcase .lead-box p.lead-text {
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-customer-showcase .lead-box p.lead-text {
    text-align: left;
  }
  .section-customer-showcase .lead-box p.lead-text {
    margin: 10px 0;
    font-size: 20px;
    text-align: center;
  }
}
.section-customer-showcase .lead-box p.lead-action {
  margin: 5px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-customer-showcase .lead-box p.lead-action {
    text-align: right;
  }
}
.section-event-container {
  margin: 50px 0;
}
@media screen and (min-width: 768px) {
  .section-event-container {
    padding: 50px 0;
  }
}
.section-event-container .affix-top {
  position: absolute;
}
.section-event-container .affix {
  position: fixed;
  top: 80px;
}
.section-event-container .affix-bottom {
  position: absolute;
}
.section-event-container .event-nav {
  padding: 30px 0;
  text-align: center;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 2px 5px 12px 3px #ccc;
}
.section-event-container .list-group .list-group-item {
  padding: 20px;
  border: none;
}
.section-event-container .list-group .list-group-item a {
  color: #333;
}
.section-event-container .list-group .list-group-item a:hover {
  color: #333;
}
.section-event-container .list-group .list-group-item .event-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.section-event-container .event-content {
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .section-event-container .event-content {
    padding-left: 60px;
  }
}
.section-event-container .event-content h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 'PublicSans-Bold';
}
@media screen and (min-width: 768px) {
  .section-event-container .event-content h2 {
    font-size: 28px;
  }
}
.section-event-container .event-content p {
  font-size: 16px;
  line-height: 1.5;
}
.section-event-container .event-content p.event-photo {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .section-event-container .event-content p.event-photo {
    padding: 20px;
  }
}
.section-event-container hr {
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .section-event-container hr {
    margin: 50px 0;
  }
}
.section-contact-container {
  margin-bottom: 100px;
}
.section-contact-container h1 {
  margin: 30px 0;
  font-family: 'PublicSans-Bold';
}
.section-contact-container .contact-form-box {
  position: relative;
  margin-top: -150px;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #fff;
  border-radius: 30px;
  box-shadow: 3px 3px 10px 2px #ccc;
}
.section-contact-container .contact-form-box .left-box {
  padding: 50px;
  background: #fff;
}
.section-contact-container .contact-form-box .left-box p {
  margin-top: -15px;
  font-size: 12px;
}
.section-contact-container .contact-form-box .left-box .form-contact .form-group {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.section-contact-container .contact-form-box .left-box .form-contact label {
  padding-left: 20px;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-contact-container .contact-form-box .left-box .form-contact label {
    font-size: 16px;
  }
}
.section-contact-container .contact-form-box .left-box .form-contact .form-control {
  height: 48px;
  border-radius: 20px;
}
.section-contact-container .contact-form-box .left-box .form-contact textarea.form-control {
  height: 445px;
  border-radius: 20px;
}
.section-contact-container .contact-form-box .left-box .form-contact .help-block {
  height: 20px;
  margin: 5px 0;
}
.section-contact-container .contact-form-box .left-box .form-contact .submit-line {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-contact-container .contact-form-box .left-box .form-contact .submit-line {
    text-align: left;
  }
}
.section-contact-container .contact-form-box .right-box {
  padding: 60px 30px;
  text-align: center;
  background: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .section-contact-container .contact-form-box .right-box {
    padding: 60px 100px;
    text-align: left;
  }
}
.section-contact-container .contact-form-box .right-box p {
  font-size: 16px;
}
.section-contact-container .contact-form-box .right-box .lead {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: bold;
}
.section-contact-container .contact-form-box .right-box .social-text {
  font-size: 18px;
  font-weight: bold;
}
.section-contact-container .contact-form-box .right-box .support-text {
  margin-top: 100px;
  font-size: 18px;
  font-weight: bold;
}
.section-about-desc {
  margin-top: 80px;
}
.section-about-desc h2 {
  margin-bottom: 20px;
  font-family: 'PublicSans-Bold';
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-about-desc h2 {
    font-size: 36px;
  }
}
.section-about-desc .desc-section {
  margin-bottom: 100px;
}
.section-about-desc .desc-section .desc-img {
  padding: 0 30px;
}
.section-about-desc p {
  font-size: 16px;
  line-height: 2;
}
/**/
.section-about-desc .desc-section li{
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .section-about-desc p {
    font-size: 18px;
  }
  .section-about-desc .desc-section li{
    font-size: 18px;
  }

}
.section-about-desc ul li {
  font-size: 18px;
  line-height: 2;
}
.section-about-summary {
  margin-bottom: 50px;
}
.section-about-summary h2 {
  margin-bottom: 20px;
  font-family: 'PublicSans-Bold';
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-about-summary h2 {
    font-size: 36px;
  }
}
.section-about-summary .about-data {
  padding: 0 50px;
}
.section-about-summary .about-data p.title {
  font-size: 30px;
  color: #749e40;
}
@media screen and (min-width: 768px) {
  .section-about-summary .about-data p.title {
    font-size: 60px;
  }
}
.section-about-summary .about-data p {
  font-size: 16px;
  color: #565656;
}
@media screen and (min-width: 768px) {
  .section-about-summary .about-data p {
    font-size: 20px;
  }
}
.section-about-summary .about-maps {
  margin: 15px;
}
.section-about-summary .follow-box {
  margin-top: 40px;
}
.section-signup {
  margin-bottom: 100px;
}
.section-signup .signup-form-container {
  position: relative;
  margin-top: -260px;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #fff;
  border-radius: 30px;
  box-shadow: 3px 3px 10px 2px #ccc;
}
.section-signup .signup-form-container .left-box {
  padding: 50px;
}
.section-signup .signup-form-container .left-box h1 {
  padding: 50px 0;
  font-family: 'PublicSans-Bold';
  font-size: 26px;
}
.section-signup .signup-form-container .left-box p.plan-detail {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  color: #749e40;
}
.section-signup .signup-form-container .left-box p.desc {
  font-size: 16px;
  line-height: 1.5;
}
.section-signup .signup-form-container .right-box {
  padding: 50px;
  background: #fff;
}
.section-signup .signup-form-container .right-box input {
  color: #222;
}
.section-signup .signup-form-container .right-box .input-group-addon {
  color: #222;
  background: none;
}
@media screen and (min-width: 992px) {
  .section-signup .signup-form-container .right-box .row-name .col-md-6:first-child {
    padding-right: 10px;
  }
  .section-signup .signup-form-container .right-box .row-name .col-md-6:last-child {
    padding-left: 10px;
  }
}
.section-signup .signup-form-container .right-box .help-block {
  height: 10px;
  font-size: 12px;
  text-align: left;
}
.section-signup .signup-form-container .right-box .has-error .form-control {
  border-color: #fa4b50;
}
.section-signup .signup-form-container .right-box .has-error .help-block {
  color: #fa4b50;
}
.section-signup .signup-form-container .right-box .has-error .form-control-feedback {
  top: 12px;
  right: -10px;
  background: url("../../v2/static/images/signup/icon-error.png") no-repeat;
}
.section-signup .signup-form-container .right-box .has-ok .form-control-feedback {
  top: 12px;
  right: -10px;
  background: url("../../v2/static/images/signup/icon-success.png") no-repeat;
}
.section-signup .signup-form-container .right-box .form-control {
  height: 40px;
}
.section-signup .signup-form-container .right-box .form-group {
  margin-bottom: 10px;
}
.section-signup .signup-form-container .right-box #signup-submit {
  margin-top: 50px;
}
.section-signup-partners {
  padding: 50px 0;
  background: #fafafa;
}
.section-signup-partners p {
  margin-bottom: 20px;
  font-size: 20px;
}
.section-signup-partners li {
  width: 150px;
}
.terms-content,
.policy-content {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .terms-content,
  .policy-content {
    padding: 60px;
  }
}
.terms-content .text-underlink,
.policy-content .text-underlink {
  text-decoration: underline;
}
.terms-content .back-to-top,
.policy-content .back-to-top {
  position: fixed;
  right: 2px;
  bottom: 260px;
  cursor: pointer;
  background: none;
}

.section-thankyou {
  padding: 100px;
}
.section-thankyou .tk-img {
  margin: 50px 0;
}
.section-thankyou .tk-title {
  margin-bottom: 30px;
  font-family: 'PublicSans-Bold';
  font-size: 36px;
}
.section-thankyou .tk-content {
  font-size: 16px;
  color: #8e8e8e;
}
.section-thankyou hr {
  margin: 50px 0;
}
.section-thankyou p.any-questions {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
.section-thankyou li a {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 16px;
}

.section-error .container{
  margin-top: 100px;
}
.section-error .error-img img{
  height: 200px;
  width: 200px;
}
.section-error .p-bottom1{
  margin-bottom: 20px;
}
.section-error .error-description{
  margin: auto;
  font-family: arial;
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
}
.section-error .p-bottom2{
  margin-bottom: 30px;
}
.section-error ul{
  list-style: none;
}
.section-error .errorpage-to-homepage{
  margin-right: 50px;
}
.section-error .error-btn a{
  font-family: "Roboto light";
  text-align:center;
}
@media screen and (max-width:364px){
  .section-error .errorpage-to-homepage{margin-right: 0px;}
}

.section-contact-conf {
  padding: 100px;
}
.section-contact-conf .conf-img {
  margin: 50px 0;
}
.section-contact-conf .conf-title {
  margin-bottom: 30px;
  font-family: 'PublicSans-Bold';
  font-size: 36px;
}
.section-contact-conf .conf-content {
  font-size: 16px;
  color: #8e8e8e;
}
.section-contact-conf hr {
  margin: 50px 0;
}
.section-contact-conf p.more-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
.section-contact-conf li a {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 16px;
}
.section-confirm-body {
  min-height: 450px;
}
.section-confirm-body .confirm-top {
  padding: 80px 0 150px;
  margin-top: 62px;
  background-color: white;
}
.section-confirm-body .confirm-top .confirm-top-t {
  padding-bottom: 30px;
}
.section-confirm-body .confirm-top .confirm-top-c {
  padding: 5px 0;
}
.section-confirm-body .confirm-top .confirm-top-b {
  padding: 15px 0;
}
.section-confirm-body .confirm-bottom {
  padding-top: 20px;
}
.section-confirm-body h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-family: 'PublicSans-Bold';
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .section-confirm-body h3 {
    font-size: 30px;
  }
}
.section-click-pricing-plan {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section-click-pricing-plan .pp-box {
  display: block;
  width: 332px;
  padding-bottom: 25px;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.section-click-pricing-plan .pp-box strong {
  color: #565656;
}
.section-click-pricing-plan .pp-box h2 {
  font-family: 'PublicSans-Bold';
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .section-click-pricing-plan .pp-box h2 {
    font-size: 28px;
  }
}
.section-click-pricing-plan .pp-box-border {
  border: 1px solid #749e40 !important;
}
.section-click-pricing-plan .pp-box-top {
  height: 220px;
  padding-top: 30px;
  padding-bottom: 50px;
}
.section-click-pricing-plan .pp-box-top h3 {
  font-size: 20px;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .section-click-pricing-plan .pp-box-top h3 {
    font-size: 28px;
  }
}
.section-click-pricing-plan .pp-box-top .pp-box-top-l {
  padding-top: 0;
  padding-right: 5px;
  font-size: 22px;
}
.section-click-pricing-plan .pp-box-top .pp-box-top-c {
  font-size: 46px;
  font-weight: 100;
}
.section-click-pricing-plan .pp-box-top .pp-box-top-r {
  padding-bottom: 0;
  font-size: 22px;
}
.section-click-pricing-plan .pp-span-color {
  color: #729d3d !important;
}
.section-click-pricing-plan .section-saving {
  margin-top: 170px;
}
.section-click-pricing-plan #post-pay {
  font-size: 40px;
}
.section-click-pricing-plan .section-saving .btn-contact {
  width: 250px;
  height: 45px;
  margin: 20px 0 30px 0;
  font-size: 18px;
  line-height: 30px;
  border-radius: 6px;
}
.section-click-pricing-plan .section-saving .click-calculator {
  padding: 30px 0;
  clear: both;
}
.section-click-pricing-plan .section-saving .click-calculator .click-slider-input {
  height: 60px;
  padding: 5px;
}
.section-click-pricing-plan .section-saving .click-calculator .click-slider-input span {
  margin-left: 5px;
  font-size: 20px;
  line-height: 40px;
  color: #333;
}
.section-click-pricing-plan .section-saving .click-calculator input#click-input {
  width: 100px;
  height: 40px;
  margin-left: 2px;
  font-size: 18px;
  color: #333;
  text-align: center;
  border: 1px solid #749e40;
  border-radius: 6px;
}
.section-click-pricing-plan .section-saving .click-calculator input#click-input:focus {
  outline: none;
}
.section-click-pricing-plan .section-saving .click-calculator .slider-tips {
  font-size: 16px;
  color: #ccc;
}
.section-click-pricing-plan .section-saving .action-row {
  display: block;
  float: left;
  width: 100%;
  margin: 25px 0 35px 0;
  clear: both;
}
.refer-banner {
  height: 650px;
  padding: 0;
  margin: 0;
  background: url("../../static/images/refer/banner.png") #f3f3f3 center no-repeat;
}
.refer-banner h1 {
  margin-top: 80px;
  font-family: 'PublicSans-Bold';
  font-size: 36px;
  line-height: 1;
  color: #222;
}
@media screen and (min-width: 768px) {
  .refer-banner h1 {
    font-size: 40px;
  }
}
.refer-banner p {
  margin-top: 20px;
  font-size: 18px;
  color: #222;
}
.refer-banner h3 {
  padding-top: 50px;
  margin-top: 0;
  font-family: 'PublicSans-Bold';
  color: #222;
}
.refer-banner .separated-line {
  width: 110px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #749940;
}
.refer-banner .refer-buttons {
  margin-top: 24px;
  margin-bottom: 5px;
}
.refer-banner .refer-buttons .btn-signup {
  width: 180px;
  height: 40px;
  padding: 0;
  margin: 5px 10px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  background: #749940;
  border: 1px solid #749940;
  border-radius: 6px;
}
.refer-banner .refer-buttons .btn-signup:hover {
  background: #597a31;
  border: 1px solid #597a31;
}
.refer-banner .refer-buttons .btn-more {
  width: 180px;
  height: 40px;
  padding: 0;
  margin: 5px 10px;
  font-size: 18px;
  line-height: 40px;
  color: #749940;
  background: none;
  border: 1px solid #749940;
  border-radius: 6px;
}
.refer-banner .refer-buttons .btn-more:hover {
  color: #fff;
  background: #597a31;
  border: 1px solid #597a31;
}
.refer-banner p.sub-title {
  margin: 30px 0;
  line-height: 1;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .refer-banner h1 {
    margin-top: 240px;
    font-family: 'PublicSans-Bold';
    font-size: 48px;
  }
  .refer-banner h3 {
    padding-top: 60px;
    font-family: 'PublicSans-Bold';
  }
}
.section-refer-description {
  padding: 30px 0;
}
.section-refer-description h1 {
  margin: 20px 0 10px 0;
  font-family: 'PublicSans-Bold';
  line-height: 1;
}
.section-refer-description p.sub-title {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  color: #808080;
}
.section-refer-description .refer-desc {
  max-width: 1040px;
  margin: 40px auto 0 auto;
}
.section-refer-description .refer-desc p {
  font-size: 16px;
  color: #222;
}
.section-refer-description .refer-desc p.refer-words {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
}
.section-refer-workflow {
  padding: 30px 0;
}
.section-refer-workflow h1 {
  margin: 20px 0;
  font-family: 'PublicSans-Bold';
  line-height: 1;
}
.section-refer-workflow h2 {
  font-family: 'PublicSans-Bold';
  font-weight: bold;
}
.section-refer-workflow .refer-steps {
  max-width: 1040px;
  margin: 40px auto;
}
.section-refer-workflow .refer-steps .refer-step {
  height: 410px;
  padding: 30px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.section-refer-workflow .refer-steps .refer-step img {
  margin: 20px 0;
}
.section-refer-workflow .refer-steps .refer-step h3 {
  margin: 10px 0;
  font-family: 'PublicSans-Bold';
  line-height: 1;
}
.section-refer-workflow .refer-steps .refer-step p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.section-refer-workflow .more-desc {
  margin: 10px 10px 0 10px;
  font-size: 18px;
  color: #222;
}
.gdpr-content {
  margin: 60px 0;
  font-size: 16px;
  color: #222;
}
.gdpr-content h1 {
  margin-bottom: 40px;
  font-family: 'PublicSans-Bold';
  font-size: 30px;
  line-height: 1;
  color: #222;
}
.gdpr-content h2 {
  padding-top: 30px;
  margin-bottom: 40px;
  font-family: 'PublicSans-Bold';
  font-size: 18px;
  line-height: 1;
  color: #222;
}
.gdpr-content p {
  margin-bottom: 30px;
}
.gdpr-content li {
  margin: 30px 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  #navbar li {
    font-size: 16px;
    font-family: 'PublicSans-Bold';
  }

  .section-feature-list .feature-item p {
    font-size: 16px !important;
  }
  .ol-navbar .navbar-collapse > ul > li.active a {
    text-decoration: none;
    background: none;
    border-bottom: unset!important;
  }
  .section-feature-qa .contact-box p.lead-text {
    font-size: 16px!important;
  }
  .section-customer-showcase .lead-box p.lead-text {
    font-size: 16px!important;
  }
}

/*# sourceMappingURL=offerslook.css.map */
