@font-face {
  font-family: "Verdana-Bold";
  src: url("../fonts/verdanab.woff"); }
@font-face {
  font-family: "Verdana";
  src: url("../fonts/verdana.woff"); }
  a:hover,
  .button-link:hover{
    cursor: pointer;
  }
.message, .message1 {
 color: #ef4a76;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: "Verdana-Bold";}
  @media screen and (max-width: 767px) {
    .message, .message1 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 549px) {
    .message, .message1 {
      padding-left: 30px;
      padding-right: 30px; } }
#banner{
  border-bottom:2px solid white;

}
body {
  font-size: 15px;
  font-family: "Verdana"; }
  @media screen and (min-width: 1600px) {
    body {
      font-size: 17px; } }
  @media screen and (min-width: 1800px) {
    body {
      font-size: 18px; } }
  body img {
    max-width: 100%;
    height: auto; }
  body h1, body h2, body h3, body h4 {
    font-family: "Verdana-Bold"; }
  body .container {
    width: 100%; }
    @media screen and (min-width: 1400px) {
      body .container {
        max-width: 1200px; } }
    @media screen and (min-width: 1600px) {
      body .container {
        max-width: 1300px; } }
    @media screen and (min-width: 1800px) {
      body .container {
        max-width: 1500px; } }

@media screen and (min-width: 768px) {
  .banner-inner .container {
    max-width: 75%; } }

@media screen and (min-width: 1200px) {
  .banner-inner .container, #header .container {
    max-width: 75%; } }
@media screen and (min-width: 1400px) {
  .banner-inner .container, #header .container {
    max-width: 1080px; } }
@media screen and (min-width: 1600px) {
  .banner-inner .container, #header .container {
    max-width: 1200px; } }
@media screen and (min-width: 1800px) {
  .banner-inner .container, #header .container {
    max-width: 1300px; } }

.section-title {
  margin-bottom: 30px; }
  .section-title h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    color: #000000;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .section-title h2 {
        font-size: 33.26px; } }
  .section-title.white h2 {
    color: #ffffff; }

.section-content {
  color: #7E7E7E; }

.light-bg {
  background-color: #F8F8F8; }

.primary-bg {
  background-color: #4CBC94;
  color: #ffffff; }

.secondary-bg {
  background-color: #EC4F78;
  color: #ffffff; }
.pipedriveWebForms{
  width: 50% !important;
}
.button-link {
  margin-top: 30px;
  display: inline-block;
  background-color: #EC4F78;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  padding: 20px 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px; }

.section-link a {
  margin-top: 30px;
  display: inline-block;
  background-color: #EC4F78;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  padding: 20px 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }
  .section-link a:hover {
    background-color: #494949; }

.get-started a {
  margin-top: 30px;
  display: inline-block;
  background-color: #4CBC94;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  padding: 20px 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }
  .get-started a:hover {
    background-color: #EC4F78; }

.mid-big .get-started a {
  background-color: #404040; }
  .mid-big .get-started a:hover {
    background-color: #EC4F78; }

.video-button a {
  display: inline-block;
  background-color: rgba(76, 188, 148, 0.85);
  color: #ffffff;
  line-height: 1;
  padding: 20px 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px; }
  .video-button a span {
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    opacity: .7; }
    .video-button a span::after {
      content: "";
      border-width: 7px 0 7px 10px;
      border-color: transparent transparent transparent #fff;
      border-style: solid;
      height: 0;
      width: 0;
      display: block;
      margin: 4px 7px; }

.common-form {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #EDEDED; }
  .common-form .content-wrapper {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .common-form {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media screen and (min-width: 992px) {
    .common-form {
      padding-top: 130px;
      padding-bottom: 140px; } }
  .common-form#suppliers-form {
    background-color: #ffffff; }
    .common-form#suppliers-form .form-control {
      background-color: #EDEDED; }
  .common-form .section-title {
    margin-bottom: 40px; }
    @media screen and (min-width: 992px) {
      .common-form .section-title {
        margin-bottom: 100px; } }
  .common-form form {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
    @media screen and (max-width: 549px) {
      .common-form form {
        padding-right: 15px;
        padding-left: 15px; } }
    @media screen and (min-width: 768px) {
      .common-form form {
        margin: 0 -15px; } }
    .common-form form .hide-robot {
      display: none !important; }
    .common-form form .form-item {
      margin-bottom: 30px;
      padding: 0 15px;
      width: 100%; }
      @media screen and (min-width: 550px) {
        .common-form form .form-item {
          width: 50%; } }
      @media screen and (min-width: 768px) {
        .common-form form .form-item {
          width: 33.3333%;
          padding: 0 15px; } }
      .common-form form .form-item .form-control {
        border: 1px solid #ffffff;
        border-radius: 0;
        box-shadow: none;
        outline: none;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: bold;
        height: 50px;
        color: #8A8A8A; }
        .common-form form .form-item .form-control::-webkit-input-placeholder {
          color: #8A8A8A;
          opacity: 1;
          text-transform: initial; }
        .common-form form .form-item .form-control::-moz-placeholder {
          color: #8A8A8A;
          text-transform: initial;
          opacity: 1; }
        .common-form form .form-item .form-control:-ms-input-placeholder {
          text-transform: initial;
          color: #8A8A8A;
          opacity: 1; }
        .common-form form .form-item .form-control:-moz-placeholder {
          text-transform: initial;
          color: #8A8A8A;
          opacity: 1; }
      .common-form form .form-item:first-child {
        display: none; }
      .common-form form .form-item.form-textarea {
        width: 100%; }
        .common-form form .form-item.form-textarea .form-control {
          min-height: 140px; }
      .common-form form .form-item select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        background-image: url("../images/angle-down.png");
        background-repeat: no-repeat;
        background-position: center right 8px;
        background-size: 24px; }
        .common-form form .form-item select.form-control::-ms-expand {
          display: none; }
    .common-form form .form-action {
          text-align: right;
    width: 66%; }
      .common-form form .form-action .button {
        outline: none;
        cursor: pointer;
        display: inline-block;
        border-radius: 0;
        background-color: #EC4F78;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 1;
        padding: 20px 30px;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
        border: none;
        transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out; }
        .common-form form .form-action .button:hover {
          background-color: #4CBC94; }

.header-outer {
  position: relative; }

#header {
  padding: 15px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #header {
      padding: 30px 0; } }
  #header.secondary-bg {
    background-color: transparent; }
  #header .site-logo img {
    width: 190px;
    height: auto;
    max-height: 60px; }
    @media screen and (min-width: 992px) {
      #header .site-logo img {
        width: 240px; } }
  #header .site-logo, #header .navigation {
    padding: 0 15px; }
  #header .navbar {
    padding: 0;
    position: static !important; }
  #header .navbar-dark .navbar-nav .nav-link {
    font-weight: bold;
    line-height: 18px;
    color: #333333;
    font-size: 15px;
    padding: 15px;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    text-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #header .navbar-dark .navbar-nav .nav-link:hover {
      color: #EC4F78; }
    @media screen and (min-width: 768px) {
      #header .navbar-dark .navbar-nav .nav-link {
        padding: 12px 15px;
        color: #ffffff;
        border-top: 0; } }
    @media screen and (min-width: 992px) {
      #header .navbar-dark .navbar-nav .nav-link {
        font-size: 18px;
        padding: 15px 20px; } }
    #header .navbar-dark .navbar-nav .nav-link.login-button {
      background-color: #f8f8f8;
      color: #494949;
      font-size: 13px;
      text-transform: uppercase; }
      #header .navbar-dark .navbar-nav .nav-link.login-button:hover {
        background-color: #494949;
        color: #ffffff !important; }
      @media screen and (min-width: 768px) {
        #header .navbar-dark .navbar-nav .nav-link.login-button {
          margin-left: 10px; } }
    #header .navbar-dark .navbar-nav .nav-link.sign-up-button {
      text-transform: uppercase;
      background-color: #EC4F78;
      font-size: 13px;
      color: #ffffff; }
      #header .navbar-dark .navbar-nav .nav-link.sign-up-button:hover {
        background-color: #494949;
        color: #ffffff !important; }
      @media screen and (min-width: 768px) {
        #header .navbar-dark .navbar-nav .nav-link.sign-up-button {
          margin-left: 10px; } }
      #header .navbar-dark .navbar-nav .nav-link.sign-up-button.primary {
        background-color: #4CBC94; }
        #header .navbar-dark .navbar-nav .nav-link.sign-up-button.primary:hover {
          background-color: #494949;
          color: #ffffff !important; }
  #header.secondary-bg .navbar-dark .navbar-nav .nav-link:hover {
    color: #4CBC94; }

@media screen and (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    width: 100vw;
    left: 0;
    z-index: 999;
    top: 100%;
    background-color: #ffffff;
    z-index: 9;
    text-align: center; } }

.navbar-toggler {
  width: 36px;
  height: 32px;
  position: relative;
  outline: none !important;
  border-color: transparent !important; }
  .navbar-toggler span, .navbar-toggler span::before, .navbar-toggler span::after {
    width: 36px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    left: 0;
    right: 0;
    background-image: none; }
  .navbar-toggler span {
    display: block;
    top: 50%;
    margin-top: -2px;
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .navbar-toggler span::before {
      top: -12px;
      transition: top 0.075s 0.12s ease, opacity 0.075s ease;
      content: ""; }
    .navbar-toggler span::after {
      content: "";
      bottom: -12px;
      transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .navbar-toggler[aria-expanded="false"]::before {
    top: -12px;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .navbar-toggler[aria-expanded="false"]::after {
    bottom: -12px;
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.navbar-toggler[aria-expanded="true"] span {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .navbar-toggler[aria-expanded="true"] span::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .navbar-toggler[aria-expanded="true"] span::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

footer#footer {
  background-color: #4CBC94;
  color: #ffffff;
  padding: 50px 0; }
  @media screen and (min-width: 992px) {
    footer#footer {
      padding: 80px 0; } }
  footer#footer .left-section {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex; }
    @media screen and (min-width: 992px) {
      footer#footer .left-section {
        margin-right: auto;
        max-width: 50%; } }
    @media screen and (max-width: 991px) {
      footer#footer .left-section {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        justify-content: center;
        padding-bottom: 30px; } }
    @media screen and (max-width: 499px) {
      footer#footer .left-section {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
  @media screen and (min-width: 500px) {
    footer#footer .footer-logo {
      padding-right: 40px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-right: 40px;
      border-right: 1px solid #ffffff; } }
  @media screen and (max-width: 499px) {
    footer#footer .footer-logo {
      padding: 10px 15px;
      width: 100%;
      text-align: center; }
      footer#footer .footer-logo img {
        display: inline-block;
        vertical-align: middle; } }
  footer#footer .footer-logo img {
    max-width: 225px;
    height: auto; }
  footer#footer .footer-icon {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media screen and (max-width: 499px) {
      footer#footer .footer-icon {
        width: 100%; } }
    footer#footer .footer-icon img {
      width: 173px;
      height: 57px; }
  footer#footer .right-section {
    text-align: center; }
    @media screen and (min-width: 992px) {
      footer#footer .right-section {
        margin-left: auto;
        text-align: right;
        max-width: 50%; } }
    @media screen and (max-width: 991px) {
      footer#footer .right-section {
        width: 100%;
        max-width: 100%;
        text-align: center; } }
  footer#footer .footer-menu {
    padding-bottom: 20px; }
    footer#footer .footer-menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      footer#footer .footer-menu ul li {
        display: inline-block; }
        footer#footer .footer-menu ul li a {
          color: #ffffff;
          text-decoration: none;
          font-weight: bold;
          padding: 5px 15px;
          transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out; }
          footer#footer .footer-menu ul li a:hover {
            color: #000000; }
  footer#footer .footer-copyright {
    font-size: 12px; }
    footer#footer .footer-copyright a {
      color: #ffffff; }

.banner-right {
  text-align: center;
  font-size: 20px;
  padding-top: 80px;
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .banner-right {
      padding-bottom: 0px;
      text-align: right; } }
  .banner-right h1 {
    line-height: 1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 36px;
    color: #ffffff; }
    @media screen and (min-width: 1200px) {
      .banner-right h1 {
        font-size: 40px; } }
    @media screen and (min-width: 1600px) {
      .banner-right h1 {
        font-size: 48px; } }
    @media screen and (min-width: 1800px) {
      .banner-right h1 {
        font-size: 52px; } }
  .banner-right .banner-caption-outer {
    color: #ffffff; }
  .banner-right .button-link {
    line-height: 18px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: sans-serif;
    font-style: normal;
    display: inline-block;
    padding: 20px 24px;
    outline: none;
    font-weight: bold;
    color: #494949;
    background: #F8F8F8;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out; }
    @media screen and (min-width: 1440px) {
      .banner-right .button-link {
        font-size: 15px; } }
    .banner-right .button-link:hover, .banner-right .button-link:focus {
      color: #ffffff;
      background: #EC4F78; }

.banner-inner {
  padding-top: 140px; }
  @media screen and (max-width: 767px) {
    .banner-inner {
      background-color: #4CBC94; } }
  @media screen and (min-width: 768px) {
    .banner-inner {
      background-image: url(../images/top-bg-green.png);
      background-size: cover;
      background-position: bottom right; } }
  @media screen and (min-width: 992px) {
    .banner-inner {
      padding-top: 160px;
      padding-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .banner-image-outer img {
    max-width: 290px;
    width: 100%;
    display: block;
    margin: auto; } }


@media screen and (max-width: 767px) {
  .banner-inner.secondary {
    background-color: #EC4F78; } }
@media screen and (min-width: 768px) {
  .banner-inner.secondary {
    background-image: url(../images/top-bg-pink.png); } }

#banner-bottom {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 768px) {
    #banner-bottom {
      padding-top: 100px;
      padding-bottom: 100px; } }
  #banner-bottom .container {
    max-width: 768px; }

.banner-bottom-content {
  width: 100%; }

#how-it-works {
  padding: 60px 0; }
  @media screen and (min-width: 768px) {
    #how-it-works {
      padding: 90px 0; } }
  @media screen and (min-width: 1200px) {
    #how-it-works {
      padding: 100px 0; } }
  #how-it-works .section-icon img {
    max-width: 170px; }
  @media screen and (max-width: 767px) {
    #how-it-works .section-left {
      text-align: center;
      padding: 0 30px;
      margin-bottom: 30px; } }

#products {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) {
    #products {
      padding-top: 100px;
      padding-bottom: 100px; } }
  #products .field-item {
    padding-bottom: 12px;
    padding-top: 12px; }
    @media screen and (min-width: 768px) {
      #products .field-item {
        padding-bottom: 7px;
        padding-top: 7px; } }
  #products .section-left {
    text-align: center; }
    @media screen and (min-width: 768px) {
      #products .section-left {
        text-align: right; } }
  #products .section-right {
    text-align: center; }
    @media screen and (min-width: 768px) {
      #products .section-right {
        text-align: left; } }
  #products .section-middle {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center; }
    #products .section-middle img {
      display: block;
      margin: auto;
      max-width: 90%; }
      @media screen and (min-width: 1200px) {
        #products .section-middle img {
          max-width: 72%; } }
    @media screen and (max-width: 767px) {
      #products .section-middle {
        padding-top: 40px;
        padding-bottom: 40px; }
        #products .section-middle img {
          max-width: 280px; } }
  #products .field-icon {
    padding-bottom: 15px; }
    #products .field-icon img {
      height: auto;
      max-width: 60px;
      max-height: 60px; }
      @media screen and (min-width: 1400px) {
        #products .field-icon img {
          max-width: 70px;
          max-height: 70px; } }
      @media screen and (min-width: 1600px) {
        #products .field-icon img {
          max-width: 75px;
          max-height: 75px; } }
      @media screen and (min-width: 1800px) {
        #products .field-icon img {
          max-width: 90px;
          max-height: 90px; } }
  #products .field-title {
    font-family: "Verdana-Bold";
    margin-bottom: 6px; }
  #products .field-content {
    font-size: 15px; }

#download-install {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  @media screen and (min-width: 768px) {
    #download-install {
      padding-top: 90px;
      padding-bottom: 90px; }
      #download-install .section-inner {
        position: relative;
        z-index: 1; }
      #download-install::before {
        content: "";
        position: absolute;
        width: 50%;
        left: 0;
        top: 0;
        height: 100%;
        background-color: #F8F8F8; } }
  @media screen and (min-width: 1200px) {
    #download-install {
      padding-top: 120px;
      padding-bottom: 130px; } }
  @media screen and (max-width: 767px) {
    #download-install .section-image-outer {
      margin-bottom: 30px; } }
  #download-install .section-image-outer img {
    max-width: 65%; }
    @media screen and (max-width: 767px) {
      #download-install .section-image-outer img {
        max-width: 280px;
        margin: auto;
        width: 100%;
        display: block; } }
  @media screen and (min-width: 768px) {
    #download-install .section-right {
      padding-left: 30px; } }
  @media screen and (min-width: 992px) {
    #download-install .section-right {
      padding-left: 40px; } }
  @media screen and (min-width: 1200px) {
    #download-install .section-right {
      padding-left: 60px; } }
  #download-install .section-right img {
    max-width: 170px; }
  @media screen and (max-width: 767px) {
    #download-install .section-right {
      text-align: center;
      padding: 0 30px; }
      #download-install .section-right img {
        display: block;
        margin: auto;
        width: 100%; } }

.text-image-block .section-text, .image-text-block .section-text {
  padding: 60px 0; }
  @media screen and (min-width: 768px) {
    .text-image-block .section-text, .image-text-block .section-text {
      padding: 170px 0; } }
.text-image-block .row, .image-text-block .row {
  margin: 0; }
.text-image-block .section-image, .image-text-block .section-image {
  position: relative;
  padding: 0; }
  .text-image-block .section-image .section-image-bg, .image-text-block .section-image .section-image-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0 60%; }
    @media screen and (min-width: 768px) {
      .text-image-block .section-image .section-image-bg, .image-text-block .section-image .section-image-bg {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0; } }
.text-image-block.green-bg, .image-text-block.green-bg {
  background-color: #4CBC94;
  color: #ffffff; }
  .text-image-block.green-bg .section-title h2, .image-text-block.green-bg .section-title h2 {
    color: #ffffff; }
  .text-image-block.green-bg .section-content, .image-text-block.green-bg .section-content {
    color: #ffffff; }

.text-image-block .row {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.text-image-block .section-text-inner {
  margin-left: auto;
  padding: 0 30px; }
  @media screen and (min-width: 768px) {
    .text-image-block .section-text-inner {
      max-width: 570px;
      padding: 0 30px 0 15px; } }
  @media screen and (min-width: 992px) {
    .text-image-block .section-text-inner {
      padding: 0 40px 0 15px; } }
  @media screen and (min-width: 1200px) {
    .text-image-block .section-text-inner {
      padding: 0 60px 0 15px; } }
  @media screen and (min-width: 1400px) {
    .text-image-block .section-text-inner {
      max-width: 585px; } }
  @media screen and (min-width: 1600px) {
    .text-image-block .section-text-inner {
      max-width: 635px; } }
  @media screen and (min-width: 1800px) {
    .text-image-block .section-text-inner {
      max-width: 735px; } }

.image-text-block .section-text-inner {
  padding: 0 15px 0 60px;
  margin-right: auto;
  padding: 0 30px; }
  @media screen and (min-width: 768px) {
    .image-text-block .section-text-inner {
      max-width: 570px;
      padding-left: 30px;
      padding-right: 15px; } }
  @media screen and (min-width: 992px) {
    .image-text-block .section-text-inner {
      padding-left: 40px; } }
  @media screen and (min-width: 1200px) {
    .image-text-block .section-text-inner {
      padding-left: 60px; } }
  @media screen and (min-width: 1400px) {
    .image-text-block .section-text-inner {
      max-width: 585px; } }
  @media screen and (min-width: 1600px) {
    .image-text-block .section-text-inner {
      max-width: 635px; } }
  @media screen and (min-width: 1800px) {
    .image-text-block .section-text-inner {
      max-width: 735px; } }

#products .section-title {
  padding-bottom: 80px; }

#easy-to-order .section-inner {
  padding: 130px 0 112px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

#pricing {
  padding: 60px 0; }
  @media screen and (min-width: 640px) {
    #pricing {
      padding: 80px 0; } }
  @media screen and (min-width: 768px) {
    #pricing {
      padding: 100px 0; } }
  #pricing .section-title {
    padding-bottom: 40px; }
    @media screen and (min-width: 640px) {
      #pricing .section-title {
        padding-bottom: 60px; } }
    @media screen and (min-width: 992px) {
      #pricing .section-title {
        padding-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    #pricing .field-items .field-item {
      padding: 0 20px 20px; } }
  #pricing .field-item-inner {
    padding: 50px 15px;
    background-color: #EDEDED;
    color: #404040; }
    @media screen and (min-width: 768px) {
      #pricing .field-item-inner {
        padding: 50px 10px; } }
    @media screen and (min-width: 992px) {
      #pricing .field-item-inner {
        padding: 60px 30px; } }
    @media screen and (min-width: 1200px) {
      #pricing .field-item-inner {
        padding: 60px; } }
    #pricing .field-item-inner .field-title {
      padding-bottom: 15px;
      font-family: "Verdana-Bold";
      text-transform: uppercase; }
    #pricing .field-item-inner .field-price {
      line-height: 70px;
      font-weight: bold; }
      #pricing .field-item-inner .field-price span {
        font-size: 70px;
        vertical-align: middle;
        margin: 0 6px; }
      #pricing .field-item-inner .field-price::after {
        content: "";
        display: block;
        margin: 30px auto;
        border-bottom: 2px solid #707070;
        width: 100px; }
    #pricing .field-item-inner .field-list ul {
      padding: 0;
      list-style: none; }
      #pricing .field-item-inner .field-list ul li {
        margin-bottom: 10px;
        font-size: 14px;
        color: #9D9D9D;
        font-weight: bold; }
    #pricing .field-item-inner.mid-big {
      background-color: #4CBC94;
      color: #ffffff;
      padding: 50px 15px; }
      @media screen and (min-width: 768px) {
        #pricing .field-item-inner.mid-big {
          margin-top: -40px;
          padding: 90px 10px; } }
      @media screen and (min-width: 992px) {
        #pricing .field-item-inner.mid-big {
          padding: 100px 30px; } }
      @media screen and (min-width: 1200px) {
        #pricing .field-item-inner.mid-big {
          padding: 100px 60px; } }
      #pricing .field-item-inner.mid-big ul li {
        color: #ffffff; }
button.read-more {
    background: transparent;
    border: none;
    border-bottom: 1px solid black;
    color: black;
    font-family: "Verdana";
    font-size: 13px;
    text-transform:uppercase;
}
.mid-big button.read-more{
    color:white;
    border-color:white;
}
#pricing li::before{
        content: "\f00c";
    font-family: "Font Awesome 5 Free";

        position: relative;
    left: -23px;
    margin-right: -13px;
}
#pricing li{
    text-align:left;
}
#pricing .field-item-inner .field-title{
    font-size:25px;
}
button.read-more:focus{
    outline:0;
}
button.read-more:hover{
    opacity:0.5;
    cursor:pointer;
}
.common-form form .form-action{
    width:99%;
}
#header .navbar-dark .navbar-nav .nav-link.active{
  color: #4CBC94;
}
/*# sourceMappingURL=style.css.map */
