@font-face {
  font-family: "SalesforceSansLight";
  src: url(../font/SalesforceSans-Light.woff) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SalesforceSansBold";
  src: url(../font/SalesforceSans-Bold.woff) format("truetype");
  font-weight: normal;
  font-style: normal; }
/*****************************************************************************
 *
 *          DEFINE SIZES
 *
 * ***************************************************************************/
@font-face {
  font-family: "SalesforceSansLight";
  src: url(../font/SalesforceSans-Light.woff) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SalesforceSansBold";
  src: url(../font/SalesforceSans-Bold.woff) format("truetype");
  font-weight: normal;
  font-style: normal; }
/*****************************************************************************
 *
 *          DEFINE SIZES
 *
 * ***************************************************************************/
.padding-0 {
  padding: 0px !important; }

.padding-1 {
  padding: 5px; }

.padding-2 {
  padding: 10px; }

.padding-3 {
  padding: 15px; }

.padding-4 {
  padding: 20px; }

.padding-5 {
  padding: 25px; }

.padding-6 {
  padding: 30px; }

.paddingtop-0 {
  padding-top: 0px; }

.paddingtop-1 {
  padding-top: 5px; }

.paddingtop-2 {
  padding-top: 10px; }

.paddingtop-3 {
  padding-top: 15px; }

.paddingtop-4 {
  padding-top: 20px; }

.paddingtop-5 {
  padding-top: 25px; }

.paddingtop-6 {
  padding-top: 30px; }

.paddingbottom-0 {
  padding-bottom: 0px; }

.paddingbottom-1 {
  padding-bottom: 5px; }

.paddingbottom-2 {
  padding-bottom: 10px; }

.paddingbottom-3 {
  padding-bottom: 15px; }

.paddingbottom-4 {
  padding-bottom: 20px; }

.paddingbottom-5 {
  padding-bottom: 25px; }

.paddingbottom-6 {
  padding-bottom: 30px; }

.marginbottom-0 {
  margin-bottom: 0px; }

.marginbottom-1 {
  margin-bottom: 5px; }

.marginbottom-2 {
  margin-bottom: 10px; }

.marginbottom-3 {
  margin-bottom: 15px; }

.marginbottom-4 {
  margin-bottom: 20px; }

.marginbottom-5 {
  margin-bottom: 25px; }

.marginbottom-6 {
  margin-bottom: 30px; }

.marginleft-0 {
  margin-bottom: 0px; }

.marginleft-1 {
  margin-bottom: 5px; }

.marginleft-2 {
  margin-bottom: 10px; }

.marginleft-3 {
  margin-bottom: 15px; }

.marginleft-4 {
  margin-bottom: 20px; }

.marginleft-5 {
  margin-bottom: 25px; }

.marginleft-6 {
  margin-bottom: 30px; }

.marginright-0 {
  margin-bottom: 0px; }

.marginright-1 {
  margin-bottom: 5px; }

.marginright-2 {
  margin-bottom: 10px; }

.marginright-3 {
  margin-bottom: 15px; }

.marginright-4 {
  margin-bottom: 20px; }

.marginright-5 {
  margin-bottom: 25px; }

.marginright-6 {
  margin-bottom: 30px; }

.margintop-0 {
  margin-top: 0px; }

.margintop-1 {
  margin-top: 5px; }

.margintop-2 {
  margin-top: 10px; }

.margintop-3 {
  margin-top: 15px; }

.margintop-4 {
  margin-top: 20px; }

.margintop-5 {
  margin-top: 25px; }

.margintop-6 {
  margin-top: 30px; }

.no-margin {
  margin: 0 !important; }

.titler-text {
  font: SalesforceSansLight, Arial, sans-serif !important;
  color: #386d7c;
  font-weight: bold; }
  .titler-text h1 {
    font-weight: 600;
    font-size: 50px; }

.contant-text {
  font-size: 24px;
  margin-bottom: 40px;
  color: #f37721; }

.titler-text-write {
  font: SalesforceSansLight, Arial, sans-serif !important;
  color: #FFF;
  font-weight: bold; }

.contant-text-write {
  font-size: 24px;
  margin-bottom: 40px;
  color: #f37721; }

.menu_header {
  padding: 0 !important;
  background: #FFF !important; }
  .menu_header .btn:focus {
    outline: none; }
  .menu_header .navbar-toggler-right {
    border: none !important; }
    .menu_header .navbar-toggler-right .navbar-toggler-icon {
      background-image: url("../../public/image/icon-menu-right.png");
      width: 3rem;
      height: 1.7rem;
      margin-top: 40%; }
  .menu_header .navbar-collapse {
    border-top: solid 1px #cccccc; }
  .menu_header .navbar-toggle {
    border: none;
    outline: none; }
  .menu_header .logo img {
    width: 100px;
    height: auto;
    margin-left: 3%;
    margin-top: 5px; }
  .menu_header .nav-item {
    border-bottom: solid 1px #cccccc; }
    .menu_header .nav-item .dropdown-menu {
      border-radius: 0;
      border-left: none;
      border-right: none;
      border-bottom: none;
      background: #f0f0f0;
      padding-bottom: 0; }
      .menu_header .nav-item .dropdown-menu .top {
        margin-top: 1% !important; }
      .menu_header .nav-item .dropdown-menu .end {
        margin-bottom: 0px !important;
        border-bottom: none !important; }
      .menu_header .nav-item .dropdown-menu .dropdown-item {
        color: #4ba9b5 !important;
        border-bottom: solid 1px #cccccc;
        margin: 3% 0;
        padding-bottom: 4%;
        font-size: 1.5rem; }
    .menu_header .nav-item .nav-link {
      color: #f37721 !important;
      margin: 2% 5%;
      font-size: 1.5rem; }

.btn-wdm {
  width: 16rem;
  color: white !important;
  border-color: #4aaab6 !important;
  text-transform: uppercase;
  font-size: 1.7rem !important;
  font-family: SalesforceSansBold, Arial, sans-serif !important;
  height: 4.5rem; }

.btn-ftr {
  width: 16rem;
  color: white !important;
  border: #4aaab6 !important;
  text-transform: uppercase;
  font-size: 1.7rem !important;
  font-family: SalesforceSansBold, Arial, sans-serif !important;
  height: 4.5rem; }

.titler {
  font-size: 2.2rem;
  color: #4aaab6;
  font-family: SalesforceSansBold, Arial, sans-serif !important; }

.swiper-pagination-bullet-active {
  background: #838383 !important; }

.center {
  text-align: center; }

a {
  color: black !important; }

html {
  font-size: 62.5%; }

body {
  font-family: SalesforceSansLight, Arial, sans-serif !important;
  font-size: 2rem; }
  body .row {
    margin-left: 0;
    margin-right: 0; }
  body .navbar-brand {
    height: 40px !important; }
  body .page-header #wowslider-container1 {
    margin-top: 0 !important; }
  body .page-header .background-image {
    background: url("../../public/image/homepage/Untitled-1.jpg") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    color: white; }
    body .page-header .background-image .header-page-one {
      -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 152, 255, 0)), to(black));
      padding-top: 7%; }
      body .page-header .background-image .header-page-one .text-row1 {
        font-size: 2.1rem; }
        body .page-header .background-image .header-page-one .text-row1 .autonumber {
          font-weight: bold;
          border: 1px solid #4aaab6;
          padding: 0.5rem;
          border-radius: 4px;
          line-height: 1; }
      body .page-header .background-image .header-page-one .text-row2 {
        font-size: 1.2rem; }
    body .page-header .background-image .center-page-one {
      margin-top: 30rem;
      font-size: 2.2rem; }
  body .page-header .social-distancing-alerts {
    width: 80px;
    height: 80px;
    background: #f47622b0;
    position: absolute;
    z-index: 1029;
    top: 10px;
    left: 5px;
    border-radius: 50%;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    body .page-header .social-distancing-alerts .title-circle {
      width: 70px;
      color: #fff;
      font-size: 12px; }
    body .page-header .social-distancing-alerts .content-circle {
      width: 90px;
      margin-left: 11px;
      font-size: 5px;
      text-align: left;
      color: #fff;
      font-weight: bold; }
    body .page-header .social-distancing-alerts .learn-more {
      position: relative;
      display: inline-block;
      margin: 0 0 0 1px;
      padding: 3px;
      color: #fff;
      font-size: 5px;
      text-decoration: none;
      text-transform: uppercase;
      background: #00b1c4;
      border-radius: 5px;
      box-shadow: 0 3px 0 #008391;
      transition: background-color 300ms, box-shadow 300ms;
      behavior: url(js/PIE.htc);
      cursor: pointer; }
  body .page-header .content-left {
    display: block;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 90px;
    font-size: 10px;
    padding: 5px 10px;
    font-family: sans-serif;
    border-radius: 3px;
    z-index: 99; }
    body .page-header .content-left .content-left-1 {
      background: #5bef0357;
      border-radius: 20px;
      margin-bottom: 5px;
      padding: 2px; }
      body .page-header .content-left .content-left-1 span {
        padding: 10px; }
    body .page-header .content-left .content-left-2 {
      background: #b76837b3;
      border-radius: 20px;
      margin-bottom: 5px;
      padding: 2px; }
      body .page-header .content-left .content-left-2 span {
        padding: 10px; }
    body .page-header .content-left .content-left-3 {
      background: #3594ab7a;
      border-radius: 20px;
      margin-bottom: 5px;
      padding: 2px; }
      body .page-header .content-left .content-left-3 span {
        padding: 10px; }
    body .page-header .content-left .line-1 {
      position: absolute;
      width: 25px;
      margin-left: -25px;
      margin-top: -16px;
      border-top: 1px solid #ddd; }
    body .page-header .content-left .line-2 {
      position: absolute;
      width: 16px;
      margin-left: -16px;
      margin-top: -16px;
      border-top: 1px solid #ddd; }
    body .page-header .content-left .line-3 {
      position: absolute;
      width: 23px;
      margin-left: -23px;
      margin-top: -16px;
      border-top: 1px solid #ddd; }
  body .solutions .text-solution {
    position: relative; }
    body .solutions .text-solution .seemore {
      position: absolute;
      right: -1.5rem;
      top: 9%;
      font-size: 1.8rem;
      color: #c6c6c6;
      font-family: SalesforceSansLight, Arial, sans-serif !important; }
      body .solutions .text-solution .seemore i {
        color: #4aaab6; }
  body .slide-solutions .white-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5rem;
    -webkit-transition: height 1s;
    transition: height 1s;
    background: rgba(0, 0, 0, 0.28); }
    body .slide-solutions .white-text .text-detail {
      height: 100%;
      vertical-align: middle;
      color: white;
      font-size: 2rem;
      padding-TOP: 1.1rem;
      -webkit-transition: height 2s;
      transition: height 2s;
      display: BLOCK;
      text-align: left;
      padding-left: 3rem; }
  body .slide-solutions a {
    width: 100%; }
  body .slide-product {
    position: relative;
    width: 100%;
    overflow: hidden; }
    body .slide-product .img-product {
      width: 100%;
      height: 100%; }
    body .slide-product .row1 {
      width: 100%; }
  body .titler-solutions-for {
    margin-bottom: 7rem; }
    body .titler-solutions-for .text-solution-for {
      font-size: 2.3rem;
      color: #4aaab6; }
    body .titler-solutions-for .img-solution-for {
      text-align: center; }
    body .titler-solutions-for .txt-sml {
      font-size: 1.8rem;
      margin-top: 2%; }
  body .about {
    background: url("../../public/image/company1.jpg");
    background-size: 100% 100%;
    width: 100%;
    color: #fff; }
    body .about .text-about {
      position: relative;
      transform: translate(0px, -35%);
      top: 35%; }
      body .about .text-about .justify-content-center {
        font-size: 1.9rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        text-align: center; }
        body .about .text-about .justify-content-center span {
          color: #f37721;
          margin: 0 4px;
          font-family: SalesforceSansBold, Arial, sans-serif !important; }
      body .about .text-about p {
        text-align: justify;
        font-size: 10px; }
  body .contact {
    background: #4aaab6;
    min-height: 25rem;
    color: white;
    font-family: SalesforceSansBold, Arial, sans-serif !important; }
    body .contact .remote-manage {
      font-size: 2rem;
      color: white;
      margin-top: 6rem; }
    body .contact .btn-wdm {
      border-color: white !important;
      border-radius: 12px; }
  body .customer {
    position: relative;
    width: 100%;
    overflow: hidden; }
    body .customer img {
      width: 100%;
      height: auto;
      webkit-filter: grayscale(100%);
      opacity: 0.4;
      filter: grayscale(100%); }
    body .customer .swipers {
      margin-top: -2rem;
      text-align: center; }
    body .customer .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    body .customer .swiper-pagination {
      bottom: 0; }
    body .customer .swiper-pagination-bullet {
      width: 3px;
      height: 3px; }
  body .new-features {
    padding-bottom: 10px; }
    body .new-features .paddingtop-7 {
      padding-bottom: 10px; }
    body .new-features #new_features_info {
      height: auto;
      background: #f1f1ee; }
      body .new-features #new_features_info h2 {
        margin: 0 auto 64px;
        max-width: 1170px;
        color: #3d3d3d;
        text-align: center;
        letter-spacing: -0.02em;
        padding: 200px 0 0 0; }
      body .new-features #new_features_info .ui-tabs-nav {
        text-align: center;
        width: 100%;
        padding: 20px; }
        body .new-features #new_features_info .ui-tabs-nav li {
          display: inline-block;
          vertical-align: top;
          width: 24%;
          max-width: 274px;
          outline: none; }
          body .new-features #new_features_info .ui-tabs-nav li a {
            position: relative;
            display: block;
            text-decoration: none;
            outline: none;
            cursor: unset; }
            body .new-features #new_features_info .ui-tabs-nav li a .circle {
              display: block;
              max-width: 100%; }
            body .new-features #new_features_info .ui-tabs-nav li a .overlay {
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              transition: opacity 200ms;
              max-width: 100%; }
            body .new-features #new_features_info .ui-tabs-nav li a span {
              display: inline-block;
              margin-top: 29px;
              padding-bottom: 15px;
              color: #a3a3a3;
              font: 300 1.4em/1 "Proxima Nova", sans-serif;
              text-transform: uppercase;
              letter-spacing: -0.03em;
              border-bottom: 5px solid transparent;
              transition: color 300ms, border-color 300ms; }
            body .new-features #new_features_info .ui-tabs-nav li a .learn-more {
              position: absolute;
              display: inline-block;
              margin: -15px 0 0 -15px;
              padding: 2px;
              color: #00b1c4;
              font-size: 4px;
              font-weight: bold;
              text-decoration: none;
              text-transform: uppercase;
              background: #fff;
              border-radius: 5px;
              box-shadow: 0 3px 0 #ddd;
              transition: background-color 300ms, box-shadow 300ms;
              behavior: url(js/PIE.htc);
              cursor: pointer; }
        body .new-features #new_features_info .ui-tabs-nav li.ui-state-active a {
          cursor: default; }
          body .new-features #new_features_info .ui-tabs-nav li.ui-state-active a .overlay {
            display: none; }
          body .new-features #new_features_info .ui-tabs-nav li.ui-state-active a span {
            color: #3d3d3d;
            border-color: #00b1c4; }
        body .new-features #new_features_info .ui-tabs-nav li:not(.ui-state-active) a:hover .overlay {
          display: block;
          opacity: 1;
          max-width: 100%; }
      body .new-features #new_features_info .tabcontent {
        position: relative;
        margin: 0 auto;
        max-width: 1170px;
        background: #fff;
        margin-bottom: 30px; }
        body .new-features #new_features_info .tabcontent .container section {
          margin: 0 auto;
          padding: 15px;
          max-width: 1170px;
          background: #fff;
          font-size: 21px;
          text-align: justify; }
          body .new-features #new_features_info .tabcontent .container section h3 {
            display: none;
            margin-bottom: 27px;
            color: #3d3d3d;
            font: 300 3.2em/1.2 "Proxima Nova", sans-serif;
            text-transform: uppercase;
            letter-spacing: -0.03em; }
          body .new-features #new_features_info .tabcontent .container section p {
            color: #777;
            font-size: 1.6em;
            line-height: 1.6875; }
          body .new-features #new_features_info .tabcontent .container section ul {
            margin: 27px 0 0 6px;
            color: #777; }
      body .new-features #new_features_info .pointer-wrapper {
        position: relative;
        margin: 70px auto;
        max-width: 1170px; }
      body .new-features #new_features_info .pointer-wrapper .pointer {
        content: "";
        position: absolute;
        top: -53px;
        opacity: 0;
        width: 53px;
        height: 54px;
        background: #f1f1ee url(../../public/image/sprite.png) no-repeat -96px -325px;
        border-bottom: 1px solid #fff;
        transition: opacity 350ms; }
      body .new-features #new_features_info .pointer.curr {
        opacity: 1; }
      body .new-features #new_features_info .pointer-wrapper .pointer.data-collection {
        left: 7.5%; }
      body .new-features #new_features_info .pointer-wrapper .pointer.rmsnext-analysis {
        left: 25%; }
      body .new-features #new_features_info .pointer-wrapper .pointer.data-visualization {
        right: 50%;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
      body .new-features #new_features_info .pointer-wrapper .pointer.dashboard-app {
        right: 25%;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
      body .new-features #new_features_info .pointer-wrapper .pointer.customized-reports {
        right: 7.5%;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
  body .footer {
    min-height: 7rem;
    font-size: 2rem;
    color: #FFF;
    background: #f37721; }
    body .footer .text {
      margin-top: 2rem; }
  body .contact-select {
    background: transparent url(../image/homepage/arraydown.png) no-repeat 60px;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin-bottom: 10px;
    height: 35px;
    cursor: pointer;
    font-size: 1.5rem; }
  body .fontbold {
    font-family: SalesforceSansBold, Arial, sans-serif !important; }
  body .form-group .contact-modal {
    margin-top: 2px;
    min-height: 4rem;
    width: 100%; }
  body .btn-send {
    background: #4aaab6;
    color: #FFF; }
  @media (max-width: 990px) {
    body .btn-primary {
      background: #4aaab6; }
    body .container-fluid {
      padding-right: 0 !important; }
    body .mobi-hide {
      display: none; }
    body .banner {
      border: 0; }
      body .banner .logo img {
        width: 27%; }
      body .banner .rmsnext-slogan {
        padding-top: 17px;
        text-align: left;
        font-size: 26px !important;
        font-weight: 600;
        padding-right: 6%; }
    body .container {
      width: 100%;
      padding: 0; }
    body .slick-next {
      right: 0; }
    body .slick-track,
    body .slick-slide,
    body .slick-slide img {
      transform: translate3d(0, 0, 0); }
    body .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

@media (max-width: 380px) {
  html {
    font-size: 50% !important; }

  /* styles for mobile browsers smaller than 480px; (iPhone) */ }
html {
  font-size: 62.5%; }

.solution-teamp {
  font-family: SalesforceSansLight, Arial, sans-serif !important;
  font-size: 2rem; }
  .solution-teamp .titler .border-buttom {
    width: 9rem;
    margin: auto;
    height: 2px;
    background: #c7c7c7; }
  .solution-teamp .btn {
    border-radius: 9px;
    font-size: 1.5rem !important;
    height: 4rem;
    padding: 1rem;
    width: 13.5rem; }
  .solution-teamp .row {
    margin-left: 0;
    margin-right: 0; }
  .solution-teamp .page-header .background-image {
    background-size: 100% 100%;
    width: 100%; }
    .solution-teamp .page-header .background-image .clearfix {
      position: absolute;
      top: 0% !important;
      height: 3.5rem;
      background-color: rgba(68, 170, 182, 0.41);
      width: 100%; }
      .solution-teamp .page-header .background-image .clearfix h5 {
        padding-left: 7%;
        padding-top: 1.2rem;
        font-weight: 600;
        font-size: 1.3rem;
        letter-spacing: 1px; }
    .solution-teamp .page-header .background-image .center-page-one {
      margin-top: 10rem; }
      .solution-teamp .page-header .background-image .center-page-one .text-1 {
        text-align: center;
        font-size: 2.2rem;
        margin-top: 4rem !important; }
      .solution-teamp .page-header .background-image .center-page-one .text-2 {
        font-size: 1.7rem;
        text-align: center;
        display: inline-block; }
      .solution-teamp .page-header .background-image .center-page-one .author {
        font-size: 1.5rem; }
      .solution-teamp .page-header .background-image .center-page-one .margin2 {
        margin-top: 3rem !important; }
  .solution-teamp .row-1 {
    background: #eeeeee; }
  .solution-teamp .row-2 {
    border-bottom: 1px solid #e5e5e5;
    background: #eeeeee; }
    .solution-teamp .row-2 .text-2 {
      font-size: 1.8rem;
      display: inline-block; }
      .solution-teamp .row-2 .text-2 .author {
        font-size: 1.5rem; }
  .solution-teamp .row-4 .text-content-mes {
    color: #707070;
    font-family: SalesforceSansBold, Arial, sans-serif !important; }
  .solution-teamp .row-4 .icon-mea {
    background: #f2f2f2; }
  .solution-teamp .row-6 {
    overflow-y: hidden; }
    .solution-teamp .row-6 .swiper-pagination-slide {
      bottom: 10px;
      left: 0;
      width: 100%;
      position: absolute;
      bottom: 0;
      z-index: 1; }
  .solution-teamp .contact {
    background: #4aaab6;
    min-height: 25rem;
    color: white;
    font-family: SalesforceSansBold, Arial, sans-serif !important; }
    .solution-teamp .contact .remote-manage {
      font-size: 2rem;
      color: white;
      margin-top: 6rem;
      font-style: italic; }
    .solution-teamp .contact .btn-wdm {
      border-color: white !important;
      border-radius: 12px; }
  .solution-teamp .customer {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .solution-teamp .customer img {
      width: 100%;
      height: auto;
      webkit-filter: grayscale(100%);
      opacity: 0.4;
      filter: grayscale(100%); }
    .solution-teamp .customer .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .solution-teamp .customer .swiper-pagination {
      bottom: 0; }
    .solution-teamp .customer .swiper-pagination-bullet {
      width: 5px;
      height: 5px; }

.footer {
  min-height: 7rem;
  font-size: 2rem;
  color: #FFF;
  background: #f37721; }
  .footer .text {
    margin-top: 2rem; }

@media (max-width: 990px) {
  .btn-primary {
    background: #4aaab6; }

  .container-fluid {
    padding-right: 0 !important; }

  .mobi-hide {
    display: none; }

  .banner {
    border: 0; }
    .banner .logo img {
      width: 27%; }
    .banner .rmsnext-slogan {
      padding-top: 17px;
      text-align: left;
      font-size: 26px !important;
      font-weight: 600;
      padding-right: 6%; }

  .container {
    width: 100%;
    padding: 0; }

  .slick-next {
    right: 0; }

  .slick-track,
  .slick-slide,
  .slick-slide img {
    transform: translate3d(0, 0, 0); }

  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@media (max-width: 380px) {
  html {
    font-size: 50% !important; }

  /* styles for mobile browsers smaller than 480px; (iPhone) */ }
#solution-access .page-header .background-image {
  background: url("../../public/image/solution/accessories/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-banks .page-header .background-image {
  background: url("../../public/image/solution/banks/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-clothing .page-header .background-image {
  background: url("../../public/image/solution/clothing/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-coffee .page-header .background-image {
  background: url("../../public/image/solution/coffee/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-automotive .page-header .background-image {
  background: url("../../public/image/solution/automotive/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-construction .page-header .background-image {
  background: url("../../public/image/solution/construction-sites/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-consumer-good .page-header .background-image {
  background: url("../../public/image/solution/consumer-good/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-convenience-stores .page-header .background-image {
  background: url("../../public/image/solution/convenience-store/background-header.png") no-repeat;
  background-size: 100% 100%; }
#solution-convenience-stores .wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  height: 18rem;
  overflow: hidden; }
  #solution-convenience-stores .wrapper video {
    position: absolute;
    top: -5rem;
    right: -7rem; }

#solution-cosmetics .page-header .background-image {
  background: url("../../public/image/solution/cosmetics/background-header.png") no-repeat;
  background-size: 100% 100%; }
#solution-cosmetics .wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  height: 18rem;
  overflow: hidden; }
  #solution-cosmetics .wrapper video {
    position: absolute;
    top: -5rem;
    right: -7rem; }

#solution-department .page-header .background-image {
  background: url("../../public/image/solution/department/background-header.png") no-repeat;
  background-size: 100% 100%; }
  #solution-department .page-header .background-image .center-page-one {
    margin-top: 1rem; }
#solution-department .wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  height: 18rem;
  overflow: hidden; }
  #solution-department .wrapper video {
    position: absolute;
    top: -1rem;
    right: 0rem; }

#solution-electronics .page-header .background-image {
  background: url("../../public/image/solution/electronics/background-header.png") no-repeat;
  background-size: 100% 100%; }
  #solution-electronics .page-header .background-image .center-page-one {
    margin-top: 1rem; }
#solution-electronics .wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  height: 18rem;
  overflow: hidden; }
  #solution-electronics .wrapper video {
    position: absolute;
    top: -3rem;
    right: -9rem; }

#solution-eyewear .page-header .background-image {
  background: url("../../public/image/solution/eyewear/background-header.png") no-repeat;
  background-size: 100% 100%; }
#solution-eyewear .wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  height: 18rem;
  overflow: hidden; }
  #solution-eyewear .wrapper video {
    position: absolute;
    top: -3rem;
    right: -9rem; }

#solution-factories-distribution .page-header .background-image {
  background: url("../../public/image/solution/factories-distribution/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-hotels .page-header .background-image {
  background: url("../../public/image/solution/hotels/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-jewelries .page-header .background-image {
  background: url("../../public/image/solution/jewelries/background-header.png") no-repeat;
  background-size: 100% 100%; }
#solution-jewelries .wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  height: 18rem;
  overflow: hidden; }
  #solution-jewelries .wrapper video {
    position: absolute;
    top: -2rem;
    right: 0rem; }

#solution-luxury-goods .page-header .background-image {
  background: url("../../public/image/solution/luxury-goods/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-municipalities .page-header .background-image {
  background: url("../../public/image/solution/municipalities/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-perfumeries .page-header .background-image {
  background: url("../../public/image/solution/perfumeries/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-pharmacies .page-header .background-image {
  background: url("../../public/image/solution/pharmacies/background-header.png") no-repeat;
  background-size: 100% 100%; }
  #solution-pharmacies .page-header .background-image .center-page-one {
    margin-top: 5rem; }
#solution-pharmacies .wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  height: 18rem;
  overflow: hidden; }
  #solution-pharmacies .wrapper video {
    position: absolute;
    top: -6rem;
    right: -8rem; }

#solution-research .page-header .background-image {
  background: url("../../public/image/solution/research/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-restaurants .page-header .background-image {
  background: url("../../public/image/solution/restaurants/background-header.png") no-repeat;
  background-size: 100% 100%; }
#solution-restaurants .wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  height: 18rem;
  overflow: hidden; }
  #solution-restaurants .wrapper video {
    position: absolute;
    top: -6rem;
    right: -8rem; }

#solution-shoes .page-header .background-image {
  background: url("../../public/image/solution/shoes/background-header.png") no-repeat;
  background-size: 100% 100%; }
#solution-shoes .wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  height: 18rem;
  overflow: hidden; }
  #solution-shoes .wrapper video {
    position: absolute;
    top: -4rem;
    right: -4rem; }

#solution-shopping-malls .page-header .background-image {
  background: url("../../public/image/solution/shopping-malls/background-header.png") no-repeat;
  background-size: 100% 100%; }

#solution-supermarkets .page-header .background-image {
  background: url("../../public/image/solution/supermarkets/background-header.png") no-repeat;
  background-size: 100% 100%; }

html {
  font-size: 62.5%; }

.product-teamp {
  font-family: SalesforceSansLight, Arial, sans-serif !important;
  font-size: 2rem; }
  .product-teamp .button-a {
    display: inline-block;
    position: relative;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    padding: 0.8rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: SalesforceSansBold, Arial, sans-serif !important;
    border-radius: 4px;
    border: 1px solid #4aaab6;
    background: #4aaab6; }
  .product-teamp .titler .border-buttom {
    width: 9rem;
    margin: auto;
    height: 2px;
    background: #c7c7c7; }
  .product-teamp .btn {
    border-radius: 9px;
    font-size: 1.5rem !important;
    height: 4rem;
    padding: 1rem;
    width: 13.5rem; }
  .product-teamp .row {
    margin-left: 0;
    margin-right: 0; }
  .product-teamp .page-header .background-image {
    background-size: 100% 100%;
    width: 100%; }
    .product-teamp .page-header .background-image .clearfix {
      position: absolute;
      top: 0% !important;
      height: 3.5rem;
      background-color: rgba(68, 170, 182, 0.41);
      width: 100%; }
      .product-teamp .page-header .background-image .clearfix h5 {
        padding-left: 7%;
        padding-top: 1.2rem;
        font-weight: 600;
        font-size: 1.3rem;
        letter-spacing: 1px; }
    .product-teamp .page-header .background-image .center-page-one {
      margin-top: 10rem; }
      .product-teamp .page-header .background-image .center-page-one .text-1 {
        text-align: center;
        font-size: 2.2rem; }
      .product-teamp .page-header .background-image .center-page-one .text-2 {
        font-size: 1.7rem;
        text-align: center; }
      .product-teamp .page-header .background-image .center-page-one .author {
        font-size: 1.5rem; }
  .product-teamp .row-1 {
    font-size: 1.5rem; }
    .product-teamp .row-1 .icon img {
      width: 9rem;
      position: absolute;
      left: 0; }
  .product-teamp .row-2 {
    background: #EEEEEE; }
    .product-teamp .row-2 .text-content-mes {
      color: #666;
      font-family: SalesforceSansBold, Arial, sans-serif !important; }
    .product-teamp .row-2 .text-row2 {
      font-size: 1.6rem; }
  .product-teamp .row-3 {
    margin-top: 7rem;
    margin-bottom: 7rem; }
  .product-teamp .contact {
    background: #4aaab6;
    min-height: 25rem;
    color: white;
    font-family: SalesforceSansBold, Arial, sans-serif !important; }
    .product-teamp .contact .remote-manage {
      font-size: 2rem;
      color: white;
      margin-top: 6rem;
      font-style: italic; }
    .product-teamp .contact .btn-wdm {
      border-color: white !important;
      border-radius: 12px; }
  .product-teamp .customer {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .product-teamp .customer img {
      width: 100%;
      height: auto;
      webkit-filter: grayscale(100%);
      opacity: 0.4;
      filter: grayscale(100%); }
    .product-teamp .customer .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .product-teamp .customer .swiper-pagination {
      bottom: 0; }
    .product-teamp .customer .swiper-pagination-bullet {
      width: 5px;
      height: 5px; }
  .product-teamp .footer {
    min-height: 7rem;
    font-size: 2rem;
    color: #FFF;
    background: #f37721; }
    .product-teamp .footer .text {
      margin-top: 2rem; }
  @media (max-width: 990px) {
    .product-teamp .container-fluid {
      padding-right: 0 !important; }
    .product-teamp .mobi-hide {
      display: none; }
    .product-teamp .banner {
      border: 0; }
      .product-teamp .banner .logo img {
        width: 27%; }
      .product-teamp .banner .rmsnext-slogan {
        padding-top: 17px;
        text-align: left;
        font-size: 26px !important;
        font-weight: 600;
        padding-right: 6%; }
    .product-teamp .container {
      width: 100%;
      padding: 0; }
    .product-teamp .slick-next {
      right: 0; }
    .product-teamp .slick-track,
    .product-teamp .slick-slide,
    .product-teamp .slick-slide img {
      transform: translate3d(0, 0, 0); }
    .product-teamp .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

@media (max-width: 380px) {
  html {
    font-size: 50% !important; }

  /* styles for mobile browsers smaller than 480px; (iPhone) */ }
#product-analytics .row-1 .icon img {
  width: 7rem; }
#product-analytics .text-small {
  font-size: 1.2rem; }
#product-analytics .page-header .background-image {
  background: url("../../public/image/product/analytic/background-header.png") no-repeat;
  background-size: 100% 100%; }

#product-fraud-detection .page-header .background-image {
  background: url("../../public/image/product/products-product-fraud-detection/background-header.png") no-repeat;
  background-size: 100% 100%; }

#product-health-and-safety .page-header .background-image {
  background: url("../../public/image/product/product-health-and-safety/background-header.png") no-repeat;
  background-size: 100% 100%; }

#product-marketing .page-header .background-image {
  background: url("../../public/image/product/marketing/background-header.png") no-repeat;
  background-size: 100% 100%; }
#product-marketing .color-main {
  color: #4aaab6; }

#product-operation .text-1 {
  font-size: 1.7rem; }
#product-operation .page-header .background-image {
  background: url("../../public/image/product/operation/background-header.png") no-repeat;
  background-size: 100% 100%; }

#product-for-share .bold {
  font-family: SalesforceSansBold, Arial, sans-serif !important; }
#product-for-share .text-small {
  font-size: 1.2rem; }
#product-for-share .page-header .background-image {
  background: url("../../public/image/product/for-sales/background-header.png") no-repeat;
  background-size: 100% 100%; }

#product-for-service .btn {
  width: 16.5rem !important; }
#product-for-service .bold {
  font-family: SalesforceSansBold, Arial, sans-serif !important;
  color: #4aaab6; }
#product-for-service .color-main {
  color: #4aaab6;
  text-decoration: underline; }
#product-for-service .page-header .background-image {
  background: url("../../public/image/product/for-service/background-header.png") no-repeat;
  background-size: 100% 100%; }

#for-analysts-and-researchers .btn {
  width: 16.5rem !important; }
#for-analysts-and-researchers .page-header .background-image {
  background: url("../../public/image/product/analytic/for-analytic-and-researchers/background-header.png") no-repeat;
  background-size: 100% 100%; }

#for-management .btn {
  width: 16.5rem !important; }
#for-management .page-header .background-image {
  background: url("../../public/image/product/analytic/for-management/background-header.png") no-repeat;
  background-size: 100% 100%; }

#optimize .btn {
  width: 16.5rem !important; }
#optimize .page-header .background-image {
  background: url("../../public/image/product/marketing/optimize/background-header.png") no-repeat;
  background-size: 100% 100%; }

#know-you-customers .btn {
  width: 16.5rem !important; }
#know-you-customers .page-header .background-image {
  background: url("../../public/image/product/marketing/know-you-customers/background-header.png") no-repeat;
  background-size: 100% 100%; }

#alignment .btn {
  width: 16.5rem !important; }
#alignment .page-header .background-image {
  background: url("../../public/image/product/marketing/alignment/background-header.png") no-repeat;
  background-size: 100% 100%; }

#better .btn {
  width: 16.5rem !important; }
#better .page-header .background-image {
  background: url("../../public/image/product/marketing/better/background-header.png") no-repeat;
  background-size: 100% 100%; }

#performing .btn {
  width: 16.5rem !important; }
#performing .page-header .background-image {
  background: url("../../public/image/product/operation/performing-better/background-header.png") no-repeat;
  background-size: 100% 100%; }

#hr-optimization .btn {
  width: 16.5rem !important; }
#hr-optimization .page-header .background-image {
  background: url("../../public/image/product/operation/hr-optimization/background-header.png") no-repeat;
  background-size: 100% 100%; }

#better-communication .btn {
  width: 16.5rem !important; }
#better-communication .page-header .background-image {
  background: url("../../public/image/product/operation/better-communication/background-header.png") no-repeat;
  background-size: 100% 100%; }

#health-and-safety .btn {
  width: 16.5rem !important; }
#health-and-safety .page-header .background-image {
  background: url("../../public/image/product/operation/health-and-safety/background-header.png") no-repeat;
  background-size: 100% 100%; }

#knowledge-based-decisions .btn {
  width: 16.5rem !important; }
#knowledge-based-decisions .page-header .background-image {
  background: url("../../public/image/product/operation/knowledge-based-decisions/background-header.png") no-repeat;
  background-size: 100% 100%; }

#close-more-deals .btn {
  width: 16.5rem !important; }
#close-more-deals .page-header .background-image {
  background: url("../../public/image/product/for-sales/close-more-deals/background-header.png") no-repeat;
  background-size: 100% 100%; }

#higher-purchase-basket .btn {
  width: 16.5rem !important; }
#higher-purchase-basket .page-header .background-image {
  background: url("../../public/image/product/for-sales/higher-purchase-basket/background-header.png") no-repeat;
  background-size: 100% 100%; }

#better-profitability .btn {
  width: 16.5rem !important; }
#better-profitability .page-header .background-image {
  background: url("../../public/image/product/for-sales/better-profitability/background-header.png") no-repeat;
  background-size: 100% 100%; }

#knowledge-based .btn {
  width: 16.5rem !important; }
#knowledge-based .page-header .background-image {
  background: url("../../public/image/product/for-sales/knowledge-based/background-header.png") no-repeat;
  background-size: 100% 100%; }

#improve-sales .btn {
  width: 16.5rem !important; }
#improve-sales .page-header .background-image {
  background: url("../../public/image/product/for-service/improve-sales/background-header.png") no-repeat;
  background-size: 100% 100%; }

#branding-consistency .btn {
  width: 16.5rem !important; }
#branding-consistency .page-header .background-image {
  background: url("../../public/image/product/for-service/branding-consistency/background-header.png") no-repeat;
  background-size: 100% 100%; }

#training-tools .btn {
  width: 16.5rem !important; }
#training-tools .page-header .background-image {
  background: url("../../public/image/product/for-service/training-tools/background-header.png") no-repeat;
  background-size: 100% 100%; }

#unbiased-staff-valuation .btn {
  width: 16.5rem !important; }
#unbiased-staff-valuation .page-header .background-image {
  background: url("../../public/image/product/for-service/unbiased-staff-valuation/background-header.png") no-repeat;
  background-size: 100% 100%; }

#utilization-as-a-tool .btn {
  width: 16.5rem !important; }
#utilization-as-a-tool .page-header .background-image {
  background: url("../../public/image/product/for-service/utilization-as-a-tool/background-header.png") no-repeat;
  background-size: 100% 100%; }

#product-small-business .text-boder {
  font-family: SalesforceSansBold, Arial, sans-serif !important; }
#product-small-business .page-header1 .background-image {
  position: relative;
  background: url("../../public/image/product/small-business/background-header.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  color: white; }
  #product-small-business .page-header1 .background-image .header-page-one {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 152, 255, 0)), to(black));
    padding-top: 7%; }
    #product-small-business .page-header1 .background-image .header-page-one .text-row1 {
      font-size: 2.1rem; }
      #product-small-business .page-header1 .background-image .header-page-one .text-row1 .autonumber {
        font-weight: bold;
        border: 1px solid #4aaab6;
        padding: 0.5rem;
        border-radius: 4px;
        line-height: 1; }
    #product-small-business .page-header1 .background-image .header-page-one .text-row2 {
      font-size: 1.2rem; }
  #product-small-business .page-header1 .background-image .center-page-one {
    margin-top: 30rem;
    font-size: 2.2rem; }
  #product-small-business .page-header1 .background-image .clearfix {
    position: absolute;
    top: 0% !important;
    height: 3.5rem;
    background-color: rgba(68, 170, 182, 0.41);
    width: 100%; }
    #product-small-business .page-header1 .background-image .clearfix h5 {
      padding-left: 7%;
      padding-top: 1.2rem;
      font-weight: 600;
      font-size: 1.3rem;
      letter-spacing: 1px; }
  #product-small-business .page-header1 .background-image .div-bottom {
    position: absolute;
    bottom: 0;
    background-color: rgba(68, 170, 182, 0.41); }
    #product-small-business .page-header1 .background-image .div-bottom .text-in-buttom {
      margin-left: 10%; }
    #product-small-business .page-header1 .background-image .div-bottom h2 {
      margin: auto; }
#product-small-business .btn {
  width: 16.5rem !important; }
#product-small-business .row-4 {
  overflow-x: hidden;
  background: white;
  padding: 1%  5% 10%; }
  #product-small-business .row-4 .font30 {
    font-size: 3rem; }
  #product-small-business .row-4 .col-md-4 .col-md-12 {
    border-radius: 5px;
    background: #e1e1e1; }
  #product-small-business .row-4 .contain-text-right {
    margin-top: 10%; }
  #product-small-business .row-4 .top-detail-5 {
    margin: 10% 0; }
  #product-small-business .row-4 .circle {
    margin: 0 auto;
    height: 215px;
    background: white;
    font-size: 81px;
    width: 215px;
    padding-top: 17%;
    border-radius: 100%;
    display: inline-block; }
  #product-small-business .row-4 .bottom-text-detail5 {
    margin-top: 10%;
    min-height: 10rem; }
  #product-small-business .row-4 .btm-demo .btm-find-out-index {
    margin-top: 0; }
  @media screen and (max-height: 568px), screen and (max-width: 1257px) {
    #product-small-business .row-4 .top-detail-5 {
      margin: 10% 0;
      min-height: 10rem; }
    #product-small-business .row-4 .circle {
      height: 130px !important;
      width: 155px;
      padding-top: 13%;
      font-size: 61px; }
    #product-small-business .row-4 .bottom-text-detail5 {
      font-size: 1.7rem; }
    #product-small-business .row-4 .btm-demo {
      margin: auto; }
      #product-small-business .row-4 .btm-demo a {
        width: 11rem !important;
        margin: auto;
        line-height: 3rem;
        height: 3rem;
        margin: 2rem; } }
#product-small-business .page-header .center-page-one {
  margin-top: 30rem; }
#product-small-business .page-header .background-image {
  background: url("../../public/image/product/small-business/background-header1.png") no-repeat;
  background-size: 100% 100%; }

#product-small-business-detail-a .text-1 {
  margin-top: 2rem !important; }
#product-small-business-detail-a .page-header .background-image {
  background: url("../../public/image/product/small-business-detail-a/background-header.png") no-repeat;
  background-size: 100% 100%; }
#product-small-business-detail-a .row-3 {
  background: url("../../public/image/product/small-business-detail-a/background-header1.png") no-repeat;
  background-size: 100% 100%; }
  #product-small-business-detail-a .row-3 .text1 {
    font-size: 1.2rem;
    color: white; }
  #product-small-business-detail-a .row-3 .text2 {
    color: white;
    font-size: 1.9rem;
    text-align: left;
    font-weight: 600; }

#product-small-business-detail-b .page-header .background-image {
  background: url("../../public/image/product/small-business-detail-b/background-header.png") no-repeat;
  background-size: 100% 100%; }
#product-small-business-detail-b .row-3 {
  background: #ebeaea;
  background-size: 100% 100%; }
  #product-small-business-detail-b .row-3 .text1 {
    font-size: 1.2rem; }
  #product-small-business-detail-b .row-3 .text2 {
    font-size: 1.9rem;
    text-align: left;
    font-weight: 600; }

#product-small-business-detail-c .page-header .background-image {
  background: url("../../public/image/product/small-business-detail-c/background-header.png") no-repeat;
  background-size: 100% 100%; }
#product-small-business-detail-c .row-3 {
  background: #ebeaea;
  background-size: 100% 100%; }
  #product-small-business-detail-c .row-3 .text1 {
    font-size: 1.2rem; }
  #product-small-business-detail-c .row-3 .text2 {
    font-size: 1.9rem;
    text-align: left;
    font-weight: 600; }

#corporates .page-header {
  min-height: 3.5rem; }
  #corporates .page-header .background-image {
    background: #4aaab6; }
#corporates .pl {
  padding-right: 7.5px !important; }
#corporates .pr {
  padding-left: 7.5px !important; }

.solution-teamp-new-features .page-header {
  height: 40px; }
  .solution-teamp-new-features .page-header .clearfix {
    position: absolute;
    top: 0% !important;
    height: 3.5rem;
    background-color: rgba(68, 170, 182, 0.41);
    width: 100%; }
    .solution-teamp-new-features .page-header .clearfix h5 {
      padding-left: 7%;
      padding-top: 1rem;
      font-weight: 600;
      font-size: 1.3rem;
      letter-spacing: 1px;
      color: #fff; }
.solution-teamp-new-features .row-2 {
  background: #fff; }
  .solution-teamp-new-features .row-2 .cap {
    font-weight: bold;
    font-size: 2rem; }
.solution-teamp-new-features p {
  margin: 0; }
.solution-teamp-new-features .marginleft-1 {
  margin-left: 20px !important; }
.solution-teamp-new-features .marginleft-2 {
  margin-left: 40px !important; }
.solution-teamp-new-features .video-one {
  background-color: #363537; }

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