/*-----------------------------------------------------Reset CSS Code-------------------------------------------------------------*/
@import "https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: 'montserratregular'; }

* {
  font-family: 'latomedium'; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000000;
  padding: 0.2em 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2 !important;
  margin-bottom: .5rem !important; }

p, span {
  line-height: 1.5 !important; }

a {
  text-decoration: none; }

p {
  margin-bottom: 1rem !important; }

strong, b {
  font-weight: bold !important; }

@font-face {
  font-family: 'LatoWebLight';
  src: url("fonts/Lato-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Light.woff2") format("woff2"), url("fonts/Lato-Light.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'LatoWeb';
  src: url("fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'LatoWebMedium';
  src: url("fonts/Lato-Medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Medium.woff2") format("woff2"), url("fonts/Lato-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'LatoWebSemibold';
  src: url("fonts/Lato-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Semibold.woff2") format("woff2"), url("fonts/Lato-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'LatoWebBold';
  src: url("fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
.poppinsRegular {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400; }

.poppinsMedium {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500; }

.poppinsSemibold {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600; }

.poppinsBold {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700; }

.latoRegular {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400; }

.latosemibold {
  font-family: 'Lato', sans-serif !important;
  font-weight: 600; }

.latoBold {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700; }

.main_heading {
  font-size: 42px;
  color: #000000;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600; }

.sub_heading {
  font-size: 32px;
  color: #000000;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700; }

.main_para {
  font-size: 16px;
  color: #646464;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400; }

.btn_blue {
  border-radius: 4px;
  background-color: #0096FF;
  border: 1px solid transparent;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease; }
  .btn_blue:hover {
    text-decoration: none; }

.btn_green {
  border-radius: 4px;
  background-color: #19CCA3;
  border: 1px solid transparent;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease; }
  .btn_green:hover {
    text-decoration: none; }

.btn_blue_border {
  border-radius: 4px;
  background: transparent;
  outline: none;
  text-decoration: none;
  border: 1px solid #0096FF;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
  color: #0096FF;
  transition: all 0.5s ease; }
  .btn_blue_border:hover {
    text-decoration: none;
    background: #0096FF;
    color: #ffffff; }

.btn_green_border {
  border-radius: 4px;
  background: transparent;
  outline: none;
  text-decoration: none;
  border: 1px solid #19CCA3;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
  color: #19CCA3;
  transition: all 0.5s ease; }
  .btn_green_border:hover {
    text-decoration: none;
    background: #19CCA3;
    color: #ffffff; }

.main_container {
  max-width: 1300px;
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .main_container {
      width: 100%;
      max-width: 550px;
      margin: 0 auto;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .main_container {
      max-width: 700px; } }
  @media (min-width: 992px) {
    .main_container {
      max-width: 950px; } }
  @media (min-width: 1200px) {
    .main_container {
      max-width: 1100px; } }
  @media (min-width: 1400px) {
    .main_container {
      max-width: 1300px; } }

/*----------------------------------End of Style CSS---------------------------------------------*/
header.header {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease; }
  header.header .header_inner {
    background: #ffffff; }
    @media (min-width: 768px) {
      header.header .header_inner {
        display: block;
        position: relative;
        padding: 0px; } }
    @media (min-width: 992px) {
      header.header .header_inner {
        position: unset;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 25px; } }
  header.header .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    header.header .logo a img {
      width: 120px; }
    header.header .logo ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border-left: 2px solid #e2e2e2;
      margin-left: 25px;
      padding: 0px 0 0px 25px; }
      @media (min-width: 320px) {
        header.header .logo ul {
          display: none; } }
      @media (min-width: 480px) {
        header.header .logo ul {
          display: none; } }
      @media (min-width: 576px) {
        header.header .logo ul {
          display: none; } }
      @media (min-width: 992px) {
        header.header .logo ul {
          display: flex; } }
      @media (min-width: 1200px) {
        header.header .logo ul {
          display: flex; } }
      header.header .logo ul li {
        font-family: 'Poppins', sans-serif !important;
        font-weight: 500;
        margin-right: 20px;
        cursor: pointer; }
        header.header .logo ul li.sub_menu {
          background: url(images/downarrow.svg);
          background-repeat: no-repeat;
          background-position: right center;
          padding-right: 20px; }
        header.header .logo ul li.sub_menu:hover {
          background: url("images/up_arrow.svg");
          background-repeat: no-repeat;
          background-position: right center;
          padding-right: 20px; }
        header.header .logo ul li a {
          color: #000000;
          padding-bottom: 15px; }
          header.header .logo ul li a.demo {
            color: #0096ff; }
          header.header .logo ul li a.demo:hover {
            color: #0088E6; }
        header.header .logo ul li ul {
          display: none;
          border: none;
          padding: 0px;
          margin: 0px;
          position: absolute;
          background: #fff;
          line-height: 25px;
          box-shadow: #0000001A 0px 0px 7px 0px;
          padding: 10px 25px;
          margin-top: 10px; }
          header.header .logo ul li ul li {
            font-family: 'Poppins', sans-serif !important;
            font-weight: 400;
            font-size: 15px;
            padding: 7px 0px; }
      header.header .logo ul .show {
        display: block; }
      header.header .logo ul li a:hover {
        color: #0096ff; }
      header.header .logo ul li:hover ul {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        align-items: flex-start;
        justify-content: left; }
  @media (min-width: 768px) {
    header.header .header_inner .mobile_nav {
      display: block; }
      header.header .header_inner .mobile_nav .logo {
        display: flex; } }
  @media (min-width: 992px) {
    header.header .header_inner .mobile_nav .logo {
      display: none; } }
  @media (min-width: 320px) {
    header.header .header_inner .mobile_nav ul .mobile_menu {
      display: block; } }
  @media (min-width: 480px) {
    header.header .header_inner .mobile_nav ul .mobile_menu {
      display: block; } }
  @media (min-width: 576px) {
    header.header .header_inner .mobile_nav ul .mobile_menu {
      display: block; } }
  @media (min-width: 768px) {
    header.header .header_inner .mobile_nav ul .mobile_menu {
      display: block; } }
  @media (min-width: 992px) {
    header.header .header_inner .mobile_nav ul .mobile_menu {
      display: none; } }
  @media (min-width: 1200px) {
    header.header .header_inner .mobile_nav ul .mobile_menu {
      display: none; } }
  header.header .header_inner .mobile_nav ul li.nav_link {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 13px; }
    @media (min-width: 992px) {
      header.header .header_inner .mobile_nav ul li.nav_link.sign-in-link {
        display: inline-block; }
      header.header .header_inner .mobile_nav ul li.nav_link.sign-up-link {
        display: inline-block; } }
    @media (min-width: 1200px) {
      header.header .header_inner .mobile_nav ul li.nav_link.sign-in-link {
        display: inline-block; }
      header.header .header_inner .mobile_nav ul li.nav_link.sign-up-link {
        display: inline-block; } }
    header.header .header_inner .mobile_nav ul li.nav_link a {
      text-align: center;
      color: #000000;
      transition: all 0.5s ease;
      padding: 10px 10px;
      cursor: pointer; }
      header.header .header_inner .mobile_nav ul li.nav_link a:hover {
        text-decoration: none;
        color: #0096FF; }
    header.header .header_inner .mobile_nav ul li.nav_link:nth-last-child(2) {
      border-bottom: none !important; }
      header.header .header_inner .mobile_nav ul li.nav_link:nth-last-child(2) a {
        transition: all 0.5s ease;
        border-radius: 4px;
        font-family: 'Lato', sans-serif !important;
        font-weight: 400;
        text-transform: capitalize;
        color: #0096FF;
        border: 1px solid #0096FF;
        background: #FFF;
        margin: 8px 0 5px 0;
        display: block;
        width: 91px;
        padding: 12px 0; }
        header.header .header_inner .mobile_nav ul li.nav_link:nth-last-child(2) a:hover {
          color: #ffffff;
          background: #0096FF; }
        @media (min-width: 320px) {
          header.header .header_inner .mobile_nav ul li.nav_link:nth-last-child(2) a {
            min-width: 90vw;
            height: 30px;
            line-height: 30px; } }
        @media (min-width: 480px) {
          header.header .header_inner .mobile_nav ul li.nav_link:nth-last-child(2) a {
            min-width: 90vw;
            height: 30px;
            line-height: 30px; } }
        @media (min-width: 768px) {
          header.header .header_inner .mobile_nav ul li.nav_link:nth-last-child(2) a {
            min-width: 90vw;
            height: 30px;
            line-height: 30px; } }
        @media (min-width: 992px) {
          header.header .header_inner .mobile_nav ul li.nav_link:nth-last-child(2) a {
            min-width: 10px;
            border: 1px solid #0096FF;
            margin-right: 10px;
            padding: 15.5px 25px;
            color: #0096FF;
            width: 50px;
            height: auto;
            line-height: inherit; }
            header.header .header_inner .mobile_nav ul li.nav_link:nth-last-child(2) a:hover {
              color: #ffffff;
              background: #0096FF; } }
    header.header .header_inner .mobile_nav ul li.nav_link:nth-last-child(3) {
      border-bottom: none !important; }
    header.header .header_inner .mobile_nav ul li.nav_link:last-child {
      cursor: pointer; }
      header.header .header_inner .mobile_nav ul li.nav_link:last-child a {
        padding: 12px 25px;
        background-color: #0096FF;
        transition: all 0.5s ease;
        padding: 14px 25px;
        border-radius: 4px;
        color: #ffffff;
        font-family: 'Lato', sans-serif !important;
        font-weight: 400;
        text-transform: capitalize;
        border: 1px solid #0096FF; }
        header.header .header_inner .mobile_nav ul li.nav_link:last-child a:hover {
          color: #ffffff;
          background: #0082DC; }
        @media (min-width: 992px) {
          header.header .header_inner .mobile_nav ul li.nav_link:last-child a {
            padding: 14px 20px; } }
        @media (min-width: 1200px) {
          header.header .header_inner .mobile_nav ul li.nav_link:last-child a {
            padding: 14px 25px; } }
  @media (min-width: 768px) {
    header.header nav.navigation.open .mobile_nav {
      display: none; } }
  @media (min-width: 992px) {
    header.header nav.navigation.open .mobile_nav {
      display: none; } }
  @media screen and (max-width: 992px) {
    header.header .header_inner .mobile_nav .logo {
      display: none; }
    header.header .header_inner .mobile_nav ul {
      transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      height: 0;
      width: 0;
      right: 0;
      top: 0;
      position: absolute;
      background-color: #ffffff;
      z-index: 18;
      overflow: hidden;
      margin-top: 0;
      float: none; }
      header.header .header_inner .mobile_nav ul li.nav_link {
        display: block;
        text-align: center;
        clear: both;
        height: auto;
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
        header.header .header_inner .mobile_nav ul li.nav_link h2 {
          display: flex;
          justify-content: space-between;
          line-height: 60px !important;
          margin-bottom: 0px !important; }
        header.header .header_inner .mobile_nav ul li.nav_link.sub_menu i {
          position: absolute;
          right: 0px;
          line-height: 60px; }
        header.header .header_inner .mobile_nav ul li.nav_link ul.drop_menu {
          display: none;
          padding-top: 0px;
          margin-top: -25px;
          padding-left: 10px;
          font-size: 16px;
          font-weight: 300; }
        header.header .header_inner .mobile_nav ul li.nav_link a {
          color: #000000;
          padding: 0;
          cursor: pointer; }
        header.header .header_inner .mobile_nav ul li.nav_link a.demo {
          color: #0096FF !important; }
        header.header .header_inner .mobile_nav ul li.nav_link:nth-child(1) {
          -webkit-transition-delay: 0.05s;
          -moz-transition-delay: 0.05s;
          -o-transition-delay: 0.05s;
          transition-delay: 0.05s; }
        header.header .header_inner .mobile_nav ul li.nav_link:nth-child(2) {
          -webkit-transition-delay: 0.10s;
          -moz-transition-delay: 0.10s;
          -o-transition-delay: 0.10s;
          transition-delay: 0.10s;
          border: none; }
          header.header .header_inner .mobile_nav ul li.nav_link:nth-child(2) a {
            border-right: none;
            padding: 0; }
        header.header .header_inner .mobile_nav ul li.nav_link:nth-child(3) {
          -webkit-transition-delay: 0.15s;
          -moz-transition-delay: 0.15s;
          -o-transition-delay: 0.15s;
          transition-delay: 0.15s; }
        header.header .header_inner .mobile_nav ul li.nav_link:last-child {
          margin-top: 25px; }
          header.header .header_inner .mobile_nav ul li.nav_link:last-child a {
            background-color: #ffffff;
            color: #0096FF; }
            header.header .header_inner .mobile_nav ul li.nav_link:last-child a:hover {
              background-color: #0096FF; }
        header.header .header_inner .mobile_nav ul li.nav_link .drop_menu {
          position: relative;
          top: 10px;
          width: 100%;
          height: auto; }
          header.header .header_inner .mobile_nav ul li.nav_link .drop_menu li {
            line-height: 20px;
            min-height: auto;
            padding: 0px;
            border-bottom: 0px;
            line-height: 35px; }
            header.header .header_inner .mobile_nav ul li.nav_link .drop_menu li a {
              text-align: left;
              font-size: 16px; }
    header.header .header_inner .mobile_nav.oppenned {
      overflow: visible;
      background-color: #19CCA3;
      display: block;
      position: relative;
      top: -55px;
      right: 0px;
      left: 0px;
      height: 100vh; }
      header.header .header_inner .mobile_nav.oppenned .logo {
        display: flex;
        z-index: 1000;
        position: relative;
        justify-content: space-between; }
      header.header .header_inner .mobile_nav.oppenned .accordion_top {
        /* justify-content: center; */
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        position: relative;
        justify-content: space-between;
        margin: 0 auto; }
        header.header .header_inner .mobile_nav.oppenned .accordion_top li.nav_link:last-child, header.header .header_inner .mobile_nav.oppenned .accordion_top .signup {
          border-bottom: none !important; }
          header.header .header_inner .mobile_nav.oppenned .accordion_top li.nav_link:last-child a, header.header .header_inner .mobile_nav.oppenned .accordion_top .signup a {
            padding: 12px 25px;
            background-color: #0082DC;
            transition: all 0.5s ease;
            padding: 14px 25px;
            border-radius: 4px;
            color: #ffffff;
            font-family: 'Lato', sans-serif !important;
            font-weight: 400;
            text-transform: capitalize;
            border: 1px solid #0096FF;
            display: inline-block;
            width: 84vw;
            height: 40px;
            line-height: 40px; }
      header.header .header_inner .mobile_nav.oppenned ul#accordion_top {
        opacity: 1;
        height: auto;
        width: 100%;
        min-height: 300px;
        text-align: left; }
        header.header .header_inner .mobile_nav.oppenned ul#accordion_top li.nav_link {
          line-height: 40px;
          font-size: 18px;
          text-align: left;
          border-bottom: 1px solid #707070;
          width: 100%;
          min-height: 60px;
          line-height: 60px; }
      header.header .header_inner .mobile_nav.oppenned:nth-child(2) {
        overflow: visible;
        height: 100%;
        width: 100%;
        min-height: 457px;
        width: 671px;
        background-color: #19CCA3;
        display: block;
        border: none; }
      header.header .header_inner .mobile_nav.oppenned:nth-child(1) {
        z-index: 100;
        background-color: #000000;
        border: none; }
      header.header .header_inner .mobile_nav.oppenned:nth-child(3) {
        z-index: 100;
        background-color: #FFF;
        border: none; }
    header.header .navigation.open {
      position: absolute;
      width: 40px;
      height: 50px;
      display: block;
      cursor: pointer;
      right: 15px;
      transition: all 0.2s linear; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    header.header .navigation.open {
      top: 10px; } }
  @media screen and (max-width: 992px) and (min-width: 480px) {
    header.header .navigation.open {
      top: 25px; } }
  @media screen and (max-width: 992px) and (min-width: 576px) {
    header.header .navigation.open {
      top: 25px; } }
  @media screen and (max-width: 992px) and (min-width: 768px) {
    header.header .navigation.open {
      top: 0px; } }
  @media screen and (max-width: 992px) {
      header.header .navigation.open .bar_menu {
        width: 100%;
        height: 50px; }
      header.header .navigation.open .right_menu {
        display: block;
        float: left;
        clear: both;
        height: 4px;
        width: 33px;
        background-color: #646464;
        position: absolute;
        right: 3px;
        top: 3px;
        overflow: hidden;
        transition: all 0.4s ease; }
        header.header .navigation.open .right_menu:nth-child(1) {
          margin-top: 12px;
          z-index: 9; }
        header.header .navigation.open .right_menu:nth-child(2) {
          margin-top: 22px; }
        header.header .navigation.open .right_menu:nth-child(3) {
          margin-top: 32px; }
    header.header.sticky-header nav.open {
      top: 0; } }

.header.sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0px 0px 15px #00000014;
  transition: all 0.5s ease;
  z-index: 99; }
  @media (min-width: 320px) {
    .header.sticky-header {
      box-shadow: 0px 0px 15px #00000014;
      background: #fff; } }
  @media (min-width: 768px) {
    .header.sticky-header {
      box-shadow: 0px 0px 15px #00000014;
      background: #fff; } }
  .header.sticky-header ul li ul {
    display: none;
    border: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    background: #fff;
    line-height: 25px;
    padding: 5px 15px; }
    .header.sticky-header ul li ul li {
      font-family: 'Poppins', sans-serif !important;
      font-weight: 400;
      font-size: 15px;
      padding: 7px 0px; }

footer.footer {
  position: relative;
  z-index: 0; }
  footer.footer .footer_top {
    padding: 90px 0 60px 0; }
    @media (min-width: 320px) {
      footer.footer .footer_top {
        padding: 140px 0 0px 0; } }
    @media (min-width: 576px) {
      footer.footer .footer_top {
        padding: 180px 30px 40px 30px; } }
    footer.footer .footer_top .footer_top_inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        footer.footer .footer_top .footer_top_inner .footer_section h4 {
          font-size: unset;
          margin-bottom: inherit; } }
      @media (min-width: 320px) {
        footer.footer .footer_top .footer_top_inner .footer_section p {
          font-size: 16px;
          margin-bottom: 36px !important; } }
      @media (min-width: 768px) {
        footer.footer .footer_top .footer_top_inner .footer_section p {
          font-size: unset;
          margin-bottom: inherit; } }
      footer.footer .footer_top .footer_top_inner .footer_section .get_start_footer_btn {
        padding: 18.5px 20px;
        margin-bottom: 30px;
        display: inline-block;
        border: 1px solid #0096FF; }
        footer.footer .footer_top .footer_top_inner .footer_section .get_start_footer_btn:hover {
          background: #0082DC;
          color: #ffffff; }
        @media (min-width: 320px) {
          footer.footer .footer_top .footer_top_inner .footer_section .get_start_footer_btn {
            width: 88%; } }
        @media (min-width: 576px) {
          footer.footer .footer_top .footer_top_inner .footer_section .get_start_footer_btn {
            width: unset; } }
        @media (min-width: 768px) {
          footer.footer .footer_top .footer_top_inner .footer_section .get_start_footer_btn {
            width: unset; } }
        @media (min-width: 1200px) {
          footer.footer .footer_top .footer_top_inner .footer_section .get_start_footer_btn {
            width: unset; } }
      footer.footer .footer_top .footer_top_inner .footer_section .footer_logo img {
        width: 150px; }
      footer.footer .footer_top .footer_top_inner .footer_section:first-child {
        text-align: center;
        flex: 0 1 100%;
        border: none;
        border-bottom: 1px solid #585858;
        padding: 0 0 30px 0;
        margin: 0 0 0 0; }
        footer.footer .footer_top .footer_top_inner .footer_section:first-child .footer_app_btn a {
          width: auto; }
      footer.footer .footer_top .footer_top_inner .footer_section:nth-child(2) {
        flex: 0 1 50%;
        margin: 30px 0 0 0; }
        @media (min-width: 320px) {
          footer.footer .footer_top .footer_top_inner .footer_section:nth-child(2) {
            flex: 0 1 100%;
            margin-top: 20px; } }
        @media (min-width: 768px) {
          footer.footer .footer_top .footer_top_inner .footer_section:nth-child(2) {
            margin: 30px 0 0 0; } }
      footer.footer .footer_top .footer_top_inner .footer_section:nth-child(3) {
        flex: 0 1 50%;
        margin: 30px 0 0 0; }
        @media (min-width: 320px) {
          footer.footer .footer_top .footer_top_inner .footer_section:nth-child(3) {
            flex: 0 1 100%;
            margin-top: 20px; } }
        @media (min-width: 768px) {
          footer.footer .footer_top .footer_top_inner .footer_section:nth-child(3) {
            margin: 30px 0 0 0; } }
      footer.footer .footer_top .footer_top_inner .footer_section:nth-child(4) {
        flex: 0 1 50%;
        margin: 30px 0 0 0; }
        @media (min-width: 320px) {
          footer.footer .footer_top .footer_top_inner .footer_section:nth-child(4) {
            flex: 0 1 100%;
            margin-top: 20px; } }
        @media (min-width: 768px) {
          footer.footer .footer_top .footer_top_inner .footer_section:nth-child(4) {
            margin: 30px 0 0 0; } }
      footer.footer .footer_top .footer_top_inner .footer_section:last-child {
        flex: 0 1 50%;
        margin: 30px 0 0 0; }
        @media (min-width: 320px) {
          footer.footer .footer_top .footer_top_inner .footer_section:last-child {
            flex: 0 1 100%;
            margin-top: 20px; } }
        @media (min-width: 768px) {
          footer.footer .footer_top .footer_top_inner .footer_section:last-child {
            margin: 30px 0 0 0; } }
      @media (min-width: 320px) {
        footer.footer .footer_top .footer_top_inner .footer_section:first-child {
          flex: 0 1 100%;
          border: none;
          border-bottom: 1px solid #585858;
          text-align: center; } }
      @media (min-width: 768px) {
        footer.footer .footer_top .footer_top_inner .footer_section:first-child {
          flex: 0 1 100%;
          border: none;
          border-bottom: 1px solid #585858;
          padding: 0 0 30px 0;
          margin: 0 0 30px 0;
          text-align: center; }
          footer.footer .footer_top .footer_top_inner .footer_section:first-child .footer_app_btn a {
            width: 22%; }
            footer.footer .footer_top .footer_top_inner .footer_section:first-child .footer_app_btn a img {
              width: 100%; }
        footer.footer .footer_top .footer_top_inner .footer_section:nth-child(2) {
          flex: 0 1 30%; }
        footer.footer .footer_top .footer_top_inner .footer_section:nth-child(3) {
          flex: 0 1 28%; }
        footer.footer .footer_top .footer_top_inner .footer_section:nth-child(4) {
          flex: 0 1 20%; }
        footer.footer .footer_top .footer_top_inner .footer_section:last-child {
          flex: 0 1 20%; } }
      @media (min-width: 992px) {
        footer.footer .footer_top .footer_top_inner .footer_section:first-child {
          flex: 1.6;
          border: none;
          border-right: 1px solid #eaeaea;
          padding-right: 3%;
          margin-right: 3%;
          text-align: left; }
          footer.footer .footer_top .footer_top_inner .footer_section:first-child .footer_app_btn a {
            width: 75%; }
            footer.footer .footer_top .footer_top_inner .footer_section:first-child .footer_app_btn a img {
              width: 100%; }
        footer.footer .footer_top .footer_top_inner .footer_section:nth-child(2) {
          flex: 1.5; }
        footer.footer .footer_top .footer_top_inner .footer_section:nth-child(3) {
          flex: 1.2; }
        footer.footer .footer_top .footer_top_inner .footer_section:nth-child(4) {
          flex: 1; }
        footer.footer .footer_top .footer_top_inner .footer_section:last-child {
          flex: 1; } }
      @media (min-width: 1200px) {
        footer.footer .footer_top .footer_top_inner .footer_section:first-child {
          flex: 1.6;
          text-align: left; }
          footer.footer .footer_top .footer_top_inner .footer_section:first-child .footer_app_btn {
            display: flex; }
            footer.footer .footer_top .footer_top_inner .footer_section:first-child .footer_app_btn a {
              width: 41%; }
              footer.footer .footer_top .footer_top_inner .footer_section:first-child .footer_app_btn a img {
                width: auto; }
        footer.footer .footer_top .footer_top_inner .footer_section:nth-child(2) {
          flex: 1.3; }
        footer.footer .footer_top .footer_top_inner .footer_section:nth-child(3) {
          flex: 1.2; }
        footer.footer .footer_top .footer_top_inner .footer_section:nth-child(4) {
          flex: 1; }
        footer.footer .footer_top .footer_top_inner .footer_section:last-child {
          flex: 1; } }
      footer.footer .footer_top .footer_top_inner .footer_section h4 {
        padding: 30px 0 2px 0;
        line-height: 22px !important; }
      footer.footer .footer_top .footer_top_inner .footer_section p {
        padding: 0 0 3px 0;
        color: #7E7E7E;
        font-size: 14px; }
      footer.footer .footer_top .footer_top_inner .footer_section .footer_app_btn a {
        width: 47%;
        display: inline-block; }
        @media screen and (min-width: 1366px) {
          footer.footer .footer_top .footer_top_inner .footer_section .footer_app_btn a {
            width: 130px !important; } }
        @media only screen and (width: 1366px) {
          footer.footer .footer_top .footer_top_inner .footer_section .footer_app_btn a img {
            height: 43px  !important; } }
        @media only screen and (width: 425px) {
          footer.footer .footer_top .footer_top_inner .footer_section .footer_app_btn a img {
            height: 50px  !important; } }
        @media only screen and (width: 375px) {
          footer.footer .footer_top .footer_top_inner .footer_section .footer_app_btn a img {
            height: 43px  !important; } }
        footer.footer .footer_top .footer_top_inner .footer_section .footer_app_btn a:last-child {
          margin: 0 0 0 1%; }
          @media (min-width: 320px) {
            footer.footer .footer_top .footer_top_inner .footer_section .footer_app_btn a:last-child {
              margin-top: 5px; } }
          @media screen and (min-width: 1200px) {
            footer.footer .footer_top .footer_top_inner .footer_section .footer_app_btn a:last-child {
              margin: 0 0 0 5px; } }
          @media (min-width: 1200px) {
            footer.footer .footer_top .footer_top_inner .footer_section .footer_app_btn a:last-child {
              margin-top: 0px; } }
      footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links {
        border-right: none;
        padding: 0 0 0 0; }
        footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links h4 {
          padding: 0 0 13px 0;
          font-size: 15px;
          text-transform: uppercase; }
          footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links h4 a {
            color: #000000; }
            footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links h4 a:hover {
              color: #0096FF; }
        footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links ul li {
          margin: 0 0 14px 0;
          font-family: 'Lato', sans-serif !important;
          font-weight: 400; }
          @media (min-width: 320px) {
            footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links ul li {
              margin: 0 0 20px 0; } }
          @media (min-width: 480px) {
            footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links ul li {
              margin: 0 0 20px 0; } }
          @media (min-width: 768px) {
            footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links ul li {
              margin: 0 0 20px 0; } }
          @media (min-width: 992px) {
            footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links ul li {
              margin: 0 0 14px 0; } }
          @media (min-width: 1200px) {
            footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links ul li {
              margin: 0 0 14px 0; } }
          footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links ul li a {
            transition: all 0.3s ease;
            color: #646464;
            font-size: 15px; }
            footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links ul li a:hover {
              color: #0096FF;
              text-decoration: none; }
        @media (min-width: 320px) {
          footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links {
            text-align: left;
            border-bottom: 1px solid #d6d6d6; }
            footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links:last-child {
              border-bottom: none; } }
        @media (min-width: 480px) {
          footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links {
            text-align: center; } }
        @media (min-width: 768px) {
          footer.footer .footer_top .footer_top_inner .footer_section.footer_section_links {
            text-align: unset;
            border-bottom: none; } }
  footer.footer .footer_bottom .footer_bottom_inner {
    border-top: 2px solid #eaeaea;
    padding: 14px 0; }
    @media screen and (min-width: 320px) {
      footer.footer .footer_bottom .footer_bottom_inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse; }
        footer.footer .footer_bottom .footer_bottom_inner p {
          margin: 15px 0 15px 0;
          text-align: center;
          font-size: 15px;
          color: #646464; }
        footer.footer .footer_bottom .footer_bottom_inner .footer_social {
          width: 75%;
          margin: 0 auto;
          margin-bottom: 15px; }
          footer.footer .footer_bottom .footer_bottom_inner .footer_social ul {
            display: flex;
            justify-content: space-between;
            margin: 0; }
            footer.footer .footer_bottom .footer_bottom_inner .footer_social ul li {
              margin-left: 10px; }
              footer.footer .footer_bottom .footer_bottom_inner .footer_social ul li:first-child {
                margin-left: 0; }
              footer.footer .footer_bottom .footer_bottom_inner .footer_social ul li a img {
                width: 32px; } }
    @media (min-width: 320px) {
      footer.footer .footer_bottom .footer_bottom_inner {
        border-top: 0px; } }
    @media (min-width: 992px) {
      footer.footer .footer_bottom .footer_bottom_inner .footer_social {
        flex-direction: row;
        width: 21%;
        margin: 0px; } }
    @media screen and (min-width: 768px) {
      footer.footer .footer_bottom .footer_bottom_inner {
        width: unset;
        flex-direction: row; }
        footer.footer .footer_bottom .footer_bottom_inner p {
          margin: 0 !important; } }

.home_get_started {
  position: relative;
  padding: 0;
  margin-top: 155px; }
  @media (min-width: 480px) {
    .home_get_started {
      padding: 0 30px; } }
  @media (min-width: 992px) {
    .home_get_started {
      padding: 0; } }
  .home_get_started::after {
    position: absolute;
    content: "0";
    right: 10%;
    top: -108px;
    font-size: 0;
    width: 200px;
    height: 200px;
    background: url("images/geoShapes_Footer_R.svg") no-repeat;
    z-index: 0;
    display: none; }
    @media (min-width: 576px) {
      .home_get_started::after {
        display: block; } }
  .home_get_started::before {
    position: absolute;
    content: "0";
    left: 13%;
    top: -86px;
    font-size: 0;
    width: 200px;
    height: 200px;
    background: url("images/geoShapes_Footer_L.svg") no-repeat;
    z-index: 0;
    display: none; }
    @media (min-width: 576px) {
      .home_get_started::before {
        display: block; } }
  .home_get_started .home_get_started_inner {
    box-shadow: 0px 12px 24px #0082DC4D;
    margin: 0 auto;
    margin-bottom: -76px;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 5%;
    width: 90%;
    background: url("images/bgFooterCTA.png") center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: 1;
    flex-direction: column; }
    @media (min-width: 576px) {
      .home_get_started .home_get_started_inner {
        padding: 50px 5%; } }
    @media (min-width: 992px) {
      .home_get_started .home_get_started_inner {
        flex-direction: row;
        max-width: 900px;
        width: 92%;
        padding: 60px 4%; } }
    @media (min-width: 1200px) {
      .home_get_started .home_get_started_inner {
        width: 90%;
        max-width: 1000px; } }
    @media (min-width: 1400px) {
      .home_get_started .home_get_started_inner {
        max-width: inherit; } }
    .home_get_started .home_get_started_inner .get_started_content {
      max-width: 600px;
      width: 100%;
      text-align: center;
      padding-bottom: 23px; }
      @media (min-width: 992px) {
        .home_get_started .home_get_started_inner .get_started_content {
          width: 45%;
          text-align: left;
          padding-bottom: 0;
          max-width: inherit; } }
      .home_get_started .home_get_started_inner .get_started_content p {
        font-size: 16px;
        color: #ffffff;
        margin-bottom: 0 !important;
        width: 90%; }
        @media (min-width: 576px) {
          .home_get_started .home_get_started_inner .get_started_content p {
            font-size: 18px; } }
        @media (min-width: 768px) {
          .home_get_started .home_get_started_inner .get_started_content p {
            margin: 0 auto; } }
        @media (min-width: 992px) {
          .home_get_started .home_get_started_inner .get_started_content p {
            text-align: center;
            margin: 0 auto; } }
        @media (min-width: 1200px) {
          .home_get_started .home_get_started_inner .get_started_content p {
            text-align: unset;
            margin: unset; } }
      .home_get_started .home_get_started_inner .get_started_content h2 {
        font-size: 28px;
        color: #ffffff; }
        @media (min-width: 576px) {
          .home_get_started .home_get_started_inner .get_started_content h2 {
            font-size: 31px; } }
    .home_get_started .home_get_started_inner .get_started_form {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 600px;
      flex-direction: column;
      position: relative; }
      @media (min-width: 576px) {
        .home_get_started .home_get_started_inner .get_started_form {
          flex-direction: row; } }
      @media (min-width: 992px) {
        .home_get_started .home_get_started_inner .get_started_form {
          width: 51%;
          max-width: inherit; } }
      .home_get_started .home_get_started_inner .get_started_form input {
        width: 196px;
        height: 40px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 4px;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        border: none;
        margin-bottom: 12px; }
        @media (min-width: 320px) {
          .home_get_started .home_get_started_inner .get_started_form input {
            width: 230px;
            height: 40px;
            margin-bottom: 0;
            padding-left: 3%;
            padding-right: 2%; } }
        @media (min-width: 480px) {
          .home_get_started .home_get_started_inner .get_started_form input {
            width: 290px; } }
        @media (min-width: 576px) {
          .home_get_started .home_get_started_inner .get_started_form input {
            width: 58.5%;
            padding-left: 3%;
            padding-right: 2%;
            height: 52px; } }
        @media (min-width: 768px) {
          .home_get_started .home_get_started_inner .get_started_form input {
            width: 64%; } }
        @media (min-width: 992px) {
          .home_get_started .home_get_started_inner .get_started_form input {
            width: 59%; } }
        @media (min-width: 1200px) {
          .home_get_started .home_get_started_inner .get_started_form input {
            width: 62%; } }
        @media (min-width: 1400px) {
          .home_get_started .home_get_started_inner .get_started_form input {
            width: 64%; } }
      .home_get_started .home_get_started_inner .get_started_form button {
        text-align: center;
        font-size: 15px;
        letter-spacing: 0;
        color: #ffffff;
        width: 151px;
        height: 40px;
        background: #19CCA3;
        border-radius: 4px;
        outline: none;
        border: none;
        margin-top: 10px; }
        .home_get_started .home_get_started_inner .get_started_form button:hover {
          background: #1BBE99;
          color: #ffffff; }
        @media (min-width: 320px) {
          .home_get_started .home_get_started_inner .get_started_form button {
            width: 162px;
            height: 40px; } }
        @media (min-width: 576px) {
          .home_get_started .home_get_started_inner .get_started_form button {
            width: 35%;
            margin-top: 0;
            height: 54px; } }
        @media (min-width: 768px) {
          .home_get_started .home_get_started_inner .get_started_form button {
            width: 29%; } }
        @media (min-width: 992px) {
          .home_get_started .home_get_started_inner .get_started_form button {
            width: 33%; } }
        @media (min-width: 1200px) {
          .home_get_started .home_get_started_inner .get_started_form button {
            width: 31%;
            font-size: 16px; } }
        @media (min-width: 1400px) {
          .home_get_started .home_get_started_inner .get_started_form button {
            width: 29%; } }
  .home_get_started.america_get_started .home_get_started_inner {
    max-width: 1080px; }
    @media (min-width: 992px) {
      .home_get_started.america_get_started .home_get_started_inner {
        flex-direction: column; } }
    @media (min-width: 1200px) {
      .home_get_started.america_get_started .home_get_started_inner {
        flex-direction: row; } }
    .home_get_started.america_get_started .home_get_started_inner .get_started_content {
      max-width: 568px;
      width: 100%; }
    .home_get_started.america_get_started .home_get_started_inner .get_started_form {
      max-width: 368px;
      width: 100%;
      margin: 0; }
      .home_get_started.america_get_started .home_get_started_inner .get_started_form button {
        width: 200px;
        transition: all 0.5s ease; }
      @media (min-width: 768px) {
        .home_get_started.america_get_started .home_get_started_inner .get_started_form {
          max-width: 440px; } }
      @media (min-width: 992px) {
        .home_get_started.america_get_started .home_get_started_inner .get_started_form {
          margin-top: 20px;
          max-width: 420px; } }
      @media (min-width: 1200px) {
        .home_get_started.america_get_started .home_get_started_inner .get_started_form {
          max-width: 420px; } }
      .home_get_started.america_get_started .home_get_started_inner .get_started_form a {
        text-align: center;
        font-size: 15px;
        letter-spacing: 0;
        color: #19CCA3;
        width: 151px;
        height: 40px;
        background: #ffffff;
        border-radius: 3px;
        line-height: 40px;
        transition: all 0.5s ease; }
        @media (min-width: 320px) {
          .home_get_started.america_get_started .home_get_started_inner .get_started_form a {
            line-height: 40px;
            height: 40px;
            width: 200px; } }
        @media (min-width: 576px) {
          .home_get_started.america_get_started .home_get_started_inner .get_started_form a {
            line-height: 53px;
            height: 54px;
            width: 200px; } }
        @media (min-width: 768px) {
          .home_get_started.america_get_started .home_get_started_inner .get_started_form a {
            width: 200px; } }
        .home_get_started.america_get_started .home_get_started_inner .get_started_form a:hover {
          background: #19CCA3;
          color: #ffffff; }

.mask-layout {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000; }

.mask {
  position: fixed;
  max-width: 850px;
  max-width: 460px;
  width: 94%;
  margin: 0 auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  overflow: auto;
  font-family: 'latomedium', sans-serif !important; }

.mask .table-dv {
  display: table;
  width: 100%;
  height: 100%; }

.mask .table-dv .table-cell {
  display: table-cell;
  vertical-align: middle; }

.mask .table-dv .table-cell ._widget {
  margin: 30px auto;
  position: relative;
  overflow: hidden;
  border-radius: 6px; }

.mask .table-dv .table-cell ._widget ._body {
  background: #fff;
  padding: 40px 28px; }

.mask .table-dv .table-cell ._widget ._body ._close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 13px; }

.mask .table-dv .table-cell ._widget ._body ._close:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  top: 15px;
  left: 3px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mask .table-dv .table-cell ._widget ._body ._close:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  top: 15px;
  left: 3px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_with {
  text-align: center;
  width: 100%;
  margin: 0 auto; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_with h2 {
  margin-bottom: 13px;
  font-size: 24px;
  font-family: 'latosemibold',  sans-serif !important; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_with span {
  color: #939191;
  font-size: 16px;
  margin-top: -9px;
  display: block;
  margin-bottom: 35px;
  font-family: 'latosemibold', sans-serif !important; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_or {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 34px; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_or img {
  width: 100%; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .email_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }

@media (min-width: 480px) {
  .mask .table-dv .table-cell ._widget ._body .sign_up_right .email_flex {
    flex-direction: row; } }
.mask .table-dv .table-cell ._widget ._body .sign_up_right .email_flex .email_pop_left {
  width: 100% !important; }

@media (min-width: 480px) {
  .mask .table-dv .table-cell ._widget ._body .sign_up_right .email_flex .email_pop_left {
    width: 48% !important; } }
.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control {
  width: 100%;
  /* margin: 0 auto; */
  position: relative;
  margin-bottom: 21px; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control input {
  margin: 0;
  background-color: transparent;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  color: #333;
  font-size: 14px;
  padding: 12px;
  margin: 0 0 0 0;
  outline: none;
  box-shadow: none;
  font-family: 'latomedium', sans-serif !important; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control input::placeholder {
  color: #bfbfbf; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control input:focus + label,
.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control label.activeFocus {
  color: #0096FF; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control input:focus + label {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control label.active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control .control-group {
  position: relative; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control .control-group input {
  position: absolute;
  opacity: 0; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control .control-group label {
  width: 100%;
  display: inline-block;
  color: #0096FF;
  font-weight: 400;
  font-family: 'lite';
  border: 1px solid #0096FF;
  font-size: 13px;
  line-height: 16px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  padding: 14px 0; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control .control-group label.checked,
.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control .control-group input:checked + label {
  background-color: #0096FF;
  color: #fff; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control .errorMessage {
  margin-top: 0;
  text-align: left;
  font-size: 12px;
  color: red; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .meterial-control .hide {
  display: none !important; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_container {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-left: 22px;
  margin: 5px 0 5px 0;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  padding-bottom: 17px;
  font-family: 'latosemibold', sans-serif !important;
  font-size: 13px; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_container:hover .checkmark {
  background-color: #ccc; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_container input:checked ~ .checkmark {
  background-color: #0096FF; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_container input:checked ~ .checkmark:after {
  display: block; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 3px; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .signup_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_social {
  margin-top: 25px;
  margin-bottom: 12px; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_social ul {
  align-items: center;
  display: flex;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
  flex-wrap: wrap;
  /* width: 350px; */
  margin: 0 auto; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_social ul li {
  cursor: pointer;
  margin: 0 0px;
  text-align: center; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_social ul li:first-child {
  /*        background: url("images/header_social1.png") no-repeat center; */ }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_social ul li:nth-child(2) {
  /* background: url("images/header_social2.png") no-repeat center; */ }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_social ul li:last-child {
  /*     background: url("images/icon_twitter.png") no-repeat center; */ }

.sign_up_social ul li {
  border: 1px solid #dddddd;
  cursor: pointer;
  padding: 8px 12px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px -5px rgba(0, 0, 0, 0.71);
  margin-left: 8px;
  border-radius: 4px;
  moz-box-shadow: 0px 2px 6px -5px rgba(0, 0, 0, 0.71);
  webkit-box-shadow: 0px 2px 6px -5px rgba(0, 0, 0, 0.71); }

.sign_up_social ul li:hover {
  background-color: #eee; }

.sign_up_social ul li div {
  display: flex;
  align-items: center;
  flex-direction: row; }

.btn_social_signup {
  display: flex;
  align-items: center;
  flex-direction: row; }

.btn_social_signup img {
  width: 20px;
  height: 20px; }

.btn_social_signup span {
  color: #0000008A;
  font-size: 14px;
  font-family: 'lato', sans-serif !important;
  font-weight: 700;
  margin-left: 15px; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .text-right {
  width: 100%;
  margin: 0 auto; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .text-right button {
  display: block;
  border: none;
  width: 100%;
  font-size: 15px;
  color: #fff;
  background-color: #0096FF;
  padding: 12px 0;
  border-radius: 4px;
  transition: all 0.5s ease;
  font-family: 'latosemibold', sans-serif !important; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .text-right button:hover {
  background-color: #0082DC; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .already-login {
  color: #333;
  font-size: 13px;
  text-align: center;
  margin: 0 0 13px 0;
  font-family: 'latomedium', sans-serif !important; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .already-login a {
  color: #0096FF; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .already-login a:hover {
  text-decoration: none;
  color: #0082DC; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_terms {
  text-align: center;
  color: #7e7e7e;
  font-size: 12px;
  font-family: 'latomedium', sans-serif !important; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_terms a {
  color: #333; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .sign_up_terms a:hover {
  color: #0096FF;
  text-decoration: none; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .or_text {
  text-align: center;
  margin-top: -11px; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .or_text span {
  font-size: 13px;
  display: inline-block;
  background: #fff;
  padding: 0 15px; }

.mask .table-dv .table-cell ._widget ._body .sign_up_right .or_line {
  width: 100%;
  border-top: 1px solid #bfbfbf;
  margin-top: 30px; }

.hideClass {
  display: none; }

.br::after {
  white-space: pre;
  content: "\A"; }

@media (min-width: 320px) {
  .mobile_option.link {
    display: block; } }
@media (min-width: 768px) {
  .mobile_option.link {
    display: none !important; } }

@media (min-width: 320px) {
  .desktop_option {
    display: none; } }
@media (min-width: 576px) {
  .desktop_option {
    display: none; } }
@media (min-width: 768px) {
  .desktop_option {
    display: block; } }

.submenu, .open_menu {
  display: block; }

@media (width: 425px) {
  .submenu, .open_menu {
    display: none; }

  .submenu a {
    display: block;
    text-decoration: none;
    /* color: #1a1a1a; */
    /* padding: 10px 0px; */
    /* padding-left: 42px; */
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-bottom: 1px solid #FFF;
    text-align: left; }

  .submenu a:hover {
    /* background: #b63b4d; */
    color: #FFF;
    border-bottom: 1px solid #444; } }
@media (min-width: 320px) {
  .submenu, .open_menu {
    display: none; }

  .submenu a {
    display: block;
    text-decoration: none;
    /* color: #1a1a1a; */
    /* padding: 10px 0px; */
    /* padding-left: 42px; */
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-bottom: 1px solid #FFF;
    text-align: left; }

  .submenu a:hover {
    /* background: #b63b4d; */
    border-bottom: 1px solid #444; } }
@media (min-width: 768px) {
  .submenu, .open_menu {
    display: block; }

  .submenu a:hover {
    /* background: #b63b4d; */
    border-bottom: 1px solid #FFF; } }
.accordion {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.accordion .link, .accordion_top .link {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left; }

.accordion .link i, .accordion_top i {
  position: absolute;
  right: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion li:last-child .link {
  border-bottom: 0; }

.accordion div.open i.fa-chevron-down, .accordion_top li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.home_head_section {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 0; }
  @media (min-width: 1200px) {
    .home_head_section {
      margin-top: 50px; } }
  .home_head_section .home_head_blobs {
    position: absolute; }
  .home_head_section .home_head_blob_1 {
    top: 0%;
    left: -17%;
    display: none; }
    @media (min-width: 768px) {
      .home_head_section .home_head_blob_1 {
        display: block; } }
  .home_head_section .alternate_head {
    box-shadow: 0px 2px 0px #EAEAEA;
    z-index: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: flex-start;
    flex-direction: row; }
    @media (min-width: 320px) {
      .home_head_section .alternate_head {
        flex-direction: column-reverse; } }
    @media (min-width: 480px) {
      .home_head_section .alternate_head {
        flex-direction: column-reverse; } }
    @media (min-width: 576px) {
      .home_head_section .alternate_head {
        flex-direction: column-reverse; } }
    @media (min-width: 768px) {
      .home_head_section .alternate_head {
        flex-direction: column-reverse; } }
    @media (min-width: 992px) {
      .home_head_section .alternate_head {
        box-shadow: none;
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .home_head_section .alternate_head {
        flex-direction: row;
        text-align: left; } }
    .home_head_section .alternate_head .alternate_head_left {
      width: 100%; }
      @media (min-width: 1200px) {
        .home_head_section .alternate_head .alternate_head_left {
          width: 45%; } }
      .home_head_section .alternate_head .alternate_head_left .top {
        background: url("images/geoShapes_L.svg") no-repeat;
        width: 118px;
        height: 120px;
        position: absolute;
        left: 517px; }
    .home_head_section .alternate_head .alternate_head_right {
      width: 100%;
      margin: 0;
      text-align: center; }
      .home_head_section .alternate_head .alternate_head_right .right_bottom {
        background-image: url(images/geoShapes_R.svg), url(images/bigTriangle.svg);
        width: 350px;
        height: 457px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: top left, right bottom;
        top: 116px;
        right: -210px; }
      @media (min-width: 320px) {
        .home_head_section .alternate_head .alternate_head_right {
          display: none; } }
      @media (min-width: 992px) {
        .home_head_section .alternate_head .alternate_head_right {
          display: block; } }
      @media (min-width: 1200px) {
        .home_head_section .alternate_head .alternate_head_right {
          width: 60%;
          margin-right: -9%; } }
      @media (min-width: 1400px) {
        .home_head_section .alternate_head .alternate_head_right {
          margin-right: -5%; } }
      .home_head_section .alternate_head .alternate_head_right img {
        width: 100%; }
        @media (min-width: 992px) {
          .home_head_section .alternate_head .alternate_head_right img {
            width: 70%;
            margin-top: 60px; } }
    .home_head_section .alternate_head h1 {
      max-width: inherit;
      width: 100%;
      font-size: 44px; }
      @media (min-width: 320px) {
        .home_head_section .alternate_head h1 {
          font-size: 44px; } }
      @media (min-width: 480px) {
        .home_head_section .alternate_head h1 {
          font-size: 44px; } }
      @media (min-width: 576px) {
        .home_head_section .alternate_head h1 {
          margin: 0 auto;
          font-size: 44px; } }
      @media (min-width: 768px) {
        .home_head_section .alternate_head h1 {
          font-size: 44px; } }
      @media (min-width: 992px) {
        .home_head_section .alternate_head h1 {
          font-size: 44px; } }
      @media (min-width: 1200px) {
        .home_head_section .alternate_head h1 {
          max-width: 550px;
          margin: unset;
          font-size: 44px; } }
    .home_head_section .alternate_head .topfold {
      margin-top: 70px; }
    .home_head_section .alternate_head p {
      max-width: inherit;
      width: 100%;
      padding: 10px 0 15px 0;
      font-size: 18px;
      color: #646464; }
      @media (min-width: 576px) {
        .home_head_section .alternate_head p {
          font-size: 20px; } }
      @media (min-width: 1200px) {
        .home_head_section .alternate_head p {
          max-width: 420px;
          font-size: 22px; } }
    .home_head_section .alternate_head img {
      width: 100%;
      margin: 0 auto; }
    .home_head_section .alternate_head .get_start {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 477px;
      margin: 0 auto;
      flex-direction: column;
      position: relative; }
      @media (min-width: 320px) {
        .home_head_section .alternate_head .get_start {
          width: 100%;
          justify-content: center;
          align-items: center; } }
      @media (min-width: 480px) {
        .home_head_section .alternate_head .get_start {
          width: 100%;
          justify-content: center;
          align-items: center; } }
      @media (min-width: 576px) {
        .home_head_section .alternate_head .get_start {
          width: 51%;
          justify-content: space-between;
          flex-direction: row; } }
      @media (min-width: 768px) {
        .home_head_section .alternate_head .get_start {
          width: 69%;
          justify-content: space-between;
          flex-direction: row; } }
      @media (min-width: 992px) {
        .home_head_section .alternate_head .get_start {
          width: 100%;
          justify-content: space-between;
          flex-direction: row; } }
      @media (min-width: 1200px) {
        .home_head_section .alternate_head .get_start {
          margin: 0;
          justify-content: space-between;
          width: 477px; } }
      @media (min-width: 1400px) {
        .home_head_section .alternate_head .get_start {
          width: 543px;
          justify-content: space-between; } }
      .home_head_section .alternate_head .get_start p {
        font-size: 0 !important;
        margin: 0 !important;
        padding: 0 !important; }
      .home_head_section .alternate_head .get_start span {
        color: #646464;
        font-size: 13px;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 500;
        margin-top: 15px;
        text-align: left; }
      .home_head_section .alternate_head .get_start input {
        width: 257px;
        height: 40px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 2px solid #DBDBDB;
        border-radius: 4px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        display: block; }
        .home_head_section .alternate_head .get_start input::placeholder {
          color: #7e7e7e; }
        @media (min-width: 480px) {
          .home_head_section .alternate_head .get_start input {
            width: 270px;
            height: 48px; } }
        @media (min-width: 768px) {
          .home_head_section .alternate_head .get_start input {
            display: inline-block;
            margin: 0; } }
        @media (min-width: 1400px) {
          .home_head_section .alternate_head .get_start input {
            width: 334px; } }
      .home_head_section .alternate_head .get_start button {
        text-align: center;
        font-size: 14px;
        letter-spacing: 0;
        color: #ffffff;
        width: 166px;
        height: 40px;
        background: #0096FF;
        border-radius: 4px;
        outline: none;
        border: none;
        display: block;
        margin-top: 11px;
        padding: 0px 10px;
        border: 1px solid #0096FF; }
        .home_head_section .alternate_head .get_start button:hover {
          background: #0082DC;
          color: #ffffff; }
        @media (min-width: 480px) {
          .home_head_section .alternate_head .get_start button {
            font-size: 16px;
            width: 166px;
            height: 54px; } }
        @media (min-width: 768px) {
          .home_head_section .alternate_head .get_start button {
            display: inline-block;
            margin: 0; } }
        @media (min-width: 992px) {
          .home_head_section .alternate_head .get_start button {
            font-size: 14px; } }
        @media (min-width: 1200px) {
          .home_head_section .alternate_head .get_start button {
            font-size: 14px; } }
      .home_head_section .alternate_head .get_start #get_start_err {
        margin-top: 5px;
        text-align: left;
        font-size: 12px;
        color: red;
        font-weight: 300;
        font-family: 'Lato', sans-serif !important;
        font-weight: 400;
        position: absolute;
        bottom: -19px;
        width: 100%; }
        @media (min-width: 768px) {
          .home_head_section .alternate_head .get_start #get_start_err {
            width: auto;
            text-align: left; } }
      .home_head_section .alternate_head .get_start .square {
        background: url("images/dots.svg");
        width: 118px;
        height: 118px;
        position: absolute;
        left: 499px;
        top: 10px;
        z-index: -10000; }
    .home_head_section .alternate_head .home_head_social {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      padding-top: 17px;
      padding-bottom: 20px; }
      .home_head_section .alternate_head .home_head_social > span {
        padding-bottom: 15px; }
      @media (min-width: 1200px) {
        .home_head_section .alternate_head .home_head_social {
          justify-content: flex-start; } }
      .home_head_section .alternate_head .home_head_social p {
        display: none; }
      .home_head_section .alternate_head .home_head_social span {
        color: #000000;
        font-size: 15px; }
      .home_head_section .alternate_head .home_head_social ul {
        display: flex;
        margin: 0 0 0 10px;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        width: 360px; }
        @media (min-width: 320px) {
          .home_head_section .alternate_head .home_head_social ul {
            width: 80%; } }
        @media (min-width: 480px) {
          .home_head_section .alternate_head .home_head_social ul {
            width: 80%; } }
        @media (min-width: 576px) {
          .home_head_section .alternate_head .home_head_social ul {
            width: 360px; } }
        .home_head_section .alternate_head .home_head_social ul li {
          text-align: center;
          line-height: 32px;
          background: #fff;
          border: 1px solid #dddddd;
          cursor: pointer;
          padding: 10px 18px;
          box-sizing: border-box;
          box-shadow: 0px 2px 6px -5px rgba(0, 0, 0, 0.71);
          border-radius: 4px; }
          @media (min-width: 480px) {
            .home_head_section .alternate_head .home_head_social ul li {
              margin-bottom: 10px;
              width: unset; } }
          @media (min-width: 320px) {
            .home_head_section .alternate_head .home_head_social ul li {
              margin-bottom: 10px;
              width: 100%; } }
          @media (min-width: 1200px) {
            .home_head_section .alternate_head .home_head_social ul li {
              width: unset; } }
          @media (min-width: 576px) {
            .home_head_section .alternate_head .home_head_social ul li {
              width: unset; } }
          @media (min-width: 768px) {
            .home_head_section .alternate_head .home_head_social ul li {
              width: unset; } }
          .home_head_section .alternate_head .home_head_social ul li .btn_social_signup {
            display: flex;
            justify-content: space-between;
            align-items: center; }
            @media (min-width: 480px) {
              .home_head_section .alternate_head .home_head_social ul li .btn_social_signup {
                justify-content: center;
                width: unset; } }
            @media (min-width: 320px) {
              .home_head_section .alternate_head .home_head_social ul li .btn_social_signup {
                justify-content: center;
                width: 100%; } }
            @media (min-width: 576px) {
              .home_head_section .alternate_head .home_head_social ul li .btn_social_signup {
                justify-content: center; } }
            @media (min-width: 768px) {
              .home_head_section .alternate_head .home_head_social ul li .btn_social_signup {
                justify-content: space-between; } }
            @media (min-width: 1200px) {
              .home_head_section .alternate_head .home_head_social ul li .btn_social_signup {
                justify-content: space-between; } }
          .home_head_section .alternate_head .home_head_social ul li .btn_social_signup img {
            margin: 0px;
            height: 15px;
            width: auto;
            cursor: pointer; }
          .home_head_section .alternate_head .home_head_social ul li .btn_social_signup span {
            font-size: 13px;
            margin-left: 10px;
            font-family: 'Poppins', sans-serif !important;
            font-weight: 500; }
          .home_head_section .alternate_head .home_head_social ul li:hover {
            background-color: #eee; }
    .home_head_section .alternate_head .home_hero_image img {
      display: none; }
      @media (min-width: 576px) {
        .home_head_section .alternate_head .home_hero_image img {
          display: block; } }
  .home_head_section .scroll_bottom {
    text-align: center;
    background: url("images/dotPattern.png") center;
    padding: 0px 0 50px 0;
    margin: 70px 0 0 0; }
    @media (min-width: 1200px) {
      .home_head_section .scroll_bottom {
        margin: 35px 0 0 0; } }
    .home_head_section .scroll_bottom span {
      display: block;
      font-size: 14px;
      margin-top: 10px;
      color: #646464; }

.clients {
  text-align: center;
  margin-top: 140px; }
  .clients ul {
    width: 98%;
    margin: 48px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  @media (min-width: 576px) {
    .clients {
      display: none; } }
  @media (min-width: 320px) {
    .clients {
      display: none; } }
  @media (min-width: 992px) {
    .clients {
      display: block; } }
  @media (min-width: 1200px) {
    .clients {
      display: block; } }

.alternative_plans {
  margin-top: 110px; }
  .alternative_plans .alternative_plans_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300;
    width: 100%;
    margin-top: 110px;
    flex-direction: column; }
    @media (min-width: 320px) {
      .alternative_plans .alternative_plans_section {
        margin-top: 50px;
        flex-direction: column-reverse; } }
    @media (min-width: 576px) {
      .alternative_plans .alternative_plans_section {
        margin-top: 50px;
        flex-direction: column-reverse; } }
    @media (min-width: 768px) {
      .alternative_plans .alternative_plans_section {
        margin-top: 50px;
        flex-direction: column-reverse; } }
    @media (min-width: 992px) {
      .alternative_plans .alternative_plans_section {
        margin-top: 110px;
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .alternative_plans .alternative_plans_section {
        margin-top: 110px;
        flex-direction: row; } }
    .alternative_plans .alternative_plans_section.alternative_plans_section_reverse {
      margin-top: 110px;
      margin-bottom: 0px;
      flex-direction: column; }
      @media (min-width: 320px) {
        .alternative_plans .alternative_plans_section.alternative_plans_section_reverse {
          margin-top: 50px;
          flex-direction: column-reverse; } }
      @media (min-width: 576px) {
        .alternative_plans .alternative_plans_section.alternative_plans_section_reverse {
          margin-top: 50px;
          flex-direction: column-reverse; } }
      @media (min-width: 768px) {
        .alternative_plans .alternative_plans_section.alternative_plans_section_reverse {
          margin-top: 50px;
          flex-direction: column-reverse; } }
      @media (min-width: 992px) {
        .alternative_plans .alternative_plans_section.alternative_plans_section_reverse {
          margin-top: 110px;
          flex-direction: row-reverse; } }
      @media (min-width: 320px) {
        .alternative_plans .alternative_plans_section.alternative_plans_section_reverse .alternative_plans_content {
          margin-top: 50px; } }
      @media (min-width: 480px) {
        .alternative_plans .alternative_plans_section.alternative_plans_section_reverse .alternative_plans_content {
          margin-top: 50px; } }
      @media (min-width: 576px) {
        .alternative_plans .alternative_plans_section.alternative_plans_section_reverse .alternative_plans_content {
          margin-top: 50px; } }
      @media (min-width: 768px) {
        .alternative_plans .alternative_plans_section.alternative_plans_section_reverse .alternative_plans_content {
          margin-top: 50px; } }
      @media (min-width: 992px) {
        .alternative_plans .alternative_plans_section.alternative_plans_section_reverse .alternative_plans_content {
          margin-top: 20px;
          margin-right: 0;
          margin-left: 70px; } }
      .alternative_plans .alternative_plans_section.alternative_plans_section_reverse .alternative_plans_img.second_block .plan_blob_round {
        position: absolute;
        left: 0%;
        top: -33%; }
        @media (min-width: 768px) {
          .alternative_plans .alternative_plans_section.alternative_plans_section_reverse .alternative_plans_img.second_block .plan_blob_round {
            left: 0%;
            top: -17%;
            width: 100%; } }
        @media (width: 1440px) {
          .alternative_plans .alternative_plans_section.alternative_plans_section_reverse .alternative_plans_img.second_block .plan_blob_round {
            left: 0%;
            top: -30%;
            width: 88%; } }
      .alternative_plans .alternative_plans_section.alternative_plans_section_reverse .alternative_plans_img .left_img {
        left: 52px;
        top: -70px;
        height: 552px; }
    .alternative_plans .alternative_plans_section h4 {
      color: #000000;
      margin: 25px 0 0 0 !important;
      font-size: 24px;
      font-family: 'Poppins', sans-serif !important;
      font-weight: 500; }
      @media (min-width: 768px) {
        .alternative_plans .alternative_plans_section h4 {
          font-size: 32px;
          font-weight: 600; } }
    .alternative_plans .alternative_plans_section span {
      font-family: 'Poppins', sans-serif !important;
      font-weight: 500;
      font-size: 18px;
      display: flex;
      align-items: center; }
      .alternative_plans .alternative_plans_section span img {
        padding-right: 10px; }
    .alternative_plans .alternative_plans_section a.slack_pink {
      color: #E43B85;
      border-bottom: 2px solid #FFFFFF; }
      .alternative_plans .alternative_plans_section a.slack_pink:hover {
        border-bottom: 2px solid #E43B85; }
    .alternative_plans .alternative_plans_section .slack_pink {
      color: #E43B85; }
    .alternative_plans .alternative_plans_section a.slack_blue {
      color: #38C0E3;
      border-bottom: 2px solid #FFFFFF; }
      .alternative_plans .alternative_plans_section a.slack_blue:hover {
        border-bottom: 2px solid #38C0E3; }
    .alternative_plans .alternative_plans_section .slack_blue {
      color: #38C0E3; }
    .alternative_plans .alternative_plans_section .slack_purple {
      color: #922BD6; }
    .alternative_plans .alternative_plans_section a.slack_purple {
      color: #922BD6;
      border-bottom: 2px solid #FFFFFF; }
      .alternative_plans .alternative_plans_section a.slack_purple:hover {
        border-bottom: 2px solid #922BD6; }
    .alternative_plans .alternative_plans_section a.slack_orange {
      color: #F58E17;
      border-bottom: 2px solid #FFFFFF; }
      .alternative_plans .alternative_plans_section a.slack_orange:hover {
        border-bottom: 2px solid #F58E17; }
    .alternative_plans .alternative_plans_section .slack_orange {
      color: #F58E17; }
    .alternative_plans .alternative_plans_section a.slack_dark_blue {
      color: #3A4DF5;
      border-bottom: 2px solid #FFFFFF; }
      .alternative_plans .alternative_plans_section a.slack_dark_blue:hover {
        border-bottom: 2px solid #3A4DF5; }
    .alternative_plans .alternative_plans_section .slack_dark_blue {
      color: #3A4DF5; }
    .alternative_plans .alternative_plans_section a.slack_green {
      color: #1BC46F;
      border-bottom: 2px solid #FFFFFF; }
      .alternative_plans .alternative_plans_section a.slack_green:hover {
        border-bottom: 2px solid #1BC46F; }
    .alternative_plans .alternative_plans_section .slack_green {
      color: #1BC46F; }
    .alternative_plans .alternative_plans_section p {
      color: #646464;
      font-size: 16px;
      margin: 16px 0 0 0 !important;
      font-family: 'Lato', sans-serif !important;
      font-weight: 400; }
      @media (min-width: 768px) {
        .alternative_plans .alternative_plans_section p {
          font-size: 20px; } }
    .alternative_plans .alternative_plans_section .alternative_plans_content {
      flex: 1;
      text-align: center; }
      @media (min-width: 480px) {
        .alternative_plans .alternative_plans_section .alternative_plans_content {
          margin-top: 50px; } }
      @media (min-width: 576px) {
        .alternative_plans .alternative_plans_section .alternative_plans_content {
          margin-top: 50px; } }
      @media (min-width: 768px) {
        .alternative_plans .alternative_plans_section .alternative_plans_content {
          margin-top: 50px; } }
      @media (min-width: 992px) {
        .alternative_plans .alternative_plans_section .alternative_plans_content {
          margin-top: 20px;
          text-align: left;
          margin-right: 70px; } }
      @media (min-width: 1200px) {
        .alternative_plans .alternative_plans_section .alternative_plans_content {
          flex: auto; } }
      .alternative_plans .alternative_plans_section .alternative_plans_content a {
        margin-top: 40px;
        float: left; }
        .alternative_plans .alternative_plans_section .alternative_plans_content a > span > img {
          padding-left: 10px;
          margin-top: 3px;
          padding-right: 0px; }
      .alternative_plans .alternative_plans_section .alternative_plans_content h5 {
        margin-top: 27px;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 600;
        color: #000000;
        font-size: 16px; }
      .alternative_plans .alternative_plans_section .alternative_plans_content ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; }
        .alternative_plans .alternative_plans_section .alternative_plans_content ul li {
          width: 44%;
          font-family: 'Lato', sans-serif;
          font-weight: 400;
          color: #333;
          padding: 5px 0 5px 30px;
          background: url(images/iconTick.svg) no-repeat left center;
          margin-top: 11px; }
      @media (min-width: 320px) {
        .alternative_plans .alternative_plans_section .alternative_plans_content {
          text-align: left;
          margin-top: 50px; }
          .alternative_plans .alternative_plans_section .alternative_plans_content ul li {
            width: 100%; } }
      @media (min-width: 480px) {
        .alternative_plans .alternative_plans_section .alternative_plans_content {
          text-align: left;
          margin-top: 50px; }
          .alternative_plans .alternative_plans_section .alternative_plans_content ul li {
            width: 100%; } }
      @media (min-width: 768px) {
        .alternative_plans .alternative_plans_section .alternative_plans_content {
          text-align: left;
          margin-top: 50px; }
          .alternative_plans .alternative_plans_section .alternative_plans_content ul li {
            width: 44%; } }
      @media (min-width: 992px) {
        .alternative_plans .alternative_plans_section .alternative_plans_content {
          margin-top: 20px;
          text-align: left; }
          .alternative_plans .alternative_plans_section .alternative_plans_content ul li {
            width: 100%; } }
      @media (min-width: 1200px) {
        .alternative_plans .alternative_plans_section .alternative_plans_content {
          margin-top: 20px;
          text-align: left; }
          .alternative_plans .alternative_plans_section .alternative_plans_content ul li {
            width: 44%; } }
    .alternative_plans .alternative_plans_section .alternative_plans_img {
      position: relative;
      flex: 1;
      width: 100%; }
      @media (min-width: 1200px) {
        .alternative_plans .alternative_plans_section .alternative_plans_img {
          flex: auto; } }
      .alternative_plans .alternative_plans_section .alternative_plans_img.first_block .plan_blob_round {
        position: absolute;
        left: -3%;
        top: -13%;
        z-index: 0;
        width: 200px; }
        @media (min-width: 320px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img.first_block .plan_blob_round {
            width: 100%; } }
        @media (min-width: 480px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img.first_block .plan_blob_round {
            width: 100%; } }
        @media (min-width: 576px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img.first_block .plan_blob_round {
            width: 100%; } }
        @media (min-width: 1200px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img.first_block .plan_blob_round {
            width: 100%; } }
      .alternative_plans .alternative_plans_section .alternative_plans_img.third_block .plan_blob_round {
        position: absolute;
        left: 7%;
        top: -9%;
        z-index: 0;
        width: 200px; }
        @media (min-width: 320px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img.third_block .plan_blob_round {
            width: 100%; } }
        @media (min-width: 480px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img.third_block .plan_blob_round {
            width: 100%; } }
        @media (min-width: 576px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img.third_block .plan_blob_round {
            width: 100%; } }
        @media (min-width: 768px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img.third_block .plan_blob_round {
            left: 7%;
            top: -9%;
            z-index: 0;
            width: 88%; } }
        @media (min-width: 1200px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img.third_block .plan_blob_round {
            width: 85%; } }
      .alternative_plans .alternative_plans_section .alternative_plans_img .plan_blob_square {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 0;
        width: 100px; }
        @media (min-width: 1200px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img .plan_blob_square {
            width: 182px; } }
      .alternative_plans .alternative_plans_section .alternative_plans_img img {
        width: 100%;
        margin-top: 20px;
        z-index: 0;
        position: relative; }
        @media (min-width: 992px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img img {
            margin: 0; } }
        @media (min-width: 1200px) {
          .alternative_plans .alternative_plans_section .alternative_plans_img img {
            width: auto; } }

.features {
  text-align: center;
  margin-top: 131px; }
  .features .main_container h2 {
    font-size: 32px; }
  .features .main_container p {
    font-size: 18px; }
  .features ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto; }
    .features ul li {
      width: 375px;
      padding: 33px 10px 27px;
      border: 1.5px solid #ffffff;
      border-radius: 8px;
      margin-top: 30px; }
      .features ul li .link-container {
        display: flex;
        align-items: center;
        max-width: 110px;
        margin: 0 auto;
        margin-top: 28px; }
      .features ul li .link-container img {
        margin-left: 8px;
        margin-bottom: 8px; }
      .features ul li .link-container a {
        font-size: 16px;
        color: #0096FF;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 500;
        padding-bottom: 5px;
        border-bottom: 3px solid #ffffff; }
        @media (min-width: 320px) {
          .features ul li .link-container a {
            border-bottom: 3px solid #0096FF; } }
        @media (min-width: 992px) {
          .features ul li .link-container a {
            border-bottom: 3px solid #ffffff; } }
        @media (min-width: 1200px) {
          .features ul li .link-container a {
            border-bottom: 3px solid #ffffff; } }
      .features ul li p {
        margin-top: 16px;
        color: #646464; }
      .features ul li h6 {
        margin-top: 32px;
        color: #000000; }
      .features ul li .link-more .link-container a:after {
        background: none repeat scroll 0 0 transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        background: #0096FF;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
        visibility: hidden; }
      @media (min-width: 320px) {
        .features ul li {
          border: 1.5px solid #0096FF; } }
      @media (min-width: 480px) {
        .features ul li {
          border: 1.5px solid #0096FF; } }
      @media (min-width: 576px) {
        .features ul li {
          border: 1.5px solid #0096FF; } }
      @media (min-width: 768px) {
        .features ul li {
          border: 1.5px solid #0096FF; } }
      @media (min-width: 992px) {
        .features ul li {
          border: 1.5px solid #ffffff; } }
      @media (min-width: 1200px) {
        .features ul li {
          border: 1.5px solid #ffffff; } }
      .features ul li:hover {
        border: 1.5px solid #0096FF; }
      .features ul li:hover .link-container a {
        padding-bottom: 5px;
        visibility: visible;
        transform: scaleX(1); }
      .features ul li:hover .link-more .link-container a:after {
        width: 100%;
        left: 0;
        transition: all 0.3s ease-in-out;
        visibility: visible; }
  @media (min-width: 768px) {
    .features ul {
      width: 60%; } }
  @media (min-width: 1200px) {
    .features ul {
      width: 100%; } }
  @media (min-width: 992px) {
    .features ul {
      width: 100%; } }
  .features.addons span {
    font-size: 11px;
    color: #0096FF;
    background: #e5f4ff;
    padding: 4px 8px;
    border-radius: 3px; }
    .features.addons span.business {
      background: #fff6e5;
      color: #EE9E00; }

.home_integrations {
  margin-top: 145px;
  background: url(images/bgIntegrations.svg) no-repeat center;
  position: relative;
  padding: 90px 0;
  background-size: cover; }
  .home_integrations .home_integrations_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px; }
    @media (min-width: 320px) {
      .home_integrations .home_integrations_inner {
        flex-direction: column-reverse; } }
    @media (min-width: 480px) {
      .home_integrations .home_integrations_inner {
        flex-direction: column-reverse; } }
    @media (min-width: 576px) {
      .home_integrations .home_integrations_inner {
        flex-direction: column-reverse;
        padding: 0 30px; } }
    @media (min-width: 992px) {
      .home_integrations .home_integrations_inner {
        flex-direction: row;
        padding: 0 30px; } }
    @media (min-width: 1200px) {
      .home_integrations .home_integrations_inner {
        flex-direction: row;
        padding: 0 30px; } }
    .home_integrations .home_integrations_inner .integration_left {
      position: relative;
      z-index: 1; }
      @media (min-width: 320px) {
        .home_integrations .home_integrations_inner .integration_left {
          flex: 100%;
          text-align: center; } }
      @media (min-width: 576px) {
        .home_integrations .home_integrations_inner .integration_left {
          margin-bottom: 50px;
          margin-top: 20px;
          text-align: center; } }
      @media (min-width: 768px) {
        .home_integrations .home_integrations_inner .integration_left {
          flex: 47%;
          text-align: center;
          margin-bottom: 0; } }
      @media (min-width: 992px) {
        .home_integrations .home_integrations_inner .integration_left {
          text-align: left; } }
      @media (min-width: 1200px) {
        .home_integrations .home_integrations_inner .integration_left {
          text-align: left; } }
      .home_integrations .home_integrations_inner .integration_left h2 {
        font-size: 36px;
        color: #ffffff; }
        @media (min-width: 576px) {
          .home_integrations .home_integrations_inner .integration_left h2 {
            font-size: 42px; } }
      .home_integrations .home_integrations_inner .integration_left p {
        font-size: 18px;
        color: #ffffff; }
        @media (min-width: 576px) {
          .home_integrations .home_integrations_inner .integration_left p {
            font-size: 20px; } }
      .home_integrations .home_integrations_inner .integration_left a {
        width: 170px;
        height: 40px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border-radius: 4px;
        text-align: center;
        font-size: 15px;
        letter-spacing: 0;
        color: #0096FF;
        text-decoration: none;
        display: inline-block;
        line-height: 42px;
        border: 1px solid #ffffff;
        cursor: pointer; }
        .home_integrations .home_integrations_inner .integration_left a:hover {
          color: #ffffff;
          background: transparent; }
        @media (min-width: 320px) {
          .home_integrations .home_integrations_inner .integration_left a {
            margin-top: 12px; } }
        @media (min-width: 576px) {
          .home_integrations .home_integrations_inner .integration_left a {
            width: 186px;
            height: 54px;
            font-size: 16px;
            line-height: 53px;
            margin-top: 60px; } }
        @media (min-width: 768px) {
          .home_integrations .home_integrations_inner .integration_left a {
            margin-top: 20px; } }
    .home_integrations .home_integrations_inner .integration_right {
      display: block; }
      @media (min-width: 320px) {
        .home_integrations .home_integrations_inner .integration_right {
          flex: 100%; } }
      @media (min-width: 768px) {
        .home_integrations .home_integrations_inner .integration_right {
          flex: 50%;
          display: block; } }
      .home_integrations .home_integrations_inner .integration_right img {
        width: 100%; }

.kanban_illustration {
  margin-top: 132px; }
  @media (min-width: 320px) {
    .kanban_illustration {
      display: none; } }
  @media (min-width: 480px) {
    .kanban_illustration {
      display: none; } }
  @media (min-width: 768px) {
    .kanban_illustration {
      display: none; } }
  @media (min-width: 992px) {
    .kanban_illustration {
      display: block; } }
  .kanban_illustration .slider_container {
    display: flex;
    justify-content: center;
    align-items: center; }
    .kanban_illustration .slider_container .controls {
      border: 1px solid #DDD;
      padding: 8px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
  .kanban_illustration h3 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    .kanban_illustration h3 img {
      transform: rotate(90deg); }
  .kanban_illustration .sub_title {
    color: #646464;
    font-size: 18px;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block; }
  .kanban_illustration .slide_item {
    height: 460px; }
  .kanban_illustration .slider_section {
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
    height: 505px;
    min-width: 880px;
    background-image: linear-gradient(to left, #80AF45, #DDFFB4);
    border-radius: 12px;
    width: 65%;
    padding: 40px; }
    .kanban_illustration .slider_section ul {
      list-style: none;
      display: flex;
      justify-content: space-around;
      align-items: center;
      font-family: 'Lato', sans-serif !important;
      font-weight: 700;
      margin-top: 28px; }
      .kanban_illustration .slider_section ul .not_started {
        color: #FC7150; }
      .kanban_illustration .slider_section ul .in_progress {
        color: #5185FC; }
      .kanban_illustration .slider_section ul .completed {
        color: #008D41; }
    .kanban_illustration .slider_section ul.control {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 70px;
      margin: 15px auto; }
    .kanban_illustration .slider_section .img {
      margin-top: 23px;
      width: 100%; }
    .kanban_illustration .slider_section .stage_1 > div.slide_wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .kanban_illustration .slider_section .stage_1 > div.slide_wrapper > div {
        line-height: 20px;
        border-radius: 18px;
        background: #fff;
        color: #000;
        width: 236px;
        height: 100px;
        display: flex;
        justify-content: center;
        font-family: 'Lato', sans-serif !important;
        font-weight: 400;
        font-weight: bold;
        align-items: center;
        text-align: center;
        margin-right: 10px;
        margin-top: 10px; }
      .kanban_illustration .slider_section .stage_1 > div.slide_wrapper > span {
        display: block;
        font-size: 16px;
        margin-top: 185px;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        color: #FFFFFF; }
    .kanban_illustration .slider_section .stage_2, .kanban_illustration .slider_section .stage_3, .kanban_illustration .slider_section .stage_4 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      .kanban_illustration .slider_section .stage_2 > span, .kanban_illustration .slider_section .stage_3 > span, .kanban_illustration .slider_section .stage_4 > span {
        display: block;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        color: #FFFFFF; }
    .kanban_illustration .slider_section .stage_2 span {
      margin-top: 198px; }
    .kanban_illustration .slider_section .stage_3 > span {
      margin-top: 32px;
      color: #000000; }
    .kanban_illustration .slider_section .stage_4 span {
      margin-top: 32px; }

.testimonials {
  margin-top: 100px; }
  .testimonials ul.testimonal_section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center; }
    .testimonials ul.testimonal_section li.test_li {
      border: 2px solid #DDDDDD;
      border-radius: 12px;
      min-width: 260px;
      width: 25%;
      padding: 30px 40px; }
      @media (width: 320px) {
        .testimonials ul.testimonal_section li.test_li {
          min-width: unset;
          min-height: 525px !important; } }
      @media (min-width: 320px) {
        .testimonials ul.testimonal_section li.test_li {
          min-width: unset;
          min-height: unset; } }
      @media (min-width: 576px) {
        .testimonials ul.testimonal_section li.test_li {
          min-width: 260px;
          min-height: unset; } }
      .testimonials ul.testimonal_section li.test_li p {
        font-size: 20px;
        color: #000000;
        font-family: 'Lato', sans-serif !important;
        font-weight: 400;
        border-bottom: 2px solid #DFDFDF;
        margin-top: 26px;
        min-height: 200px; }
        @media (min-width: 320px) {
          .testimonials ul.testimonal_section li.test_li p {
            font-size: 20px; } }
        @media (min-width: 480px) {
          .testimonials ul.testimonal_section li.test_li p {
            font-size: 20px; } }
        @media (min-width: 768px) {
          .testimonials ul.testimonal_section li.test_li p {
            font-size: 18px; } }
        @media (min-width: 992px) {
          .testimonials ul.testimonal_section li.test_li p {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .testimonials ul.testimonal_section li.test_li p {
            font-size: 20px; } }
      .testimonials ul.testimonal_section li.test_li .testimonial_content {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 24px; }
        @media (min-width: 320px) {
          .testimonials ul.testimonal_section li.test_li .testimonial_content {
            margin-top: 15px;
            flex-direction: column; } }
        @media (min-width: 768px) {
          .testimonials ul.testimonal_section li.test_li .testimonial_content {
            margin-top: 15px;
            flex-direction: column; } }
        @media (min-width: 992px) {
          .testimonials ul.testimonal_section li.test_li .testimonial_content {
            margin-top: 24px;
            flex-direction: unset; } }
        @media (min-width: 1200px) {
          .testimonials ul.testimonal_section li.test_li .testimonial_content {
            margin-top: 24px;
            flex-direction: unset; } }
        .testimonials ul.testimonal_section li.test_li .testimonial_content img {
          margin-right: 15px; }
        @media (min-width: 320px) {
          .testimonials ul.testimonal_section li.test_li .testimonial_content .designation {
            text-align: center; } }
        @media (min-width: 768px) {
          .testimonials ul.testimonal_section li.test_li .testimonial_content .designation {
            text-align: center; } }
        @media (min-width: 992px) {
          .testimonials ul.testimonal_section li.test_li .testimonial_content .designation {
            text-align: unset; } }
        @media (min-width: 1200px) {
          .testimonials ul.testimonal_section li.test_li .testimonial_content .designation {
            text-align: unset; } }
        .testimonials ul.testimonal_section li.test_li .testimonial_content .designation h5 {
          font-family: 'Poppins', sans-serif !important;
          font-weight: 600;
          font-size: 16px;
          color: #000000;
          margin: 0 !important;
          padding-bottom: 4px; }
        .testimonials ul.testimonal_section li.test_li .testimonial_content .designation span {
          font-family: 'Lato', sans-serif !important;
          font-weight: 400;
          font-size: 14px;
          color: #333333; }
      @media (min-width: 768px) {
        .testimonials ul.testimonal_section li.test_li {
          width: 35%;
          min-height: 450px; }
          .testimonials ul.testimonal_section li.test_li:last-child {
            display: none; } }
      @media (min-width: 992px) {
        .testimonials ul.testimonal_section li.test_li {
          min-height: unset; } }
      @media (min-width: 1200px) {
        .testimonials ul.testimonal_section li.test_li {
          width: 25%; }
          .testimonials ul.testimonal_section li.test_li:last-child {
            display: unset; } }
    @media (min-width: 320px) {
      .testimonials ul.testimonal_section li:nth-child(2) {
        margin-top: 10px;
        margin-bottom: 10px; } }

.kanban_integration {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .kanban_integration {
      margin-top: 182px; } }
  .kanban_integration .kanban_integration_inner {
    background-color: #0096ff0d;
    border-radius: 6px;
    padding: 20px;
    margin: 110px auto 0 auto; }
    .kanban_integration .kanban_integration_inner .kanban_integration_section {
      border: 1px solid #54B9FF;
      border-radius: 6px;
      padding: 54px 78px;
      text-align: center; }
      @media (min-width: 320px) {
        .kanban_integration .kanban_integration_inner .kanban_integration_section {
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 15px; } }
      @media (min-width: 480px) {
        .kanban_integration .kanban_integration_inner .kanban_integration_section {
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 15px; } }
      @media (min-width: 576px) {
        .kanban_integration .kanban_integration_inner .kanban_integration_section {
          padding-bottom: 15px 35px; } }
      @media (min-width: 768px) {
        .kanban_integration .kanban_integration_inner .kanban_integration_section {
          padding: 30px 35px; } }
      @media (min-width: 992px) {
        .kanban_integration .kanban_integration_inner .kanban_integration_section {
          padding: 45px 35px; } }
      @media (min-width: 1200px) {
        .kanban_integration .kanban_integration_inner .kanban_integration_section {
          padding: 47px 35px; } }
      .kanban_integration .kanban_integration_inner .kanban_integration_section > img {
        margin-top: -120px; }
      .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half h6 {
        font-size: 32px;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 700; }
      .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .kanban_features {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-top: 85px; }
        @media (min-width: 320px) {
          .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .kanban_features {
            flex-direction: column; } }
        @media (min-width: 768px) {
          .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .kanban_features {
            flex-direction: row; } }
        .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .kanban_features .feature_2 {
          margin-left: 22px;
          margin-right: 22px; }
        .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .kanban_features .title {
          font-size: 22px;
          color: #000000;
          font-family: 'Poppins', sans-serif !important;
          font-weight: 600;
          margin-top: 23px; }
        .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .kanban_features .details {
          font-size: 18px;
          font-family: 'Lato', sans-serif !important;
          font-weight: 400;
          margin-top: 25px;
          color: #646464;
          line-height: 25px; }
          @media (min-width: 320px) {
            .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .kanban_features .details {
              max-width: 270px;
              margin-bottom: 50px; } }
          @media (min-width: 768px) {
            .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .kanban_features .details {
              max-width: unset;
              margin-bottom: 10px; } }
      .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .footer {
        margin-top: 85px;
        margin-bottom: 45px; }
        .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .footer a {
          background: #0096FF;
          padding: 19px;
          color: #FFFFFF;
          border-radius: 4px;
          display: block;
          text-align: center;
          margin: 0 auto;
          font-family: 'Poppins', sans-serif !important;
          font-weight: 500; }
          .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .footer a:hover {
            background: #0082DC; }
          @media (min-width: 320px) {
            .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .footer a {
              max-width: 190px;
              width: unset; } }
          @media (min-width: 576px) {
            .kanban_integration .kanban_integration_inner .kanban_integration_section .kanban_first_half .footer a {
              max-width: unset;
              width: 280px; } }

.right-arrow {
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #15B5DE;
  float: left;
  margin-left: 5px;
  vertical-align: baseline;
  margin-bottom: 0px;
  margin-top: 9px;
  display: inline; }

@media (min-width: 320px) {
  .first_block {
    width: unset; } }
@media (min-width: 480px) {
  .first_block {
    width: unset; } }
@media (min-width: 576px) {
  .first_block {
    width: unset; } }
@media (min-width: 768px) {
  .first_block {
    width: unset; } }
@media (min-width: 992px) {
  .first_block {
    width: 70% !important; } }
@media (min-width: 1200px) {
  .first_block {
    width: 70% !important; } }

.slick-track {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.slick_btn {
  cursor: pointer; }

.slick-track:before {
  display: unset;
  content: none; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: url("images/dot_inactive.svg") no-repeat; }

li.slick-active button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: url("images/dot_active.svg") no-repeat; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }