@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

.text-success {
  color: #078080; }

html {
  background: #fdfdfd;
  color: #0a2540;
  padding: 0;
  margin: 0;
  font-size: 16px; }
  html body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: #fdfdfd;
    padding: 0;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
    line-height: 1.6; }

img {
  max-width: 100%; }

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

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

.text-right {
  text-align: right; }

.alert {
  background: #edebef;
  color: #0a2540;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem; }
  .alert .close-alert {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    opacity: .6; }
    .alert .close-alert:hover, .alert .close-alert:focus {
      opacity: 1; }
  .alert a {
    color: #0a2540;
    text-decoration: underline; }
    .alert a:hover, .alert a:focus {
      color: #0a2540;
      text-decoration: underline; }

.content a {
  text-decoration: underline; }
.content .content-header {
  max-width: 700px;
  margin: auto;
  padding: 1rem; }
.content .content-body {
  max-width: 700px;
  margin: auto; }

.json-example {
  counter-increment: line;
  counter-reset: line -1;
  margin-bottom: 0; }
  .json-example code:before {
    counter-increment: line;
    content: counter(line);
    display: inline-block;
    padding: 0 .5em;
    margin-right: .5em;
    width: 36px;
    color: #888;
    opacity: .8; }
  .json-example input, .json-example select {
    max-width: 220px;
    min-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    padding: .3rem;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px; }
    .json-example input:focus, .json-example select:focus {
      background: rgba(255, 255, 255, 0.3); }
  .json-example select {
    max-width: 80px;
    min-width: 80px; }
    .hemburger-icon-main {
      display: none;
    }


nav {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
  z-index: 4;
  position: relative; }
  nav.secondary-nav {
    display: none;
    z-index: 3; }
  nav li a {
    color: #0a2540;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px; }
  nav .nav-left {
    width: 71%;
    display: inline-block; }
  nav .nav-right {
    width: 28%;
    text-align: right;
    display: inline-block; }
    @media screen and (max-width: 1100px) {
      .json-example code:before {
        display: none; }
        nav .nav-left {
          width: 64%;
      }
      nav .nav-right {
        width: 35%;
    }
      }
    @media screen and (max-width: 460px) {
      .json-example code {
        width: 100%; }
        .json-example code input, .json-example code select {
          display: block;
          width: 100%;
          min-width: auto;
          max-width: 100%; } }
  @media screen and (max-width: 900px) {
    nav .nav-left {
      width: 100%; }
    nav .nav-right {
      width: 100%; text-align: left; }
      svg.hemburger-open {
        cursor: pointer;
    }
    .hemburger-icon-main {
      display: block;
    }
    nav.primary-nav {
      display: flex;
      align-items: center;
  }
    nav.secondary-nav {
      display: block;
      width: 100%;
      text-align: left; }
      .secondary-nav-inner .nav-left.nav-list {
        border-bottom: 1px solid #E6E8EC;
        background: #FFF;
    }

    .secondary-nav-inner .nav-left.nav-list li {
        margin: 0;
    }

    .secondary-nav-inner .nav-left.nav-list li a {
        padding: 15px 30px !important;
        display: block;
        font-size: 16px;
    }
    .secondary-nav-new .nav-list.nav-right {
        background: #FFF;
    }

    .secondary-nav-new .nav-list.nav-right li {
        margin: 0;
    }

    .secondary-nav-new .nav-list.nav-right li a {
        padding: 15px 30px;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    .secondary-nav-inner .nav-left.nav-list li.active a svg, .secondary-nav-new .nav-list.nav-right li.active a svg {
        fill: #fff !important;
        color: #fff !important;
    }
    nav ul.list-inline li.navbar-search-wrapper {
        width: 80%;
        margin-left: 10px;
    }

    nav ul.list-inline li.navbar-search-wrapper form.navbar-form.navbar-left.navbar-search {
        display: block;
    }
    .secondary-nav-new .nav-list.nav-right li.join-now-btn {
        padding-left: 30px;
    }
    .secondary-nav-new .nav-list.nav-right li.join-now-btn a {display: inline-block;padding: 10px 20px;}
    nav.secondary-nav {
        display: block;
        padding: 0px;
        transition: .3s;
        position: absolute;
        width: 100%;
        left: -100%;
        top: 67px;
    }
    nav.secondary-nav.open {
        transition: .3s;
        left: 0%;
        z-index: 99999;
    }
    .secondary-nav-inner .nav-left.nav-list li.active a, .secondary-nav-new .nav-list.nav-right li.active a {
        border-left: 5px solid #17A3CE;
        background: #0A2540;
        color: #fff;
        text-decoration: none;
    }
    .hemburger-icon-main.open svg.hemburger-open {
        display: none;
    }
    .hemburger-icon-main svg.hemburger-close {
        display: none;
    }
    .hemburger-icon-main.open svg.hemburger-close {
        display: block;
    }
  nav.secondary-nav .nav-list li {
      display: block;
  }
    nav ul.list-inline li {
      margin-right: .1rem;
      margin-left: 0; }
      nav ul.list-inline li .navbar-form.navbar-search .form-group input {
        width: 100%;
        text-overflow: ellipsis; }
        nav ul.list-inline li .navbar-form.navbar-search .form-group input::placeholder {
          text-overflow: ellipsis; }
      nav ul.list-inline li.nav-left-collapse {
        display: none; } }
  @media screen and (max-width: 460px) {
    nav ul.list-inline li .navbar-form.navbar-search .form-group input {
      width: 100%; } }

.main-nav {
  border-bottom: 1px solid #CED7E4;
    background: #FDFDFD;
     }
  .main-nav .category-nav {
    width: 100%;
    white-space: nowrap;
    overflow-y: scroll;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: none;
    z-index: 104;
    height: 48px; }
    .main-nav .category-nav li {
      -o-transition: border .25s ease;
      -ms-transition: border .25s ease;
      -moz-transition: border .25s ease;
      -webkit-transition: border .25s ease;
      transition: border .25s ease;
      border-bottom: 2px solid transparent; }
      .main-nav .primary-nav ul.list-inline li a.feedback-menu {
        display: flex;
        align-items: center;
        gap: 5px; }
      .main-nav .category-nav li a {
        font-size: 14px;
        color: #0a2540; }
  .main-nav .primary-nav ul.list-inline li.do-not-expand {
    display: none; }
  .main-nav .primary-nav ul.list-inline li a {
    opacity: 1;
    border-bottom: 2px solid transparent;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s; }
    .main-nav .primary-nav ul.list-inline li a:active, .main-nav .primary-nav ul.list-inline li a:link, .main-nav .primary-nav ul.list-inline li a:focus {
      text-decoration: none;
      border-bottom: 2px solid transparent; }
    .main-nav .primary-nav ul.list-inline li a:hover, .main-nav .primary-nav ul.list-inline li a:focus:hover {
      text-decoration: none;
      border-bottom: 2px solid rgba(51, 23, 206, 0.8); }
  .main-nav .primary-nav ul.list-inline li.active a {
    text-decoration: none;
    border-bottom: 2px solid #3317ce; }
  .main-nav .primary-nav ul.list-inline li.brand-logo a {
    font-weight: 600;
    font-size: 20px;
    padding: 0;
    opacity: 1;
    letter-spacing: .5px; }
    .main-nav .primary-nav ul.list-inline li.brand-logo a svg {
      display: inline-block;
      margin-right: .2rem;
      vertical-align: middle; }
      .main-nav .primary-nav ul.list-inline li.brand-logo a svg path {
        -o-transition: .2s;
        -ms-transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        transition: .2s;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
        transform-box: fill-box; }
    .main-nav .primary-nav ul.list-inline li.brand-logo a:hover, .main-nav .primary-nav ul.list-inline li.brand-logo a:focus {
      background: transparent; }
      .main-nav .primary-nav ul.list-inline li.brand-logo a:hover path, .main-nav .primary-nav ul.list-inline li.brand-logo a:focus path {
        transform: scale(0.9); }
  .main-nav .primary-nav ul.list-inline li.suggest-a-change a {
    background: #edebef;
    color: #0a2540;
    border: 2px solid #0a2540; }

.site-content {
  margin-top: 2rem; }

a {
  text-decoration: none;
  color: #0a2540; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #0a2540; }
  a.active {
    text-decoration: underline;
    text-decoration-style: double; }
    a.active:hover, a.active:focus {
      opacity: 1;
      text-decoration: underline;
      text-decoration-style: double;
      color: #0a2540; }

li.active a {
  text-decoration: underline;
  text-decoration-style: double; }
  li.active a:hover, li.active a:focus {
    opacity: 1;
    text-decoration: underline;
    text-decoration-style: double;
    color: #0a2540; }

h1, h2, h3, h4, h5 {
  color: #0a2540;
  letter-spacing: 1px; }

h1 {
  font-size: 35.2px;
  font-weight: 500;
  line-height: 1.2; }
  @media screen and (max-width: 1100px) {
    h1 {
      font-size: 27.2px; } }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20.8px; }

.form-style {
  max-width: 650px;
  margin: 2rem auto; }
  .form-style h3 {
    margin-bottom: 1rem; }

.subtitle {
  font-size: 19.2px; }

.text-white {
  color: #fdfdfd; }

.text-muted {
  color: rgba(10, 37, 64, 0.8); }
  .text-muted a {
    color: rgba(10, 37, 64, 0.8); }

.well {
  position: relative;
  margin: 0 auto .6rem;
  background-color: #edebef;
  padding: 3rem; }
  .well .close-well {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    opacity: .6; }
    .well .close-well:hover, .well .close-well:focus {
      opacity: 1; }
  .well .form-group-inline {
    max-width: 600px; }
  .well .well-content {
    position: relative;
    z-index: 3;
    color: #0a2540; }
    .well .well-content h1, .well .well-content h2 {
      color: #0a2540;
      margin-bottom: .5rem;
      font-weight: 600; }
    .well .well-content .subtitle {
      opacity: .8; }
    .well .well-content p {
      margin-top: 0; }
    .well .well-content .form-group-inline {
      margin-top: 2rem;
      margin-bottom: 2rem; }
    .well .well-content .text-muted {
      color: rgba(10, 37, 64, 0.8); }
      .well .well-content .text-muted a {
        color: rgba(10, 37, 64, 0.8);
        text-decoration: underline; }
  .well.stacked-well {
    margin-bottom: 2rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); }
    .well.stacked-well .stacked-well-placeholder {
      position: absolute;
      top: 0rem;
      left: 0rem;
      right: 0rem;
      bottom: 0rem;
      background: #d9d4dd;
      transform: rotate(1deg);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.12); }
      .well.stacked-well .stacked-well-placeholder:first-of-type {
        transform: rotate(-1deg);
        background: #c4becb; }

.post-header {
  padding: 2rem;
  max-width: 1200px;
  margin: auto; }
  .post-header h1 {
    margin-bottom: .5rem; }
    .post-header h1 ul li {
      margin: .5rem; }
  .post-header .post-meta {
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    position: relative; }
    .post-header .post-meta::after {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #3317ce;
      background-color: var(--brandColor);
      opacity: 0.4; }
    .post-header .post-meta .post-description {
      position: relative;
      padding-top: 2rem;
      margin-top: 1rem; }
      .post-header .post-meta .post-description p {
        opacity: .8; }
      .post-header .post-meta .post-description::before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background-color: #3317ce;
        background-color: var(--brandColor);
        opacity: 0.4; }

.screenshot-meta {
  margin-bottom: 3rem; }
  .screenshot-meta h2 {
    margin-bottom: .5rem; }
  .screenshot-meta .screenshot-colors {
    margin-top: 1rem; }
    .screenshot-meta .screenshot-colors .screenshot-color {
      height: 2rem;
      width: 2rem;
      border-radius: 100%;
      border: 2px solid #fdfdfd;
      display: inline-block;
      margin-left: -1rem; }
      .screenshot-meta .screenshot-colors .screenshot-color:first-of-type {
        margin-left: 0; }

.related-posts-hr {
  border-top: 1px solid #3317ce;
  border-top: 1px solid var(--brandColor);
  max-width: 1200px;
  margin: auto; }

.linked-product-title {
  -o-transition: .25s ease;
  -ms-transition: .25s ease;
  -moz-transition: .25s ease;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  text-decoration: underline;
  text-decoration: underline var(--brandColor); }

.twitter-link {
  -o-transition: .25s ease;
  -ms-transition: .25s ease;
  -moz-transition: .25s ease;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  text-decoration: underline; }
  .twitter-link:hover, .twitter-link:focus {
    color: #55acee;
    text-decoration: underline #55acee; }

.facebook-link {
  -o-transition: .25s ease;
  -ms-transition: .25s ease;
  -moz-transition: .25s ease;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  text-decoration: underline; }
  .facebook-link:hover, .facebook-link:focus {
    color: #3B5998;
    text-decoration: underline #3B5998; }

.pinterest-link {
  -o-transition: .25s ease;
  -ms-transition: .25s ease;
  -moz-transition: .25s ease;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  text-decoration: underline; }
  .pinterest-link:hover, .pinterest-link:focus {
    color: #bd081c;
    text-decoration: underline #bd081c; }

.related-posts {
  text-align: center;
  margin: 1rem auto;
  padding-top: 2rem; }
  .related-posts .related-post-thumbnail {
    height: auto;
    display: inline-block;
    margin: 2rem;
    text-align: left; }
    .related-posts .related-post-thumbnail img {
      width: 420px;
      max-width: 100%; }

form textarea {
  width: 100%;
  display: block;
  margin-bottom: .5rem;
  padding: .5rem;
  resize: vertical; }

button {
  text-decoration: none;
  -webkit-appearance: none; }

a.button {
  text-decoration: none; }

.button {
  font-size: 18px;
  text-decoration: none;
  padding: .5rem 2rem;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #0a2540;
  color: #fdfdfd;
  background: #0a2540;
  cursor: pointer;
  font-weight: 600;
  -o-transition: .25s ease;
  -ms-transition: .25s ease;
  -moz-transition: .25s ease;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  text-align: center;
  -webkit-appearance: none; }
  .button.button-twitter {
    color: #fdfdfd;
    background: #55acee;
    border: 1px solid #55acee; }
    .button.button-twitter:hover, .button.button-twitter:focus {
      background: #3ea1ec;
      border: 1px solid #3ea1ec; }
  .button.button-facebook {
    color: #fdfdfd;
    background: #3B5998;
    border: 1px solid #3B5998; }
    .button.button-facebook:hover, .button.button-facebook:focus {
      background: #344e86;
      border: 1px solid #344e86; }
  .button:hover, .button:focus {
    color: #fdfdfd;
    background: #113f6c;
    border: 1px solid #113f6c; }
  .button.button-xs {
    font-size: 14px;
    font-weight: 600;
    padding: .2rem .6rem;
    min-width: 90px; }
  .button.button-xl {
    font-size: 24px;
    font-weight: 600;
    padding: .5rem 2.5rem; }
  .button.button-default {
    background: #edebef;
    border: 1px solid #edebef;
    color: #0a2540; }
    .button.button-default:hover, .button.button-default:focus {
      background: #d4cfd8;
      border: 1px solid #d4cfd8; }
  .button.button-primary {
    border-radius: 4px;
    border: 1px solid #0a2540;
    color: #fdfdfd;
    background: #0a2540; }
    .button.button-primary:hover, .button.button-primary:focus {
      border: 1px solid #0a2540;
      color: #fdfdfd;
      background: #0d3256; }
  .button.button-bg {
    border: 1px solid rgba(253, 253, 253, 0.9);
    background: rgba(253, 253, 253, 0.9);
    color: #0a2540; }
    .button.button-bg:hover, .button.button-bg:focus {
      background: #fdfdfd;
      border: 1px solid #fdfdfd;
      color: #0a2540; }
  .button.button-animated {
    position: relative; }
    .button.button-animated:after {
      content: "→";
      position: absolute;
      opacity: 0;
      top: 50%;
      font-size: 18px;
      transform: translate(0, -50%);
      right: 50px;
      -o-transition: .5s ease;
      -ms-transition: .5s ease;
      -moz-transition: .5s ease;
      -webkit-transition: .5s ease;
      transition: .5s ease; }
    .button.button-animated:hover:after, .button.button-animated:focus:after {
      right: 15px;
      opacity: 1; }

.screenshot-elements {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.mod-tagging-section {
  max-height: 10rem;
  overflow: scroll;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: .3rem; }
  .mod-tagging-section .button {
    margin: .1rem; }

.form-group .helptext {
  display: block;
  margin-bottom: .5rem; }
.form-group .errorlist {
  list-style: none;
  padding-left: 0; }
  .form-group .errorlist li {
    color: #990c28; }
.form-group > input, .form-group > select, .form-group > textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.6;
  color: #0a2540;
  background-color: rgba(253, 253, 253, 0.7);
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  display: block;
  width: 100%;
  border: 1px solid #0a2540;
  outline: none; }
  .form-group > input:focus, .form-group > select:focus, .form-group > textarea:focus {
    outline: none;
    background-color: #fdfdfd; }
.form-group.form-group-inline > input, .form-group.form-group-inline > button {
  display: inline-block;
  vertical-align: middle; }
.form-group.form-group-inline button {
  width: 25%;
  padding: .6rem;
  font-weight: 600;
  font-size: 20px;
  height: 49px; }
  .form-group.form-group-inline button .button {
    border-color: #3317ce; }
.form-group.form-group-inline > input {
  width: 73%;
  height: 49px; }
@media screen and (max-width: 700px) {
  .form-group.form-group-inline > input, .form-group.form-group-inline > button {
    display: block;
    margin-bottom: .5rem;
    width: 100%; }
  .form-group.form-group-inline .button {
    width: 100%; } }

::-webkit-input-placeholder {
  /* Edge */
  font-weight: 400;
  opacity: .5; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 400;
  opacity: .5; }

::placeholder {
  font-weight: 400;
  opacity: .5; }

.form-group {
  margin-bottom: 1.5rem; }
  .form-group label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .3rem;
    display: block; }
  .form-group.checkbox input, .form-group.radio input {
    display: inline;
    width: auto; }
  .form-group.checkbox label, .form-group.radio label {
    display: inline;
    text-transform: none; }

select, button {
  -webkit-appearance: none; }

hr {
  border-top: 1px solid #666;
  margin: 2rem auto;
  background: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: .5rem;
  padding-right: .5rem; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem; }
  @media screen and (max-width: 1100px) {
    .container-fluid {
      padding-left: 1rem;
      padding-right: 1rem; } }

.list-inline {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-inline > li {
    vertical-align: middle;
    display: inline-block;
    margin: .5rem; }
    .list-inline li.join-now-btn a {
      border-radius: 3px;
      background: #BDD8F1;
      color: #0A2540;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      padding: 5px 10px; }
  .main-nav .primary-nav ul.list-inline li.join-now-btn a:hover {
      border-color: #BDD8F1; }
.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-unstyled > li {
    margin: .5rem; }

.container {
  width: 98%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 1100px) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 2000px) {
    .container {
      width: 75%;
      max-width: 60rem; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 1%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-4-md,
.col-6-md,
.col-12 {
  width: 98%;
  margin: auto; }

.col-1-sm {
  width: 6.3333333333%; }

.col-2-sm {
  width: 14.6666666667%; }

.col-3-sm {
  width: 23%; }

.col-4-sm {
  width: 31.3333333333%; }

.col-5-sm {
  width: 39.6666666667%; }

.col-6-sm {
  width: 48%; }

.col-7-sm {
  width: 56.3333333333%; }

.col-8-sm {
  width: 64.6666666667%; }

.col-9-sm {
  width: 73%; }

.col-10-sm {
  width: 81.3333333333%; }

.col-11-sm {
  width: 89.6666666667%; }

.col-12-sm {
  width: 98%; }

@media only screen and (max-width: 1100px) {
  .col-4-sm {
    width: 48%; } }
@media only screen and (max-width: 700px) {
  .col-6-sm {
    width: 98%; }

  .col-4-sm {
    width: 98%; } }
@media only screen and (min-width: 1100px) {
  .col-1 {
    width: 6.3333333333%; }

  .col-2 {
    width: 14.6666666667%; }

  .col-3 {
    width: 23%; }

  .col-4 {
    width: 31.3333333333%; }

  .col-5 {
    width: 39.6666666667%; }

  .col-6 {
    width: 48%; }

  .col-7 {
    width: 56.3333333333%; }

  .col-8 {
    width: 64.6666666667%; }

  .col-9 {
    width: 73%; }

  .col-10 {
    width: 81.3333333333%; }

  .col-11 {
    width: 89.6666666667%; }

  .col-12 {
    width: 98%; }

  .col-4-md {
    width: 48%; }

  .col-6-md {
    width: 98%; } }
@media only screen and (min-width: 1200px) {
  .col-4-md {
    width: 31.3333333333%; }

  .col-6-md {
    width: 48%; } }
@media screen and (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; } }
@media screen and (min-width: 700px) and (max-width: 1100px) {
  .hidden-sm {
    display: none !important; } }
@media screen and (max-width: 700px) {
  .hidden-xs {
    display: none !important; } }
.hidden {
  display: none; }

.content-editor .content-section {
  padding: .5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 2rem; }
  .content-editor .content-section .content-section-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 2rem; }
    .content-editor .content-section .content-section-header .content-section-menu li {
      opacity: .6;
      margin: 0 .5rem; }
      .content-editor .content-section .content-section-header .content-section-menu li:hover, .content-editor .content-section .content-section-header .content-section-menu li:focus {
        opacity: 1; }
  .content-editor .content-section .content-row {
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid transparent; }
    .content-editor .content-section .content-row .content-row-menu {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      transform: translate(0, -100%);
      background: rgba(255, 255, 255, 0.3);
      font-size: 12px;
      border-radius: 4px 4px 0 0;
      overflow: hidden; }
      .content-editor .content-section .content-row .content-row-menu ul {
        padding: 0; }
        .content-editor .content-section .content-row .content-row-menu ul li {
          padding: .2rem;
          margin: 0;
          font-size: 12px;
          border: 1px solid rgba(255, 255, 255, 0.3); }
    .content-editor .content-section .content-row:hover, .content-editor .content-section .content-row:focus {
      border: 1px solid rgba(255, 255, 255, 0.3); }
      .content-editor .content-section .content-row:hover .content-row-menu, .content-editor .content-section .content-row:focus .content-row-menu {
        display: block; }
.content-editor [contenteditable]:empty:not(:focus):before {
  content: attr(placeholder);
  color: grey;
  font-style: italic; }

.article .article-header {
  background: #6047ea;
  position: relative;
  border-radius: 4px;
  display: flex; }
  .article .article-header .article-meta {
    padding: 6rem 1rem 6rem 2rem;
    vertical-align: middle; }
    .article .article-header .article-meta .article-title {
      margin: 0;
      color: #222;
      font-weight: 700; }
  .article .article-header .article-featured-image-wrapper {
    display: flex;
    margin: auto; }
    .article .article-header .article-featured-image-wrapper .article-featured-image {
      display: flex;
      margin: auto;
      padding: 2rem; }
      .article .article-header .article-featured-image-wrapper .article-featured-image img {
        display: block;
        border-radius: 4px;
        width: 400px;
        max-width: 100%;
        border: 2px solid #222; }
  @media screen and (max-width: 1100px) {
    .article .article-header {
      display: block;
      width: 100%; }
      .article .article-header .article-meta {
        padding: 1rem;
        text-align: center; }
      .article .article-header .article-featured-image-wrapper {
        display: block; }
        .article .article-header .article-featured-image-wrapper .article-featured-image {
          display: block; }
          .article .article-header .article-featured-image-wrapper .article-featured-image img {
            margin: auto; } }
.article .article-body {
  max-width: 750px;
  padding: 1rem;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 4rem; }
  .article .article-body h2 {
    margin-bottom: .5rem;
    margin-top: 3rem;
    line-height: 1.3;
    font-size: 28px; }
  .article .article-body p {
    font-size: 18px;
    line-height: 1.6; }
  .article .article-body ul li {
    font-size: 18px;
    margin-bottom: .5rem; }
    .article .article-body ul li a {
      text-decoration: underline; }

.thumb-image-wrapper {
  -o-transition: .25s ease;
  -ms-transition: .25s ease;
  -moz-transition: .25s ease;
  -webkit-transition: .25s ease;
  transition: .25s ease; }
  .thumb-image-wrapper .post-thumb-placeholder {
    opacity: .4;
    -o-transition: .25s ease;
    -ms-transition: .25s ease;
    -moz-transition: .25s ease;
    -webkit-transition: .25s ease;
    transition: .25s ease; }
  .thumb-image-wrapper:hover .post-thumb-placeholder, .thumb-image-wrapper:focus .post-thumb-placeholder {
    opacity: .8;
    transform: rotate(2deg); }
  .thumb-image-wrapper.thumb-video-wrapper .video-thumb-wrapper-bg-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 1; }
  .thumb-image-wrapper.thumb-video-wrapper .video-thumb-wrapper-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--brandColor);
    opacity: .2;
    z-index: 2; }
  .thumb-image-wrapper.thumb-video-wrapper video {
    z-index: 3;
    display: block;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .thumb-image-wrapper.thumb-video-wrapper .video-thumb-wrapper-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4; }

.update-screenies-mobile img, .update-screenies-mobile video {
  max-height: 600px;
  width: auto; }

.navbar-form.navbar-search {
  display: inline-block;
  position: relative; }
  .navbar-form.navbar-search .quick-search-results {
    display: none;
    min-height: 2rem;
    background: white;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 4;
    border-radius: 0 0 4px 4px;
    border: 1px solid #edebef;
    border-top: none;
    padding: .5rem; }
    .navbar-form.navbar-search .quick-search-results li {
      display: none; }
      .navbar-form.navbar-search .quick-search-results li.shown {
        display: block; }
    .navbar-form.navbar-search .quick-search-results p {
      margin: 0;
      padding: 0;
      margin-bottom: .5rem; }
    .navbar-form.navbar-search .quick-search-results .quick-search-results-section, .navbar-form.navbar-search .quick-search-results .quick-search-results-section-filtered {
      margin-bottom: 1.5rem; }
      .navbar-form.navbar-search .quick-search-results .quick-search-results-section strong, .navbar-form.navbar-search .quick-search-results .quick-search-results-section-filtered strong {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        opacity: .8;
        letter-spacing: .2px; }
      .navbar-form.navbar-search .quick-search-results .quick-search-results-section ul li, .navbar-form.navbar-search .quick-search-results .quick-search-results-section-filtered ul li {
        margin: 0;
        margin-left: .2rem;
        margin-bottom: .2rem; }
        .navbar-form.navbar-search .quick-search-results .quick-search-results-section ul li a, .navbar-form.navbar-search .quick-search-results .quick-search-results-section-filtered ul li a {
          font-size: 14px;
          font-weight: 400;
          display: block; }
      .navbar-form.navbar-search .quick-search-results .quick-search-results-section:last-of-type, .navbar-form.navbar-search .quick-search-results .quick-search-results-section-filtered:last-of-type {
        margin-bottom: 0; }
    .navbar-form.navbar-search .quick-search-results .quick-search-results-section-filtered {
      margin-bottom: 0; }
  .navbar-form.navbar-search .form-group {
    margin-bottom: 0;
    position: relative; }
    .navbar-form.navbar-search .form-group:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 0;
      bottom: 0;
      width: 16px;
      opacity: .6;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' stroke='black' stroke-width='2' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.7397 10.7153L16 15.9757M12.2677 7.13383C12.2677 9.96916 9.96916 12.2677 7.13383 12.2677C4.29849 12.2677 2 9.96916 2 7.13383C2 4.29849 4.29849 2 7.13383 2C9.96916 2 12.2677 4.29849 12.2677 7.13383Z'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat; }
    .navbar-form.navbar-search .form-group input {
      text-overflow: ellipsis;
      border-radius: 80px;
      width: 250px;
      border: 1px solid #edebef;
      background: #edebef;
      padding-left: 2rem; }
      .navbar-form.navbar-search .form-group input::placeholder {
        opacity: .8;
        color: #0a2540; }
  .navbar-form.navbar-search.active .quick-search-results {
    display: block;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  .navbar-form.navbar-search.active input {
    text-overflow: ellipsis;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px 4px 0 0; }
    .navbar-form.navbar-search.active input::placeholder {
      opacity: .6;
      text-overflow: ellipsis;
      color: #0a2540; }

.screen-thumb-image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  margin-bottom: .5rem;
  display: block; }
  .screen-thumb-image-wrapper.screen-thumb-image-wrapper-wide {
    padding-bottom: 60%; }
  .screen-thumb-image-wrapper img, .screen-thumb-image-wrapper video {
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s; }
  @media screen and (max-width: 700px) {
    .screen-thumb-image-wrapper {
      position: relative;
      width: 500px;
      max-width: 96%;
      height: auto;
      padding-bottom: 0;
      margin: auto;
      margin-bottom: .5rem;
      display: block; }
      .screen-thumb-image-wrapper.screen-thumb-image-wrapper-wide {
        padding-bottom: 0; }
      .screen-thumb-image-wrapper img, .screen-thumb-image-wrapper video {
        max-width: 100%;
        max-height: none;
        display: block;
        width: 100%;
        height: auto;
        z-index: 1;
        margin: auto;
        vertical-align: middle;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        -o-transition: .2s;
        -ms-transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        transition: .2s;
        position: relative; } }

.full-screenshot-wrapper {
  margin-bottom: 3rem; }
  .full-screenshot-wrapper img, .full-screenshot-wrapper video {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    display: block;
    background: #edebef;
    max-width: 100%;
    margin: auto; }

.related-screenshot-thumbnail {
  max-width: 400px;
  margin: auto;
  margin-bottom: 3rem; }

.thumbnail-text-link {
  text-decoration: none; }
  .thumbnail-text-link a {
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    border-bottom: 2px solid transparent;
    text-decoration: none; }
    .thumbnail-text-link a span {
      border-bottom: 2px solid #0a2540;
      border-bottom: 2px solid var(--brandColor); }
    .thumbnail-text-link a:hover, .thumbnail-text-link a:focus {
      text-decoration: none;
      border-bottom: 2px solid #0a2540;
      border-bottom: 2px solid var(--brandColor); }

.screen-thumb-image-wrapper .screenshot-thumb-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .2;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s; }

.filter-section {
  padding: .5rem;
  margin-bottom: 2rem; }
  .filter-section ul li {
    margin: 0;
    margin-bottom: .2rem;
    font-size: 14px;
    opacity: .9; }
  .filter-section .filter-section-popular {
    display: block; }
  .filter-section .filter-section-all {
    display: none; }
  .filter-section .show-more-filters-button {
    margin: 0;
    font-weight: 400;
    font-size: 14px; }
  .filter-section .filter-section-header {
    position: relative;
    max-width: 300px; }
    .filter-section .filter-section-header .close-icon {
      display: none; }
    .filter-section .filter-section-header svg {
      cursor: pointer; }
    .filter-section .filter-section-header .filter-section-title {
      padding-left: 1.3rem;
      padding-top: .2rem;
      padding-bottom: .2rem;
      min-height: 33px;
      border: 1px solid transparent;
      position: relative;
      cursor: pointer; }
      .filter-section .filter-section-header .filter-section-title::before {
        content: attr(placeholder);
        position: absolute;
        color: #0a2540;
        font-weight: 600;
        font-size: 16px;
        background-color: transparent; }
    .filter-section .filter-section-header .search-icon {
      display: block;
      position: absolute;
      left: 0;
      z-index: 2;
      top: 10px;
      opacity: .6; }
    .filter-section .filter-section-header:hover .filter-section-title, .filter-section .filter-section-header:focus .filter-section-title {
      border: 1px solid #ccc;
      border-radius: 4px;
      padding-left: 1.3rem; }
    .filter-section .filter-section-header:hover .search-icon, .filter-section .filter-section-header:focus .search-icon {
      left: 5px; }
  .filter-section.expanded {
    min-height: 20rem; }
    .filter-section.expanded .filter-section-header {
      position: relative;
      max-width: 300px; }
      .filter-section.expanded .filter-section-header .close-icon {
        display: block;
        position: absolute;
        right: 8px;
        z-index: 2;
        top: 10px; }
      .filter-section.expanded .filter-section-header .search-icon {
        display: none; }
    .filter-section.expanded .filter-section-title {
      margin-bottom: .5rem;
      position: relative;
      border: 1px solid #ccc;
      border-radius: 4px;
      background: white;
      outline: none;
      padding-right: 2rem;
      padding-left: .2rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .filter-section.expanded .filter-section-title::after {
        display: none; }
      .filter-section.expanded .filter-section-title::before {
        display: none; }
      .filter-section.expanded .filter-section-title:empty::before {
        display: block;
        content: attr(placeholder-focus);
        position: absolute;
        color: gray;
        font-weight: 400;
        background-color: transparent; }
    .filter-section.expanded .filter-section-popular, .filter-section.expanded .show-more-filters-button {
      display: none; }
    .filter-section.expanded .filter-section-all {
      display: block; }
      .filter-section.expanded .filter-section-all li {
        display: none; }
        .filter-section.expanded .filter-section-all li.shown {
          display: block; }
    .filter-section.expanded:hover .filter-section-title, .filter-section.expanded:focus .filter-section-title {
      padding-left: .2rem; }

.filter-label {
  padding: .2rem .5rem;
  border-radius: 4px;
  border: 1px solid #ccc;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 1rem; }
  .filter-label svg {
    vertical-align: middle;
    margin-bottom: 2px;
    opacity: .5; }
  .filter-label:hover svg, .filter-label:focus svg {
    opacity: 1; }

.uimovement-alert {
  position: relative;
  text-align: center; }
  .uimovement-alert a {
    border: 1px solid #416AA6;
    background: #416AA6;
    display: block;
    text-decoration: none;
    width: 380px;
    max-width: 95%;
    border-radius: 80px;
    padding: 0.4rem 1rem;
    margin: 0 1rem;
    color: #fdfdfd; }
  .uimovement-alert .speech-bubble-triangle {
    position: absolute;
    top: 0;
    left: 2.5rem;
    transform: translate(0, -90%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #416AA6; }

footer {
  margin-top: 3rem; }
  footer .footer-header {
    padding: 4rem 0 2rem; }
    footer .footer-header svg path {
      -o-transition: .2s;
      -ms-transition: .2s;
      -moz-transition: .2s;
      -webkit-transition: .2s;
      transition: .2s;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center;
      transform-box: fill-box; }
    footer .footer-header svg:hover path, footer .footer-header svg:focus path {
      transform: scale(0.9); }
    footer .footer-header form {
      max-width: 600px; }
  footer .footer-links {
    background: #edebef; }
    footer .footer-links ul {
      margin: 1rem auto; }
      footer .footer-links ul li {
        margin: .5rem; }

.well.links-header {
  padding: 1rem;
  margin-bottom: 3rem; }

.links .link {
  margin-bottom: 3rem; }
  .links .link p {
    margin: .5rem 0; }
  .links .link .link-title {
    display: block;
    font-size: 20px; }
    .links .link .link-title a {
      text-decoration: underline;
      text-decoration: underline #edebef;
      -o-transition: .2s;
      -ms-transition: .2s;
      -moz-transition: .2s;
      -webkit-transition: .2s;
      transition: .2s; }
      .links .link .link-title a:hover, .links .link .link-title a:focus {
        text-decoration: underline #0a2540; }

.new-thumb {
  position: relative;
  padding-bottom: 120%;
  height: 0; }
  .new-thumb video {
    max-width: 98%;
    max-height: 98%;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    position: absolute;
    vertical-align: middle;
    box-shadow: none;
    transform: rotate(var(--rotateVar)); }
  .new-thumb .new-thumb-link img, .new-thumb .new-thumb-link video {
    max-width: 98%;
    max-height: 98%;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    position: absolute;
    vertical-align: middle;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    transform: rotate(var(--rotateVar)); }
    .new-thumb .new-thumb-link img:hover, .new-thumb .new-thumb-link img:focus, .new-thumb .new-thumb-link video:hover, .new-thumb .new-thumb-link video:focus {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
  .new-thumb .new-thumb-link .video-wrapper-link {
    display: block;
    margin: auto;
    position: absolute;
    vertical-align: middle;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 98%;
    transform: rotate(var(--rotateVar)); }
    .new-thumb .new-thumb-link .video-wrapper-link .loading-indicator {
      position: absolute;
      top: 1rem;
      right: 1rem;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      font-size: 14px;
      padding: .4rem 1rem;
      border-radius: 40px;
      border: 2px solid white;
      line-height: 1;
      font-weight: 600; }
    .new-thumb .new-thumb-link .video-wrapper-link.video-wrapper-link-wide {
      width: 98%;
      height: 0; }
  .new-thumb .new-thumb-link:hover ~ .new-thumb-placeholder, .new-thumb .new-thumb-link:focus ~ .new-thumb-placeholder {
    transform: rotate(var(--rotateVar)) rotate(var(--rotateVar)) scale(1);
    border: 1px solid #aaa; }
  .new-thumb .play-video-on-hover:hover ~ .new-thumb-placeholder, .new-thumb .play-video-on-hover:focus ~ .new-thumb-placeholder {
    transform: rotate(var(--rotateVar)) rotate(var(--rotateVar)) scale(1);
    border: 1px solid #aaa; }
  .new-thumb .new-thumb-placeholder {
    display: block;
    margin: auto;
    position: absolute;
    vertical-align: middle;
    overflow: hidden;
    background: #eee;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
    width: 0;
    height: 98%;
    transform: rotate(var(--rotateVar)) rotate(var(--rotateVar)) scale(0.97);
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s; }
    .new-thumb .new-thumb-placeholder.new-thumb-placeholder-wide {
      width: 98%;
      height: 0; }
  .new-thumb.new-thumb-mobile img, .new-thumb.new-thumb-mobile .new-thumb-placeholder, .new-thumb.new-thumb-mobile video {
    border-radius: 8px; }

/*# sourceMappingURL=style.css.map */
/***********pricing-page-css*********/
.pricing-page-content {
    background: #fff;
    padding: 70px 0 30px;
}
.pricing-content h1 {
  color: #0A2540;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 30px;
}
.pricing-content p {
    color: #6B7B91;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
}
.pricing-content p span {
    font-weight: 600;
    color: #0A2540;
}
.proven-toggle-wrapper {
    text-align: center;
}

.proven-toggle {
      border-radius: 10px;
      border: 1px solid #CED7E4;
      background: #EDEBEF;
      display: flex;
      align-items: center;
      justify-content: center;
      width: max-content;
      overflow: hidden;
      margin: 0 auto;
  }
  .proven-toggle a {
      display: flex;
      align-items: center;
      padding: 10px;
      text-decoration: none;
      width: 133px;
      color: #6B7B91;
      gap: 10px;
      justify-content: center;
  }
  .proven-toggle a svg {
      fill: #6B7B91;
  }
  .proven-toggle a span {
      color: #0A2540;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-left: 0;
  }
.pricing-active {
    background: #0A2540;
}
.proven-toggle a.pricing-active svg {
  fill: #fff;
}
.proven-toggle a.pricing-active span {
  color: #fff;
}
.screenlane-price {
    display: inline-flex;
    gap: 20px;
    max-width:52rem;
}
.screen_col {
    border-radius: 10px;
    border: 1px solid #CED7E4;
    background: #EDEBEF;
    padding:30px;
    position: relative;
    text-align: left;
}
.pricing_table_wrapper {
    text-align: center;
    margin-top:100px;
}
.pricing-content {
    background: #fff;
}

.discount {
  position: absolute;
  right: 30px;
  top: 30px;
  width: max-content;
  border: 0px;
  border-radius: 5px;
  background: #FFCC17;
}

.discount p {
  text-align: center;
  margin: 0;
  padding: 7px;
  color: #0A2540;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.screen_col.discount-price {
    background: #0A2540;
    border: 0;
}

.price-month {
    color: #0A2540;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 133.333% */
    text-transform: capitalize;
    margin-right: 15px;
}

.membership-btn {
    color: #17A3CE;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #17A3CE;
}
.pricing-membership {
    display: flex;
}
.price-contant h2 span {
    color: #0A2540;
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    margin-right: 5px;
}
.price-contant h2 {
    color: #0A2540;
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 50px 0;
    display: flex;
    align-items: center;
}

.price-year {
    font-size: 30px !important;
    margin: 0 0 0 3px;
}

.price-contant p {
    color: #0A2540;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.get_access {
    display: flex;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    background: #fff;
    border: 0;
    color: #0A2540;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 30px;
    cursor:pointer;
}
.get_access.n-bg{
  background: #0A2540;
  color : #fff;
}
.discount-price .price-contant h2 span {
    color: #fff;
}
.discount-price .price-month {
    color: #FFF;
}
.discount-price .membership-btn {
    color: #FFF;
    border: 1px solid #FFF;
}
.discount-price .price-contant h2 {
    color: #fff;
}
.discount-price .price-contant p {
    color: #fff;
}
.price-contant h2 span.price-year {
    font-size: 30px !important;
}
.price-list {
    padding: 100px 0;
}
.price-icon {
    background: #BDD8F1;
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 30px;
}
.price_col p {
    color: #0A2540;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.trusted-by h2 {
    color: #0A2540;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 90px;
}
.brand-logo {
    gap: 70px;
    display: flex;
    justify-content: center;
}
.brand-logo img {
    height: 30px;
}
.faq-wrapper {
    max-width: 880px;
    margin: 0 auto;
}
.question {
    padding: 30px 55px 30px 30px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 1000px;
    border: 1px solid #0A2540;
    background: #fff;
    color: #0A2540;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.question::after {
    content: "";
    position: absolute;
    right: 20px;
    transition: 0.2s;
    background-image: url(../../website/images/arrow-down.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45%;
}
.question.active::after {
    transform: rotate(179deg);
    top: 35%;
}
.faq {
    margin-top: 100px;
}
.answercont {
  overflow: hidden;
  transition: 0.3s;
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-height: 0px;
}
.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  padding: 0 20px 20px;
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.get-in-touch .row {
    display: flex;
    align-items: center;
}
.get-in-touch-content h2 {
    color: #0A2540;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 35px;
    text-align: left;
}
.get-in-touch-btn {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0;
    border-radius: 3px;
    background: #0A2540;
    padding: 10px 20px;
    padding: 20px 20px;
    cursor: pointer;
}
.get-in-touch {
    padding: 50px 0 0;
    max-width: 880px;
    margin: 0 auto;
}
.get-in-touch-img {
    padding: 0 70px;
}
.slider-slide {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(66, 105, 149, 0.07);
    padding: 30px;
}

.slider-slide p {
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 30px 0 45px;
}

.author-details span {
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.author-details p {
  color: #6B7B91;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 0;
}

.author-post-date {
  color: #6B7B91;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}

.slide-author-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.slider-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trusted-slider-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.trusted-slider {
  margin: 90px 0 0;
}

.trusted-by .container {
  width: 90%;
}
.slider-slide-p.slick-slide {
  padding: 30px 15px;
}
button.slick-arrow {
  border-radius: 3px;
  background: #0A2540;
  border: 0px;
  width: 80px;
  height: 35px;
  color: #fff;
  position: absolute;
  bottom: -50px;
  right: 43%;
}

button.slick-prev.slick-arrow {
  right: 51%;
  font-size :0px;
  display : flex;
  align-items : center;
  justify-content : center;
  cursor : pointer;
}
button.slick-prev.slick-arrow:after{
content :"";
background-image: url(../../website/images/left-arrow.svg);
background-repeat: no-repeat;
width: 40px;
height: 15px;
background-size: 40px;
display: flex;
align-items: center;
justify-content: center;
}
button.slick-next.slick-arrow {
font-size :0px;
display : flex;
align-items : center;
justify-content : center;
cursor : pointer;
}
button.slick-next.slick-arrow:after{
content :"";
background-image: url(../../website/images/right-arrow.svg);
background-repeat: no-repeat;
width: 40px;
height: 15px;
background-size: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.trusted-by-inner {
  background: #EDEBEF;
  padding: 90px 0 130px;
}
.range-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
#range {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 1000px;
    background: #fff;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 0px;
}
#range:focus {
  outline: none;
}

#range::-webkit-slider-runnable-track {
  width: 100%;
  height: 22px;
  cursor: pointer;
  animate: 0.2s;
  background: #fff;
  border-radius: 1rem;
}
#range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  background: #0A2540;
  cursor: pointer;
  height: 32px;
  width: 32px;
  transform: translateY(calc(-50% + 10px));
}
#tooltip {
    position: absolute;
    top: -2.25rem;
    z-index: 99;
}
#tooltip span {
    position: absolute;
    text-align: center;
    line-height: 1;
    color: #0A2540;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 77px;
    border-radius: 3px;
    background: #FFCC17;
    box-shadow: 0px 10px 30px 10px rgba(66, 105, 149, 0.05);
}
#tooltip span:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-bottom-color: #FFCC17;
}
#tooltip span:after {
    content: "People";
    margin: 0 0 0 5px;
}
.team-price-box {
    border-radius: 10px;
    background: #0A2540;
    width: 650px;
    padding: 30px;
}
.billed-yearly h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
}

.team-price-yearly {
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    right: 0;
    bottom: 117px;
}

.team-price-yearly span {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.team-price-btn button {
    border-radius: 3px;
    background: #fff;
    color: #0A2540;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 0px;
    cursor: pointer;
    width: 100%;
    padding: 20px 20px;
}

.billed-yearly > span {
    border-radius: 5px;
    border: 1px solid #FFF;
    padding: 5px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    top: 20px;
}

.billed-yearly {
    position: relative;
    padding: 100px 0 0px;
}

.team-price-btn {
    margin: 50px 0 0;
}
.team-description {
    color: #6B7B91;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 50px 0 0;
}
.login-main {
  margin: 100px 0;
}
.login-heading h2 {
  color: #0A2540;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin: 0 0 50px;
}

.login-form {
  border-radius: 10px;
  background: #EDEBEF;
  box-shadow: 0px 10px 40px 0px rgba(66, 105, 149, 0.07);
  padding: 50px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.form-group-log label {
  color: #0A2540;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.form-group-log {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.form-group-log input {
  border-radius: 5px;
  border: 1px solid #0A2540;
  background: #FFF;
  padding: 10px 20px;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
}

.form-group-log input::placeholder {
  color: #6B7B91;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.form-group-log input:focus {
  outline: none;
  box-shadow: none;
  border-color: #0A2540;
}

.form-group-log p {
  margin: 0;
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-group-log p a {
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.form-group-log p a:hover {
  text-decoration: none;
}

.form-group-log button {
  border-radius: 3px;
  background: #0A2540;
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 60px;
  border: 0px;
  padding: 10px 20px;
  cursor: pointer;
}

.login-form-block {
  max-width: 700px;
  margin: 0 auto;
}

.not-membership {
  color: #6B7B91;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 50px;
}

.not-membership a {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
}

.not-membership a:hover {
  text-decoration: none;
}
.mt-3{
margin-top: 30px;
}
.password-reset-account-main {
  margin: 80px 0;
}
.password-reset-account-main .login-form-block h2 {
  border-bottom: 1px solid #CED7E4;
  background: #EDEBEF;
  padding: 25px 50px;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  bottom: -20px;
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.form-group-log p span {
  color: #0A2540;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
}

.form-group-log p span.membership {
  color: #17A3CE;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid #17A3CE;
  padding: 5px;
  margin-left: 5px;
}
.reset-main {
  margin: 100px 0;
}
.reset-heading h2 {
  color: #0A2540;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin: 0 0 0px;
}

.reset-form {
  border-radius: 10px;
  background: #EDEBEF;
  padding: 50px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.reset-form-block {
    max-width: 700px;
    margin: 0 auto;
}
.reset-pera {
    color: #6B7B91;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 30px 0 50px;
}
.signup-checkout-flow {
    margin: 100px auto;
    max-width: 730px;
}

.signup-steps span {
  color: #0A2540;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.signup-flow {
  display: flex;
  justify-content: space-between;
  margin: 0 0 70px;
}

.signup-steps span.steps-number {
    background: #407E60;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 1000px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border: 2px solid #407E60;
}

.signup-steps {
    width: 100px;
    text-align: center;
    position: relative;
}

.signup-steps svg.arrow-steps {
    position: absolute;
    top: 15px;
    right: 95px;
    fill: #BDD8F1;
}

.signup-steps.in-progress span.steps-number {
    background: #092640;
    border-color: #092640;
}

.signup-steps.pending span.steps-number {
    background: #fff;
    border-color: #84929f;
    color: #84929f;
}

.signup-steps.pending span {
    color: #84929f;
}
.signup-steps.completed svg.arrow-steps {
    fill: #21c174;
}

.signup-steps.completed span.steps-number {
    background: #407E60;
}
.signup-select-plan {
  border-radius: 10px;
  border: 1px solid #BDD8F1;
  background: #F6FAFC;
  padding: 30px 50px 45px;
}

.plan-header {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 200% */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.plan-header .status-tag {
    color: #6c7c8c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 5px;
    border: 1px solid #6c7c8c;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup-select-plan h3 {
  color: #0A2540;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 133.333% */
  text-transform: capitalize;
}

.change-plan a {
  border-bottom: 2px solid #17A3CE;
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 5px 0;
}
.signup-payment.pending h3, .signup-payment.pending .plan-header {
    color: #6c7c8c;
}
.change-plan a:hover {
  text-decoration: none;
}

.plan-price {
  color: #0A2540;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 7px;
}

.plan-price span {
  color: #0A2540;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 200% */
}

.change-plan {
  position: relative;
}

.plan-price {
  position: absolute;
  right: 0;
  bottom: 40px;
}

.signup-step-f {
  margin: 30px 0;
  border-radius: 10px;
  border: 1px solid #BDD8F1;
  background: #F6FAFC;
  padding: 30px 50px 45px;
}

.signup-form-group label {
  color: #0A2540;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.signup-form-group {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.signup-form-group input {
  border-radius: 5px;
  border: 1px solid #0A2540;
  background: #FFF;
  height: 50px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 10px 20px;
}

.signup-checkout-form {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.signup-form-group input:focus {
  outline: none;
  box-shadow: none;
  border-color: #0A2540;
}
.change-plan a svg {
    fill: #6c7c8c;
}

.signup-select-plan.completed .change-plan a svg {
    fill: #fff;
}
.signup-form-group-check label {
  color: #6B7B91;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.signup-form-group-check label a {
  color: #0A2540;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
}

.signup-form-group button {
  border-radius: 3px;
  background: #0A2540;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 60px;
  border: 0px;
  cursor: pointer;
}

.signup-form-group-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.signup-form-group-check label:before {
content:'';
-webkit-appearance: none;
background-color: transparent;
border: 1px solid #545454;
padding: 7px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
border-radius: 3px;
}

.signup-form-group-check input:checked + label:after {
content: '';
display: block;
position: absolute;
top: 6px;
left: 6px;
width: 5px;
height: 9px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.signup-form-group-check input:checked + label:before {
background: #20C174;
border-color : #20C174;
}

.signup-payment {
    padding: 30px 50px 45px;
    border-radius: 10px;
    border: 1px solid #CED7E4;
    background: #EDEBEF;
}

.signup-payment h3 {
  color: #0A2540;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
}

.membership-auto-renew {
  color: #6B7B91;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin: 50px 0 80px;
}
.signup-checkout-flow .brand-logo {
  gap: 70px;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.signup-checkout-flow .brand-logo img {
  height: 30px;
}
.signup-select-plan.completed {
  border-radius: 10px;
  border: 1px solid #20C174;
  background: #407E60;
}
.signup-select-plan.completed .plan-header, .signup-select-plan.completed  h3,
.signup-select-plan.completed .plan-price, .signup-select-plan.completed .plan-price span{
  color: #fff;
}
.signup-select-plan.completed .change-plan a {
    border-bottom: 2px solid #fff;
    color: #fff;
}
.signup-select-plan.completed .status-tag {
    color: #036C3A;
    border-color: #20C174;
    border-radius: 5px;
    background: #B0FFD9;
}

.signup-step-f.in-progress {
    border-radius: 10px;
    border: 1px solid #0A2540;
    background: #EDEBEF;
    box-shadow: 0px 10px 40px 0px rgba(66, 105, 149, 0.07);
}
.signup-step-f.in-progress .status-tag {
    color: #0A2540;
    border-color: #0A2540;
}
@media screen and (max-width:1099px) {
  .screenlane-price {
    display: inline-block;
  }
  .screen_col.discount-price{
    margin-bottom: 40px;
  }
  button.slick-prev.slick-arrow {
      right: 52%;
  }
  button.slick-arrow {
      right: 39%;
  }
}
@media screen and (max-width:991px){
  .pricing-content h1 {
      font-size: 30px;
      font-weight: 600;
      line-height: 40px;
  }
  .pricing-content p {
      font-size: 16px;
      line-height: 24px;
  }
  .price-list {
      padding: 50px 0;
  }
  .price-list .row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-content: center;
  }
  .price-list .row .col-3.col-6-sm {
      width: 100%;
  }
  .price_col {
      padding: 0 20px;
  }
  .trusted-by {
      padding: 50px 0 0;
  }
  .price-list {
    padding: 50px 0;
}
.price-list .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
}
.price-list .row .col-3.col-6-sm {
    width: 100%;
}
.price_col {
    padding: 0 20px;
}
.trusted-by {
    padding: 50px 0 0;
}
.question {
    font-size: 16px;
}
.get-in-touch .row {
    display: block;
}
.get-in-touch-content {
    text-align: center;
    margin-bottom: 30px;
}
.get-in-touch-content h2 {
    text-align: center;
}
.get-in-touch {
    padding: 50px 0 0;
}
.brand-logo {
    gap: 30px;
}
.team-price-box {width:100%;}
.screenlane-price {
    display: inline-block;
    width: 100%;
}
.team-price-yearly {
    position: static;
}
}
@media screen and (max-width:767px) {
.form-group-log p {
    font-size: 14px;
}

.not-membership {
    margin-top: 30px;
}
form.login-form {
    padding: 30px 20px;
}
.password-reset-account-main .login-form-block h2 {
    padding: 20px;
    bottom: -10px;
}

.mt-3 {
    margin-top: 10px;
}
form.reset-form {
    padding: 30px 20px;
}
.reset-heading h2 {
  font-size:30px;
}
.reset-pera {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 30px;
}

.reset-pera br {
    display: none;
}
.signup-steps svg.arrow-steps {
    width: 100%;
    right: 100%;
}
}
@media screen and (max-width:480px){
.brand-logo {
    flex-wrap: wrap;
    gap: 30px;
}
.brand-logo img {
    height: 18px;
}
.price-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}
.price_col p {
  font-size: 15px;
  line-height: 20px;
}
.slider-slide-p.slick-slide {
  padding: 0;
}
.trusted-by .container {
  width: 95%;
}
button.slick-prev.slick-arrow {
  right: 55%;
}
button.slick-arrow {
  right: 25%;
}
.billed-yearly h3 {
    font-size: 18px;
    line-height: 30px;
}
.team-description {
    font-size: 16px;
}
.billed-yearly {
    padding: 50px 0 0px;
}
.billed-yearly > span {
    top: 60px;
}
.trusted-by h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.get-in-touch-img {
  padding: 0 0px;
}
button.slick-arrow {
  bottom: -80px;
}
.price-contant h2 {
  font-size: 70px;
}
.billed-yearly > span {
    font-size: 12px;
}
.signup-select-plan, .signup-step-f, .signup-payment {
    padding: 30px 20px;
}
.plan-price {
    bottom: -6px;
    font-size: 28px;
}

.plan-price span {
    font-size: 16px;
}

.signup-form-group-check label {
    display: inline-block;
}

.membership-auto-renew {
    font-size: 16px;
    margin: 40px 0 50px;
}

.signup-checkout-flow .brand-logo {
    flex-wrap: wrap;
    gap: 30px;
}
.signup-checkout-flow .brand-logo img {
    height: 18px;
}
.signup-steps span.steps-number {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-bottom: 0;
}

.signup-steps span {
    font-size: 13px;
}

.signup-steps {
    width: 80px;
}

.signup-steps svg.arrow-steps {
    right: 45%;
    transform: translateX(-50%);
    width: auto;
    max-width: 100px;
    top: 7px;
}
.signup-checkout-flow {
  margin:30px 0px;
}
}
@media screen and (max-width:430px){
.signup-steps svg.arrow-steps {
    right: 26%;
}
}
@media screen and (max-width:414px){
  .signup-steps svg.arrow-steps {
      max-width: 100%;
      right: 40px;
  }
}

@media screen and (max-width: 390px){
.signup-steps svg.arrow-steps {
    max-width: 100%;
    right: 30px;
}
}
@media screen and (max-width: 360px){
.team-price-yearly {
    font-size: 55px;
}
.billed-yearly > span {
    top: 90px;
}
}
@media screen and (max-width: 320px){
.signup-steps svg.arrow-steps {
    max-width: 75%;
    right: 32px;
}
}
/***********pricing-page-css-end*********/
.terms-page-content a {
    text-decoration: underline;
    color: #0a2540;
    font-weight: 600;
}

.terms-page-content a:hover {
    text-decoration: none;
}

.lockscrren-box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #1e293b;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.lockscrren-box-inner {
    text-align: center;
}
.lockscrren-box-inner p {
    color: #fff;
    font-size: 17px;
    margin: 0;
    font-weight: 700;
}
.lockscrren-box-inner .sign-btn {
    background: #17A3CE;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    border-radius: 100px;
    height: 55px;
    gap: 10px;
    margin: 20px auto;
}
.lockscrren-box-inner .sign-btn svg {
    max-width: 25px;
}
.lockscrren-box-inner .sign-btn span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    opacity: 1 !important;
}
.lockscrren-box-inner .sign-btn:hover {
    background: #17a3cecf;
    text-decoration: none;
}
.feedback-list-menu {
    position: relative;
}
.main-nav .primary-nav ul.list-inline li a.feedback-menu {
    display: flex;
    align-items: center;
    gap: 5px;
}
.feedback-tooltip {
    position: absolute;
    width: 250px;
    text-align: left;
    background: #3317ce;
    color: #fff;
    border-radius: 5px;
    padding: 15px;
    left: 50%;
    margin: 0 auto;
    transform: translateX(-50%);
    top: 45px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.feedback-tooltip p {
    font-size: 13px;
    margin: 0;
}
.feedback-tooltip:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #3317ce;
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.feedback-list-menu a:hover + .feedback-tooltip {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}
.contact-form {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0 40px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.form-inner-group {
    display: flex;
    flex-flow: column;
    gap: 5px;
}
.contact-form label {
    font-size: 17px;
    font-weight: 500;
    color: #0a2540;
}
.form-inner-group input, .form-inner-group textarea {
    border: 1.5px solid #eee;
    height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    box-shadow: 0 0px 1px #eee;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
}
.form-inner-group textarea {
    resize: none;
    min-height: 100px;
    padding: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.form-inner-group input[type="submit"] {
    background: #000000;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    height: 50px;
    border: 0px;
    cursor: pointer;
    transition: .3s;
}
.form-inner-group input[type="submit"]:hover {
    background: #000000;
    transition: .3s;
}
.form-inner-group textarea:focus, .form-inner-group input:focus {
    border-color: rgba(51, 23, 206, 0.8);
    outline: none;
}
.site-content {
    min-height: calc(100vh - 495px);
}
@media screen and (max-width: 991px){
.feedback-tooltip {
    left: 30px;
    transform: none;
    top: 55px;
}
.feedback-tooltip:after {
    top: -15px;
    left: 40px;
    transform: none;
}
.site-content {
    min-height: auto;
}
}
