@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 52%; } }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem; }

.pos-fix {
  min-height: 100vh;
  padding: 2rem;
  z-index: 200;
  position: fixed;
  top: 10rem;
  left: 0;
  width: 17%;
  min-width: 18rem; }
  @media only screen and (max-width: 71.875em) {
    .pos-fix {
      display: none; } }

.fixedbar {
  position: fixed;
  width: 100%;
  padding: 2rem;
  background: #0667d5; }
  @media only screen and (max-width: 70.625em) {
    .fixedbar {
      z-index: 400; } }

.u-pos-abs {
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90rem !important; }
  @media only screen and (max-width: 70.625em) {
    .u-pos-abs {
      position: relative;
      top: 0;
      left: 0;
      transform: translate(0);
      max-width: 100% !important; } }

.fixedbar {
  position: fixed;
  width: 100%;
  padding: 2rem;
  background: #0667d5; }
  @media only screen and (max-width: 70.625em) {
    .fixedbar {
      z-index: 400; } }

.u--padding-header {
  padding: 2rem; }

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

.u-mb-6 {
  margin-bottom: 6rem; }

.u-mtop-6 {
  margin-top: 6.6rem; }

.u-mtop-big {
  margin-top: 16.9rem; }
  @media only screen and (max-width: 37.5em) {
    .u-mtop-big {
      margin-top: 8.9rem; } }

.highlighted {
  color: #0667d5; }

.u-color-white {
  color: #fff; }

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

.u-mt-1 {
  margin-top: 1rem; }

.u-mt-2 {
  margin-top: 2rem; }

.u-mt-3 {
  margin-top: 3rem; }

.u-mt-4 {
  margin-top: 4rem; }

.card-active {
  opacity: 1;
  transform: scale(1.2);
  transition: transform 0.4s;
  border: 1px solid red; }

.u-font-bold {
  font-weight: bold;
  color: #000 !important; }

.u-dashboard-bg {
  background: #fbf2f2; }
  @media only screen and (max-width: 37.5em) {
    .u-dashboard-bg {
      background: #e4e4e4; } }

.u-user-none {
  display: none !important; }
  @media only screen and (max-width: 70.625em) {
    .u-user-none {
      display: flex !important; } }

.u-pricing-search {
  display: none !important; }
  @media only screen and (max-width: 70.625em) {
    .u-pricing-search {
      display: block !important; } }

.u-bg-red {
  background: #ff0000 !important;
  font-size: 16px !important; }

.heading-primary {
  font-size: 3.2rem;
  font-weight: 500; }
  @media only screen and (max-width: 70.625em) {
    .heading-primary {
      font-size: 2.6rem; } }

.heading-secondary {
  color: #8d8d8d;
  font-weight: 300;
  font-size: 1.5rem; }

.heading-tertiary {
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 2.2rem; }

.text-default {
  font-size: 1.5rem;
  color: #777777;
  font-weight: 300;
  line-height: 1.8; }

.btn {
  outline: none;
  background: #0667d5;
  padding: 1rem 3rem;
  font-size: 1.8rem;
  border-radius: 0.4rem;
  border: none;
  color: white;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer; }
  .btn--search {
    background: #11a8e1;
    padding: 0.7rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  .btn--navbar-homepage {
    background: #11a8e1; }
  .btn--card {
    color: #0667d5;
    background: #fff;
    border: 2px solid #0667d5;
    border-radius: 4rem; }
  .btn--upgrade {
    background: #11a8e1 !important;
    font-weight: normal !important;
    font-size: 16px !important; }
  .btn--active {
    margin-left: auto;
    background: #02c24f;
    font-size: 14px;
    padding: 1rem;
    font-weight: 500; }
  .btn--download {
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-weight: 400;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #000;
    color: #000; }
    .btn--download > :first-child {
      margin-right: 1rem; }

.dropdown {
  transform: translateX(-120%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  min-height: 100vh;
  background: linear-gradient(#0077ff, #2e69ad);
  box-shadow: 0 3px 3px #f3f3f3;
  padding: 8rem 4rem;
  transition: transform 0.4s; }
  .dropdown__link {
    width: max-content;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    text-transform: capitalize;
    border-bottom: 0.1rem solid transparent;
    font-weight: 300; }
    .dropdown__link:hover {
      border-bottom: 0.1rem solid white; }
    .dropdown__link:not(:last-of-type) {
      margin-bottom: 2rem; }
  .dropdown__logo {
    display: block;
    margin-bottom: 3rem; }
  .dropdown__icon {
    position: fixed;
    top: 3%;
    right: 5%;
    color: white;
    cursor: pointer; }

.logo {
  flex: 0 0 10%; }
  .logo__photo {
    width: 100%;
    max-width: 10rem;
    min-width: 4rem;
    object-fit: contain; }

.navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white; }
  @media only screen and (max-width: 70.625em) {
    .navbar {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
      padding: 1rem 2rem;
      background-color: #0667d5;
      z-index: 1000; } }
  .navbar--homepage {
    background-color: #0667d5;
    padding: 1rem 2rem; }
  .navbar__list {
    flex: 2; }
    .navbar__list--homepage {
      flex: 1;
      max-width: max-content; }
    @media only screen and (max-width: 70.625em) {
      .navbar__list {
        flex: 1;
        order: -1;
        display: none; } }
  .navbar__link:link, .navbar__link:visited {
    text-decoration: none;
    color: white;
    text-transform: capitalize; }
    .navbar__link:link:not(:last-of-type), .navbar__link:visited:not(:last-of-type) {
      margin-right: 4.3rem; }
  .navbar__icon {
    display: none;
    cursor: pointer; }
    @media only screen and (max-width: 70.625em) {
      .navbar__icon {
        display: block; } }

.show-drop {
  transform: translate(0); }

.result {
  background: white;
  box-shadow: 0 0.3rem 0.6rem #d1cccc;
  padding: 2.2rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex: 1 1 20rem;
  width: 100%; }
  @media only screen and (max-width: 37.5em) {
    .result {
      cursor: pointer; } }
  .result__graph {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: white; }
    @media only screen and (min-width: 37.5em) {
      .result__graph {
        display: none !important; } }
  .result__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .result__title {
    font-weight: 700;
    font-size: 1.3rem;
    color: #0667d5; }
  .result__price {
    font-weight: 700;
    font-size: 2rem;
    margin-top: 1rem; }
  .result__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .result__right > :first-child {
      margin-bottom: 2rem; }
  .result__icon {
    font-size: 2rem !important;
    height: 2rem;
    width: 2rem; }
  .result__photo {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.fa-info-circle {
  color: #e4e4e4; }

.active {
  height: 20rem;
  max-height: 1000px;
  display: block;
  margin-top: 1rem; }

.search {
  max-width: 90rem !important; }
  @media only screen and (max-width: 70.625em) {
    .search {
      max-width: 100% !important; } }
  .search__input-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: white;
    border-radius: 4rem; }
    @media only screen and (max-width: 70.625em) {
      .search__input-group {
        background: transparent;
        flex-direction: column; }
        .search__input-group > *:not(:last-child) {
          margin-bottom: 2rem; } }
  .search__content {
    display: flex;
    flex-direction: row; }
    .search__content--homepage {
      flex-direction: column;
      align-items: center; }
    @media only screen and (max-width: 70.625em) {
      .search__content {
        flex-direction: column;
        margin-top: 8rem; }
        .search__content--homepage {
          margin-top: 4rem;
          flex-direction: column;
          align-items: flex-start; } }
  .search__title {
    display: none;
    font-size: 3.2rem;
    max-width: 20rem;
    font-weight: bold;
    color: white;
    line-height: 1.4; }
    .search__title--homepage {
      display: block;
      max-width: 100%; }
    @media only screen and (max-width: 70.625em) {
      .search__title {
        display: block; } }
  .search__text {
    display: none;
    color: #ffffffb2;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 1rem 0 2rem 0; }
    .search__text--homepage {
      display: block; }
    @media only screen and (max-width: 70.625em) {
      .search__text {
        display: block; } }
  .search__select {
    border: none;
    outline: none;
    flex: 1;
    width: 100%;
    padding: 1rem 2rem;
    border-radius: 4rem;
    -webkit-appearance: none;
    appearance: none;
    background: white;
    font-size: 1.4rem; }
  .search__option {
    border: none;
    outline: none; }
  .search__inputs-plus {
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 70.625em) {
      .search__inputs-plus {
        flex-direction: column; } }
  .search__input {
    border: none;
    width: 100%;
    outline: none;
    flex: 3;
    padding: 1rem 2rem;
    border-radius: 4rem;
    font-size: 1.4rem; }
  .search .btn--search {
    margin-left: 2rem;
    box-shadow: 0 0.3rem 0.6rem solid #0000001a; }
    @media only screen and (max-width: 70.625em) {
      .search .btn--search {
        margin-left: 0;
        margin-top: 3rem; } }

select.select--minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

.suggestions {
  padding: 2rem 0.7rem; }
  @media only screen and (max-width: 37.5em) {
    .suggestions {
      padding: 1rem 0.4rem; } }
  .suggestions__list {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    font-size: 1.4rem;
    color: #cec4c4; }
    .suggestions__list > :not(:first-child) {
      margin-left: 3rem; }
      @media only screen and (max-width: 37.5em) {
        .suggestions__list > :not(:first-child) {
          display: none; } }
  .suggestions__item {
    border-bottom: 0.2rem solid transparent;
    padding-bottom: 0.7rem;
    cursor: pointer; }
    .suggestions__item:hover {
      border-bottom: 0.2rem solid #02c24f; }

.sort {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .sort__select {
    background: #e4e4e4;
    border: none;
    outline: none;
    padding: 0.7rem 4rem 0.7rem 2rem;
    -webkit-appearance: none;
    appearance: none; }
    @media only screen and (max-width: 71.875em) {
      .sort__select {
        display: none; } }
  @media only screen and (max-width: 37.5em) {
    .sort__text {
      font-size: 1.4rem; } }
  .sort__label {
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 2rem; }
    @media only screen and (max-width: 71.875em) {
      .sort__label {
        display: none; } }

.sidebar {
  padding: 4rem 2rem;
  background: white;
  box-shadow: 0 0.3rem 0.6rem #d1cccc; }
  .sidebar__list {
    text-decoration: none;
    margin-left: 2rem;
    margin-bottom: 4rem; }
  .sidebar__list-title {
    font-size: 1.3rem;
    margin-bottom: 1.2rem; }
  .sidebar__item {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 1.4rem; }
    .sidebar__item:not(:last-of-type) {
      margin-bottom: 1.1rem; }

.table {
  margin-top: 4rem;
  background: white; }
  .table__header {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #f6f8fe;
    padding: 1.5rem;
    column-gap: 1rem; }
    @media only screen and (max-width: 37.5em) {
      .table__header {
        text-align: left;
        column-gap: 1rem;
        grid-template-columns: 40% repeat(3, 1fr); }
        .table__header > :last-child {
          display: none; } }
  .table__title {
    font-weight: bold;
    text-transform: capitalize;
    color: #1c273c; }
    @media only screen and (max-width: 37.5em) {
      .table__title {
        font-size: 1.4rem; }
        .table__title > :last-child {
          display: none; } }
  .table__text {
    color: #8492a5;
    font-weight: 600;
    font-size: 1.4rem; }
  .table__how {
    display: flex;
    align-items: center;
    cursor: pointer; }
    @media only screen and (max-width: 37.5em) {
      .table__how {
        display: inline-block; } }
    .table__how > :first-child {
      margin-right: 0.4rem; }
  .table__row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 1.5rem;
    column-gap: 1rem; }
    @media only screen and (max-width: 37.5em) {
      .table__row {
        grid-template-columns: 40% repeat(3, 1fr);
        column-gap: 1rem; }
        .table__row > :last-child {
          display: none; } }

.user {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .user > * {
    margin-left: 1rem; }
  .user__details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .user__photo {
    width: 4rem;
    height: 4rem; }
  @media only screen and (max-width: 70.625em) {
    .user__name {
      display: none; } }
  .user__icon {
    margin-left: 1rem;
    transition: all 0.4s;
    cursor: pointer; }
    @media only screen and (max-width: 70.625em) {
      .user__icon {
        margin-left: 0; } }
  .user__dropdown {
    position: absolute;
    top: 5rem;
    right: 0;
    display: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
  .user__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4rem;
    background: #fff;
    color: #2f3640;
    border-radius: 3px; }
  .user__link {
    text-decoration: none;
    text-transform: capitalize;
    color: inherit;
    cursor: pointer;
    border-bottom: 1px solid transparent; }
    .user__link:not(:last-of-type) {
      margin-bottom: 2rem; }
    .user__link:hover {
      border-bottom: 1px solid #0667d5; }

.rotate-arrow {
  transform: rotate(180deg); }

.animate__fadeIn {
  display: flex; }

.userDropdown-blue {
  background: #0667d5;
  color: white;
  margin-top: 0.2rem; }

.user-menu__user {
  background: #fff;
  display: flex;
  padding: 2rem 4rem;
  border-radius: 4px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.123); }

.user-menu > :not(:last-child) {
  margin-bottom: 3rem; }

.user-menu__header {
  align-items: center; }
  .user-menu__header > :first-child {
    margin-right: 2rem; }

.user-menu__icon {
  max-width: 5rem; }

.user-menu__text {
  margin-top: 1rem; }

.user-menu__user-name {
  font-size: 2rem; }

.dashboard-lock {
  background-color: #fff;
  opacity: 0.8;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%; }
  .dashboard-lock__header {
    padding: 1rem;
    background: #c6d6e9; }
  .dashboard-lock__link {
    font-weight: 700;
    text-transform: capitalize;
    color: #0667d5; }
  .dashboard-lock__lock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.card {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0 20px #04040470; }
  .card__header {
    background-color: #0667d5;
    height: 6.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff; }
  .card__name {
    font-size: 2.2rem;
    text-transform: uppercase; }
  .card__body {
    padding: 2rem 5rem 3.2rem 5rem;
    text-align: center; }
    .card__body > :last-child {
      margin-top: 3rem; }
  .card__currency {
    font-size: 2.4rem;
    display: block;
    align-self: flex-start;
    margin: 0.5rem 0.3rem 0 0; }
  .card__price {
    margin: 3rem 0; }
  .card__duration {
    text-transform: capitalize; }
  .card__figure {
    font-size: 4.8rem;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }

.toggler {
  margin-bottom: 4rem; }

@media only screen and (max-width: 37.5em) {
  .feature {
    text-align: center; } }

.feature__title {
  margin-top: 2.4rem; }

.feature__text {
  max-width: 35.2rem;
  margin-top: 1.5rem; }
  @media only screen and (max-width: 70.625em) {
    .feature__text {
      max-width: 100%; } }
  @media only screen and (max-width: 37.5em) {
    .feature__text {
      max-width: 100%; } }

.footer-navbar {
  background: #181818;
  padding: 3rem 0; }
  .footer-navbar > :first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 70.625em) {
      .footer-navbar > :first-child {
        flex-direction: column; } }
    @media only screen and (max-width: 37.5em) {
      .footer-navbar > :first-child {
        align-items: flex-start; } }
  .footer-navbar__copyrights {
    font-weight: 600;
    color: #fff; }
    @media only screen and (max-width: 70.625em) {
      .footer-navbar__copyrights {
        margin-bottom: 2rem; } }
  .footer-navbar__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style: none; }
    @media only screen and (max-width: 37.5em) {
      .footer-navbar__list {
        margin-right: 3rem;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1rem; } }
  .footer-navbar__item:not(:last-of-type) {
    margin-right: 4rem; }
    @media only screen and (max-width: 70.625em) {
      .footer-navbar__item:not(:last-of-type) {
        margin-right: 3rem; } }
    @media only screen and (max-width: 37.5em) {
      .footer-navbar__item:not(:last-of-type) {
        margin-bottom: 1.5rem; } }
  .footer-navbar__link {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none; }

.payment-form {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.068);
  border-radius: 8px; }
  @media only screen and (max-width: 71.875em) {
    .payment-form {
      flex-direction: column-reverse; } }
  .payment-form__left {
    flex: 1;
    padding: 5rem 8rem;
    border-right: 1px solid #e4e4e4; }
    @media only screen and (max-width: 71.875em) {
      .payment-form__left {
        padding: 2.5rem 4rem; } }
    @media only screen and (max-width: 37.5em) {
      .payment-form__left {
        padding: 1rem; } }
  .payment-form__right {
    flex: 1;
    padding: 5rem 8rem; }
    @media only screen and (max-width: 71.875em) {
      .payment-form__right {
        padding: 2.5rem 4rem;
        margin-bottom: 6rem; } }
    @media only screen and (max-width: 37.5em) {
      .payment-form__right {
        padding: 1rem; } }
  .payment-form__body {
    background: #fff; }
  .payment-form__heading {
    margin: 2rem 0;
    font-size: 2rem;
    font-weight: 600; }
    @media only screen and (max-width: 71.875em) {
      .payment-form__heading {
        font-size: 1.6rem; } }
  .payment-form__input-group {
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    padding: 1rem 3rem 2rem 3rem;
    border-radius: 8px; }
    .payment-form__input-group input {
      width: 100%;
      border: none;
      outline: none;
      font-size: inherit;
      margin-top: 0.4rem;
      color: #707070; }
      @media only screen and (max-width: 71.875em) {
        .payment-form__input-group input {
          font-size: 1.4rem; } }
    .payment-form__input-group > :not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.116); }
    .payment-form__input-group > * {
      padding: 1.2rem 0; }
      .payment-form__input-group > *:focus {
        outline: none; }
  .payment-form__label-group {
    display: flex;
    justify-content: center;
    align-items: center; }
    .payment-form__label-group > label {
      margin-right: 2rem;
      color: #707070;
      font-weight: 600; }
      @media only screen and (max-width: 71.875em) {
        .payment-form__label-group > label {
          font-size: 1.4rem; } }
  .payment-form__input-box {
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    padding: 1.4rem 3rem;
    border-radius: 8px;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .payment-form__input-box > * {
      width: 100%;
      border: none;
      outline: none; }
      .payment-form__input-box > *:focus {
        outline: none; }
    .payment-form__input-box > :nth-child(1) {
      flex: 4; }
    .payment-form__input-box > :nth-child(2) {
      flex: 1; }
    .payment-form__input-box > :nth-child(3) {
      flex: 1; }
  .payment-form__button {
    background-color: #0667d5;
    border: none;
    height: 5rem;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-top: 4rem;
    cursor: pointer; }
    @media only screen and (max-width: 71.875em) {
      .payment-form__button {
        font-size: 1.4rem; } }
  .payment-form__radio-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    padding: 1.4rem 3rem;
    border-radius: 8px;
    margin-bottom: 2.1rem; }
    .payment-form__radio-group > :first-child {
      margin-right: 3.6rem; }
  .payment-form__radio-text {
    color: #7d7373;
    font-weight: 700; }
    @media only screen and (max-width: 71.875em) {
      .payment-form__radio-text {
        font-size: 1.4rem; } }
  .payment-form__coupon-code {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .payment-form__coupon-code > :first-child {
      flex: 4;
      width: 100%;
      margin-right: 3rem;
      box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
      border-radius: 0.8rem;
      border: none;
      outline: none;
      padding: 0 2rem;
      font-size: inherit; }
      .payment-form__coupon-code > :first-child:focus {
        outline: none; }
    .payment-form__coupon-code > :last-child {
      flex: 1;
      margin: 0;
      height: 5rem;
      font-weight: 500; }
  .payment-form__calculation {
    margin-top: 4.3rem; }
  .payment-form__calculation-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .payment-form__calculation-group:not(:last-of-type) {
      margin-bottom: 3.1rem; }
  .payment-form__calculation-title {
    color: #707070;
    text-transform: capitalize; }
  .payment-form__photo {
    width: 100%;
    max-width: 8rem;
    border: 1px solid rgba(0, 0, 0, 0.041);
    opacity: 0.7;
    border-radius: 4px; }

.pricing__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }

.pricing__title {
  font-style: normal;
  font-size: 3.6rem;
  font-weight: 900;
  color: #0667d5;
  margin-bottom: 3.3rem; }
  @media only screen and (max-width: 37.5em) {
    .pricing__title {
      font-size: 2.6rem; } }

.pricing-table {
  width: 100%;
  margin-top: 5rem;
  text-align: left;
  border: 1px solid #70707060;
  border-collapse: collapse; }
  .pricing-table__title {
    text-transform: capitalize;
    padding: 1.2rem 2rem;
    font-size: 1.85rem;
    font-weight: bold; }
    .pricing-table__title:not(:last-of-type) {
      border-right: 2px solid #70707060; }
    @media only screen and (max-width: 37.5em) {
      .pricing-table__title {
        font-size: 1.4rem; } }
  .pricing-table__row {
    text-transform: capitalize;
    font-size: 1.2rem;
    font-weight: bold; }
    .pricing-table__row:nth-child(odd) {
      background: #f5f5f5; }
  .pricing-table__data {
    padding: 1.2rem 2rem; }
    @media only screen and (max-width: 37.5em) {
      .pricing-table__data {
        font-size: 1.2rem; } }
  .pricing-table__icon {
    width: 100%;
    max-width: 1rem; }

.bg-white {
  background: #fff !important; }

.table-container {
  width: 100%;
  overflow-x: auto; }

.dis-flex {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .dis-flex > :last-child {
    margin-left: 2rem; }

.quick-links {
  padding: 9.4rem 0; }
  @media only screen and (max-width: 37.5em) {
    .quick-links {
      padding: 5.4rem 0; } }
  .quick-links__title {
    margin-bottom: 3rem; }
  .quick-links__navbar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
    justify-content: space-between; }
    @media only screen and (max-width: 70.625em) {
      .quick-links__navbar {
        grid-template-columns: repeat(2, 1fr);
        justify-content: flex-start; } }
    @media only screen and (max-width: 37.5em) {
      .quick-links__navbar {
        grid-template-columns: auto; } }
  .quick-links__list {
    list-style: none; }
    .quick-links__list > :not(:last-child) {
      margin-bottom: 2rem; }
  .quick-links__link {
    text-decoration: none;
    color: #8d8d8d; }

.service {
  background: #fff;
  padding: 5rem;
  text-align: center; }
  .service__title {
    margin-top: 1.3rem; }
  .service__text {
    margin-top: 1.9rem; }
  .service__link {
    color: #81ca41;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 1.6rem;
    display: block; }
    .service__link:hover {
      color: #333333; }

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  left: 50%;
  transform: translateX(-50%); }

.swiper-pagination-bullet:not(:last-of-type) {
  margin-right: 1rem; }

.swiper-container {
  width: 100%;
  height: 100%; }

.testinomial {
  display: none; }

@media only screen and (max-width: 37.5em) {
  .testinomial {
    display: block; } }

.toggler {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .toggler__duration-title {
    font-size: 1.8rem;
    font-weight: 600; }
    @media only screen and (max-width: 37.5em) {
      .toggler__duration-title {
        font-size: 1.4rem; } }
  .toggler__btn {
    width: 5.4rem;
    height: 2.9rem;
    background-color: #0667d5;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    margin: 0 2.3rem; }
  .toggler__shape {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translate(0, -50%);
    content: "";
    display: block;
    border-radius: 100%;
    width: 2.3rem;
    height: 2.3rem;
    transition: left 0.4s;
    background-color: #fff; }
    .toggler__shape.transform-toggler {
      left: 50%; }

.video {
  width: 100%;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .video > video {
    width: 70%;
    border-radius: 10px; }
    @media only screen and (max-width: 37.5em) {
      .video > video {
        width: 100%; } }
  .video__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer; }
    @media only screen and (max-width: 37.5em) {
      .video__icon {
        width: 5rem; } }

.customer__profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3.6rem; }
  @media only screen and (max-width: 37.5em) {
    .customer__profile {
      justify-content: center; } }

.customer__photo {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  object-position: top; }

.customer__details {
  margin-left: 2rem; }

.customer__name {
  text-transform: capitalize; }

.customer__company {
  color: #3155a7; }

@media only screen and (max-width: 37.5em) {
  .customer__paragraph {
    text-align: center; } }

.grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 17% 83%;
  grid-template-rows: max-content; }
  .grid .sidebar {
    grid-column: 1 / span 1;
    z-index: 100;
    grid-row: 2 / span all;
    background: white;
    box-shadow: 0 0.3rem 0.6rem rgba(116, 114, 114, 0.58); }
  .grid .main {
    grid-column: 2 / -1;
    grid-row: 2 / auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, max-content) auto; }
    @media only screen and (max-width: 71.875em) {
      .grid .main {
        grid-column: 1/ -1; } }
    .grid .main__graph {
      height: 45rem;
      border: 1px solid #70707094;
      padding: 1rem;
      transition: top 0.4s; }
      @media only screen and (max-width: 37.5em) {
        .grid .main__graph {
          height: 20rem;
          display: none; } }
    .grid .main__header {
      grid-column: 1 / -1;
      background: white;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .grid .main__sub-header {
      grid-column: 1 / -1;
      padding: 0.7rem;
      border-top: 1px solid #e3d9d9;
      border-bottom: 1px solid #e3d9d9;
      background: white; }
    .grid .main__values {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
      grid-template-rows: auto;
      grid-gap: 2rem; }
    .grid .main__body {
      grid-column: 1 / -1;
      grid-row: auto;
      display: grid;
      grid-template-columns: 80% 20%;
      grid-row: auto;
      grid-gap: 2rem;
      padding: 4rem; }
      @media only screen and (max-width: 71.875em) {
        .grid .main__body {
          grid-template-columns: 100%;
          padding: 1rem; } }
    .grid .main__left {
      overflow: auto;
      position: relative; }
      .grid .main__left > :first-child {
        margin-bottom: 4rem; }
      .grid .main__left--userpage {
        display: flex;
        flex-wrap: wrap; }
        .grid .main__left--userpage > :first-child {
          flex: 1 1 34rem; }
    .grid .main__right {
      background: white;
      box-shadow: 0 3px 6px rgba(116, 114, 114, 0.58); }
      @media only screen and (max-width: 71.875em) {
        .grid .main__right {
          display: none; } }

.dashboard-header {
  background-color: #0667d5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  z-index: 300; }
  @media only screen and (max-width: 70.625em) {
    .dashboard-header {
      position: absolute; } }

.header {
  width: 100%;
  z-index: 200;
  height: 80vh;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../assets/images/header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0; }
  .header--pricing {
    height: auto;
    background: none;
    background: #0667d5; }
  @media only screen and (max-width: 70.625em) {
    .header {
      height: auto;
      background: #0667d5; } }

.container {
  width: 100%;
  max-width: 1680px;
  padding: 0 14rem;
  margin: 0 auto; }
  @media only screen and (max-width: 70.625em) {
    .container {
      padding: 0 6rem; } }
  @media only screen and (max-width: 37.5em) {
    .container {
      padding: 0 3rem; } }

.u-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -4rem; }
  .u-grid > * {
    flex: 1 1 40rem;
    margin: 0 0 4rem 4rem; }
  .u-grid > [class^="card"] {
    flex: 1 1 25rem; }

.footer__text {
  background: #333333;
  width: 100%;
  padding: 11.5rem 0; }

.footer__title {
  font-size: 4.6rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 2.8rem; }
  @media only screen and (max-width: 70.625em) {
    .footer__title {
      font-size: 2.4rem; } }
  @media only screen and (max-width: 37.5em) {
    .footer__title {
      font-size: 2rem; } }

@media only screen and (max-width: 37.5em) {
  .section-feedback__customers {
    display: none; } }

.section-services {
  background: #fafafa;
  padding: 14rem 0;
  padding-bottom: 10rem; }

.userpage-payment {
  background: #fff;
  align-self: flex-start;
  padding: 3rem;
  flex: 1 1 40rem; }

.userpage__sub-header {
  padding: 3rem !important;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.123); }



/*Login*/
main {
  width: 100%;
  height: 100%;
  background: var(--theme-bg);
  display: flex;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.wrapper {
  flex: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 75vh;
}
.main-container .main-header {
  margin-left: 20px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #1f1d2b 0%, #1f1d2b 78%, rgba(31, 29, 43, 0) 160%);
  z-index: 11;
}

.active-link {
  color: #fff;
  color: #fff;
  font-weight: 900;
}
.active-link svg {
  background: orange;
}


.modal {
  margin: 0 auto;
  padding: 0px;
  border-radius: 10px;
  width: 70%;
  min-width: 190px;
  overflow: hidden;
  box-shadow: 0px 0px 2px rgba(0,0,0,.2); 
}
.modal .btn {
  width: 100%;
  display: block;
  padding: 1rem 0;
  font-size: 1.2rem;
  background: #0667d5;
  border: none;
  outline: none;
  color: #fff;
}

.modal .form{
  padding: 10px 20px;
}

.form-group {
  margin: 10px 0px;
}
.form-group textarea {
  resize: none;
  border: 2px solid rgba(225, 225, 225, 0.2) !important;
}

.form-group label {
  color: var(--text-white);
  display: block;
  margin: 5px 0px;
  font-weight: 700;
}

.form-group .form-control {
  
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 15px 10px;
  color: var(--text-white);
}



.auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.auth-container a {
  color: #7979f1;
}
.auth-container .modal {
  width: 80%;
  max-width: 550px;
}
.auth-container .form-header {
  font-size: 2rem;
  color: var(--text-white);
  font-weight: bolder;
  text-align: center;
}
.auth-container .info {
  margin: 18px 0px;
  text-align: center;
  color: var(--text-white);
}
.auth-container .info.text-right {
  text-align: right;
}